Skip to content
View JCValleCruz's full-sized avatar

Highlights

  • Pro

Block or report JCValleCruz

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

    C 1

  2. Libft42 Libft42 Public

    C basic functions replication.

    C

  3. GNL42 GNL42 Public

    C function to read and return a single line from a file descriptor, handling standard input and files efficiently using static variables. The project includes both mandatory and bonus parts, suppo…

    C

  4. So_Long42 So_Long42 Public

    So Long: A small 2D game built in C using the MiniLibX graphics library. The game challenges the player to collect items and reach the exit while avoiding obstacles. It features basic graphics hand…

    C

  5. Push_Swap42 Push_Swap42 Public

    The "push_swap" project involves creating a C program to sort a stack of integers using a limited set of operations with the fewest moves possible.

    C

  6. ft_printf42 ft_printf42 Public

    The ft_printf project involves reimplementing the standard C printf function to handle variable arguments and format specifiers like %c, %s, %p, %d, %i, %u, %x, %X.

    C