Pinned Repositories
BMI-Calculator-Flutter
BMI Calculator using Flutter and Dart
dining_philosophers_problem
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.
ft_printf
This project is about how to recreate the function printf and how to learn to using variadic arguments.
get_next_line
Get Next Line is a Function in C, that returns a line, read from a file descriptor. In short, it can read any valid file and does that line by line to optimize memory, since the file size is not known. It's an extremely useful function that can be used in the next school's projects.
libft42
This project aims to redo in C a library of usual functions that can be used is the next projects of 42.
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
push_swap
The main goal is to sort data on a stack, with a limited set of instructions, using the lowest possible number of actions.
so_long
This project is a small 2D game with minilibx.
waddaay
waddaay's Repositories
waddaay/BMI-Calculator-Flutter
BMI Calculator using Flutter and Dart
waddaay/dining_philosophers_problem
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.
waddaay/ft_printf
This project is about how to recreate the function printf and how to learn to using variadic arguments.
waddaay/get_next_line
Get Next Line is a Function in C, that returns a line, read from a file descriptor. In short, it can read any valid file and does that line by line to optimize memory, since the file size is not known. It's an extremely useful function that can be used in the next school's projects.
waddaay/libft42
This project aims to redo in C a library of usual functions that can be used is the next projects of 42.
waddaay/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
waddaay/push_swap
The main goal is to sort data on a stack, with a limited set of instructions, using the lowest possible number of actions.
waddaay/so_long
This project is a small 2D game with minilibx.
waddaay/waddaay