A custom implementation of the C Standard Library functions for the 1337 School project.
View on GitHubA function to read a line from a file descriptor, designed for 1337 School’s C programming project.
View on GitHubA custom printf function, mimicking the original one in C, part of the 1337 School projects.
View on GitHubA 42 project focused on mastering Linux server setup, security, and virtualization basics through hands-on system configuration.
View on GitHubPush Swap is a 42 project focused on sorting a stack of integers with minimal operations using two stacks and specific commands.
View on GitHubRecreating Unix's pipe | functionality in C. Pipex handles command execution, input/output redirection, and piping between processes.
View on GitHub