Pinned Repositories
1337-contributors
CPP-Modules-42
A collection of modules that make up C++ piscine. The modules gradually introduce students to concepts related to object-oriented programming, such as classes, inheritance, ad-hoc polymorphism, templates, containers, and more.
cub3D
The objective of this project is to create a graphic engine (ray casting) using a minimal graphic library, like it is mlx.
ft_IRC
The purpose of this project is to write an IRC server in C++, fully compatible with an official client.
ft_printf
ft_printf is a 42 school project where we must replicate the behavior of C library printf function. The project teaches us about variadic arguments as well as data structures.
ft_transcendence
This project is all about bringing the classic game of Pong to a modern, multiplayer online platform. Users can play Pong with others in real-time, connect with friends, create chat rooms, and enjoy a variety of features, all built using the latest web technologies.
get_next_line
The essence of this project revolves around coding a function capable of returning a line extracted from a file descriptor.
Inception
This project aims to broaden knowledge of system administration by using Docker. Several Docker images will be virtualized, created within a new personal virtual machine.
libft
This project involves the development of a custom C library, with a primary focus on comprehending the inner workings of these functions, implementing them, and gaining proficiency in their usage.
Minitalk
The purpose of this project is to code a small data exchange program using UNIX signals.
karimidbouhouch's Repositories
karimidbouhouch/ft_IRC
The purpose of this project is to write an IRC server in C++, fully compatible with an official client.
karimidbouhouch/libft
This project involves the development of a custom C library, with a primary focus on comprehending the inner workings of these functions, implementing them, and gaining proficiency in their usage.
karimidbouhouch/Minitalk
The purpose of this project is to code a small data exchange program using UNIX signals.
karimidbouhouch/1337-contributors
karimidbouhouch/CPP-Modules-42
A collection of modules that make up C++ piscine. The modules gradually introduce students to concepts related to object-oriented programming, such as classes, inheritance, ad-hoc polymorphism, templates, containers, and more.
karimidbouhouch/cub3D
The objective of this project is to create a graphic engine (ray casting) using a minimal graphic library, like it is mlx.
karimidbouhouch/ft_printf
ft_printf is a 42 school project where we must replicate the behavior of C library printf function. The project teaches us about variadic arguments as well as data structures.
karimidbouhouch/ft_transcendence
This project is all about bringing the classic game of Pong to a modern, multiplayer online platform. Users can play Pong with others in real-time, connect with friends, create chat rooms, and enjoy a variety of features, all built using the latest web technologies.
karimidbouhouch/get_next_line
The essence of this project revolves around coding a function capable of returning a line extracted from a file descriptor.
karimidbouhouch/Inception
This project aims to broaden knowledge of system administration by using Docker. Several Docker images will be virtualized, created within a new personal virtual machine.
karimidbouhouch/karimidbouhouch
karimidbouhouch/philosophers
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.
karimidbouhouch/push_swap
This project aims to efficiently sort data using a stack while minimizing movements, involving the selection and optimization of sorting algorithms.
karimidbouhouch/so_long
This is a small game project implemented using MiniLibX. The project is inspired by Game Freak's Pokemon Firered.