-
-
webserv-steelnerv Public
A non-blocking, event-driven HTTP/1.1 server in C++98 with CGI support, built from scratch using epoll. Handles static files, dynamic scripts, and multiple concurrent clients with full RFC-complian…
C++ UpdatedAug 12, 2025 -
inception Public
Multi-service web infrastructure virtualized with Docker on Debian. Orchestrates NGINX TLSv1.2+, WordPress (PHP-FPM), MariaDB, Redis, VSFTPD, Adminer and Portainer. Implements custom Docker network…
Shell UpdatedJun 11, 2025 -
CPlusPlus-Modules Public
These are the two clusters of C++ Modules that I encountered in the 42 Common Core. These introduced us to C++ and Object Oriented Programming in general.
C++ UpdatedMay 1, 2025 -
-
FdF Public
This project is about creating wireframe models through instructions provided from a map. This is one of the first three graphical projects that each student must attempt.
C UpdatedSep 24, 2024 -
minishell Public
Forked from mahahahad/MinishellThis project focuses on recreating the bash, albeit at a significantly smaller scale. It focuses on parsing prompts, executing commands, handling redirect and piping, managing the environment as we…
C UpdatedSep 1, 2024 -
Philosophers Public
This project is related to creating threads and using mutexes. These are used with the purpose of running processes in parallel and preventing data races and deadlocks while using the same set of m…
C UpdatedApr 23, 2024 -
Pipex Public
Summary: This project will let you discover in detail a UNIX mechanism that you already know by using it in your program.
C UpdatedApr 17, 2024 -
Push_Swap Public
The first project I attempted in Rank 2. It is about creating a program that runs algorithms to sort numbers that are provided to it as arguments.
C UpdatedFeb 12, 2024 -
CPiscine Public
All the code I wrote during the Piscine for the projects and exam practice.
C UpdatedSep 19, 2023 -
Libft Public
The first project students at 42 are supposed to complete, usually within a month of the Kickoff.
C UpdatedAug 28, 2023 -
get_next_line Public
The third project. This project is about creating a function that will return, one line at a time, the contents of any file specified. Each call to the get_next_line function must return only 1 lin…
-
ft_printf Public
The project I decided to do right after Libft. In this project, you write your own printf function that covers some parts of the original printf function, mainly 9 of the format specifiers.
C UpdatedAug 15, 2023