| Project | What it is | Stack |
|---|---|---|
| minishell_tests_sheet | The edge-case battery I run when pre-evaluating other students' shells on campus — quoting, redirections, heredocs, exit codes, leaks under Valgrind. | shell Valgrind |
| vbc | A very basic calculator: expression parsing and evaluation driven by stacks. | C parsing |
| malloc | A custom memory allocator — mmap-based zone management, block splitting and reuse, malloc/free/realloc implemented from scratch. |
C mmap |
~ profile · network-and-web/ · graphics/ · libraries/ · systems-and-tools/ · piscines/