Skip to content
View jack-pepper's full-sized avatar

Block or report jack-pepper

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

    🏛️ My own extended version of libft including additional C utility functions libraries (LIBBIN, LIBSORT, LIBXKIT...).

    C 1

  2. Libft Libft Public

    📚 [42] A library of essential C functions, providing custom implementations of standard library functions (memory manipulation, string handling...).

    C

  3. ft_printf ft_printf Public

    🖨️ [42] A custom implementation of the standard printf variadic function, designed to handle various format specifiers and argument types and efficiently format and output text to the console.

    C

  4. get_next_line get_next_line Public

    ✏️ [42] A function that reads and returns one line at a time from a file descriptor, implementing buffering techniques and a scalable approach to handle potentially large files.

    C

  5. push_swap push_swap Public

    🫸 [42] A sorting algorithm project focused on efficiently sorting a stack using a minimal number of operations through algorithmic problem-solving in C.

    C

  6. Minitalk Minitalk Public

    📻 [42] A project that implements inter-process communication using Unix signals. It provides a practical application of process synchronization on a low-level system.

    C