Emmi's repositories
42CPP_Modules
Collection of 10 modules of C++ basics
42Cub3D
A ray-casting maze exploration project in C
Language:C000
42Ft_irc
Custom IRC server in C++
Language:C++000
42Ft_printf
A custom printf() function from the C Standard Library
42Get_next_line
A custom implementation of the C Standard Library function getline
42Inception
A Docker project for a Wordpress site running on Nginx server employing a MariaDB database
42Minishell
A minimal Bash-like shell written in C
Language:C000
42Philosophers
A project on simulating the Dining Philosophers Problem by multithreading
42Push_swap
Bucket-sort algorithm implementation with two stacks