- Morocco
-
05:31
(UTC +01:00) - @SEDDIKMOUSSA1
- in/moussaseddik
Highlights
- Pro
-
-
-
-
LogosD Public
This repository is created to add the necessary files such as drawings or logos...etc. for more organization of course!
1 UpdatedJan 16, 2024 -
WebServ_42 Public
This project is here to make you write your own HTTP server. You will be able to test it with a real browser. HTTP is one of the most used protocol on internet. Knowing its arcane will be useful, e…
-
cpp_modules-42-cursus Public
These C++ modules cover topics such as OOP concepts, memory allocation, inheritance, polymorphism, exception handling, templates, and container classes.
-
Inception-42-cursus 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.
-
fract-ol-42-cursus Public
Discover 2D programming and the psychedelic universe of fractals in this project, using minilibX.
-
NetPractice-42-cursus Public
NetPractice is a general practical exercise to let you discover networking.
1 UpdatedSep 21, 2022 -
-
push_swap-42-cursus Public
This project asks you to sort data on a stack, with a limited set of instructions, in as few moves as possible. To succeed, you will have to manipulate different sorting algorithms and choose the m…
-
libft-42-cursus Public
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 w…
-
minitalk-42-cursus Public
The purpose of this project is to code a small data exchange program using UNIX signals. It is an introductory project for the bigger UNIX projects that will appear later on in the cursus.
-
1337-contributors Public
Forked from AWIXOR-zz/1337-contributors -
-
Born2beroot-42-cursus Public
This project aims to introduce you to the wonderful world of virtualization.
1 UpdatedFeb 11, 2022 -
ft_printf-42-cursus Public
This project consists of recoding the printf function that allows you to display a string or several variables in a formatted way in the output stream. This function exists in many programming lang…
-
get_next_line-42-cursus Public
May it be a file, stdin, or even later a network connection, you will always need a way to read content line by line. It is time to start working on this function, which will be essential for your …