Skip to content
View RuShanny's full-sized avatar

Block or report RuShanny

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

    "Logger" is logging library in C. It is lockless SMP-safe and it uses ring buffer as container for log messages.

    C 5 2

  2. BinaryTree_MaxParallelSearch BinaryTree_MaxParallelSearch Public

    Search node with a max key in binary tree using threads

  3. Hash-Table-open-addressing- Hash-Table-open-addressing- Public

    Hash Table with open addressing. In order to resolve hash collisions double hashing is used.

    C

  4. Inter-process-communication Inter-process-communication Public

    IPC is realized via shared memory and sockets. It's a user who choose which type of IPC will be run.

    C

  5. Memory-Allocator--Memalloc- Memory-Allocator--Memalloc- Public

    "Memalloc" is lock-based SMP-safe memory allocator with swap file.

    C

  6. pants pants Public

    Forked from pantsbuild/pants

    Pants Build System

    Python