Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mguardia10/42cursus
My 42Madrid cursus journey.
https://github.com/mguardia10/42cursus
42 42born2code 42cursus 42madrid 42school
Last synced: about 1 month ago
JSON representation
My 42Madrid cursus journey.
- Host: GitHub
- URL: https://github.com/mguardia10/42cursus
- Owner: MGuardia10
- Created: 2023-10-20T17:19:21.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-28T09:06:23.000Z (4 months ago)
- Last Synced: 2024-08-28T10:29:39.205Z (4 months ago)
- Topics: 42, 42born2code, 42cursus, 42madrid, 42school
- Homepage:
- Size: 46 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 42cursus
Here you can find all the projects I made during my 42 cursus journey.| 💻 Projects | 🖍️ Description | 📄 Subject EN | 📄 Subject ES | ✅ Score |
|------|-------|--------|----------|--------|
|[**Libft**](https://github.com/MGuardia10/42cursus_libft) | My own first library written in C language | [Subject EN](https://github.com/MGuardia10/42cursus/tree/main/subjects/en/libft_subject_en.pdf) | [Subject ES](https://github.com/MGuardia10/42cursus/tree/main/subjects/es/libft_subject_es.pdf) | 125 / 100 |
| [**Ft_printf**](https://github.com/MGuardia10/42cursus_printf) | Reproduce the behaviour of the C standard library function printf | [Subject EN](https://github.com/MGuardia10/42cursus/tree/main/subjects/en/printf_subject_en.pdf) | [Subject ES](https://github.com/MGuardia10/42cursus/tree/main/subjects/es/printf_subject_es.pdf) | 100 / 100 |
| [**Born2beroot**](https://github.com/MGuardia10/42cursus_Born2beroot) | SysAdmin project about server administration | [Subject EN](https://github.com/MGuardia10/42cursus/tree/main/subjects/en/b2r_subject_en.pdf) | [Subject ES](https://github.com/MGuardia10/42cursus/tree/main/subjects/es/b2r_subject_es.pdf) | 125 / 100 |
| [**Get_next_line**](https://github.com/MGuardia10/42cursus_get_next_line) | A function that returns a line read from a file descriptor | [Subject EN](https://github.com/MGuardia10/42cursus/tree/main/subjects/en/gnl_subject_en.pdf) | [Subject ES](https://github.com/MGuardia10/42cursus/tree/main/subjects/es/gnl_subject_es.pdf) | 125 / 100 |
| **Exam Rank 02** | --- | --- | --- | 100 / 100 |
| [**MiniTalk**](https://github.com/MGuardia10/42cursus_minitalk) | Small data exchange program using UNIX signals | [Subject EN](https://github.com/MGuardia10/42cursus/tree/main/subjects/en/minitalk_subject_en.pdf) | [Subject ES](https://github.com/MGuardia10/42cursus/tree/main/subjects/es/minitalk_subject_es.pdf) | 125 / 100 |
| [**Push_swap**](https://github.com/MGuardia10/42cursus_push_swap) | Sorting data on a stack with a limited set of instructions | [Subject EN](https://github.com/MGuardia10/42cursus/tree/main/subjects/en/push_swap_subject_en.pdf) | [Subject ES](https://github.com/MGuardia10/42cursus/tree/main/subjects/es/push_swap_subject_es.pdf) | 125 / 100 |
| [**FDF**](https://github.com/MGuardia10/42cursus_fdf) | Representing a landscape as a 3D object in which all surfaces are outlined in lines | [Subject EN](https://github.com/MGuardia10/42cursus/tree/main/subjects/en/fdf_subject_en.pdf) | [Subject ES](https://github.com/MGuardia10/42cursus/tree/main/subjects/es/fdf_subject_es.pdf) | 120 / 100 |
| **Exam Rank 03** | --- | --- | --- | 100 / 100 |
| [**Philosophers**](https://github.com/MGuardia10/42cursus_philosophers) | Philosophers with threads and mutex | [Subject EN](https://github.com/MGuardia10/42cursus/tree/main/subjects/en/philo_subject_en.pdf) | [Subject ES](https://github.com/MGuardia10/42cursus/tree/main/subjects/es/philo_subject_es.pdf) | 100 / 100 |
| [**Minishell**](https://github.com/MGuardia10/42cursus_minishell) | Recreating a shell in C using bash as a reference | [Subject EN](https://github.com/MGuardia10/42cursus/tree/main/subjects/en/minishell_subject_en.pdf) | [Subject ES](https://github.com/MGuardia10/42cursus/tree/main/subjects/es/minishell_subject_es.pdf) | 97 / 100 |
| **Exam Rank 04** | --- | --- | --- | 100 / 100 |
| [**CPP 00**](https://github.com/MGuardia10/42cursus_CPP) | C++ piscine: Module 00 | [Subject EN](https://github.com/MGuardia10/42cursus/tree/main/subjects/en/cpp0_subject_en.pdf) | [Subject ES](https://github.com/MGuardia10/42cursus/tree/main/subjects/en/cpp0_subject_en.pdf) | 100 / 100 |
| [**CPP 01**](https://github.com/MGuardia10/42cursus_CPP) | C++ piscine: Module 01 | [Subject EN](https://github.com/MGuardia10/42cursus/tree/main/subjects/en/cpp1_subject_en.pdf) | [Subject ES](https://github.com/MGuardia10/42cursus/tree/main/subjects/en/cpp1_subject_en.pdf) | 100 / 100 |
| [**CPP 02**](https://github.com/MGuardia10/42cursus_CPP) | C++ piscine: Module 02 | [Subject EN](https://github.com/MGuardia10/42cursus/tree/main/subjects/en/cpp2_subject_en.pdf) | [Subject ES](https://github.com/MGuardia10/42cursus/tree/main/subjects/en/cpp2_subject_en.pdf) | 80 / 100 |
| [**CPP 03**](https://github.com/MGuardia10/42cursus_CPP) | C++ piscine: Module 03 | [Subject EN](https://github.com/MGuardia10/42cursus/tree/main/subjects/en/cpp3_subject_en.pdf) | [Subject ES](https://github.com/MGuardia10/42cursus/tree/main/subjects/en/cpp3_subject_en.pdf) | 100 / 100 |
| [**CPP 04**](https://github.com/MGuardia10/42cursus_CPP) | C++ piscine: Module 04 | [Subject EN](https://github.com/MGuardia10/42cursus/tree/main/subjects/en/cpp4_subject_en.pdf) | [Subject ES](https://github.com/MGuardia10/42cursus/tree/main/subjects/en/cpp4_subject_en.pdf) | 80 / 100 |
| [**NetPractice**](https://github.com/MGuardia10/42cursus_netpractice) | SysAdmin project about configuring small-scale networks | [Subject EN](https://github.com/MGuardia10/42cursus/tree/main/subjects/en/netpractice_subject_en.pdf) | [Subject ES](https://github.com/MGuardia10/42cursus/tree/main/subjects/en/netpractice_subject_en.pdf) | 100 / 100 |
| [**Cub3d**](https://github.com/MGuardia10/42cursus_cub3d) | A recreation of the world-famous Wolfenstein 3D game | [Subject EN](https://github.com/MGuardia10/42cursus/tree/main/subjects/en/cub3d_subject_en.pdf) | [Subject ES](https://github.com/MGuardia10/42cursus/tree/main/subjects/en/cub3d_subject_en.pdf) | 110 / 100 |
| **Exam Rank 05** | --- | --- | --- | pending... |
| [**CPP 05**](https://github.com/MGuardia10/42cursus_CPP) | C++ piscine: Module 05 | [Subject EN](https://github.com/MGuardia10/42cursus/tree/main/subjects/en/cpp5_subject_en.pdf) | [Subject ES](https://github.com/MGuardia10/42cursus/tree/main/subjects/en/cpp5_subject_en.pdf) | pending... |
| [**CPP 06**](https://github.com/MGuardia10/42cursus_CPP) | C++ piscine: Module 06 | [Subject EN](https://github.com/MGuardia10/42cursus/tree/main/subjects/en/cpp6_subject_en.pdf) | [Subject ES](https://github.com/MGuardia10/42cursus/tree/main/subjects/en/cpp6_subject_en.pdf) | pending... |
| [**CPP 07**](https://github.com/MGuardia10/42cursus_CPP) | C++ piscine: Module 07 | [Subject EN](https://github.com/MGuardia10/42cursus/tree/main/subjects/en/cpp7_subject_en.pdf) | [Subject ES](https://github.com/MGuardia10/42cursus/tree/main/subjects/en/cpp7_subject_en.pdf) | pending... |
| [**CPP 08**](https://github.com/MGuardia10/42cursus_CPP) | C++ piscine: Module 08 | [Subject EN](https://github.com/MGuardia10/42cursus/tree/main/subjects/en/cpp8_subject_en.pdf) | [Subject ES](https://github.com/MGuardia10/42cursus/tree/main/subjects/en/cpp8_subject_en.pdf) | pending... |
| [**CPP 09**](https://github.com/MGuardia10/42cursus_CPP) | C++ piscine: Module 09 | [Subject EN](https://github.com/MGuardia10/42cursus/tree/main/subjects/en/cpp9_subject_en.pdf) | [Subject ES](https://github.com/MGuardia10/42cursus/tree/main/subjects/en/cpp9_subject_en.pdf) | pending... |
| [**Inception**](https://github.com/MGuardia10/) | Set up a small infrastructure with different services using Docker and Docker Compose | [Subject EN](https://github.com/MGuardia10/42cursus/tree/main/subjects/en/inception_subject_en.pdf) | [Subject ES](https://github.com/MGuardia10/42cursus/tree/main/subjects/en/inception_subject_en.pdf) | pending... |
| [**Webserv**](https://github.com/MGuardia10/) | Write a HTTP server using C++ | [Subject EN](https://github.com/MGuardia10/42cursus/tree/main/subjects/en/webserver_subject_en.pdf) | [Subject ES](https://github.com/MGuardia10/42cursus/tree/main/subjects/en/webserver_subject_en.pdf) | pending... |
| **Exam Rank 06** | --- | --- | --- | pending... |
| [**Transcendence**](https://github.com/MGuardia10/) | Create a full-stack application with a lot of different features | [Subject EN](https://github.com/MGuardia10/42cursus/tree/main/subjects/en/transcendence_subject_en.pdf) | [Subject ES](https://github.com/MGuardia10/42cursus/tree/main/subjects/en/transcendence_subject_en.pdf) | pending... |