My archive with projects (only interesting ones) from Ecole42 (school21 in Russia)
Separate README.md in every project dirs.
Language | Project name | Description |
---|---|---|
Piscine Python DS | Learning DS in Python by various tasks (10 days and 2 rushes in a row) | |
webserver | Own implementation of webserver (like nginx) with custom configs | |
ft_containers | Rewriting of some STL containers: <vector> , <stack> , <map> and <set> (based on RB-tree) |
|
minishell | Own implementation of shell with syntax anaylysis, parsing, IPC and so on | |
miniRT | Raytracing project with multi-threading | |
fract'ol | Little graphic object with fractals drawing | |
philosophers | Two classic multithreading and IPC problems | |
ft_printf | Own implementation of system printf function with %s , %d , %f and other + various flags |