This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ python3 ./FlyFood.py | |
| Arquivo: /home/carlos/git/FlyFood/matrizes/1_ponto_entrega/r_3_3.txt | |
| Melhor rota: A | |
| Menor distância: 6 | |
| Tempo de processamento: 1.2159347534179688e-05 segundos | |
| Arquivo: /home/carlos/git/FlyFood/matrizes/2_ponto_entrega/r_3_2.txt | |
| Melhor rota: A B | |
| Menor distância: 8 | |
| Tempo de processamento: 1.2159347534179688e-05 segundos |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* Left banner: Grafana */ | |
| body::before { | |
| content: "📊 METRICS: Go to grafana.example.com"; | |
| display: block; | |
| background-color: #f05a28; /* Grafana orange */ | |
| color: white; | |
| text-align: center; | |
| padding: 8px 0; | |
| font-weight: bold; | |
| font-size: 12px; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| autoload -Uz compinit | |
| autoload -Uz bashcompinit | |
| for dump in ~/.zcompdump(N.mh+24); do | |
| compinit | |
| bashcompinit | |
| done | |
| compinit -C | |
| bashcompinit -C | |
| LS_COLORS='rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:* |