This repo contains all of my projects done while following the Codam curriculum.
Codam is part of the 42 Network, which started with 42 Paris.
Reimplementations of a bunch of C standard library functions and some additional utility functons. These functions will be used throughout the rest of the curriculum.
A (very simplified) reimplementation of the standard printf
function.
A function that upon calling it returns the next line from a file descriptor using a given buffer size.
A virtual machine configured following specific rules. This repo contains the monitoring script that I had to write and the signature of the virtual disk image.
Recreating UNIX pipe operations, enabling command execution with file input/output redirection, supporting multiple pipes and handling heredocs.