intra : avilla-m
# | Project | Grade | Norm | Bonus |
---|---|---|---|---|
- | all_exams | |||
00 | Piscine C | - | - | - |
01 | libft | 100% | V2 | - |
02 | ft_printf | 104% | V3 | all flags + 'n'conversion |
03 | get_next_line | 115% | V3 | all bonus |
04 | netwhat | 100% | - | - |
05 | exam02 | 100% | - | - |
06 | push_swap | 86% | V3 | - |
07 | fdf | 125% | V3 | rotation, zoom, translation, color gradation, color change, projection change, reset |
08 | pipex | 100% | V3 | - |
09 | minishell | 101% | V3 | user env variable |
10 | exam03 | 100% | - | - |
11 | philosophers | 125% | V3 | version with semaphores and forks |
12 | exam04 | 100% | - | - |
13 | cub3D | 125% 🌟 | V3 | wall collision, minimap, door open close, mouse rotation |
14 | Piscine CPP | 100% | - | - |
15 | netpractice | 100% | - | - |
16 | ft_containers | 125% 🌟 | - | Red-Black tree, set |
17 | inception | 100% 🌟 | - | - |
18 | exam05 | 100% | - | - |
19 | webserv | 110% 🌟 | - | multiple cgi |
20 | exam06 | 100% | - | - |
21 | ft_transcendence | 100% 🌟 | - | - |
Outstanding : 🌟
This git references all projects done at 42 as submodules.
Clone the project and init submodules. (How to use submodules)
Add a submodule
git submodule add [url] [name]
Update all projects
chmod +x update_all.sh && ./update_all.sh