Pinned Repositories
42-Common-Core
⭐ Take a look at my GitHub repository featuring projects completed during my time at 42 Firenze! ⭐
C-Modules-00-04
Introduction to Object-Oriented Programming.
Cub_3D
This project is inspired by the world-famous Wolfenstein 3D game, which was the first FPS ever. It will enable you to explore ray-casting.
emtraverso
Emanuele Traverso's Profile README
Ft_irc
This his project is about creating an IRC server.
Ft_printf
Recreating the printf function.
Get_next_line
This project is about programming a function that returns a line read from a file descriptor.
Libft
This project is about coding a C library. It will contain a lot of general purpose functions your programs will rely upon.
Minishell
This project is about creating a simple shell.
Minitalk
The purpose of this project is to code a small data exchange program using UNIX signals.
emtraverso's Repositories
emtraverso/42-Common-Core
⭐ Take a look at my GitHub repository featuring projects completed during my time at 42 Firenze! ⭐
emtraverso/emtraverso
Emanuele Traverso's Profile README
emtraverso/C-Modules-00-04
Introduction to Object-Oriented Programming.
emtraverso/Cub_3D
This project is inspired by the world-famous Wolfenstein 3D game, which was the first FPS ever. It will enable you to explore ray-casting.
emtraverso/Ft_irc
This his project is about creating an IRC server.
emtraverso/Ft_printf
Recreating the printf function.
emtraverso/Get_next_line
This project is about programming a function that returns a line read from a file descriptor.
emtraverso/Libft
This project is about coding a C library. It will contain a lot of general purpose functions your programs will rely upon.
emtraverso/Minishell
This project is about creating a simple shell.
emtraverso/Minitalk
The purpose of this project is to code a small data exchange program using UNIX signals.
emtraverso/Philosophers
This project is about learning the basics of threading a process.
emtraverso/Push_swap
This project is about sorting data on a stack, with a limited set of instructions, using the lowest possible number of actions
emtraverso/So_long
his project is a very small 2D game.