Ossama Touayri

My Projects

Libft

A custom implementation of the C Standard Library functions for the 1337 School project.

View on GitHub
Get Next Line Project

Get Next Line

A function to read a line from a file descriptor, designed for 1337 School’s C programming project.

View on GitHub
Printf Project

Printf

A custom printf function, mimicking the original one in C, part of the 1337 School projects.

View on GitHub
Born2Beroot Project

Born2Beroot

A 42 project focused on mastering Linux server setup, security, and virtualization basics through hands-on system configuration.

View on GitHub
Push Swap Project

Push Swap

Push Swap is a 42 project focused on sorting a stack of integers with minimal operations using two stacks and specific commands.

View on GitHub
Pipex Project

Pipex

Recreating Unix's pipe | functionality in C. Pipex handles command execution, input/output redirection, and piping between processes.

View on GitHub