There are no reviews yet. Be the first to send feedback to the community and the maintainers!
minitalk
The purpose of this project is to code a small data exchange program using UNIX signals. It is an introductory project for the bigger UNIX projects that will appear later on in the cursus.C-Piscine-Project-4
Philosophers
Eat, Sleep, Spaghetti, repeat. This project is about learning how threads work by precisely timing a group of philosophers on when to pick up forks and eat spaghetti without dying from hunger.WOLFIE-OG
Stuff for profileC-Piscine-Rush-01
C-Piscine-Project-1
born2beroot
This project aims to introduce you to the wonderful world of virtualization.C-Piscine-Project-2
C-Piscine-Rush-00
C-Piscine-Shell-01
C-Piscine-BSQ
OSC-Testing
ft_printf
This project is pretty straightforward, you have to recode printf. You will learn what is and how to implement variadic functions. Once you validate it, you will reuse this function in your future projects.so_long
This project is a small 2D game with minilibx. You'll learn about textures, sprites and tiles.C-Piscine-Project-0
C-Piscine-Project-3
C-Piscine-Shell-00
push_swap
This project involves sorting data on a stack, with a limited set of instructions, and the smallest number of moves. To make this happen, you will have to manipulate various sorting algorithms and choose the most appropriate solution(s) for optimized data sorting.C-Piscine-Project-6
C-Piscine-Project-7
libft
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 some other utility functions that you will use during your whole cursus.get_next_line
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 working on this function, which will be essential for your future projects.minishell
The objective of this project is for you to create a simple shell.Love Open Source and this site? Check out how you can help us