anbahmani's Stars
anbahmani/Qt-Creator-Tram-Network
This project is a graphical simulation program for tramway networks. This project was carried out as part of a data structure course.
anbahmani/ft_transcendance
This project is a comprehensive platform dedicated to the iconic game of Pong, enabling users to compete in real-time. The site features a sleek user interface, an in-built chat system, and a host of features for an immersive online multiplayer experience.
anbahmani/Inception
This project sets up a multi-service Docker infrastructure within a virtual machine using Docker Compose. It features an NGINX web server with either TLSv1.2 or TLSv1.3, a WordPress instance running on php-fpm (excluding nginx), and a MariaDB database, all deployed on distinct containers.
anbahmani/ft_irc
This project involves the creation of a customized IRC server, designed to mimic traditional IRC server behavior. Fully compatible with IRC standards, it can be tested and explored using real IRC clients for an authentic experience.
anbahmani/so_long
It's a simple 2D game where the player has to collect all the items on a map and escape using the shortest possible route.
anbahmani/projet-deezer-Anis-Nessim
This project involves using the API of the Deezer music streaming platform to offer a Web-based music streaming application with an alternative interface.
anbahmani/ft_philosopher
This project tackles the renowned synchronization challenge known as the "Dining Philosophers Problem". It exemplifies the challenges faced in concurrent programming such as deadlocks and starvation.
anbahmani/cub3d
This project draws inspiration from Wolfenstein3D, hailed as the first-ever FPS game. Harnessing the technique of ray-casting, it provides a dynamic viewpoint within a maze where the user must navigate to find their way. Dive into this immersive experience inspired by a gaming classic.
42atomys/stud42
Stud42 official repository since major 3 update (https://s42.app)
mharriso/school21-checklists
Ecole 42 (school 21) checklists in english.
GuillaumeOz/Taiwan_Taipei_Computational_Thinking_School
Five-day teaching program for the Taiwan Bootcamp.
GuillaumeOz/42_Project_Get_Next_Line
Basic Branch - Read Line by Line
GuillaumeOz/42_Piscine_Reloaded
Basic Branch - Shell / C exercices
GuillaumeOz/42_Fillit
Basic Branch - Sort the Tetriminos !
GuillaumeOz/42_Ft_Printf
Reproduction of the Standard C Library 'printf()' Functions.
GuillaumeOz/42_Init
System Administration and Network - Initialization to System Administration and Network - Shell / Scripting
GuillaumeOz/Bootcamp_Machine_Learning
A one week formation on Machine Learning of 42AI Association
GuillaumeOz/Bootcamp_python
A one week formation of 42AI Association
GuillaumeOz/Timeflux_Brain_Game
Video games using the Timeflux framework and an EEG input
GuillaumeOz/42_Ft_server
ft_server is a project that asks you to run a server on Debian Buster through Docker with a Wordpress, Phpmyadmin and Mysql runnning.
GuillaumeOz/Lib_graphic
A Graphical Lib
GuillaumeOz/42_Libasm
The goal of this project is to become familiar with assembly language by creating a library of basic functions.
GuillaumeOz/ft_services
The purpose of this project is to use Kubernetes to virtualize a network and set a production environment.
GuillaumeOz/42_Project_Libft
My 42_Paris Open Source C Library.
GuillaumeOz/42_cub3D
Video game inspired by wolf 3D using minilibx library and ray-casting technology
GuillaumeOz/So_long
This project is a small 2D game with minilibx. You'll learn about textures, sprites and tiles.
GuillaumeOz/Pipex
This project is an introduction to a well known mechanism of the UNIX system called pipes.
GuillaumeOz/Philosophers
This project is an introduction to the basics of process threading, and how to work on the same memory space with the use of threads, mutexes, semaphores, and shared memory.
GuillaumeOz/Minishell
The objective of this project is to create a simple shell. You will learn a lot about processes and file descriptors.
GuillaumeOz/CPP_Module
These C++ modules are made to help understand the specifics of C++ versus C. It's time to dive into object oriented programming !