说明: 巴塞罗那42号校区的所有项目 (All the projects carried out for Campus 42 Barcelona)
Project
Description
The objective of this project is for you to create a simple shell.
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.
This project aims to deepen your understanding of the two concepts that you already know: Redirections and Pipes. It is an introductory project for the bigger UNIX projects that will appear later on in the cursus.
The objective of the project is to create a fractal exploration program, learning to use the MinilibX library.
This project involves sorting data on a stack, with a limited set of instructions, and the smallest number of moves.
This project is pretty straight forward. It is about recoding "printf". The main goal is to learn how to use variadic arguments.
The aim of this project is to make a function that returns a line ending with a newline, read from a file descriptor.
The aim of this project is to code a C library regrouping common functions that are going to be used in other projects.