28 Jun 2025
scroll
#01
libft
28 OCT 2022
OCT
NOV
DEC
JAN
FEB
This project is your very first project as a student at 42. You will need to recode a few functions ...
C
#02
get next line
07 NOV 2022
NOV
DEC
JAN
FEB
MAR
May it be a file, stdin, or even later a network connection, you will always need a way to read cont...
C
#03
ft_printf
11 NOV 2022
NOV
DEC
JAN
FEB
MAR
This project is pretty straightforward, you have to recode printf. You will learn what is and how to...
C
#04
Born2beRoot
23 NOV 2022
NOV
DEC
JAN
FEB
MAR
This project aims to introduce you to the wonderful world of virtualization....
virtualization
#05
push_swap
29 DEC 2022
DEC
JAN
FEB
MAR
APR
This project involves sorting data on a stack, with a limited set of instructions, and the smallest ...
C
#06
minitalk
12 JAN 2023
JAN
FEB
MAR
APR
MAY
The purpose of this project is to code a small data exchange program using UNIX signals. It is an in...
C
#07
fract-ol
17 FEB 2023
FEB
MAR
APR
MAY
JUN
Discover 2D programming and the psychedelic universe of fractals in this project, using minilibX....
C
#08
Philosophers
11 APR 2023
APR
MAY
JUN
JUL
AUG
Eat, Sleep, Spaghetti, repeat. This project is about learning how threads work by precisely timing a...
C
#09
minishell
07 JUN 2023
JUN
JUL
AUG
SEP
OCT
The objective of this project is for you to create a simple shell....
C
#10
NetPractice
27 JUL 2023
JUL
AUG
SEP
OCT
NOV
NetPractice is a general practical exercise to let you discover networking....
networking
#11
cub3d
02 SEP 2023
SEP
OCT
NOV
DEC
JAN
This project is inspired by the world-famous eponymous 90's game, which was the first FPS ever. It w...
C
#12
Inception
09 FEB 2024
FEB
MAR
APR
MAY
JUN
This project aims to broaden your knowledge of system administration by using Docker. You will virtu...
sys administration
#13
webserv
06 APR 2024
APR
MAY
JUN
JUL
AUG
This project is here to make you write your own HTTP server. You will be able to test it with a real...
C++