Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moshegroot/42projects_archive
My archive with project from Ecole42 (school21 in Russia)
https://github.com/moshegroot/42projects_archive
algorithms c cpp data-structures graphics raytracing
Last synced: about 1 month ago
JSON representation
My archive with project from Ecole42 (school21 in Russia)
- Host: GitHub
- URL: https://github.com/moshegroot/42projects_archive
- Owner: MosheGroot
- License: mit
- Created: 2021-08-02T12:48:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-07T15:10:40.000Z (over 2 years ago)
- Last Synced: 2023-10-03T09:30:38.029Z (about 1 year ago)
- Topics: algorithms, c, cpp, data-structures, graphics, raytracing
- Language: C++
- Homepage:
- Size: 10.8 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 42projects_archive
My archive with projects (only interesting ones) from Ecole42 (school21 in Russia)Separate README.md in every project dirs.
## Current list of archived projects
| Language | Project name | Description |
|-----------------|:---------------------------------|:--------------------------------------------------------------------------|
| ![python_badge] | [Piscine Python DS][python-ds] | Learning DS in Python by various tasks (10 days and 2 rushes in a row) |
| ![cpp_badge] | [webserver][webserv] | Own implementation of webserver (like nginx) with custom configs |
| ![cpp_badge] | [ft_containers](/ft_containers) | Rewriting of some STL containers: ``, ``, `` and `` (based on RB-tree) |
| ![c_badge] | [minishell][minishell] | Own implementation of shell with syntax anaylysis, parsing, IPC and so on |
| ![c_badge] | [miniRT](/miniRT) | Raytracing project with multi-threading |
| ![c_badge] | [fract'ol](/fract_ol) | Little graphic object with fractals drawing |
| ![c_badge] | [philosophers](/philosophers) | Two classic multithreading and IPC problems |
| ![c_badge] | [ft_printf](/ft_printf) | Own implementation of system `printf` function with `%s`, `%d`, `%f` and other + various flags |[python_badge]: https://img.shields.io/badge/Python-3776AB?style=for-the-badge&logo=python&logoColor=white
[cpp_badge]: https://img.shields.io/badge/C%2B%2B-00599C?style=for-the-badge&logo=C%2B%2B&logoColor=white
[c_badge]: https://img.shields.io/badge/C-A8B9CC?style=for-the-badge&logo=c&logoColor=white[minishell]: https://github.com/LinearBasis/minishell/
[webserv]: https://github.com/PP189B/webserver21/
[python-ds]: https://github.com/PP189B/Piscine-Python-Data-Science