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.

    Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
    Report abuse

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

    Report abuse

    Popular repositories Loading

    1. libft libftPublic

      Library of functions for 42 projects

      C

    2. ft_printf ft_printfPublic

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

      C

    3. get_next_line get_next_linePublic

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

      C

    4. fract-ol fract-olPublic

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

      C

    5. push_swap push_swapPublic

      This project is about sorting data in a stack using a limited set of instructions, aiming to achieve the lowest possible number of actions. Given the project's constraints I decided to use the mech…

      C

    6. pipex pipexPublic

      Recreate the behavior of the shell pipe operator, connecting the output of one command to the input of another.

      C