Skip to content

Collection of my completed projects from 42 Heilbronn

Notifications You must be signed in to change notification settings

aaron-22766/42_Cursus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

42 Cursus Projects

Circle Project Language Grade Description
0.0 libft top language grade Writing my own library of functions from the C standard libraries
1.0 get_next_line top language grade Read a single line from a file descriptor
1.1 ft_printf top language grade Replica of printf with the most useful conversions and flags
1.2 born2beroot top language grade Create a virtual machine to host a Debian server
2.0 so_long top language grade Small 2D game with minilibx, inspired by Pacman
2.1 minitalk top language grade Small data exchange program using UNIX signals
2.2 push_swap top language grade Sort a list of random integers on two stacks in the least amount of moves possible using only limited operators
3.0 philosophers top language grade Solve the dining philosophers problem with threads and mutexes
3.1 minishell top language grade Create a simple shell program, inspired by bash (team project)
4-5 CPP top language grade Collection of modules for learning object-oriented programming and everything C++
4.1 netpractice top language grade Solve IP addressing and network issues in a training interface
4.2 cub3D top language grade Create a 3D maze game using ray-casting, inspired by Wolfenstein3D (team project)
5.1 inception top language grade Set up a Docker network with containers for nginx, mariadb, and wordpress
5.2 webserv top language grade Create a HTTP webserver (team project)
6.0 ft_transcendance top language grade Create a website where users can play pong (team project)
4-6 42 Exams top language grade Practicing for the exams at 42

The Holy Graph (Common Core) - as of Feb 2024

Holy Graph

Import

To clone this repository including the submodules:

git clone --recursive https://github.com/aaron-22766/42_Cursus.git

My 42 level

failed to display stats