/42cursus

All my marks and subjects of 42 projects.

My cursus

My piscine

🧰 libft 📚

Libft is the first 42 project. This a C library with 34 functions.
You can find an enhanced version of libft called best-libft here: best-libft

Repository - Subject

Mark: 42-project-mark

📋 get_next_line 📃

Read content line by line on a fd (FILE DESCRIPTOR). It can be use to read a file or STDIN.

Repository - Subject

Mark: 42-project-mark

✍️ printf 🔂

Recreate a part of the printf C function.

Repository (Not available for the moment) - Subject

Mark: 42-project-mark

🌐 netwhat ❓

Multiple questions on network.

Subject

Mark: 42-project-mark

- 💓 First exam 🔂

First, write a program called union that takes two strings and displays, without doubles, the characters that appear in either one of the strings.

Secondly, recreate a part of the printf function.

union subject - ft_printf subject

Mark: 42-project-mark

🧱 cub3D 🎥

Cub3D is a game engine written in C. It is inspired by one of the first FPS Wolfenstein3D.

Repository - Subject

Mark: 42-project-mark

🗣️ minitalk 🖥️

A small data exchange program using UNIX signals.

Repository - Subject

Mark: 42-project-mark

🔀 push_swap 📈

A sort algorithm using two stacks with a limited set of instructions.

Repository - Subject

Mark: 42-project-mark

👴🏻 philosophers 🍴

Philosophers is a simulation project written in C to discover threads and mutexes.

Repository - Subject

Mark: 42-project-mark

- ✏️ Second exam ⚪

Write a program that will read an "operation file" and print the result in the terminal.
The "operation file" contains instructions to draw circles in the defined draw zone.

mini_paint subject

Mark: 42-project-mark