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
| RT @ramalhoorg: Será que todo mundo debatendo os prós e contra | |
| de fazer faculdade tem noção de quanta graduação merda existe | |
| no Brasil? Tiv… |
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
| 🗣 Commented on #4912 in zellij-org/zellij | |
| ❗️ Labeled issue #4912 in zellij-org/zellij | |
| ❗️ Opened issue #4912 in zellij-org/zellij |
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
| [wsl2] | |
| memory=4GB | |
| swap=4GB | |
| localhostForwarding=true |
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
| version: '3.7' | |
| services: | |
| dockerregistrymirror: | |
| container_name: docker-registry-mirror | |
| image: registry:2 | |
| ports: | |
| - "443:443" | |
| volumes: | |
| - ./data/docker/var/lib/registry:/var/lib/registry | |
| - ./data/certs:/certs |
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
| using System; | |
| using static System.Console; | |
| var m = int.MaxValue; | |
| // possible solutions: | |
| try | |
| { | |
| WriteLine("n is an IntPtr"); | |
| var n = IntPtr.MaxValue; | |
| checked | |
| { |
- Vídeo da palestra (em breve)
- Slides da palestra
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
| 7zip.install 19.0 | |
| audacity 2.4.2 | |
| audacity-lame 3.100.0.20190331 | |
| autohotkey 1.1.33.02 | |
| autohotkey.install 1.1.33.02 | |
| azure-data-studio 1.25.1 | |
| bat 0.17.1 | |
| cascadiacode 2009.22 | |
| cascadiacodepl 2009.22 | |
| cascadiafonts 2009.22 |
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
| Windows Registry Editor Version 5.00 | |
| [HKEY_CLASSES_ROOT\Directory\shell\WT] | |
| @="Open Windows Terminal here" | |
| "Icon"="C:\\p\\terminal\\src\\cascadia\\CascadiaPackage\\bin\\x64\\Release\\AppX\\WindowsTerminal.exe" | |
| [HKEY_CLASSES_ROOT\Directory\shell\WT\command] | |
| @="wtd.exe -w 1 new-tab -d \"%V\"" | |
| [HKEY_CLASSES_ROOT\Directory\shell\WTU] |