Skip to content
View adel-qod's full-sized avatar
Block or Report

Block or report adel-qod

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

    A minimal implementation of user-space spinlock

    C++ 2

  2. mutex-semaphore mutex-semaphore Public

    Simple examples about the difference between a binary semaphore and a mutex

    C 1

  3. zipper zipper Public

    A script that does what you'd get from using tar - just for learning - using tarfile module for compression

    Python 1

  4. simple-shell simple-shell Public

    A simple UNIX shell for educational purposes

    C

  5. s-todo-list s-todo-list Public

    A command line simple to-do list that is light-weight and useful

    Python

  6. thread-pool thread-pool Public

    A thread pool that uses POSIX threads as its basis

    C