Pinned Repositories
1337_piscine
born2beroot
creating a linux VM .
Flutter-Dart-SDK-Goinfre-42-School-Install-Script
Due to the 5GB Limitation of 42 School Session, I created this script to install Flutter and Dart SDK in the local storage (.goinfre)
Fract-ol_42_project
we are going to use the school graphical library: the MiniLibX! This library was developed internally and includes basic necessary tools to open a window, create images and deal with keyboard and mouse events.
ft_printf-42-project
printf implemetation
Get_next_line-42-project
libft-42-project
Minishell
This project is about creating a simple shell. Yes, my own little bash.
Philosophers
Let's solve the classic dining philosophers problem , using threads in C.
push_swap
creating a sorting algorithm.
Black-Hole1004's Repositories
Black-Hole1004/Fract-ol_42_project
we are going to use the school graphical library: the MiniLibX! This library was developed internally and includes basic necessary tools to open a window, create images and deal with keyboard and mouse events.
Black-Hole1004/Philosophers
Let's solve the classic dining philosophers problem , using threads in C.
Black-Hole1004/push_swap
creating a sorting algorithm.
Black-Hole1004/1337_piscine
Black-Hole1004/born2beroot
creating a linux VM .
Black-Hole1004/Flutter-Dart-SDK-Goinfre-42-School-Install-Script
Due to the 5GB Limitation of 42 School Session, I created this script to install Flutter and Dart SDK in the local storage (.goinfre)
Black-Hole1004/ft_printf-42-project
printf implemetation
Black-Hole1004/Get_next_line-42-project
Black-Hole1004/libft-42-project
Black-Hole1004/Minishell
This project is about creating a simple shell. Yes, my own little bash.
Black-Hole1004/minitalk
Creating a communication program in the form of a client and a server
Black-Hole1004/push_swap_tester
I created a tester for push_swap 42 project