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

Block or report ya87

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. Routing-Scheme-using-Binary-Trie Routing-Scheme-using-Binary-Trie Public

    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…

    Java 2

  2. Twitter-Simulator Twitter-Simulator Public

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

    Scala

  3. ProgrammingAssignment2 ProgrammingAssignment2 Public

    Forked from rdpeng/ProgrammingAssignment2

    Repository for Programming Assignment 2 for R Programming on Coursera

    R

  4. Distributed-Bitcoin-Mining Distributed-Bitcoin-Mining Public

    Mining Bitcoins using Akka Actors

    Scala

  5. Gossip-Simulator Gossip-Simulator Public

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

    Scala

  6. Pastry-Protocol-for-P2P-Systems Pastry-Protocol-for-P2P-Systems Public

    Implementation of Pastry protocol and a peer-to-peer object access service using it, over a simulated overlay network.

    Scala