aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2022-05-19 18:17:55 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2022-05-19 18:17:55 +0200
commitb2de644f640215fa5c92087cb6fa7b03b0f2a478 (patch)
tree69b017ecdb28356e6d4b6d4236b9fdc557a9d065 /src
parent964a0b5d7f35964c95852c714aa2ce487e7a5d85 (diff)
downloadsebastiano.tronto.net-b2de644f640215fa5c92087cb6fa7b03b0f2a478.tar.gz
sebastiano.tronto.net-b2de644f640215fa5c92087cb6fa7b03b0f2a478.zip
Changed git page a bit
Diffstat (limited to 'src')
-rw-r--r--src/git/git.md22
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
3I started writing code in 2005, with a toy programming language called Dark
4Basic first and with Java shortly after that. In the past I enjoyed learning
5different programming languages (C++, J, Python...), but I have recently found
6more pleasure in writing software in plain C.
7
3You can find all my git repositories at 8You 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).
6You can clone a repository with `git clone https://git.tronto.net/[NAME]`. 11You can clone a repository with `git clone https://git.tronto.net/[NAME]`.
7 12
8## Tutorials 13Here 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
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, 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
30Here are some scripts I wrote and lecture notes for some courses 33Here 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).

Generated with cgit - Back to sebastiano.tronto.net