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
- Host: GitHub
- URL: https://github.com/aaron-22766/42_cursus
- Owner: aaron-22766
- Created: 2022-11-24T09:50:13.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-26T08:53:08.000Z (over 1 year ago)
- Last Synced: 2025-01-09T06:35:20.586Z (about 1 year ago)
- Topics: 42, 42born2code, 42cursus, 42heilbronn, 42projects, 42school, peer-to-peer, project-based-learning, self-learning
- Homepage:
- Size: 118 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 42 Cursus Projects
| Circle | Project | Language | Grade | Description |
|--------|---------|----------|-------|-------------|
| 0.0 | [](https://github.com/aaron-22766/42_libft) |  |  | Writing my own library of functions from the C standard libraries |
| 1.0 | [](https://github.com/aaron-22766/42_get_next_line) |  |  | Read a single line from a file descriptor |
| 1.1 | [](https://github.com/aaron-22766/42_ft_printf) |  |  | Replica of printf with the most useful conversions and flags |
| 1.2 | [](https://github.com/aaron-22766/42_born2beroot) |  |  | Create a virtual machine to host a Debian server |
| 2.0 | [](https://github.com/aaron-22766/42_so_long) |  |  | Small 2D game with minilibx, inspired by Pacman |
| 2.1 | [](https://github.com/aaron-22766/42_minitalk) |  |  | Small data exchange program using UNIX signals |
| 2.2 | [](https://github.com/aaron-22766/42_push_swap) |  |  | Sort a list of random integers on two stacks in the least amount of moves possible using only limited operators |
| 3.0 | [](https://github.com/aaron-22766/42_philosophers) |  |  | Solve the dining philosophers problem with threads and mutexes |
| 3.1 | [](https://github.com/aaron-22766/42_minishell) |  |  | Create a simple shell program, inspired by bash (team project) |
| 4-5 | [](https://github.com/aaron-22766/42_CPP) |  |  | Collection of modules for learning object-oriented programming and everything C++ |
| 4.1 | [](https://github.com/aaron-22766/42_netpractice) |  |  | Solve IP addressing and network issues in a training interface |
| 4.2 | [](https://github.com/aaron-22766/42_cub3D) |  |  | Create a 3D maze game using ray-casting, inspired by Wolfenstein3D (team project) |
| 5.1 | [](https://github.com/aaron-22766/42_inception) |  |  | Set up a Docker network with containers for nginx, mariadb, and wordpress |
| 5.2 | [](https://github.com/aaron-22766/42_webserv) |  |  | Create a HTTP webserver (team project) |
| 6.0 | [](https://github.com/aaron-22766/42_ft_transcendence) |  |  | Create a website where users can play pong (team project) |
| 4-6 | [](https://github.com/aaron-22766/42_Exams) |  |  | Practicing for the exams at 42 |
## The Holy Graph (Common Core) - as of Feb 2024

## Import
To clone this repository including the submodules:
```
git clone --recursive https://github.com/aaron-22766/42_Cursus.git
```
## My 42 level
[](https://github.com/oakoudad/badge42)