Skip to content
View harshj4's full-sized avatar

Block or report harshj4

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

    Forked from SmratiSingh/Autotranscription

    Designed the Wireframes (Lo-fi) sketches on Autodesk Sketchbook. Created the Wireframes (Hi-fi) on Adobe XD. The prototyping is also done in Adobe XD.

    HTML

  2. Bot-localization---Bayes-Filter Bot-localization---Bayes-Filter Public

    Determining the most probable position of a robot in a given environment using Bayes filter. The environment is a grid of size n X n. The goal is to estimate the most probable grid position of the …

    Python

  3. Distributed-Hash-Tables Distributed-Hash-Tables Public

    A simple distributed hash table implementation for peer to peer systems.

    Java

  4. Dynamo Dynamo Public

    A small scale dynamo style DB implementation.

    Java

  5. Path-Finding-Robot-A-Star-Algorithm Path-Finding-Robot-A-Star-Algorithm Public

    Implementation of A Star algorithm to find the shortest possible path in an arena. The arena is a grid of given size. Initial cell and destination cell of the robot fin the grid is known. This impl…

    CMake

  6. Messenger-with-ordering-guarantees. Messenger-with-ordering-guarantees. Public

    A simple android based messenger with provides FIFO, causal and total ordering guarantees for messages. This kind of guarantees are used by common messenger services to ensure message ordering. I h…

    Java