My notes on... everything! (WIP)
In particular:
- Bash
- C/C++
- Calling C code in Python
- Cuda
gdb(GNU debugger)- GitLab CI
- GNU Image Manipulation System
- LaTeX
- MATLAB
- Python
- PyTorch
- Quotes
- VS Code
- Web development
- ...
Note: many of the topics here started out as separate Gist repositories, and were later cloned into this repository using the git subtree add command. As explained in this Stack Overflow answer, it is possible to clone an entire git repository into a subdirectory of the current repository (including all git history from the repository which is about to be cloned) using the following command (replace $SUBDIR_NAME and $GIT_URL as appropriate, NB $GIT_URL can include credentials as part of the URL, as described here):
git subtree add -P $SUBDIR_NAME $GIT_URL HEAD