Skip to content
View sudo-leo's full-sized avatar
🐒
Let's create
🐒
Let's create

Block or report sudo-leo

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. 42-piscine 42-piscine Public

    My works during the piscine at 42 Roma Luiss

    C 1

  2. polidocs polidocs Public

    Forked from vampolo/polidocs

    Docs, Lectures and Notes of Politecnico di Milano

    Java

  3. blocco blocco Public

    Blocco web site

    Hack

  4. Libft Libft Public

    This project is your very first project as a student at 42. You will need to recode a few functions of the C standard library as well as some other utility functions that you will use during your w…

    C

  5. Get_next_line Get_next_line Public

    May it be a file, stdin, or even later a network connection, you will always need a way to read content line by line. It is time to start working on this function, which will be essential for your …

    C

  6. Printf Printf Public

    This project is pretty straight forward. You will recode printf. You will then be allowed to reuse the function in your future projects. You will mainly learn how to use variadic arguments.

    C