Skip to content
View sopat1402's full-sized avatar

Block or report sopat1402

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Bloggish Bloggish Public

    A lightweight blogging application with authentication, postgreSQL, express and node. It is fully CRUD and has fuzzy search, protected routes and all that

    HTML

  2. Cachey Cachey Public

    A Redis inspired caching server coded in JavaScript

    JavaScript

  3. Load-Balancer Load-Balancer Public

    A Node.js Load Balancer with consistent hashing, sharding and reverse proxy.

    JavaScript

  4. Raft Raft Public

    An implementation of the Raft consensus algorithm in Javascript using Node.js and express.

    JavaScript

  5. linux-utils linux-utils Public

    Implementation of linux utils in C for systems programming practice

    C

  6. Lock-Free-Thread-Pool Lock-Free-Thread-Pool Public

    A Michael Scott queue tweaked to have epoch based reclamation, private queues (still atomic) with round robin task distribution and work stealing.

    C