β¨ Some pretty projects:
- SmashGG Exporter - Fetches tournaments data from start.gg and saves them into a PostgreSQL database, and generate CSV (Python, GraphQL)
- 2XKalendar - 2XKalendar shows upcoming French and online 2XKO and SSBU tournaments (2xkalendar.fr)
- Kernel From Scratch - Partial re-implementation of a i386 kernel (Rust)
- Nyffin - A static website for an esport team (nyffin.marcli.com)
- Portfolio - My portfolio where one can download my resume (marcli.com)
- ft_transcendence - Build a website to play pong games (TypeScript frameworks)
- minishell - Reproduce a basic shell like bash (C)
- cub3D - A small game using RayCasting like Wolfenstein 3D (C)
π§βπ If you are a student from 42, I made testers for:
- ft_containers β‘ containers_test - Reimplement 5 containers of the STL (C++)
- libasm β‘ mlibasm_tester - Small library (ASM 64 bits Intel)
- ft_printf β‘ printf_test - Recode printf from scratch using variadic arguments (C)