β¨ Some pretty projects:
- 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)