|
2 | 2 |
|
3 | 3 | A collection of programming notes, snippets and examples. By José Aniceto. |
4 | 4 |
|
5 | | -[Click here to check the website](https://janiceto.github.io/programming-notes/) |
6 | | - |
7 | 5 | Below is a list of the most used pages. |
8 | 6 |
|
| 7 | +## General |
| 8 | +- [Create a Windows batch script](programming-notes/general/batch-script.md) |
| 9 | +- [Hiding Passwords and Secret Keys in Environment Variables](programming-notes/general/os-env-vars.md) |
| 10 | +- [Windows terminal](programming-notes/general/windows-terminal.md) |
| 11 | +- [Docker](programming-notes/general/docker.md) |
| 12 | + |
9 | 13 | ## Python |
10 | | -- [Working with uv](/programming-notes/python/uv) |
11 | | -- [Simple Machine Learning workflow](/programming-notes/python/ml-workflows) |
12 | | -- [Scientific quality figures](/programming-notes/python/scientific-figures) |
| 14 | +- [Anaconda](programming-notes/python/anaconda.md) |
| 15 | +- [Working with uv](programming-notes/python/uv.md) |
| 16 | +- [Simple Machine Learning workflow](programming-notes/python/ml-workflows.md) |
| 17 | +- [Scientific quality figures](programming-notes/python/scientific-figures.md) |
13 | 18 |
|
| 19 | +## Linux |
| 20 | +- [Set `$PATH` variable in Ubuntu](programming-notes/linux/path.md) |
| 21 | +- [Linux Crontab](programming-notes/linux/crontab.md) |
| 22 | +- [Mount drives](programming-notes/linux/mount-drives.md) |
14 | 23 |
|
15 | 24 | ## MATLAB |
16 | | -- [Figures in MATLAB](/matlab/figures) |
17 | | -- [Preparing figures for publication](programming-notes/matlab/figures-publication) |
18 | | - |
19 | | -## GENERAL |
20 | | -- [Create a Windows batch script](/general/batch-script.md) |
21 | | -- [Hiding Passwords and Secret Keys in Environment Variables](/general/os-env-vars.md) |
22 | | -- [Windows terminal](/general/windows-terminal.md) |
23 | | - |
24 | | -## LINUX |
25 | | -- [Set `$PATH` variable in Ubuntu](/linux/path.md) |
26 | | -- [Linux Crontab](/linux/crontab.md) |
27 | | - |
28 | | -## LATEX |
29 | | -- [Working with figures](/latex/figures.md) |
30 | | -- [Create LaTeX presentations with Beamer](/latex/beamer.md) |
31 | | -- [Derivatives](/latex/derivatives.md) |
| 25 | +- [Figures in MATLAB](programming-notes/matlab/figures.md) |
| 26 | +- [Preparing figures for publication](programming-notes/matlab/figures-publication.md) |
| 27 | + |
| 28 | +## LaTeX |
| 29 | +- [Working with figures](programming-notes/latex/figures.md) |
| 30 | +- [Create LaTeX presentations with Beamer](programming-notes/latex/beamer.md) |
| 31 | +- [Derivatives](programming-notes/latex/derivatives.md) |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | +These notes contain excerpts, code snippets and examples from various sources including, but not limited to, Python Docs, The Hitchhiker’s Guide to Python, Real Python and Stack Overflow users. |
0 commit comments