Skip to content
View rushigerrard's full-sized avatar
  • Raleigh

Block or report rushigerrard

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 Loading

  1. DatabaseInternals DatabaseInternals Public

    Design and development of database internals.

    Java

  2. Bloom-Filter Bloom-Filter Public

    A bloom filter is a space-efficient probabilistic data structure that is used to test whether an element is a member of a set or not.

    C++

  3. Blockchain Blockchain Public

    Developed the Blockchain technology as mentioned in Satoshi Nakamoto’s original Bitcoin paper. Successfully deployed on 10 VMs and provided CPU, GPU support

    C++ 1

  4. Chronstore Chronstore Public

    Designed a fully distributed KeyValue store on the philosophy of functional programming paradigm with no in-place updates and persistent data structures

    Java

  5. MyMalloc MyMalloc Public

    I was asked a system design question to create my own malloc call. I managed fairly well. Putting my idea into code.

    C

  6. Blackjack-ML Blackjack-ML Public

    Building a blackjack game with agents playing against the dealer using varied ML strategies

    Java