hel-makh
Software Developer & CTF Player @AkaSec-1337-CyberSecurity-Club
1337 Future Is LoadingCasablanca, Morocco
Pinned Repositories
1337-Pool
CPP-Modules
cub3d
This project is inspired by the world-famous Wolfenstein 3D game, which was the first FPS game ever. It will enable you to explore ray-casting. The goal of this project will be to make a dynamic view inside a maze, in which you’ll have to find your way.
ft_irc
IRC is a text-based communication protocol on the Internet. It offers real-time messaging that can be either public or private. Users can exchange direct messages and join group channels. This project is about creating your own IRC server in C++, that is fully compatible with an official client.
ft_printf
This project is about re-coding your own printf, and learn what is and how to implement variadic functions.
ft_transcendence
This project is about creating a website for the mighty Pong contest!
get_next_line
get_next_line is a function that returns a line from a file descriptor, whether it's a file or stdin.
Inception
This project aims to broaden your knowledge of system administration by using Docker. We will virtualize several Docker images, creating them in your new personal virtual machine.
minishell
As the name implies, this project is about creating a simple shell in C, taking bash as a reference.
Philosophers
This project is about The dining philosophers problem, where multithreading/multiprocessing and mutexes/semaphores are used to solve the problem.
hel-makh's Repositories
hel-makh/cub3d
This project is inspired by the world-famous Wolfenstein 3D game, which was the first FPS game ever. It will enable you to explore ray-casting. The goal of this project will be to make a dynamic view inside a maze, in which you’ll have to find your way.
hel-makh/1337-Pool
hel-makh/CPP-Modules
hel-makh/ft_irc
IRC is a text-based communication protocol on the Internet. It offers real-time messaging that can be either public or private. Users can exchange direct messages and join group channels. This project is about creating your own IRC server in C++, that is fully compatible with an official client.
hel-makh/ft_printf
This project is about re-coding your own printf, and learn what is and how to implement variadic functions.
hel-makh/ft_transcendence
This project is about creating a website for the mighty Pong contest!
hel-makh/get_next_line
get_next_line is a function that returns a line from a file descriptor, whether it's a file or stdin.
hel-makh/hel-makh
hel-makh/Inception
This project aims to broaden your knowledge of system administration by using Docker. We will virtualize several Docker images, creating them in your new personal virtual machine.
hel-makh/minishell
As the name implies, this project is about creating a simple shell in C, taking bash as a reference.
hel-makh/Philosophers
This project is about The dining philosophers problem, where multithreading/multiprocessing and mutexes/semaphores are used to solve the problem.
hel-makh/push_swap
This project involves sorting data on a stack using another stack, with a limited set of instructions, and the smallest number of moves.
hel-makh/Libft
Reimplementation of a few functions of the C standard library.
hel-makh/Pipex
The aim of this project is to understand redirections and pipes to code the Pipex program.
hel-makh/so_long
This project is a small 2D game where the player leaves the map after collecting some valuables. The game is built using MiniLibX Library.