Skip to content
View jpinot's full-sized avatar
🔮
It is what it is.
🔮
It is what it is.
  • Barcelona Supercomputer Center
  • Barcelona

Highlights

  • Pro
Block or Report

Block or report jpinot

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_ft_printf 42_ft_printf Public

    Regardless of the programming language considered, the printf function is always highly useful. The main reason is the ease of its formatting, and the support of diverse types in variable numbers.

    C 2

  2. 42_corewar 42_corewar Public

    C 2

  3. 42_libft 42_libft Public

    The libft project is a set of useful functions that allows the user to improve his code.

    C 1

  4. 42_fillit 42_fillit Public

    The main goal is to find the smallest square in the minimal amount of time, despite an exponentially growing number of possibilities each time a piece is added.

    C 1

  5. 42_get_next_line 42_get_next_line Public

    This function returns a line read from a file descriptor.

    C 1

  6. 42_push_swap 42_push_swap Public

    The Push_swap project is a very simple and highly effective algorithm project: data will need to be sorted. You have at your disposal a set of int values, 2 stacks and a set of instructions to mani…

    C 1