-
Enos OpenVPN
Deploy an OpenStack infrastructure via Enos, in which the management network and the production network are implemented with two OpenVPN networks. Enables to add any node at will. -
Juice
Juice is a tool built to test the performances of MariaDB, MariaDB Galera Cluster and CockroachDB using Sysbench or OpenStack Rally. It can be used to test any other databases wanted by adding it into the database role. It also monitors system and database metrics via collectd and cAdvisor. Juice served to make an evaluation of OpenStack Multi-Region Keystone deployments, which lead to a presentation at the OpenStack Summit in Vancouver, april 2018. -
Firp
Website for my roleplay guild. It was made primarly to know how a website works, with Django as a framework. It enables users to make character sheets, browse through quests, objects (created by the Game Master), search quests on the map, see what happened during campaigns and find the spell for their classes. Still ongoing. -
ProjetRPG
A small game in C++ made for a course about design pattern (2015). You play a survivor in a medieval setting where zombies have invaded the world during the actual apocalypse. The maps can be customized with a text file that is read by the game. This project made my teammate (Dreyn) and I discover C++ and design patterns, here Observer, State and Chain of responsibility. -
Compilo
A compiler made in c to compile a user-defined language for the compiler course (2017). It takes a GPL and a program coded in this GPL to execute the program. The operations in the interpreter are a pseudo-assembly language.