Coder Social home page Coder Social logo

Yogesh Aggarwal's Projects

api-samples icon api-samples

Code samples for YouTube APIs, including the YouTube Data API, YouTube Analytics API, and YouTube Live Streaming API. The repo contains language-specific directories that contain the samples.

deepmask icon deepmask

Torch implementation of DeepMask and SharpMask

gossip-simulator icon gossip-simulator

Gossip Algorithm for information propagation and Push-Sum algorithm for aggregate computation on different simulated network topologies (Full, Line, 2D Grid, Imperfect Grid).

multipathnet icon multipathnet

A Torch implementation of the object detection network from "A MultiPath Network for Object Detection" (https://arxiv.org/abs/1604.02135)

page-rank icon page-rank

Page Rank implementation using Map Reduce on Amazon EMR cluster

routing-scheme-using-binary-trie icon routing-scheme-using-binary-trie

Implementation of a routing scheme for a network: Each router has an IP address and packets are forwarded to the next hop router by longest prefix matching using a binary trie. Implemented Dijkstra's Single Source Shortest Path (ssp) algorithm for undirected graphs using Fibonacci heaps. For each router R in the network, called ssp to obtain shortest path from R to each destination router Y. To construct the router table for R, for each destination Y, examined the shortest path from R to Y and determine the router Z just after R on this path. This gives a set of pairs <IP address of Y, next-hop router Z>. Inserted these pairs into a binary trie. Finally, did a postorder traversal, removing subtries in which the next hop is the same for all destinations. Thus, multiple destinations having a prefix match and the same next hop were grouped together in the trie.

twitter-simulator icon twitter-simulator

This project developed in Scala using Akka actors and Spray simulates some of twitter's functionality

zstd icon zstd

Zstandard - Fast real-time compression algorithm

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.