Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 1.16 KB

File metadata and controls

13 lines (10 loc) · 1.16 KB

➜ cd ~/repos/systems-and-tools/

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/