carvalho-ra
Software Engineering Student at 42rio.
42rioR. Marquês de Sapucaí, 200 - Santo Cristo, Rio de Janeiro - RJ, 20210-072
Pinned Repositories
42_cub3d
This project aims to create a graphic engine (ray casting) using a minimal graphic library.
42_ft_printf
This project aims to recreate the functionality of the printf() function in C.
42_inception
System Administration related exercise
42_inception_mandatory
42_inception_mandatory_2024
42_libft
This project is about coding a C library.
42_minishell
This project aims to develop a basic shell, similar to a customized version of bash.
42_minitalk
This project aims to code a small data exchange program using UNIX signals.
42_philosophers
The objective of this project is to tackle the Dining Philosophers problem by implementing a multithreading solution.
Docker_minishell
Minishell in a container...studing docker.
carvalho-ra's Repositories
carvalho-ra/42_inception
System Administration related exercise
carvalho-ra/42_inception_mandatory_2024
carvalho-ra/42_minishell
This project aims to develop a basic shell, similar to a customized version of bash.
carvalho-ra/Docker_minishell
Minishell in a container...studing docker.
carvalho-ra/42_cub3d
This project aims to create a graphic engine (ray casting) using a minimal graphic library.
carvalho-ra/42_ft_printf
This project aims to recreate the functionality of the printf() function in C.
carvalho-ra/42_inception_mandatory
carvalho-ra/42_libft
This project is about coding a C library.
carvalho-ra/42_minitalk
This project aims to code a small data exchange program using UNIX signals.
carvalho-ra/42_philosophers
The objective of this project is to tackle the Dining Philosophers problem by implementing a multithreading solution.
carvalho-ra/carvalho-ra
Config files for my GitHub profile.
carvalho-ra/42_push_swap
This project aims to sort data on a stack, with a limited set of instructions, using the lowest possible number of actions.