Pinned Repositories
42-Cursus-CPP
This is a POOL of Cpp a 9 days of learning CPP language (OOP, Classes, header files ...)
42-Inception
This is a Devops project that requires knowledge about docker / dockerfiles / docker compose ...
42-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
42-so_long
This project is a very small 2D game. Its purpose is to make you work with textures, sprites, and some other very basic gameplay elements.
42_Born2BeRoot
This project is a System Administration related exercise. setting up a server in a virtual linux environment.
42_get_next_line
Reading a line from a fd is way too tedious
42_pipex
This project will let you discover in detail a UNIX mechanism that you already know by using it in your program. we're talking about pipe ( | )
42_printf
The goal of this project is pretty straightforward. I will recode printf(). I will mainly learn about using a variable number of arguments. How cool is that?? It is actually pretty cool :)
Cub3d
This project is inspired by the world-famous Wolfenstein 3D game, which was the first FPS ever. It will enable you to explore ray-casting. Your goal will be to make a dynamic view inside a maze, in which you’ll have to find your way
LeetCode
This is my Leet Code Problems Repositry
ZaariAnas's Repositories
ZaariAnas/Cub3d
This project is inspired by the world-famous Wolfenstein 3D game, which was the first FPS ever. It will enable you to explore ray-casting. Your goal will be to make a dynamic view inside a maze, in which you’ll have to find your way
ZaariAnas/42-Inception
This is a Devops project that requires knowledge about docker / dockerfiles / docker compose ...
ZaariAnas/42-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
ZaariAnas/42-so_long
This project is a very small 2D game. Its purpose is to make you work with textures, sprites, and some other very basic gameplay elements.
ZaariAnas/LeetCode
This is my Leet Code Problems Repositry
ZaariAnas/42-Cursus-CPP
This is a POOL of Cpp a 9 days of learning CPP language (OOP, Classes, header files ...)
ZaariAnas/42_Born2BeRoot
This project is a System Administration related exercise. setting up a server in a virtual linux environment.
ZaariAnas/42_get_next_line
Reading a line from a fd is way too tedious
ZaariAnas/42_pipex
This project will let you discover in detail a UNIX mechanism that you already know by using it in your program. we're talking about pipe ( | )
ZaariAnas/42_printf
The goal of this project is pretty straightforward. I will recode printf(). I will mainly learn about using a variable number of arguments. How cool is that?? It is actually pretty cool :)
ZaariAnas/factory
this isn't a project this is just an environment where i include all my header files and helper functions to create and test any new function i create .
ZaariAnas/libft
ZaariAnas/minishelll
a small shell
ZaariAnas/Philosophers
Philosophers an individual project at 42 about introduction to the basics of process threading, and how work on the same memory space. And learn about mutexes, semaphores, and shared memory.
ZaariAnas/Process_Chat
it's About child and Parent process bidirectional communication
ZaariAnas/ZaariAnas