-
-
ft_containers Public
42 cursus - ft_containers: re-implementation of some c++ STL containers.
C++ GNU General Public License v3.0 UpdatedOct 22, 2024 -
-
cloud-1 Public
Automated deployment of Inception on a remote server using Ansible.
-
-
cpp-modules Public
42 Cursus: c++ modules for learning the language.
-
libft Public
42 Cursus - Libft: My implementation of some useful C functions and some additional ones to use it in future projects of 42.
-
-
-
libasm Public
The aim of this project is to get familiar with assembly language by reconding a few libc functions.
C UpdatedMay 13, 2023 -
mini-shell Public
This project aims to recreate most of the bash shell.
-
web-server Public
This project aims to create a basic HTTP server following the HTTP/1.1 standard in C++98.
-
-
mini-vim Public
A "mini" implementation of vim :3
-
cub3D Public
This project is inspired by the world-famous Wolfenstein 3D game. which was the first FPS ever. Working with ray-casting the goal is to make a dynamic view inside a maze, in which you'll have to fi…
-
c-reverse-shell Public
A reverse shell for Windows and Linux written in C.
-
inception Public
42 cursus: docker and docker-compose project, see README.md for more info.
-
philosophers Public
42 Cursus - philosophers: this project is a training to multi-threads/multi-process programming.
C GNU General Public License v3.0 UpdatedFeb 21, 2022 -
fdf Public
42 Cursus - FdF: Wireframe rasterizer.
-
push_swap Public
42 Cursus - push_swap: This project involves sorting data on a stack, with a limited set of instructions, and the smallest number of moves. To make this happen, you have to manipulate various sorti…
-
ft_printf Public
42 Cursus - ft_printf: A simple implementation of C printf function to add it to the libft and use it in future projects.
C GNU General Public License v3.0 UpdatedFeb 21, 2022 -
push_swap_tester Public
A tester for 42 push_swap project (more info in README.md).