Pinned Repositories
CPP
cub3d
This project is inspired by the world-famous eponymous 90’s game, which was the first FPS ever.
esami
ft_printf
Recode of the printf function.
get_next_line
Function that returns a line, read from a file descriptor.
minitalk
Small data exchange program using UNIX signals.
philosophers
Simulation of the dining philosophers problem using threads and mutexes in C
plot3d
Library used for the generation of an animated 3D plot meant for clustering demonstration purposes.
push_swap
The goal of this project is to sort data on a stack using two stacks, with a limited set of instructions, using the lowest possible number of actions.
SentimentPerTopic
Sentiment per topic calculation for italian text
Plachido's Repositories
Plachido/CPP
Plachido/cub3d
This project is inspired by the world-famous eponymous 90’s game, which was the first FPS ever.
Plachido/esami
Plachido/ft_printf
Recode of the printf function.
Plachido/get_next_line
Function that returns a line, read from a file descriptor.
Plachido/libft
Recode of a few functions of the C standard library as well as some other utility functions.
Plachido/minitalk
Small data exchange program using UNIX signals.
Plachido/philosophers
Simulation of the dining philosophers problem using threads and mutexes in C
Plachido/plot3d
Library used for the generation of an animated 3D plot meant for clustering demonstration purposes.
Plachido/push_swap
The goal of this project is to sort data on a stack using two stacks, with a limited set of instructions, using the lowest possible number of actions.
Plachido/SentimentPerTopic
Sentiment per topic calculation for italian text
Plachido/missingpy
Missing Data Imputation for Python
Plachido/piscine
All correct @42School's piscine exercises
Plachido/Plachido