Pinned Repositories
Born2BeRoot
This project aims to introduce you to the wonderful world of virtualization.
discord_bot
A simple discord bot
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.
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.
Libft
This project is your very first project as a student at 42. You will need to recode a few functions of the C standard library as well as some other utility functions that you will use during your whole cursus.
Metodos-Numericos-Trabalho
Trabalho computacional de métodos numéricos
minishell
The objective of this project is for you to create a simple shell.
MyPiscine42Rio
Piscina 42
pipeX
This project aims to deepen your understanding of the two concepts that you already know: Redirections and Pipes. It is an introductory project for the bigger UNIX projects that will appear later on in the cursus.
PongGame_Studies
Jogo Pong Simples em JavaScript
jpedrobacker's Repositories
jpedrobacker/minishell
The objective of this project is for you to create a simple shell.
jpedrobacker/MyPiscine42Rio
Piscina 42
jpedrobacker/Born2BeRoot
This project aims to introduce you to the wonderful world of virtualization.
jpedrobacker/discord_bot
A simple discord bot
jpedrobacker/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.
jpedrobacker/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.
jpedrobacker/Libft
This project is your very first project as a student at 42. You will need to recode a few functions of the C standard library as well as some other utility functions that you will use during your whole cursus.
jpedrobacker/Metodos-Numericos-Trabalho
Trabalho computacional de métodos numéricos
jpedrobacker/pipeX
This project aims to deepen your understanding of the two concepts that you already know: Redirections and Pipes. It is an introductory project for the bigger UNIX projects that will appear later on in the cursus.
jpedrobacker/PongGame_Studies
Jogo Pong Simples em JavaScript
jpedrobacker/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.
jpedrobacker/pynaturalist_api_usage
Pynaturalist api usage
jpedrobacker/Python_Studies
Pasta de estudos Python
jpedrobacker/Simple_PythonGames
2 jogos em python finalizados
jpedrobacker/so_long
This project is a small 2D game with minilibx. You'll learn about textures, sprites and tiles.