|
infra-nsx-deploy Terraform project for automated deployment of VMware NSX infrastructure, organized in sequential stages for a controlled and repeatable provisioning workflow. |
|
ft_ping Re-code the ping command to get acquainted with TCP/IP communication between two machines on a network. |
|
Libft Your very first project as a student at 42: recode a few functions of the C standard library, plus some utility functions you will reuse throughout the whole cursus. |
|
Born2beRoot An introduction to the wonderful world of virtualization. |
|
ft_printf Recode printf and learn what variadic functions are and how to implement them. Once validated, this function is reused in future projects. |
|
get_next_line Whether reading a file, stdin, or a network connection, you always need a way to read content line by line. An essential function for future projects. |
|
push_swap Sort data on a stack with a limited set of instructions and the smallest number of moves, manipulating various sorting algorithms to find the most optimized solution. |
|
minitalk A small data exchange program using UNIX signals. An introductory project for the bigger UNIX projects later in the cursus. |
|
FdF A first step into graphic programming: open a graphics window and draw inside it, representing an "iron wire" meshing in 3D. |
|
Philosophers Concurrent programming focused on multithreading and multiprocessing. |
|
minishell Create a simple shell, as a small tribute to Bash. |
|
miniRT An introduction to the beautiful world of Raytracing. |
|
NetPractice A general practical exercise to discover networking. |
|
CPP_Modules A set of modules introducing Object-Oriented Programming in C++. |
|
Inception Broaden your system administration knowledge using Docker: virtualize several Docker images inside a personal virtual machine. |
|
webserv Write your own HTTP server and test it with a real browser, diving into one of the most used protocols on the internet. |
|
ft_transcendence Design, development and organization of a full-stack web application. |
|
philosophers_tester Tester for the Philosophers project of school 42. |
|
minishell_tester Tester for the Minishell project of school 42. |
