| Column name | Column name |
|---|---|
| Row content | Row content |
| Aligment does not | matter at all |
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
| import pandas as pd | |
| import os | |
| FILENAME = 'data.csv' | |
| DATA_DIR = 'data' | |
| path = os.path.join(DATA_FOLDER, FILENAME) | |
| df = pd.read_csv(path) | |
| print(df.std()) |
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
| [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 |
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
| " full command | |
| split | terminal | |
| " abbreviated | |
| spl | te |
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
| ctags -R . |
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
| python -m smtpd -n -c DebuggingServer localhost:8025 |
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
| \nocite{johndoe2008} |
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
| pdflatex --output-dir ./build example.tex |
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
| git config --local credential.helper store |
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
| { | |
| "reportGeneralTypeIssues": false, | |
| "reportOptionalMemberAccess": false, | |
| "reportOptionalOperand": false, | |
| "reportOptionalSubscript": false | |
| } |
OlderNewer