Skip to content
View clemedon's full-sized avatar
  • Network Nervous System

Highlights

  • Pro
Block or Report

Block or report clemedon

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

    This project aims to create a crystal clear tutorial on a cryptic looking topic.

    Makefile 588 28

  2. Multipipe_tutor Multipipe_tutor Public

    C multi-pipe implementation, dissection and explanation.

    C 26

  3. philosophers philosophers Public

    [documented code / -pedantic -std=c89] - 42School variant of the dining philosophers problem to learn the basics of threading a process, how to create threads and use mutexes.

    C 12 1

  4. config config Public

    My most used tools configuration files.

    Vim Script 3 2

  5. get_next_line get_next_line Public

    [documented code / -pedantic -std=c89] - Get the next line of text available on a file descriptor. Can be used within a loop to read a file line by line.

    C 7 1

  6. libft libft Public

    [documented code / -pedantic -std=c89] - Libft project aims to recode some useful functions from libc as well as new functions of my choice.

    C