diff options
Diffstat (limited to 'src/git/git.md')
| -rw-r--r-- | src/git/git.md | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/src/git/git.md b/src/git/git.md index ae0afe7..290a7d7 100644 --- a/src/git/git.md +++ b/src/git/git.md | |||
| @@ -15,7 +15,13 @@ Here are some highlights of what you can find in my git repositories. | |||
| 15 | ## Programs and scripts | 15 | ## Programs and scripts |
| 16 | 16 | ||
| 17 | * [nissy](https://git.tronto.net/nissy): A Rubik's cube solver, | 17 | * [nissy](https://git.tronto.net/nissy): A Rubik's cube solver, |
| 18 | intended primarily as a tool for practicing FMC. | 18 | intended primarily as a tool for practicing FMC. Since april 2023 |
| 19 | the project has been split into the FMC trainer | ||
| 20 | [nissy-fmc](https://git.tronto.net/nissy-fmc) and the optimal solver | ||
| 21 | [nissy-nx](https://git.tronto.net/nissy-nx). Both are work in | ||
| 22 | progress. The stable version is available at | ||
| 23 | [nissy-classic](https://git.tronto.net/nissy-classic), and is | ||
| 24 | maintained with bugfixes. | ||
| 19 | Check out also [the project's homepage](https://nissy.tronto.net). | 25 | Check out also [the project's homepage](https://nissy.tronto.net). |
| 20 | * [sdep](https://git.tronto.net/sdep): A minimalistic | 26 | * [sdep](https://git.tronto.net/sdep): A minimalistic |
| 21 | "date+event" line parser. Can be used in combination with some shell scripts | 27 | "date+event" line parser. Can be used in combination with some shell scripts |
| @@ -49,4 +55,7 @@ I taught at the [University of Luxembourg](https://wwwen.uni.lu) | |||
| 49 | 55 | ||
| 50 | * [My personal website](https://git.tronto.net/sebastiano.tronto.net): | 56 | * [My personal website](https://git.tronto.net/sebastiano.tronto.net): |
| 51 | source files (mostly markdown) and build scripts for this website. | 57 | source files (mostly markdown) and build scripts for this website. |
| 58 | * [My git hooks](https://git.tronto.net/git-hooks), used to keep my | ||
| 59 | 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). | ||
| 52 | * [Platonic solids](https://git.tronto.net/platonicsolids) in TikZ (LaTeX). | 61 | * [Platonic solids](https://git.tronto.net/platonicsolids) in TikZ (LaTeX). |
