Skip to content
View casgomp's full-sized avatar

Block or report casgomp

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. css-exercisesPCG css-exercisesPCG Public

    Forked from TheOdinProject/css-exercises

    HTML

  2. libft libft Public

    Library of functions for 42 projects

    C

  3. ft_printf ft_printf Public

    The goal of this project is to reimplement printf(), while learning how to handle a variable number of arguments.

    C

  4. get_next_line get_next_line Public

    This project is about programming a function that returns a line read from a file descriptor.

    C

  5. fract-ol fract-ol Public

    This project involves creating graphically beautiful fractals using 42's graphical library, the MiniLibx.

    C

  6. push_swap push_swap Public

    This project is about sorting data in a stack using a limited set of instructions, aiming to achieve the lowest possible number of actions. To succeed, you will need to work with various algorithms…

    C