My computing projects

This website

I host this website on an old computer of mine and use nginx. I wrote a short memo about the different steps of installing linux on an old Apple computer.

Combinatorial Optimization

Multiple implementations of Dijkstra's algorithm on various data structures so as to compare actual computational time to theoretical results. Written in C++ with the use of Python to generate random graphs of variable size and density. Source code avaiable here.

Project with Engie Digital

As part of my curriculum at Mines Paris, I had the opportunity to team up with Engie Digital to work on a data analysis project about wind turbines. We worked in a small group of three students on large datasets with tens of thousands of lines and multiple different tables. We had to deal with conflict in git. The analysis and prediction was coded in Python, using libraries numpy, sklearn, pandas and matplotlib.

Dotfiles

A few scripts for my personal use, trying to optimize MacOS to my liking. Using vim, automated LaTeX compilation, among other things. This project, on which I'm still working, has helped enhance my bash abilities. Source code avaiable here.