https://github.com/chewytoast/42_cursus
All the projects carried out for Campus 42 Barcelona
https://github.com/chewytoast/42_cursus
bash c cpp
Last synced: about 2 months ago
JSON representation
All the projects carried out for Campus 42 Barcelona
- Host: GitHub
- URL: https://github.com/chewytoast/42_cursus
- Owner: ChewyToast
- Created: 2022-08-18T09:40:27.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-11-27T15:04:27.000Z (over 2 years ago)
- Last Synced: 2025-04-06T12:47:29.828Z (about 1 year ago)
- Topics: bash, c, cpp
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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.