Pinned Repositories
MiniRT
minishell
Webserv
minishell
42_CPP_Modules
42_Philosophers
A project with main goal to teach us how to thread a process and to learn about mutexes and data races.
ft_printf
My implementation of C's printf function
libft
My own library of basic C functions.
push_swap
so_long
MaryKateEvan's Repositories
MaryKateEvan/42_CPP_Modules
MaryKateEvan/Webserv
Our own HTTP Server, coded in C++, able to handle GET, POST, DELETE Requests and CGI.
MaryKateEvan/ft_printf
My implementation of C's printf function
MaryKateEvan/libft
My own library of basic C functions.
MaryKateEvan/push_swap
MaryKateEvan/so_long
MaryKateEvan/Inception
A system administration project, focused on the usage of Docker.
MaryKateEvan/miniRT
A "Ray Tracing" program in C, that renders simple Computer-Generated Images containing basic geometrical objects.
MaryKateEvan/minishell
Our own shell coded in C (using bash as a reference) which started as "mini"-shell and ended up way "bigger"!
MaryKateEvan/Philosophers
A project with main goal to teach us how to thread a process and to learn about mutexes and data races.