Skip to content
View sdadak42's full-sized avatar

Block or report sdadak42

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 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

Pinned Loading

  1. Libft Libft Public

    Implementation of standard C library functions (libc) with a focus on memory management, string manipulation, and linked lists.

    C

  2. So_Long So_Long Public

    A 2D adventure game built in C with MiniLibX. Features texture rendering, event handling, and a flood-fill algorithm for path checking.

    C

  3. Push_Swap Push_Swap Public

    A highly efficient data sorting algorithm project using two stacks and a limited set of instructions. Focuses on algorithmic complexity and optimization.

    C

  4. Minitalk Minitalk Public

    A client-server communication program using UNIX signals (SIGUSR1/SIGUSR2). Demonstrates Inter-Process Communication and bitwise operations in C.

    C

  5. Get_Next_Line Get_Next_Line Public

    A C function that reads a text file line by line. This project introduces the concept of static variables and file descriptor management.

    C

  6. ft_printf ft_printf Public

    A custom implementation of the standard C library function printf. Focuses on handling variadic arguments and data formatting.

    C