Skip to content
View hanusri's full-sized avatar
  • Arlington, VA

Block or report hanusri

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. Chandy-Lamport-Snapshot-Protocol-Implementation Chandy-Lamport-Snapshot-Protocol-Implementation Public

    Implementation of Chandy Lamport Global Snapshot protocol in java using TCP socket programming. Application running is MAP protocol using vector clock.

    Java 1

  2. Lamport-RC-MutualExclusion-Protocol Lamport-RC-MutualExclusion-Protocol Public

    This project is experimental comparison of Lamport's and Roucairol & Carvalho's mutual exclusion protocol performance.

    Java

  3. Manipulation-with-Big-Numbers Manipulation-with-Big-Numbers Public

    This Project deals with Big Numbers implemented in java. Mathematical operations like multiplication, division, power, square root are implemented for big integers or several thousand digits.

    Java

  4. Multi-dimensional-Search Multi-dimensional-Search Public

    Designed and prototyped product search engine based on product attributes in java. Similar to indexing in database, the functionality is implemented by creating a new set of references to the objec…

    Java

  5. Concurrent-lock-free-data-structures-and-its-performance-analysis Concurrent-lock-free-data-structures-and-its-performance-analysis Public

    The application implements and compares performance of various concurrent data structures using different algorithms.

    Java 1

  6. Product-Review-Classification-and-Sentimental-Analysis Product-Review-Classification-and-Sentimental-Analysis Public

    The project identifies the product reviewed in the given document and perform sentimental analysis on the review.

    Python