Skip to content
View LiaOlya's full-sized avatar

Block or report LiaOlya

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. libft libft Public

    Strengthen your skills learned during the C Piscine by recoding functions from the standard C library and other very useful functions. You'll be able to use these functions again and again througho…

    C

  2. Get_next_line Get_next_line Public

    Whether it's from a file, the standard input, or even from a network connection later on, you'll need a way to read data one line at a time. Now is the time to write such a function, essential for …

    C

  3. ft_printf ft_printf Public

    Tired of managing your displays using ft_putnbr and ft_putstr? Not allowed to use printf? Code your own printf! An opportunity to discover a new C feature, variadic functions, and learn to fine-tun…

    C

  4. filler filler Public

    Create your player to fight other students on the world famous (or infamous) Filler board. The concept is simple: two players gain points by placing on a board, one after the other, the game piece …

    C

  5. Lem-in Lem-in Public

    You must move your ant colony from one point to another in the least amount of time. Through this project, you will explore graph traversal algorithms: your program will have to choose the paths an…

    C

  6. Ft_ssl_des Ft_ssl_des Public

    You will recode part of the OpenSSL program, specifically BASE64, DES-ECB and DES-CBC.

    C