diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2022-02-20 18:50:47 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2022-02-20 18:50:47 +0100 |
| commit | fee7a2800565a21a39e11cd1beec358111a1a01f (patch) | |
| tree | 822b56e54697f46c32f732b67b50005161c23cdf /src/git/git.md | |
| download | sebastiano.tronto.net-fee7a2800565a21a39e11cd1beec358111a1a01f.tar.gz sebastiano.tronto.net-fee7a2800565a21a39e11cd1beec358111a1a01f.zip | |
Initial commit
Diffstat (limited to 'src/git/git.md')
| -rw-r--r-- | src/git/git.md | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/src/git/git.md b/src/git/git.md new file mode 100644 index 0000000..d43b67a --- /dev/null +++ b/src/git/git.md | |||
| @@ -0,0 +1,43 @@ | |||
| 1 | # Git repositories | ||
| 2 | |||
| 3 | You can find all my git repositories at | ||
| 4 | [git.tronto.net](https://git.tronto.net/) or on | ||
| 5 | [my github page](https://github.com/sebastianotronto). | ||
| 6 | You can clone a repository with `git clone https://git.tronto.net/[NAME]`. | ||
| 7 | |||
| 8 | ## Tutorials | ||
| 9 | |||
| 10 | * [fmctutorial](https://git.tronto.net/fmctutorial): an in-depth | ||
| 11 | tutorial for the Rubik's cube *Fewest Moves Challenge*, or FMC. | ||
| 12 | |||
| 13 | ## Programs and scripts | ||
| 14 | |||
| 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, | ||
| 21 | intended primarily as a tool for practicing FMC. | ||
| 22 | * [sdep](https://git.tronto.net/sdep): A minimalistic | ||
| 23 | "date+event" line parser. Can be used in combination with some shell scripts | ||
| 24 | as a reminder / calendar application. | ||
| 25 | * [scripts](https://git.tronto.net/scripts): Various scripts | ||
| 26 | for Unix-like systems. | ||
| 27 | |||
| 28 | ## Math courses and programs | ||
| 29 | |||
| 30 | Here are some scripts I wrote and lecture notes for some courses | ||
| 31 | I taught at the [University of Luxembourg](https://wwwen.uni.lu) | ||
| 32 | (2018-2022). | ||
| 33 | |||
| 34 | * [mathsoftware](https://git.tronto.net/mathsoftware): a full | ||
| 35 | course (3 ECTS) on LaTeX and SageMath. | ||
| 36 | * [preplogic](https://git.tronto.net/preplogic): notes and | ||
| 37 | exercises for two introductory lectures on elementary logic. | ||
| 38 | * [kummer-degrees](https://git.tronto.net/kummer-degrees): a | ||
| 39 | SageMath script for computing the degrees of Kummer extensions of the | ||
| 40 | rational numbers. | ||
| 41 | * [arithmeticbilliard](https://git.tronto.net/arithmeticbilliard): | ||
| 42 | a python program for drawing the path of 2- and 3-dimensional arithmetic | ||
| 43 | billiards. | ||
