Pinned Repositories
42-Cursus
Index repository of my 42 cursus projects.
get_next_line
A GNL without ANY leaks??? YES, it's possible! Francinette strict mode approved.
libft
Libft 42 project. Bonus included. Achieved April 2023.
minishell
Bash Unix Shell in C. Lexer, Abstract Syntax Tree, Search cache, etc. 42 School project. Bonuses included.
philosophers
A simple resolution to the Dining philosophers problem to learn threads usage in C. 42 School project.
pipex
Francinette 100%. Bonus included and other special features.
printf
Basic implementation of printf. Straightforward code and clean as possible. Bonus not included.
push_swap
Efficient, documented and Medium article attached. 3784 moves to sort 500 numbers!
so_long
Made with the great MLX42. All bonuses included. Minimalist design & complete code.
ulyssegerkens
ulyssegerkens's Repositories
ulyssegerkens/push_swap
Efficient, documented and Medium article attached. 3784 moves to sort 500 numbers!
ulyssegerkens/libft
Libft 42 project. Bonus included. Achieved April 2023.
ulyssegerkens/get_next_line
A GNL without ANY leaks??? YES, it's possible! Francinette strict mode approved.
ulyssegerkens/minishell
Bash Unix Shell in C. Lexer, Abstract Syntax Tree, Search cache, etc. 42 School project. Bonuses included.
ulyssegerkens/42-Cursus
Index repository of my 42 cursus projects.
ulyssegerkens/so_long
Made with the great MLX42. All bonuses included. Minimalist design & complete code.
ulyssegerkens/pipex
Francinette 100%. Bonus included and other special features.
ulyssegerkens/printf
Basic implementation of printf. Straightforward code and clean as possible. Bonus not included.
ulyssegerkens/philosophers
A simple resolution to the Dining philosophers problem to learn threads usage in C. 42 School project.
ulyssegerkens/ulyssegerkens