| Milestone | Project | Language | Grade | Description |
|---|---|---|---|---|
| 0 | libft | Custom implementation of key C standard library functions. | ||
| 1 | printf | A recreation of the printf function using variadic arguments. | ||
| 1 | get_next_line | Function to read files line by line efficiently using a buffer. | ||
| 1 | born2beroot | Linux system administration project focused on setting up a secure VM. | ||
| 2 | push_swap | Sorting algorithm challenge using two stacks and limited operations. | ||
| 2 | pipex | Simulates UNIX shell pipelines using process and pipe management. | ||
| 2 | fractol | Interactive fractal visualizer using MiniLibX graphics library. | ||
| 3 | minishell | Feature-rich shell supporting pipes, redirections, and environment. | ||
| 3 | philosophers | Multithreaded simulation of the Dining Philosophers concurrency problem. | ||
| 4 | cub3d | A game engine using raycasting to simulate a 3D environment. | ||
| 4 | NetPractice | Project to discover the basics of networking. | ||
| 5 | webserv | Web Server using Hypertext Transfer Protocol (HTTP). | ||
⭐️ Feel free to drop a star!