Skip to content
View harshitv95's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report harshitv95

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. custom-service-registry custom-service-registry Public

    A Library for Micro Service Registration and Detecting up-time and status using heartbeats mechanism. Real-time details about instances which are up and running. Supports HTTP and TCP Modes (WebSoc…

    Java

  2. Distributed-DataStore-with-Configurable-Consistency Distributed-DataStore-with-Configurable-Consistency Public

    Similar to Facebook's Cassanda Database, this is a Distributed Key value store following the same principles as Cassandra like Configurable Consistency, Hinted Handoffs, Memtables, Write-Ahead Logg…

    Java

  3. P2P-File-Storage-using-Chord-DHT P2P-File-Storage-using-Chord-DHT Public

    A Distributed File System developed by implementing the Chord Distributed Hash Table (DHT) protocol over peer-to-peer network, where the files are distributed across various different peers. The fi…

    Java

  4. cs542-Design-Patterns-Distributed-Systems--Tree-of-Student-Records cs542-Design-Patterns-Distributed-Systems--Tree-of-Student-Records Public

    A distributed in-memory cache based on tree data-store that relies on a robust replication algorithm that uses the Publish-Subscribe model. It relies on the Observer Pattern, Prototype Pattern, Fac…

    Java

  5. Pipelined-MultiStaged-Processor-Simulator-2 Pipelined-MultiStaged-Processor-Simulator-2 Public

    A simulator for an out-of-order pipelined Micro Processor (CPU), having Multiple Functional Units, supporting all common types of instructions, and functionalities like the Load-Store Queue (LSQ), …

    C

  6. Cpp-Smart-Pointers Cpp-Smart-Pointers Public

    Custom implementation of C++ Smart Pointers