summaryrefslogtreecommitdiff
path: root/personal
diff options
context:
space:
mode:
Diffstat (limited to 'personal')
-rw-r--r--personal/cv/cv.org10
1 files changed, 10 insertions, 0 deletions
diff --git a/personal/cv/cv.org b/personal/cv/cv.org
index 4ac26c2..d5751f1 100644
--- a/personal/cv/cv.org
+++ b/personal/cv/cv.org
@@ -90,3 +90,13 @@ their unique use-case.
This was my first deep-dive into a considerable codebase, and thus my
first opportunity to practise various aspects of software development
(version control, debugging) on a non-trivial C++ project.
+** 2009 – 2014: school projects at INSA de Lyon
+Thanks to INSA's generalist syllabus, as well as [[http://gamerush.free.fr/debriefing2.html][some extra-curricular
+activies]], I touched on a wide array of problem domains and
+technologies:
+
+- drivers for segmented LCD displays on MSP430 microcontrollers, in C,
+- image recognition based on [[https://en.wikipedia.org/wiki/Image_moment#Rotation_invariants][Hu moment invariants]], in C,
+- game engines, in C++ and Java,
+- GUIs in Java,
+- webservers, in Java and Go.