Highlights
-
-
-
-
-
-
-
42-CPP-Module-04 Public
🖥️ Subtype polymorphism, abstract classes, interfaces
C++ UpdatedJun 11, 2024 -
42-Inception Public
🐳 This project aims to broaden your knowledge of system administration by using Docker. You will virtualize several Docker images, creating them in your new personal virtual machine.
UpdatedJun 9, 2024 -
42-NetPractice Public
🛜 A set of networking exercises with a focus on IP addresses and subnet masks.
UpdatedJun 8, 2024 -
42-Exam-Rank-05 Public
🙇🏻♂️ This project will evaluate your abilities and knowledge about C++ programming.
UpdatedJun 8, 2024 -
-
42-CPP-Module-02 Public
🖥️ Ad-hoc polymorphism, operators overload and orthodox canonical classes
C++ UpdatedJun 7, 2024 -
42-CPP-Module-01 Public
🖥️ Memory allocation, references, pointers to members, switch
C++ UpdatedJun 6, 2024 -
42-CPP-Module-00 Public
🖥️ Namespace, class, member functions, stdio stream, initialization lists, static, const, and lots of basic stuff
C++ UpdatedJun 4, 2024 -
42-cub3D Public
🎮 The aim of this project was to introduce us to Raycasting. We have to reproduce the graphic method of the Wolfenstein 3D game.
C UpdatedJun 1, 2024 -
42-philosophers Public
🧠 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.
C UpdatedJun 1, 2024 -
42-libft-complete Public
📚 This project combines my libft, ft_printf and get_next_line projects into a single library for easy use in other projects.
-
42-libft Public
📚 The aim of this project is to code a C library regrouping usual functions that you’ll be allowed to use in all your other projects
-
42-so_long Public
🎮 This project is a tiny 2D game I developed during my studies at 42. The aim was to familiarize myself with sprites, textures and a few basic elements. I was inspired by Pokemon Red.
-
42-push_swap Public
🔀 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 …
-
42-minitalk Public
☎️ The purpose of this project is to code a small data exchange program using UNIX signals.
-
42-get_next_line Public
📖 The aim of this project is to make a function that returns a line ending with a newline, read from a file descriptor.
-
42-ft_printf Public
🖨️ ft_printf was one of the first projects to be carried out at 42. The aim is to re-code the printf function in order to understand how it works. In future projects, the use of printf is forbidden…
-
Symfony-Pokemon-API Public
🌐 This project involves creating a Pokemon API with Symfony. The aim is to discover tools like API Platform, CommitLint, Conventional-Changelog...
-
JavaScript-Calculator Public
🧮 A functional and intuitive calculator in JavaScript Vanilla. The main objective is to make a calculator that performs basic arithmetic operations such as addition, subtraction, multiplication and…