-
-
cpp_modules Public
9 modules of C++ each cover a certain topic to help you understand the specificities of C++ and Object-oriented Programming.
-
-
-
-
ft_transcendence Public
Forked from barimehdi77/ft_transcendenceThis project is about creating a website for the mighty Pong contest!
TypeScript UpdatedApr 12, 2023 -
-
-
-
-
-
-
-
-
libft Public
Library full of useful standard C functions.
-
ft_irc Public
Forked from barimehdi77/ft_ircOur own IRC server in C++, fully compatible with an official client.
C++ UpdatedJun 8, 2022 -
ft_containers Public
Reimplementing C++98's STL containers. (std::vector, std::stack, std::map)
-
minishell Public
A miniature clone of bash. Handles running commands, redirections, pipes, environment variables, signals and command history just like in bash.
-
philosophers Public
A program dealing with the dining philosophers problem and the basics of creating and managing threads and mutexes.
-
ft_server Public
Automated to let you easily run a server on a Debian Buster OS inside a Docker container. The server also automatically sets up WordPress, phpMyAdmin, MySQL and an SSL self-signed certificate.
-
libasm Public
A small library consisting of 6 functions, written in x86 64-bit assembly (Intel syntax)
-
ft_services Public
Builds custom docker images, and uses them to deploy and expose a Kubernetes cluster. The cluster has 7 different services: Nginx, WordPress, phpMyAdmin, MySQL, Grafana, InfluxDB, and an FTPS server.
-
ft_printf Public
Printf recoded. It manages width, precision, and the '0' '-' '*' flags.
-
get_next_line Public
A function that reads from a file descriptor, standard input or standard output. Depending on how it is used, the function reads a single line or one line at a time until the End Of File.
-
push_swap Public
The aim of this project is to sort a stack of numbers, using a limited set of instructions, and the lowest possible number of actions. You will have to look into different types of algorithms and c…
-
cub3d Public
Uses a map file to make a 3D maze game similar to the famous Wolfenstein 3D. Includes wall textures, sprites, player movement, etc.
