Skip to content
View HarshEvolves's full-sized avatar

Block or report HarshEvolves

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. linux-mini-shell linux-mini-shell Public

    A modular Unix-like shell built in C using POSIX system calls, supporting command execution, I/O redirection, pipelines, background jobs, signal handling, and built-in commands.

    C

  2. multi-client-chat-application multi-client-chat-application Public

    Real-time multi-client chat application in C using TCP/IP sockets and POSIX threads.

    C

  3. redis-like-cache-server redis-like-cache-server Public

    A concurrent Redis-like in-memory key-value store in C featuring POSIX sockets, thread pool, hash table, reader-writer locks, and performance benchmarking.

    C