42 is the largest free IT school network in the world
This repository is a recopilation of my work in the school.
Is the pre-selection to enter the cursus.
Inside the folder are the exercises that I've done, grouped by levels. All of them are exercises of initiation and practice with the C language and Shell.
Is the main course in 42 school.
In the cursus there are projects by levels and on different topics, in C language as well.
- libft: Self-made library
- ft_printf: Self-done printf() function
- born2beroot: System administration exercise with a VirtualBox virtual machine
- get_next_line: Return a line read from a file descriptor
- minitalk: Small data exchange program using UNIX signals
- so_long: Small 2D game
- push_swap: Sort data in a stack, with a limited set of instructions, and using the fewest number of actions possible
- minishell: Creating a simple shell
- philosophers: Computing algorithm
- netPractice:
- cub3d:
- cpp Modules 00 to 04:
- cpp Modules 05 to 09:
- inception:
- ft_irc: