Cheat sheets for things I want to remember
if __name__ == '__main__':
https://github.com/firmai/pandasvault
https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet
Preview MD files in vscode CTRL-S-V
Console highlight
foo@bar:~$ whoami
foo
Bash highlight
if [ "$#" -ne 1 ]; then
echo "Illegal number of parameters"
fi
https://checkip.amazonaws.com/
curl checkip.amazonaws.com