Pinned Repositories
42_cpp_module_00
This first module of C++ is designed to help you understand the specifities of the language when compared to C. Time to dive into Object Oriented Programming!
42_cub3d
This project is inspired by the world-famous eponymous 90's game, which was the first FPS ever. It will enable you to explore ray-casting. Your goal will be to make a dynamic view inside a maze, in which you'll have to find your way.
42_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.
42_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.
42_minishell
The objective of this project is for you to create a simple shell.
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 that will appear later on in the cursus.
42_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.
42_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.
42_so_long
This project is a small 2D game with minilibx. You'll learn about textures, sprites and tiles.
42lisboa_Projects
This repository includes all my projects done so far in the 42 course, and it'll include all future works until the conclusion of the common core.
GPpardini's Repositories
GPpardini/WeatherAPP
An node.js application to check the weather in different locations
GPpardini/gppardini
This is a Readme for my github profile =)
GPpardini/42_cub3d
This project is inspired by the world-famous eponymous 90's game, which was the first FPS ever. It will enable you to explore ray-casting. Your goal will be to make a dynamic view inside a maze, in which you'll have to find your way.
GPpardini/42_cpp_module_00
This first module of C++ is designed to help you understand the specifities of the language when compared to C. Time to dive into Object Oriented Programming!
GPpardini/42_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.
GPpardini/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 that will appear later on in the cursus.
GPpardini/42_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.
GPpardini/42_minishell
The objective of this project is for you to create a simple shell.
GPpardini/42_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.
GPpardini/42_so_long
This project is a small 2D game with minilibx. You'll learn about textures, sprites and tiles.
GPpardini/42_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.
GPpardini/42lisboa_Projects
This repository includes all my projects done so far in the 42 course, and it'll include all future works until the conclusion of the common core.