Skip to content
View bharathaiys's full-sized avatar
Block or Report

Block or report bharathaiys

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. Build-A-City Build-A-City Public

    This is a job scheduling problem solved with minimum complexity. A new city is being constructed and a program is required to keep track of all the buildings that have been built. A building record…

    C++ 1

  2. COVID19-Speech-Agent COVID19-Speech-Agent Public

    COVID19 Speech agent provides the latest stats for Coronavirus related queries. It provides data for Countries, States, Counties as well as Worldwide. The different types of stats are confirmed cas…

    C#

  3. ToDoListApp ToDoListApp Public

    All tasks to be performed in this To-Do List App were incorporated as touch gestures using $P (point cloud) recognition method. Handwriting recognition is implemented for input from users. Gestures…

    Java

  4. BitTorrent-Simulator BitTorrent-Simulator Public

    Implemented a P2P file-sharing system like Bit-Torrent, using TCP/IP protocols, handshaking and bit-fields to keep track of the different pieces in the peers. Incorporated special message types for…

    Java 1 1

  5. Twitter-Clone Twitter-Clone Public

    Simulated a client/server distributed system with multiple actors that supports registering accounts, subscriptions, sending tweets, querying tweets by hashtags/mentions, re-tweets and live deliver…

    F#

  6. Gossip-Simulator Gossip-Simulator Public

    A distributed system that spawns multiple actors that can communicate and perform aggregate computation using AKKA.net and F# in 4 different topologies(Full, Line, 2D Grid, and Imperfect 2D). Both …

    F#