aboutsummaryrefslogtreecommitdiff
path: root/src/git
diff options
context:
space:
mode:
Diffstat (limited to 'src/git')
-rw-r--r--src/git/git.md43
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
3You 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).
6You 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
15I started writing code in 2005, with a toy programming language called Dark
16Basic first and with Java shortly after that. In the past I enjoyed learning
17different programming languages (C++, J, Python...), but I have recently found
18more 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
30Here are some scripts I wrote and lecture notes for some courses
31I 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.

Generated with cgit - Back to sebastiano.tronto.net