Pinned Repositories
42exam
42exam
discovery_piscine
42 Discovery_Piscine: Projects carried out during the discovery piscine of 42 Firenze web development. Languages used: HTML, CSS and JavaScript.
IRC
Create your own IRC server, following Internet RFC standards.
graiolo
Config files for my GitHub profile.
trascendence
42_cub3d
graiolo's Repositories
graiolo/42exam
42exam
graiolo/discovery_piscine
42 Discovery_Piscine: Projects carried out during the discovery piscine of 42 Firenze web development. Languages used: HTML, CSS and JavaScript.
graiolo/fract-ol
One of the first graphical projects at 42 school, fract-ol introduces us to 2D programming with fractal generation.
graiolo/graiolo
Config files for my GitHub profile.
graiolo/irc
graiolo/minitalk
minitalk is a 42 school project
graiolo/CheckForbiddenFunction
A bash script that allows you to check for forbidden functions in the current 42project.
graiolo/CPP
The purpose of these modules is to introduce us to object-oriented programming.
graiolo/cron-push
This script allows you to automate the push of a folder every 3600s.
graiolo/ft_printf
ft_printf is a 42 school project where we must replicate the behavior of C library printf function.
graiolo/get_next_line
get_next_line is a 42 school project meant to teach us how to read from a file descriptor and use static variables.
graiolo/libft
The goal is to create our very own C library.
graiolo/minishell
Objective: Create a simple shell.
graiolo/philosophers
Philosophers is a project from the 42 school curriculum that explores concurrent programming with threads and mutexes, processes and semaphores. It is a variation on the famous dining philosophers problem.
graiolo/push_swap
This project aims to sort data on a stack, with a limited set of instructions, using the lowest possible number of actions.