Skip to content
View shehanish's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report shehanish

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

Pinned

  1. ToDoList-ios-app ToDoList-ios-app Public

    Swift

  2. 42_ft_printf 42_ft_printf Public

    ft_printf is a 42 school project that involves implementing a custom version of the C standard library's printf function. This project helps you understand variable argument lists and formatting op…

    C

  3. 42_get_next_line 42_get_next_line Public

    Get Next Line is a 42 school project focused on reading from a file descriptor one line at a time. It improves your understanding of dynamic memory management and file I/O in C

    C

  4. 42_libft 42_libft Public

    Libft is a foundational project from the 42 programming school that involves creating a personal library of C functions. It includes custom implementations of string manipulation, memory management…

    C

  5. 42_minitalk 42_minitalk Public

    "Minitalk is a 42 school project focused on creating a communication system using signals. It enhances your understanding of process communication and signal handling in C

    C

  6. 42_philo 42_philo Public

    Philosopher is a 42 school project that simulates the dining philosophers problem. It enhances your understanding of concurrency and synchronization in C by managing threads and resource sharing am…

    C