• Stars
    star
    1
  • Language
    C
  • License
    The Unlicense
  • Created 11 months ago
  • Updated 11 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

More Repositories

1

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
2
star
2

C-Piscine-Project-4

C
1
star
3

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.
C
1
star
4

WOLFIE-OG

Stuff for profile
1
star
5

C-Piscine-Rush-01

C
1
star
6

C-Piscine-Project-1

C
1
star
7

born2beroot

This project aims to introduce you to the wonderful world of virtualization.
Shell
1
star
8

C-Piscine-Rush-00

C
1
star
9

C-Piscine-Shell-01

Shell
1
star
10

C-Piscine-Project-5

C
1
star
11

C-Piscine-BSQ

C
1
star
12

OSC-Testing

Python
1
star
13

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.
C
1
star
14

so_long

This project is a small 2D game with minilibx. You'll learn about textures, sprites and tiles.
C
1
star
15

C-Piscine-Project-0

C
1
star
16

C-Piscine-Project-3

C
1
star
17

C-Piscine-Shell-00

Python
1
star
18

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
1
star
19

C-Piscine-Project-6

C
1
star
20

C-Piscine-Project-7

C
1
star
21

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.
C
1
star
22

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.
C
1
star
23

minishell

The objective of this project is for you to create a simple shell.
C
1
star