Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jotavare/42-common-core
Detailed information about my projects and exams made at 42 Porto, during Common Core.
https://github.com/jotavare/42-common-core
2d-game-engine 3d-game-engine 42 42-common-core 42-cursus 42born2code algorithms bash c cpp docker file-des gdb linux network self-learning shell subnet unix valgrind
Last synced: about 1 month ago
JSON representation
Detailed information about my projects and exams made at 42 Porto, during Common Core.
- Host: GitHub
- URL: https://github.com/jotavare/42-common-core
- Owner: jotavare
- License: mit
- Created: 2022-12-30T21:09:12.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-08T19:03:22.000Z (3 months ago)
- Last Synced: 2024-11-08T23:33:23.930Z (about 1 month ago)
- Topics: 2d-game-engine, 3d-game-engine, 42, 42-common-core, 42-cursus, 42born2code, algorithms, bash, c, cpp, docker, file-des, gdb, linux, network, self-learning, shell, subnet, unix, valgrind
- Homepage:
- Size: 91.8 KB
- Stars: 46
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
About •
Projects •
Exams •
Norminette •
Contributing •
License## ABOUT
The **42 Common Core** was developed in Paris in 2013 and is continually evaluated and developed. Students progress through the program by completing projects and earning points to level up, making the learning experience feel like a game.This repository contains code developed at **42 Porto Common Core**, from **02/11/2022** to **present day**.
> [!NOTE]
> If you are looking for code related to the **42 Porto Piscine**, click here.## PROJECTS
| Project | Language | Grade | Last Commit | Evaluation Information |
| :--- | :--- | :--- | :--- | :--- |
| [libft](https://github.com/jotavare/libft) | | | | `3 peers` `15 mins` |
| [get_next_line](https://github.com/jotavare/get_next_line) | | | | `3 peers` `15 mins` |
| [ft_printf](https://github.com/jotavare/ft_printf) | | | | `3 peers` `15 mins` |
| [born2beroot](https://github.com/jotavare/born2beroot) | | | | `3 peers` `1 hour` |
| [minitalk](https://github.com/jotavare/minitalk) | | | | `3 peers` `15 mins` |
| [so_long](https://github.com/jotavare/so_long) | | | | `3 peers` `15 mins` |
| [push_swap](https://github.com/jotavare/push_swap) | | | | `3 peers` `15 mins` |
| [philosophers](https://github.com/jotavare/philosophers) | | | | `3 peers` `15 mins` |
| [minishell](https://github.com/jotavare/minishell) | | | | `3 peers` `15 mins` |
| [net_practice](https://github.com/jotavare/net_practice) | | | | `3 peers` `15 mins` |
| [cub3d](https://github.com/jotavare/cub3d) | | | | `3 peers` `45 mins` |
| [cpp_modules](https://github.com/jotavare/cpp_modules) | | | | `2 peers` `15 mins` |
| [inception](https://github.com/jotavare/inception) | | | | `3 peers` `30 mins` |
| webserv | | | |`3 peers` `1 hour` |
| ft_transcendence | | | | `3 peers` `1 hour` |> [!NOTE]
> In 42, the following projects are a personal choice:
>
`so_long`, `fract-ol` or `fdf` > `minitalk` or `pipex` > `cub3d` or `minirt` > `webserv` or `ft_irc`## EXAMS
| Exam Rank | Language | Finish Date | Grade | Time |
| :--- | :--- | :--- | :--- | :--- |
| Exam 02 | `C` | 31-03-2023 | | `3 hours` |
| Exam 03 | `C` | 05-04-2023 | | `3 hours` |
| Exam 04 | `C` | 05-07-2023 | | `3 hours` |
| Exam 05 | `C++` | | | `3 hours` |
| Exam 06 | `C++` | | | `3 hours` |## NORMINETTE
At 42 School, it is expected that almost every project is written following the Norm, which is the coding standard of the school.```
- No for, do...while, switch, case, goto, ternary operators, or variable-length arrays allowed;
- Each function must be a maximum of 25 lines, not counting the function's curly brackets;
- Each line must be at most 80 columns wide, with comments included;
- A function can take 4 named parameters maximum;
- No assigns and declarations in the same line (unless static);
- You can't declare more than 5 variables per function;
- ...
```* [42 Norms](https://github.com/42School/norminette/blob/master/pdf/en.norm.pdf) - Information about 42 code norms. `PDF`
* [Norminette](https://github.com/42School/norminette) - Tool to respect the code norm, made by 42. `GitHub`
* [42 Header](https://github.com/42Paris/42header) - 42 header for Vim. `GitHub`## CONTRIBUTING
If you find any issues or have suggestions for improvements, feel free to fork the repository and open an issue or submit a pull request.
## LICENSE
This project is available under the MIT License. For further details, please refer to the [LICENSE](https://github.com/jotavare/42-common-core/blob/main/LICENSE) file.