Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 2.01 KB

README.md

File metadata and controls

28 lines (21 loc) · 2.01 KB

Codam logo 42 progress badge

Codam

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.

Libft

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.

ft_printf

A (very simplified) reimplementation of the standard printf function.

get_next_line

A function that upon calling it returns the next line from a file descriptor using a given buffer size.

Born2beroot

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.

Pipex

Recreating UNIX pipe operations, enabling command execution with file input/output redirection, supporting multiple pipes and handling heredocs.