Skip to content
View thblonde's full-sized avatar

Highlights

  • Pro

Block or report thblonde

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

    Simple tester for the dining philosophers problem of School 42

    Shell 1

  2. 42_libft 42_libft Public

    This project is your very first project as a student at 42. You will need to recode a few functions of the C standard library as well as some other utility functions that you will use during your w…

    C

  3. 42_philosophers 42_philosophers Public

    In this project, you will learn the basics of threading a process. You will see how to create threads and you will discover mutexes.

    C

  4. 42_ft_printf 42_ft_printf Public

    This project is pretty straightforward, you have to recode printf. You will learn what is and how to implement variadic functions. Once you validate it, you will reuse this function in your future …

    C

  5. 42_get_next_line 42_get_next_line Public

    This project is about programming a function that returns a line read from a file descriptor

    C

  6. 42_get_next_line_tester 42_get_next_line_tester Public

    Simple tester for the get_next_line project of School 42

    Shell