42 exam rank 06 based on the given main. This version is very solid because it allocates the memory. And it is not too hard to remember because it takes alot from the `main.c` given during the exam (80 lines).
☆68Jan 11, 2022Updated 4 years ago
Alternatives and similar repositories for examRank06
Users that are interested in examRank06 are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- The fifth and last exam of the new cursus at 42☆11Dec 16, 2021Updated 4 years ago
- 42 Webserv☆106Aug 6, 2023Updated 2 years ago
- In this project, you will learn the basics of threading a process. You will see how to create threads and you will discover mutexes.☆14Jul 6, 2022Updated 3 years ago
- 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 …☆15Apr 23, 2023Updated 2 years ago
- ☆25Dec 10, 2024Updated last year
- This project involves sorting data on a stack, with a limited set of instructions, and the smallest number of moves. To make this happen,…☆13May 21, 2022Updated 3 years ago
- 🖥️ Docker images with services such as MariaDB, Nginx, WordPress, Redis, FTP-server, Adminer and cadvisor in virtual…☆237Feb 6, 2023Updated 3 years ago
- Wireframe model. This project is about representing a landscape as a 3D object in which all surfaces are outlined in lines.☆15Sep 28, 2022Updated 3 years ago
- The goal of these modules is to introduce us to bject-Oriented Programming.This will be the starting point of our C++ journey.☆81Apr 17, 2024Updated last year
- The purpose of this project is to code a small data exchange program using UNIX signals. It is an introductory project for the bigger UNI…☆14May 21, 2022Updated 3 years ago
- A guide to NetPractice: a set of networking exercises with a focus on IP addresses and subnet masks.☆368Jul 11, 2025Updated 8 months ago
- A gateway to the DevOps universe through Docker and Docker Compose for deploying a functional web server using NGINX, Wordpress and a Mar…☆18Aug 20, 2024Updated last year
- Writing a shell in C - 42 Lisboa Project☆24Jul 7, 2021Updated 4 years ago
- 42 - Coding a simple HTTP server in C++☆92Mar 29, 2021Updated 4 years ago
- This project is pretty straightforward, you have to recode printf. You will learn what is and how to implement variadic functions. Once y…☆11Sep 24, 2022Updated 3 years ago
- Decoraciones para READMEs de proyectos de 42☆16Jan 4, 2024Updated 2 years ago
- the quickest way to solve microshell Exam Rank 04☆142Dec 7, 2023Updated 2 years ago
- Exams's subjects and my solutions for 42cursus at @42School☆11Jul 31, 2022Updated 3 years ago
- 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…☆10Jun 10, 2022Updated 3 years ago
- School 42 inception project. Project + tutorial + bonus in my read.me☆250Jun 5, 2024Updated last year
- Competitive multiplayer pong game☆33Aug 13, 2024Updated last year
- exam project 2020☆210May 18, 2022Updated 3 years ago
- Writing a simple sHell. 42_minishell☆31Apr 4, 2023Updated 2 years ago
- Simple and clear code for exam rank 02-03-04-05-06 (ecole 42). Updated as of December 2022.☆134Dec 8, 2022Updated 3 years ago
- Aussi mignon qu'un vrai shell☆20Dec 15, 2025Updated 3 months ago
- 42 project where we learn about raycasting and try to recreate the original Wolfenstein 3d game☆19May 4, 2021Updated 4 years ago
- Very simple web visualizer for Philosophers (42 school project)☆84Oct 13, 2025Updated 5 months ago
- The fourth exam of the new cursus at 42☆27Feb 13, 2020Updated 6 years ago
- ☆24Feb 19, 2026Updated last month
- A program almost identical to the 42 EXAMS for practice. (Pool EXAM & Stud EXAM)☆1,228Feb 10, 2025Updated last year
- ☆27Dec 12, 2023Updated 2 years ago
- My solution and basic explanantion on Net_Practice and networking basics.☆122Jul 17, 2023Updated 2 years ago
- A C program that reproduces the behavior of the shell pipe (`|`). This 42 school project uses `fork()`, `pipe()`, and `dup2()` to manage …☆56Mar 11, 2026Updated last week
- Philosophers dinner problem in C - introduction to parallel programming.