Pipex Project is a 42 project that replicates the shell’s pipeline (|), enabling command output redirection and inter-process communication. It deepens understanding of process management and file descriptors in Unix
⚡ Philosophers Project is a 42 project that explores threads, processes, mutexes, and semaphores to solve the dining philosophers problem, focusing on synchronization and concurrency management.