42Cursus

Summary

Index repository for all the projects I've done at the 42 school of Codam.

Rank 0

Name Description
Libft This project is your very first project as a student at 42. You will need to recode a few functions of the C standard library as well as some other utility functions that you will use during your whole cursus.

Rank 1

Name Description
get_next_line Simple function to continuously read and return the next line from a file
ft_printf Recode printf
Born2beroot This project aims to introduce to the wonderful world of virtualization

Rank 2

Name Description
fract-ol This project is about creating graphically beautiful fractals
pipex This project is about discover in detail a UNIX mechanism
push_swap Sort a stack, only using a limited set of instructions

Rank 3

Name Description
minishell Creating our own mini-bash
philosophers The dining philosophers problem, done in C, using mutexes, threads, semaphores and fork()s

Rank 4

Name Description
minRT The wonderous world of raytracing
netPractice NetPractice is a general practical exercise to let you discover networking
CPP piscine Small exercises to learn C++

Rank 5

Name Description
webserv Creating our own RFC-compliant HTTP webserver
inception This project is about of system administration by using Docker.

Rank 6

Name Description
ft_transcendence Building a fully fledged website for pong contests, including friends, guilds, ELO and more, in React and Typescript