I am a student currently studying C and C++ at 42 Codam in Amsterdam ๐ฅ.
Below are direct links to all of my Codam projects โ :
-
- A fullstack web-based platform for multiplayer "Pong" games with additional features such as user authentication, real-time chat, and account management.
-
- A web server that handles HTTP requests, parses configuration files, serves static files, handles CGI scripts, and manages file uploads.
-
- A CPU-based ray tracer, creating realistic images by simulating the interaction of light in a three-dimensional environment.
-
- A twist on the classic philosopher dining problem, using threads, forks, mutexes, and semaphores to solve the puzzle.
-
- A basic shell that handles command execution, environment variable management, signal handling, and input redirection.
-
- A client-server communication system where a sender process transmits messages to a receiver process using signals.
-
- A program designed to efficiently sort a stack of numbers using a limited set of instructions.
-
- A graphical program that allows you to explore various fractal patterns.
-
- A custom version of the standard C library function printf.
-
- A function that reads a line from a file descriptor.
-
- A custom C library recreating a bunch of standard library functions.