From fee7a2800565a21a39e11cd1beec358111a1a01f Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sun, 20 Feb 2022 18:50:47 +0100 Subject: Initial commit --- src/git/git.md | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 src/git/git.md (limited to 'src/git') 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 @@ +# Git repositories + +You can find all my git repositories at +[git.tronto.net](https://git.tronto.net/) or on +[my github page](https://github.com/sebastianotronto). +You can clone a repository with `git clone https://git.tronto.net/[NAME]`. + +## Tutorials + +* [fmctutorial](https://git.tronto.net/fmctutorial): an in-depth + tutorial for the Rubik's cube *Fewest Moves Challenge*, or FMC. + +## Programs and scripts + +I started writing code in 2005, with a toy programming language called Dark +Basic first and with Java shortly after that. In the past I enjoyed learning +different programming languages (C++, J, Python...), but I have recently found +more pleasure in writing software in plain C. + +* [nissy](https://git.tronto.net/nissy): A Rubik's cube solver, + intended primarily as a tool for practicing FMC. +* [sdep](https://git.tronto.net/sdep): A minimalistic + "date+event" line parser. Can be used in combination with some shell scripts + as a reminder / calendar application. +* [scripts](https://git.tronto.net/scripts): Various scripts + for Unix-like systems. + +## Math courses and programs + +Here are some scripts I wrote and lecture notes for some courses +I taught at the [University of Luxembourg](https://wwwen.uni.lu) +(2018-2022). + +* [mathsoftware](https://git.tronto.net/mathsoftware): a full + course (3 ECTS) on LaTeX and SageMath. +* [preplogic](https://git.tronto.net/preplogic): notes and + exercises for two introductory lectures on elementary logic. +* [kummer-degrees](https://git.tronto.net/kummer-degrees): a + SageMath script for computing the degrees of Kummer extensions of the + rational numbers. +* [arithmeticbilliard](https://git.tronto.net/arithmeticbilliard): + a python program for drawing the path of 2- and 3-dimensional arithmetic + billiards. -- cgit v1.3