bharathaiys

bharathaiys

Geek Repo

0

followers

0

following

0

stars

Github PK Tool:Github PK Tool

bharathaiys's repositories

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%.

Language:JavaStargazers:1Issues:0Issues:0

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.

Language:C++Stargazers:1Issues:1Issues:0

course-git-blog-project

Sample repo of a blog for the Git course

Language:HTMLStargazers:0Issues:0Issues:0

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.

Language:C#Stargazers:0Issues:1Issues:0

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.

Language:TypeScriptStargazers:0Issues:0Issues:0

fend-webpack-content

Webpack Content in the Front End Developer Nanodegree program

Language:JavaScriptStargazers:0Issues:0Issues:0

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.

Language:F#Stargazers:0Issues:1Issues:0

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.

Language:JavaStargazers:0Issues:1Issues:0

Translatr

Designed a web-app that allows two people to have a textual conversation in different languages through real time translation. Developed the project with Express, HTML, CSS and node.js

Language:JavaScriptStargazers:0Issues:0Issues:0

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.

Language:F#Stargazers:0Issues:0Issues:0

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.

Language:F#Stargazers:0Issues:1Issues:0

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.

Language:JavaStargazers:0Issues:1Issues:0

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.

Language:F#Stargazers:0Issues:1Issues:0

Portfolio-Site

Portfolio site for Bharath Shankar

Language:HTMLStargazers:0Issues:0Issues:0

ProgrammingAssignment2

Repository for Programming Assignment 2 for R Programming on Coursera

Language:RStargazers:0Issues:0Issues:0

Split-Ez

Splitting bills amongst roommates can be a hassle when one needs to traverse through the items more than one time. This is especially so when different people share different items in the bill. This website lets one split items in a bill appropriately by checking the items any particular member might need. It finally displays the amount each one owes.

Language:JavaScriptStargazers:0Issues:0Issues:0