Pinned Repositories
ft_containers
42 project aiming to implement four of the containers of the STL (`vector`, `stack`, `map` and `set`) in C++98.
ft_transcendence
Final project of 42's Common Core. Single page web application powering the mighty Pong contest !
Inception
42 project aiming to get familiar with Docker.
libgc
A simplistic and minimalist garbage collector library suitable for 42 students (and others).
Makefile
A cool and transposable Makefile for C++ projects.
miniRT
42 graphic project: implementation of 3D realistic rendering model using a raytracer algorithm.
minishell
This C project from the 42school is the implementation of a not-at-all Posix compliant shell.
philosophers
First project about concurrent programming at 42 school: implementation of the "dining philosophers problem".
rotrojan's Repositories
rotrojan/Makefile
A cool and transposable Makefile for C++ projects.
rotrojan/libgc
A simplistic and minimalist garbage collector library suitable for 42 students (and others).
rotrojan/minishell
This C project from the 42school is the implementation of a not-at-all Posix compliant shell.
rotrojan/ft_containers
42 project aiming to implement four of the containers of the STL (`vector`, `stack`, `map` and `set`) in C++98.
rotrojan/ft_transcendence
Final project of 42's Common Core. Single page web application powering the mighty Pong contest !
rotrojan/Inception
42 project aiming to get familiar with Docker.
rotrojan/miniRT
42 graphic project: implementation of 3D realistic rendering model using a raytracer algorithm.
rotrojan/philosophers
First project about concurrent programming at 42 school: implementation of the "dining philosophers problem".
rotrojan/discovery_piscine
One week introductory 42 piscine destinated to non tech-savvy people in order to discover the fundamentals of the command line and web development.
rotrojan/dotfiles
My configuration files.
rotrojan/dwm
My own build of DWM, the Dynamic Window Manager by the Suckless team.
rotrojan/FDF
rotrojan/ft_printf
The goal of this 42 project is to recode the printf function.
rotrojan/ft_printf_unit_tests
A battery of unit tests for the ft_printf project at school 42(2019 Cursus) using the criterion.h framework (https://github.com/Snaipe/).
rotrojan/ft_server
42 project aiming to build a web server using a LEMP Stack (Linux - Debian Buster, NginX, MariaDB and PHPMyadmin) running in one single Docker container.
rotrojan/get_next_line
This 42 project is about programming a function that returns a line read from a file descriptor.
rotrojan/libasm
The aim of this project is to get familiar with assembly language
rotrojan/libft
The very first project of 42 School aims to code our very first personnal C library that will be used for all the C projects along the 42 curriculum.
rotrojan/minitalk
The purpose of this 42 project is to code a small data exchange program using UNIX signals.
rotrojan/piscine_c
This repository contains the work I have done along the C piscine at School 42 on July 2019 in Paris, and all the subjects and resources needed.
rotrojan/piscine_cpp
The CPP piscine of 42's common core.
rotrojan/push_swap
This 42 project is about sorting data on a stack with a limited set of instructions using the lowest possible number of actions.
rotrojan/rotrojan
Config files for my GitHub profile.
rotrojan/webserv
⚠️WORK IN PROGRESS⚠️ Implementation of an HTTP 1.1 web server featuring GET, POST and DELETE requests with CGI and cookie support.