You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recreation of standard C Libraries to use in Future projects.
125 / 100
Function that returns a text line by line from a file descriptor to teach about static variables.
125 / 100
Recoding of the C printf function.
102 / 100
Introduction to system admin using Debian & VirtualBox.
100 / 100
Introduction Project to UNIX signals.
125 / 100
Creating a small 2D game with MLX42.
100 / 100
Using a limited moveset to find the best way to sort two stacks.
100 / 100
Making a custom shell with brackets for priorities, ’, ", <, >, <<, >>, pipes, $, $?, a history, echo, cd, pwd, export, unset, env, exit, correct executable execution, and more.
🛠️ / 100
Explore multithreading and process synchronization, inspired by Dijkstra's classic Dining Philosophers problem.