mdarbois / 42

42 School projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

42 School Projects

This repository contains all the passed projects of the 42 Core Curriculum.

  • Create a library of basic C functions: Libft
  • Recode the standard C library function, printf: Ft Printf
  • Read a single line from a file descriptor, can be used in a loop: Get Next Line
  • Create a virtual machine to host a Debian server: Born2beroot
  • Sort a list of random integers in the least amount of moves possible: Push Swap
  • Recreate the shell pipe behavior: Pipex
  • A small 2D Game made using the MiniLibX Graphics Library: So Long
  • Solve the dining philosophers problem with semaphores: Philosophers
  • Create a minitature shell program: Minishell
  • Create a Wolfenstein3D-like maze program. Team project: Cub3D
  • Introduction to Object-Oriented Programing in C++: CPP Modules
  • HTTP web server in C++: Webserv

About

42 School projects


Languages

Language:C 52.8%Language:C++ 43.5%Language:Makefile 3.7%