-
-
-
-
-
-
philosophers Public
In this project, we will learn the basics of threading a process. We will see how to create threads and we will discover mutexes.
C UpdatedMay 11, 2022 -
minitalk Public
The purpose of this project is to code a small data exchange program using UNIX signals.
C UpdatedMar 9, 2022 -
push_swap Public
This project will make us sort data on a stack, with a limited set of instructions, using the lowest possible number of actions. To succeed we’ll have to manipulate various types of algorithms and …
C UpdatedFeb 22, 2022 -
-
fractol Public
This project is meant to create graphically beautiful fractals, it will be the opportunity for us to hone our miniLibX skills, to make us discover/use the mathematical notion of complex numbers and…
C UpdatedNov 30, 2021 -
printf Public
This project is pretty straight forward. I have to recode printf. You will mainly learn how to use variadic arguments.
C UpdatedSep 14, 2021 -
ft_morse Public
translate from normal language to morse code, and execute a sound by binary character.
Shell MIT License UpdatedAug 30, 2021 -
gnl Public
The aim of this project is to make you code a function that returns a line, read from a file descriptor.
C UpdatedMay 7, 2021