You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This guide serves as your trusty sidekick through the thrilling Common Core phase at 42 School. Brace yourself for an immersive project-based journey as you conquer C & C++ fundamentals and lay the groundwork for your programming mastery.
This project implements a custom function, ft_printf, that mimics the behavior of the standard C library function printf. ft_printf takes a format string and optional arguments, formats the output based on specifiers within the format string, and prints the result.
Get Next Line is a C function developed as part of the 42 São Paulo Common Core curriculum. It reads lines from a file descriptor, supporting both files and standard input, with a bonus version handling multiple file descriptors concurrently.
ft_printf is a custom implementation of the C printf() function, developed as part of the 42 São Paulo Common Core curriculum. It supports basic format specifiers (cspdiuxX%) and bonus flags (#, + and space) via a static library.
Libft is a custom C library developed as part of the 42 São Paulo Common Core curriculum. It features reimplementations of standard C functions (e.g., ft_strlen, ft_memcpy), additional utilities (e.g., ft_substr, ft_split), and bonus linked list functions.
Minitalk is a signal-based communication system developed as part of the 42 São Paulo Common Core curriculum. It features a server and client exchanging messages via UNIX signals, with a bonus version including acknowledgment.
Born2beroot is a system administration project from the 42 São Paulo Common Core curriculum. It involves configuring a secure virtual machine with Debian or Rocky Linux, featuring SSH, sudo, UFW, and a monitoring script.