This is the current status of the projects in the Common Core process.
Circle | Language | Project | Description | Status |
---|---|---|---|---|
0 | Libft | A library containing various custom C functions, created as a foundational project for the 42 curriculum. | ||
1 | Born2beRoot | A system administration project focused on configuring and securing a virtual machine running a basic web server. | ||
1 | ft_printf | An implementation of the printf function in C, allowing formatted output to various streams. | ||
1 | get_next_line | A function designed to read a line from a file descriptor, useful for parsing files or streams line by line. |