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 GitHubAbout so_long is a 2D game project from 42 that uses the MiniLibX library. The goal is to create a simple top-down game where a player collects items and reaches an exit while avoiding obstacles. The project focuses on handling graphics, key events, and window management in C.
View on GitHub