Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

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