Giter VIP home page Giter VIP logo

bharathaiys's Projects

bittorrent-simulator icon bittorrent-simulator

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 choking and un-choking to increase download speeds by up to 50%.

build-a-city icon build-a-city

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 has 3 fields: Building number, Executed time and Total time. The Min Heap is used to store the buildings based on Executed Time and the RBT stores it based on the Building Number. The building with the least Executed time is chosen to be worked on, it is worked on for either 5 days or till it has completed construction. After completion, it is removed from the data structure. The buildings are printed using the RBT.

covid19-speech-agent icon covid19-speech-agent

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 cases, deaths, and recovered. Values for different time periods can also be requested. It can also be integrated with Google Assistant.

dietary-supplement-mindmap icon dietary-supplement-mindmap

An interactive visualization that displays a large cluttered knowledge-base of Dietary Supplement data. Used the D3.js JavaScript library and Angular to develop the visualization and its animations. It allows exploring relationships of the data with ease.

gossip-simulator icon gossip-simulator

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 the gossip algorithm as well as push-sum have been implemented.

pastry-algorithm icon pastry-algorithm

Implemented the pastry protocol in F# using the actor model with network join and routing. Encoded the application to associates a key(same as the ids used in pastry) with a string.

pdollar-recognitionengine icon pdollar-recognitionengine

This project implements the Gesture Recognition Engine of the NUI pipeline using the $P algorithm in Java. It includes a sample event file and can recognize gestures for various common symbols like an exclamation point, arrowhead and star.

perfect-square-finder icon perfect-square-finder

A distributed system that uses the Actor model in the AKKA.NET framework to spawn a supervisor actor which in return spawns worker actors. Given 2 numbers N and k, each worker actor takes on a range of numbers and checks for the square of k consecutive numbers that add up to a perfect square.

todolistapp icon todolistapp

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 for various tasks were finalized after a user study.

twitter-clone icon twitter-clone

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 delivery of tweets. Periods of live connection was simulated for up to 3000 users with a Zipf distribution for the number of subscribers.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.