Giter Club home page Giter Club logo

Yang Ou's Projects

ctci icon ctci

Cracking the Coding Interview

distributed-debugger icon distributed-debugger

Logging information about what actors send what message to what other actor can help in figuring out problems. This project consists in two phases. In phase I, logging capabilities were added to Scala so that information is captured about the execution. these logs were used to produce useful information for the user to figure out what could have gone wrong.

find-perfect-square icon find-perfect-square

Input: The input provided (as command line to your project1.scala) will be two numbers: N and k. The overall goal of your program is to find all k consecutive numbers, starting at 1, such that the sum of squares is itself a perfect square (square of an integer). Output: Print, on independent lines, the first number in the sequence for each solution.

gossip-simulator icon gossip-simulator

Gossip type algorithms can be used both for group communication and for aggregate computation. The goal of this project is to determine the convergence of such algorithms through a simulator based on actors written in Scala. Since actors in Scala are fully asynchronous, the particular type of Gossip implemented is the so called Asynchronous Gossip.

hadoop-page-rank icon hadoop-page-rank

Iterative MapReduce program to implement Page Rank using Amazon EC2 and FutureGrid given sample graphs(each line starts with the node id and then its adjacency list).

hadoop-word-count icon hadoop-word-count

Three versions of word count using Hadoop distributed computing: (1) Basic Word Count (2) Two-Word Count (3) Word Count Using Specified Word List

movie-time icon movie-time

Movie Time is a movie related website with a huge movie database that supports DVD sale, movie ranking, movie rating. And a movie related social network is attached.

passfault icon passfault

OWASP Passfault is a new technique for evaluating passwords and enforcing password policy.

pastry-protocol icon pastry-protocol

The goal of this project is to implement the Pastry protocol in Scala using the actor model and use a simple object access service to prove its usefulness.

stratosphere icon stratosphere

Online-Save-For-Later service making use of Amazon EC2, RDS, S3. This project includes a web portal, a chrome extension and a iOS app.

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.