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
Libasm is a project where you rewrite standard C library functions in 64-bit assembly, including ft_strlen, ft_strcpy, ft_strcmp, ft_write, ft_read, and ft_strdup.
Philosophers is a C project simulating the classic dining philosophers problem. It involves managing multiple threads (philosophers) who eat, think, and sleep while competing for limited resources …
Minishell is a custom shell program in C that mimics basic Unix shell functionality. It supports features like command history, input/output redirection, pipes, environment variable expansion, and …
ft_Transcendence is a complete web application built with Django, allowing users to play real-time multiplayer Pong. It features a custom user interface and live online gameplay, developed under st…