Pinned Repositories
42-cpp
Modules and exercises done to learn the language C++
42-Cub3D
42-Ft_printf
Reverse engineering and recoding the printf() function
42-Get_next_line
This project is about programming a function that returns a line read from a file descriptor
42-Libft
Libft involves learning how the standard functions of C programming work and creating a personal library
42-Minishell
Minishell offers a hands-on learning experience, exploring system-level programming concepts in shell scripting and command-line interfaces.
42-Minitalk
Server/client system that uses UNIX signals for communication
42-Philosophers
Create a C program that simulates philosophers dining at a table while following specific rules and logging their actions and potential deaths
42-Piscine
All the work done during the 42's Porto Piscine in 2022
42-So_long
Create a basic game using MiniLibX, improving graphics skills and achieving goals like collecting items and managing player movement
diocode's Repositories
diocode/42-Philosophers
Create a C program that simulates philosophers dining at a table while following specific rules and logging their actions and potential deaths
diocode/42-So_long
Create a basic game using MiniLibX, improving graphics skills and achieving goals like collecting items and managing player movement
diocode/42-cpp
Modules and exercises done to learn the language C++
diocode/42-Cub3D
diocode/42-Ft_printf
Reverse engineering and recoding the printf() function
diocode/42-Get_next_line
This project is about programming a function that returns a line read from a file descriptor
diocode/42-Libft
Libft involves learning how the standard functions of C programming work and creating a personal library
diocode/42-Minishell
Minishell offers a hands-on learning experience, exploring system-level programming concepts in shell scripting and command-line interfaces.
diocode/42-Minitalk
Server/client system that uses UNIX signals for communication
diocode/42-Piscine
All the work done during the 42's Porto Piscine in 2022
diocode/42-Push_swap
This project is about sorting data on a stack, with a limited set of instructions, using the lowest possible number of actions
diocode/CS50_Python
In CS50's Python programming course, I covered essential concepts through hands-on exercises, building a strong foundation in Python
diocode/diocode
Config files for my GitHub profile.
diocode/password_checker
Program in Python that takes a list of passwords and checks their safety
diocode/snake_game
Python Snake game using the pygame module