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
On the occasion of the April Fool's Day of 2023, the 42 staff devised a fun challenge for its global student body. The project had to be completed in three days and there were 18 exercises to be done. Each exercise was worth 5 points and the last one 15 points. Project grades spanned from 0 to 100 with cumulative rewards on the intranet.
An IRC server built in C++98, capable of handling multiple clients with non-blocking I/O. Includes essential IRC functionalities like user authentication, channel management, and operator commands, along with a weather bot for real-time city weather updates.
Docker is the last project in the system and network administration branch. it's a project where you learn how to use containers to deploy your code in different operating systems or with different configurations.
The goal is to create a function that can return a single line read from a file descriptor, without loosing track of the next line and with a random buffer size.