At 42 school, all programs from the common core (unless explicited otherwise) are written in C and in accordance with the Norm ๐.
Recode functions from various libraries and create my own library โก๏ธ libft
Recode printf() with only some format specifiers โก๏ธ ft_printf
Create a function to read lines from a file โก๏ธ get_next_line
Create a Virtual Machine with some specifications โก๏ธ born2beroot
Create a small data exchange program between two programs โก๏ธ minitalk
Create a simple 2D game โก๏ธ so_long
Create a program that sorts integers using two stacks, with some restrictions โก๏ธ push_swap
Create a simpler version of bash โก๏ธ minishell
Siting Philosophers simulation, using threads and mutexes โก๏ธ philosophers
Practice exercises to learn about networking โก๏ธ NetPractice
Graphical representation of the inside of a maze from a first-person perspective using RayCasting and MiniLibX โก๏ธ cub3D
CPP practical exercises โก๏ธ cpp_modules
Multi-container Docker application with NGINX, WordPress and MariaDB โก๏ธ inception
HTTP web server inspired by NGINX โก๏ธ webserv
Currently working on ft_transcendence (a single-page application where users can play pong against each other)