This repository contains all my projects from School 42, organized into branches.
Below are tables for quick access to these.
| Name | Tags | Description | Note | Link |
|---|---|---|---|---|
| Darkly | Finding basic vulnerabilities on a website and creating a simple writeup | 125% | View | |
| Libasm | Create a library with simple functions in ASM64 (intel) | 125% | View | |
| Inception-of-Things | Deployement local kubernetes with K3s, K3d, Vagrant. install local gitlab and argoCD | 125% | View |
| Name | Language | Description | Note | Link |
|---|---|---|---|---|
| Libft | Few functions of the C standard library | 104% | View | |
| ft_printf | Implement variadic functions by rewriting a printf lite | 100% | View | |
| get_next_line | Recreate a getline. Function get line in file (with a modifiable buffer size) | 125% | View | |
| Born2beroot | Install linux server on vm. This project aims to introduce you to the wonderful world of virtualization | 125% | View | |
| FdF | create a graphics window and draw inside with basic library. FdF offers to represent “iron wire” meshing in 3D | 125% | View | |
| Pipex | This project aims to deepen the understanding of the two concepts: Redirections and Pipes | 125% | View | |
| Push_swap | This project involves sorting data on a stack, with a limited set of instructions, and using the smallest number of moves | 125% | View | |
| Minishell | The objective of this project is to create a simple shell | 101% | View | |
| Philosophers | This project aims to teach concurrent programming, focusing on multithreading and multiprocessing | 125% | View | |
| Netpractice | master TCP/IP addressing, subnet masks, default gateways, routing | 100% | View | |
| CPP 00-04 | Learn CPP language | 100% | View | |
| Cub3D | This project is inspired by the world-famous eponymous 90's game, which was the first FPS ever. It will enable you to explore ray-casting. the goal will be to make a dynamic view inside a maze | 125% | View | |
| CPP 05-09 | Learn CPP language | 100% | View | |
| Inception | In this project, i set up a complete infrastructure using Docker Compose, creating and managing multiple containerized services including NGINX with SSL/TLS, WordPress with php-fpm, and MariaDB | 125% | View | |
| ft_irc | Create your own IRC server in C++98, compatible with a standard IRC client for the required features | 125% | View | |
| ft_transcendence | Design, develop, and organize a full-stack web application with complete creative freedom | 125% | View |