resalhi
👋 Hi, I’m Rida Essalhi 🌱 I’m currently student in 1337 bg school 📫 How to reach me : linkedin : RIDA ESSALHI
Pinned Repositories
Cub3D
Cub3D
Coding-Challenge-Software-Engineer-Intern-Application
cpp_modules
ft_printf
this project is about recoding the function printf() and knowing how it works.
ft_transcendence
inception
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 (bash).
resalhi
Config files for my GitHub profile.
xcleaner
A script to clean cache and temporary files on 42 Schools Linux/Ubuntu machines.
resalhi's Repositories
resalhi/ft_printf
this project is about recoding the function printf() and knowing how it works.
resalhi/ft_transcendence
resalhi/Libft
This project is about coding a C library. It will contain a lot of general purpose functions your programs will rely upon.
resalhi/resalhi
Config files for my GitHub profile.
resalhi/xcleaner
A script to clean cache and temporary files on 42 Schools Linux/Ubuntu machines.
resalhi/cpp_modules
resalhi/inception
resalhi/minishell
This project is about creating a simple shell (bash).
resalhi/cub3d
resalhi/Cub3d-Advanced-Raycasting
@Cub3D @42born2code This project is a 3D game created from scratch written in C using an old graphic library mini-libx, presented with an old technology raycasting to make the 3D feeling looks pretty good
resalhi/get_next_line
This project is about programming a function that returns a line read from a file descriptor.
resalhi/minitalk
The purpose of this project is to code a small data exchange program using UNIX signals.
resalhi/philosophers
In this project, you will learn the basics of threading a process. You will see how to create threads and you will discover mutexes.