Pinned Repositories
42cursus-CPP-Modules
The goal of these modules is to introduce you to Object-Oriented Programming. This will be the starting point of your C++ journey
42cursus-Cub3d
Cub3D is a game inspired by Wolfenstein 3D. Explore a dynamically generated maze using ray-casting techniques, solve puzzles, and uncover secrets as you find your way out. Experience immersive gameplay and modern graphics in this homage to classic FPS games
42cursus-ft_printf
ft_printf is a custom implementation of the C printf function. It supports various format specifiers (like %d, %s, %f), field width, and precision
42cursus-ft_transcendence
The ft_transcendence 42 network project aims to create a real-time multiplayer online Ping-Pong game as part of the 42 School Common Core curriculum. This project focuses on learning website functionality and web development through an interactive gaming experience
42cursus-Inception
This project aims to broaden your knowledge of system administration by using Docker. You will virtualize several Docker images, creating them in your personal virtual machine.
42cursus-Libft
Libft is a project focused on creating a C library that includes a wide range of general-purpose functions
42cursus-Minishell
This project is about creating a shell called Minishell based on bash with a reduced set of rules. Minishell should be able to parse commands (simple commands, pipes, redirections), execute them properly, handle environment variables, keep an history of the commands and of course handle all kind of errors and interruptions
42cursus-webserv
In the vast landscape of the internet, HTTP (Hypertext Transfer Protocol) serves as the backbone, facilitating communication between clients and servers. This project empowers you to delve into the core of this protocol, unraveling its intricacies and gaining practical insights by building your own HTTP server.
Abdeladim-Fadlane
About me
push_swap
This project will make you sort data on a stack, with a limited set of instructions, using the lowest possible number of actions. To succeed you’ll have to manipulate various types of algorithms and choose the most appropriate solution (out of many) for an optimized data sorting
Abdeladim-Fadlane's Repositories
Abdeladim-Fadlane/Minishell
This project is about creating a shell called Minishell based on bash with a reduced set of rules. Minishell should be able to parse commands (simple commands, pipes, redirections), execute them properly, handle environment variables, keep an history of the commands and of course handle all kind of errors and interruptions
Abdeladim-Fadlane/CPP-Modules
The goal of these modules is to introduce you to Object-Oriented Programming. This will be the starting point of your C++ journey
Abdeladim-Fadlane/Abdeladim-Fadlane
About me
Abdeladim-Fadlane/Inception
This project aims to broaden your knowledge of system administration by using Docker. You will virtualize several Docker images, creating them in your personal virtual machine.
Abdeladim-Fadlane/webserv
In the vast landscape of the internet, HTTP (Hypertext Transfer Protocol) serves as the backbone, facilitating communication between clients and servers. This project empowers you to delve into the core of this protocol, unraveling its intricacies and gaining practical insights by building your own HTTP server.
Abdeladim-Fadlane/Cub3d
Graphic project using ray-casting.
Abdeladim-Fadlane/ExamRank4-Microshelll
Abdeladim-Fadlane/get_next_line
Function reads one line at the time from a file descriptor
Abdeladim-Fadlane/libft
My own C library, regrouping usual functions.
Abdeladim-Fadlane/Monitoring
A simple script display some information developed in bash
Abdeladim-Fadlane/push_swap
This project will make you sort data on a stack, with a limited set of instructions, using the lowest possible number of actions. To succeed you’ll have to manipulate various types of algorithms and choose the most appropriate solution (out of many) for an optimized data sorting
Abdeladim-Fadlane/Philo
Abdeladim-Fadlane/pipex
Abdeladim-Fadlane/Printf
A fully functional recreation of the famous C language printf
Abdeladim-Fadlane/Scraping
Abdeladim-Fadlane/so_long