diff options
Diffstat (limited to 'src/git')
| -rw-r--r-- | src/git/git.md | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/src/git/git.md b/src/git/git.md index 290a7d7..15f32f6 100644 --- a/src/git/git.md +++ b/src/git/git.md | |||
| @@ -23,11 +23,13 @@ Here are some highlights of what you can find in my git repositories. | |||
| 23 | [nissy-classic](https://git.tronto.net/nissy-classic), and is | 23 | [nissy-classic](https://git.tronto.net/nissy-classic), and is |
| 24 | maintained with bugfixes. | 24 | maintained with bugfixes. |
| 25 | Check out also [the project's homepage](https://nissy.tronto.net). | 25 | Check out also [the project's homepage](https://nissy.tronto.net). |
| 26 | * [sdep](https://git.tronto.net/sdep): A minimalistic | 26 | * [h48](https://git.tronto.net/h48): Another Rubik's cube optimal solver, |
| 27 | "date+event" line parser. Can be used in combination with some shell scripts | 27 | intended to replace the engine of nissy in the future. Written in |
| 28 | as a reminder / calendar application. | 28 | collaboration with [Enrico](https://github.com/enricotenuti). |
| 29 | * [scripts](https://git.tronto.net/scripts): Various scripts | 29 | * [scripts](https://git.tronto.net/scripts): Various scripts |
| 30 | for Unix-like systems. | 30 | for Unix-like systems. |
| 31 | * [zmodn](https://git.tronto.net/zmodn): A simple C++ library for working | ||
| 32 | with modular arithmetic. | ||
| 31 | 33 | ||
| 32 | ## Tutorials | 34 | ## Tutorials |
| 33 | 35 | ||
| @@ -59,3 +61,8 @@ I taught at the [University of Luxembourg](https://wwwen.uni.lu) | |||
| 59 | web git instance up do date automatically when I push new changes. See | 61 | web git instance up do date automatically when I push new changes. See |
| 60 | [this blog post](https://sebastiano.tronto.net/blog/2022-11-23-git-host). | 62 | [this blog post](https://sebastiano.tronto.net/blog/2022-11-23-git-host). |
| 61 | * [Platonic solids](https://git.tronto.net/platonicsolids) in TikZ (LaTeX). | 63 | * [Platonic solids](https://git.tronto.net/platonicsolids) in TikZ (LaTeX). |
| 64 | * [bclibrary](https://git.tronto.net/bclibrary): A collectiono of functions | ||
| 65 | for [bc(1)](https://man.openbsd.org/bc). | ||
| 66 | * [A simple Python module written in C](https://git.tronto.net/python-c): | ||
| 67 | A minimal example of Python bindings for C code, for educational | ||
| 68 | purposes. | ||
