1
- I am Thibault Allançon, a fourth year French student at `EPITA
1
+ I am Thibault Allançon, a firth year French student at `EPITA
2
2
<http://www.epita.fr/> `__ (a computer science school near Paris). I am deeply
3
3
interested in **programming ** and **algorithms **. I mainly code in C, C++,
4
4
Python, Java, Rust and OCaml.
@@ -17,32 +17,42 @@ Some of my favorite personal projects:
17
17
- `mlai <https://github.com/haltode/mlai >`__: implementation of various
18
18
machine learning algorithms (neural network, regression, svm,
19
19
k-means).
20
+ - `raytracer <https://github.com/haltode/raytracer >`__: an experimental
21
+ LaTeX-only raytracer made for fun.
20
22
21
23
School projects:
22
24
25
+ - Chess engine and AI in C++ (3rd year project).
26
+ - Re-implementation of UNIX utility tools in C: ``find ``, ``make ``, ``malloc ``
27
+ and a POSIX shell (3rd year projects).
23
28
- `OCR <https://github.com/haltode/OCR >`__: Optical character
24
- recognition software written in C.
29
+ recognition software written in C (2nd year project) .
25
30
- `Pacification <https://github.com/haltode/Pacification >`__:
26
- civilization-like 3D multiplayer game made with C#/Unity.
31
+ civilization-like 3D multiplayer game made with C#/Unity (1st year project) .
27
32
28
33
Google Summer of Code
29
34
~~~~~~~~~~~~~~~~~~~~~
30
35
31
36
In 2019, I worked with `Software Heritage <https://www.softwareheritage.org/ >`_
32
37
on a Google Summer of Code project: `Graph compression on the development
33
38
history of software </gsoc2019.html> `_. It was an incredible summer: super
34
- interesting project, and awesome mentors!
39
+ interesting project and awesome mentors!
35
40
36
41
Associations
37
42
~~~~~~~~~~~~
38
43
39
- I greatly enjoy contributing to computer science related associations,
40
- such as `Prologin <https://prologin.org/ >`__ and
41
- `France-IOI <http://www.france-ioi.org/ >`__. Concerning Prologin, I was
42
- finalist in 2015 and 2016 of their national contest, and joined in as an
43
- organizer in 2017. Same story goes for France-IOI where I took part in
44
- the Algoréa contest final in 2014 and national selection in 2015, before
45
- helping out as a trainer in 2018.
44
+ I greatly enjoy contributing to computer science related associations, such as
45
+ `Prologin <https://prologin.org/ >`__, `Girls Can Code!
46
+ <https://girlscancode.fr/> `__ and `France-IOI <http://www.france-ioi.org/ >`__.
47
+ Concerning Prologin, I was finalist in 2015 and 2016 of their national contest,
48
+ and joined in as an organizer in 2017. Same story goes for France-IOI where I
49
+ took part in the Algoréa contest final in 2014 and national selection in 2015,
50
+ before helping out a few times in 2018.
51
+
52
+ Teaching computer science related topics to others has always been a keen
53
+ interest of mine, and at EPITA I had the opportunity to become a teaching
54
+ assistant for three years. The role consisted of giving courses, talks and
55
+ organizing projects in order to teach students C, UNIX, C++, Java, Caml and C#.
46
56
47
57
Talks
48
58
~~~~~
0 commit comments