bnidia / PhilosophersLinks
In this project, you will learn the basics of threading a process. You will see how to create threads and you will discover mutexes.
☆14Updated 2 years ago
Alternatives and similar repositories for Philosophers
Users that are interested in Philosophers are comparing it to the libraries listed below
Sorting:
- This project is your very first project as a student at 42. You will need to recode a few functions of the C standard library as well as …☆15Updated 2 years ago
- May it be a file, stdin, or even later a network connection, you will always need a way to read content line by line. It is time to start…☆10Updated 3 years ago
- This project is pretty straightforward, you have to recode printf. You will learn what is and how to implement variadic functions. Once y…☆11Updated 2 years ago
- This project involves sorting data on a stack, with a limited set of instructions, and the smallest number of moves. To make this happen,…☆13Updated 3 years ago
- The purpose of this project is to code a small data exchange program using UNIX signals. It is an introductory project for the bigger UNI…☆14Updated 3 years ago
- Wireframe model. This project is about representing a landscape as a 3D object in which all surfaces are outlined in lines.☆15Updated 2 years ago
- The project is dedicated to setting up networks (ecole 42).☆24Updated 2 years ago
- Сервер - клиентский мини-чат, использующий только 2 сигнала (SIGUSR1 и SIGUSR2) для отправки сообщения.☆13Updated 4 years ago
- 📡 Responses and explanations for École 42 networking project☆16Updated 3 years ago
- 42 exam rank 06 based on the given main. This version is very solid because it allocates the memory. And it is not too hard to remember b…☆37Updated 3 years ago
- This project aims to broaden my knowledge of system administration by using Docker. I will virtualize several Docker images, creating the…