openpgp4fpr:ADCFE1009EC391E7CC38EC13E7497B22C97FE966
This file contains 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
{ | |
"reportGeneralTypeIssues": false, | |
"reportOptionalMemberAccess": false, | |
"reportOptionalOperand": false, | |
"reportOptionalSubscript": false | |
} |
This file contains 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
git config --local credential.helper store |
This file contains 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
pdflatex --output-dir ./build example.tex |
This file contains 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
\nocite{johndoe2008} |
Column name | Column name |
---|---|
Row content | Row content |
Aligment does not | matter at all |
This file contains 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
python -m smtpd -n -c DebuggingServer localhost:8025 |
This file contains 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
ctags -R . |
This file contains 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
" full command | |
split | terminal | |
" abbreviated | |
spl | te |
This file contains 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
[custom.toolbox] | |
description = "The activated toolbox container" | |
command = "echo $(. /var/run/.containerenv; echo ${name}: ${DISTTAG%container})" | |
when = """ [[ -f /run/.containerenv && -f /run/.toolboxenv ]] """ | |
style = "bold red" | |
format = "[\\[$output\\]]($style) " | |
disabled = false |
NewerOlder