Pinned Repositories
angular_00
angular_piscine
cpp_modules
This modules of C++ are designed to help you understand the specifities of the language when compared to C. Time to dive into Object Oriented Programming!
cub3D
This project is inspired by the world-famous eponymous 90's 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.
exam2
exam5
exam 5 made with array
ft_printf
This project is pretty straightforward, you have to recode printf. You will learn what is and how to implement variadic functions.
libft
This project is your very first project as a student at 42. You will need to recode a few functions of the C standard library as well as some other utility functions that you will use during your whole cursus.
so_long
This project is a small 2D game with minilibx. You'll learn about textures, sprites and tiles.
WebServ_42
WebServ is a project that aim to create your own web server in c++98
almat101's Repositories
almat101/cpp_modules
This modules of C++ are designed to help you understand the specifities of the language when compared to C. Time to dive into Object Oriented Programming!
almat101/exam2
almat101/exam5
exam 5 made with array
almat101/angular_00
almat101/angular_piscine
almat101/cub3D
This project is inspired by the world-famous eponymous 90's 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.
almat101/ft_printf
This project is pretty straightforward, you have to recode printf. You will learn what is and how to implement variadic functions.
almat101/get_next_line
almat101/libft
This project is your very first project as a student at 42. You will need to recode a few functions of the C standard library as well as some other utility functions that you will use during your whole cursus.
almat101/philosopher
Eat, Sleep, Spaghetti, repeat. This project is about learning how threads work by precisely timing a group of philosophers on when to pick up forks and eat spaghetti without dying from hunger.
almat101/pipex42
This project aims to deepen your understanding of the two concepts that you already know: Redirections and Pipes. It is an introductory project for the bigger UNIX projects that will appear later on in the cursus.
almat101/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.
almat101/so_long
This project is a small 2D game with minilibx. You'll learn about textures, sprites and tiles.
almat101/minishell
The objective of this project is for you to create a simple shell.
almat101/test_parser_web