diff options
Diffstat (limited to 'src/git/git.md')
| -rw-r--r-- | src/git/git.md | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/src/git/git.md b/src/git/git.md index 5172ead..ae0afe7 100644 --- a/src/git/git.md +++ b/src/git/git.md | |||
| @@ -1,30 +1,33 @@ | |||
| 1 | # Git repositories | 1 | # Git repositories |
| 2 | 2 | ||
| 3 | I started writing code in 2005, with a toy programming language called Dark | ||
| 4 | Basic first and with Java shortly after that. In the past I enjoyed learning | ||
| 5 | different programming languages (C++, J, Python...), but I have recently found | ||
| 6 | more pleasure in writing software in plain C. | ||
| 7 | |||
| 3 | You can find all my git repositories at | 8 | You can find all my git repositories at |
| 4 | [git.tronto.net](https://git.tronto.net/) or on | 9 | [git.tronto.net](https://git.tronto.net/) or on |
| 5 | [my github page](https://github.com/sebastianotronto). | 10 | [my github page](https://github.com/sebastianotronto). |
| 6 | You can clone a repository with `git clone https://git.tronto.net/[NAME]`. | 11 | You can clone a repository with `git clone https://git.tronto.net/[NAME]`. |
| 7 | 12 | ||
| 8 | ## Tutorials | 13 | Here are some highlights of what you can find in my git repositories. |
| 9 | |||
| 10 | * [fmctutorial](https://git.tronto.net/fmctutorial): an in-depth | ||
| 11 | tutorial for the Rubik's cube *Fewest Moves Challenge*, or FMC. | ||
| 12 | 14 | ||
| 13 | ## Programs and scripts | 15 | ## Programs and scripts |
| 14 | 16 | ||
| 15 | I started writing code in 2005, with a toy programming language called Dark | ||
| 16 | Basic first and with Java shortly after that. In the past I enjoyed learning | ||
| 17 | different programming languages (C++, J, Python...), but I have recently found | ||
| 18 | more pleasure in writing software in plain C. | ||
| 19 | |||
| 20 | * [nissy](https://git.tronto.net/nissy): A Rubik's cube solver, | 17 | * [nissy](https://git.tronto.net/nissy): A Rubik's cube solver, |
| 21 | intended primarily as a tool for practicing FMC. | 18 | intended primarily as a tool for practicing FMC. |
| 19 | Check out also [the project's homepage](https://nissy.tronto.net). | ||
| 22 | * [sdep](https://git.tronto.net/sdep): A minimalistic | 20 | * [sdep](https://git.tronto.net/sdep): A minimalistic |
| 23 | "date+event" line parser. Can be used in combination with some shell scripts | 21 | "date+event" line parser. Can be used in combination with some shell scripts |
| 24 | as a reminder / calendar application. | 22 | as a reminder / calendar application. |
| 25 | * [scripts](https://git.tronto.net/scripts): Various scripts | 23 | * [scripts](https://git.tronto.net/scripts): Various scripts |
| 26 | for Unix-like systems. | 24 | for Unix-like systems. |
| 27 | 25 | ||
| 26 | ## Tutorials | ||
| 27 | |||
| 28 | * [fmctutorial](https://git.tronto.net/fmctutorial): an in-depth | ||
| 29 | tutorial for the Rubik's cube *Fewest Moves Challenge*, or FMC. | ||
| 30 | |||
| 28 | ## Math courses and programs | 31 | ## Math courses and programs |
| 29 | 32 | ||
| 30 | Here are some scripts I wrote and lecture notes for some courses | 33 | Here are some scripts I wrote and lecture notes for some courses |
| @@ -46,3 +49,4 @@ I taught at the [University of Luxembourg](https://wwwen.uni.lu) | |||
| 46 | 49 | ||
| 47 | * [My personal website](https://git.tronto.net/sebastiano.tronto.net): | 50 | * [My personal website](https://git.tronto.net/sebastiano.tronto.net): |
| 48 | source files (mostly markdown) and build scripts for this website. | 51 | source files (mostly markdown) and build scripts for this website. |
| 52 | * [Platonic solids](https://git.tronto.net/platonicsolids) in TikZ (LaTeX). | ||
