An open API service indexing awesome lists of open source software.

https://github.com/aaron-22766/42_cursus

Collection of my completed projects from 42 Heilbronn
https://github.com/aaron-22766/42_cursus

42 42born2code 42cursus 42heilbronn 42projects 42school peer-to-peer project-based-learning self-learning

Last synced: 10 days ago
JSON representation

Collection of my completed projects from 42 Heilbronn

Awesome Lists containing this project

README

          

# 42 Cursus Projects

| Circle | Project | Language | Grade | Description |
|--------|---------|----------|-------|-------------|
| 0.0 | [![libft](https://github.com/aaron-22766/aaron-22766/blob/main/42-badges/libftm.png)](https://github.com/aaron-22766/42_libft) | ![top language](https://img.shields.io/github/languages/top/aaron-22766/42_libft) | ![grade](https://img.shields.io/badge/125%25-success) | Writing my own library of functions from the C standard libraries |
| 1.0 | [![get_next_line](https://github.com/aaron-22766/aaron-22766/blob/main/42-badges/get_next_linem.png)](https://github.com/aaron-22766/42_get_next_line) | ![top language](https://img.shields.io/github/languages/top/aaron-22766/42_get_next_line) | ![grade](https://img.shields.io/badge/125%25-success) | Read a single line from a file descriptor |
| 1.1 | [![ft_printf](https://github.com/aaron-22766/aaron-22766/blob/main/42-badges/ft_printfm.png)](https://github.com/aaron-22766/42_ft_printf) | ![top language](https://img.shields.io/github/languages/top/aaron-22766/42_ft_printf) | ![grade](https://img.shields.io/badge/125%25-success) | Replica of printf with the most useful conversions and flags |
| 1.2 | [![born2beroot](https://github.com/aaron-22766/aaron-22766/blob/main/42-badges/born2berootm.png)](https://github.com/aaron-22766/42_born2beroot) | ![top language](https://img.shields.io/github/languages/top/aaron-22766/42_born2beroot) | ![grade](https://img.shields.io/badge/110%25-success) | Create a virtual machine to host a Debian server |
| 2.0 | [![so_long](https://github.com/aaron-22766/aaron-22766/blob/main/42-badges/so_longm.png)](https://github.com/aaron-22766/42_so_long) | ![top language](https://img.shields.io/github/languages/top/aaron-22766/42_so_long) | ![grade](https://img.shields.io/badge/125%25-success) | Small 2D game with minilibx, inspired by Pacman |
| 2.1 | [![minitalk](https://github.com/aaron-22766/aaron-22766/blob/main/42-badges/minitalkm.png)](https://github.com/aaron-22766/42_minitalk) | ![top language](https://img.shields.io/github/languages/top/aaron-22766/42_minitalk) | ![grade](https://img.shields.io/badge/125%25-success) | Small data exchange program using UNIX signals |
| 2.2 | [![push_swap](https://github.com/aaron-22766/aaron-22766/blob/main/42-badges/push_swape.png)](https://github.com/aaron-22766/42_push_swap) | ![top language](https://img.shields.io/github/languages/top/aaron-22766/42_push_swap) | ![grade](https://img.shields.io/badge/100%25-success) | Sort a list of random integers on two stacks in the least amount of moves possible using only limited operators |
| 3.0 | [![philosophers](https://github.com/aaron-22766/aaron-22766/blob/main/42-badges/philosopherse.png)](https://github.com/aaron-22766/42_philosophers) | ![top language](https://img.shields.io/github/languages/top/aaron-22766/42_philosophers) | ![grade](https://img.shields.io/badge/100%25-success) | Solve the dining philosophers problem with threads and mutexes |
| 3.1 | [![minishell](https://github.com/aaron-22766/aaron-22766/blob/main/42-badges/minishelle.png)](https://github.com/aaron-22766/42_minishell) | ![top language](https://img.shields.io/github/languages/top/aaron-22766/42_minishell) | ![grade](https://img.shields.io/badge/101%25-success) | Create a simple shell program, inspired by bash (team project) |
| 4-5 | [![CPP](https://github.com/aaron-22766/aaron-22766/blob/main/42-badges/cppe.png)](https://github.com/aaron-22766/42_CPP) | ![top language](https://img.shields.io/github/languages/top/aaron-22766/42_CPP) | ![grade](https://img.shields.io/badge/100%25-success) | Collection of modules for learning object-oriented programming and everything C++ |
| 4.1 | [![netpractice](https://github.com/aaron-22766/aaron-22766/blob/main/42-badges/netpracticee.png)](https://github.com/aaron-22766/42_netpractice) | ![top language](https://img.shields.io/github/languages/top/aaron-22766/42_netpractice) | ![grade](https://img.shields.io/badge/100%25-success) | Solve IP addressing and network issues in a training interface |
| 4.2 | [![cub3D](https://github.com/aaron-22766/aaron-22766/blob/main/42-badges/cub3dm.png)](https://github.com/aaron-22766/42_cub3D) | ![top language](https://img.shields.io/github/languages/top/aaron-22766/42_cub3D) | ![grade](https://img.shields.io/badge/125%25-success) | Create a 3D maze game using ray-casting, inspired by Wolfenstein3D (team project) |
| 5.1 | [![inception](https://github.com/aaron-22766/aaron-22766/blob/main/42-badges/inceptione.png)](https://github.com/aaron-22766/42_inception) | ![top language](https://img.shields.io/github/languages/top/aaron-22766/42_inception) | ![grade](https://img.shields.io/badge/100%25-success) | Set up a Docker network with containers for nginx, mariadb, and wordpress |
| 5.2 | [![webserv](https://github.com/aaron-22766/aaron-22766/blob/main/42-badges/webservm.png)](https://github.com/aaron-22766/42_webserv) | ![top language](https://img.shields.io/github/languages/top/aaron-22766/42_webserv?exclude=html) | ![grade](https://img.shields.io/badge/110%25-success) | Create a HTTP webserver (team project) |
| 6.0 | [![ft_transcendance](https://github.com/aaron-22766/aaron-22766/blob/main/42-badges/ft_transcendencem.png)](https://github.com/aaron-22766/42_ft_transcendence) | ![top language](https://img.shields.io/github/languages/top/aaron-22766/42_ft_transcendence) | ![grade](https://img.shields.io/badge/115%25-success) | Create a website where users can play pong (team project) |
| 4-6 | [![42 Exams](https://img.shields.io/badge/Exams-1E1E1E?style=for-the-badge&logo=42&logoColor=white)](https://github.com/aaron-22766/42_Exams) | ![top language](https://img.shields.io/github/languages/top/aaron-22766/42_Exams) | ![grade](https://img.shields.io/badge/100%25-success) | Practicing for the exams at 42 |

## The Holy Graph (Common Core) - as of Feb 2024

![Holy Graph](https://github.com/aaron-22766/aaron-22766/blob/main/bin/images/Holy%20Graph.png)

## Import

To clone this repository including the submodules:
```
git clone --recursive https://github.com/aaron-22766/42_Cursus.git
```

## My 42 level

[![failed to display stats](https://badge.mediaplus.ma/honeytones/arabenst?1337Badge=off&UM6P=off)](https://github.com/oakoudad/badge42)