Lists (2)
Sort Name ascending (A-Z)
Stars
42 school's final team project : create a responsive website with a multiplayer pong game and associated services : authentification system, user management, live chat, statistics.
clairecarnot / webserv
Forked from maellepr/webservA 42 school project : build an HTTP server to handle client requests and serve web content, using sockets and select()
A 42 school project to understand Docker and Docker-Compose: create an architecture of 3 services : NginX, Wordpress and MariaDB, sharing a docker network
A 42 school project to learn about the fundamentals of C++ (10 modules)
clairecarnot / cub3D
Forked from maellepr/cub3DA 42 school graphic project : create a game using raycasting techniques with the Wolfenstein 3D game as inspiration
A 42 school project : recreate a basic Bourne-like shell program in C. It includes coding a binary tree, redirections, pipes, builtin commands and environment variables
A 42 school project to learn about concurrent programming by working on the dining philosophers problem. Tools used: threads and mutexes, processes and semaphores
A 42 school project to understand shell pipes and redirections
A 42 school project to learn about sorting algorithms : the project here involves sorting random numbers with a limited set of instructions, in as few actions as possible
A 42 school project to create a small 2D game including sprites, with the help of a graphic library (minilibx)
A 42 school project to create a function able to read and return the contents of a file line by line. Goal is to understand how to read from a file descriptor and use static variables
A 42 school project to recreate a simpler version of the printf function, to understand how variadic arguments work
My first 42 school project, aiming to (re)create a library of common C functions for use in future projects