/Judge-at-fgdsb

A desktop app to help you learn algorithms and practice real interview coding questions.

Primary LanguageRubyMIT LicenseMIT

Judge@fgdsb

Features

Judge@fgdsb is a desktop app that helps you to learn algorithms and practice real interview coding questions.

The app will call the local compilers or virtual machines to compile, run and judge your solutions.

We do support C++, Java, Ruby, Python and Lua. Scala supporting is on going!

All questions were collected from internet.

Releases

Download.

Build and run

Build for developing

Judge@fgdsb was developed based on nw.js.

Copy all nw.js files to the root folder, run npm install to install node modules and bowers. Then you can just open the nw.js executable file.

Build for shipping

Please run the following build script to download the latest version of nw.js and pack releases for different platforms.

cd build
ruby build.rb -b

Some Screenshots

Coding questions

screenshot1

Code, judge and debug

screenshot1

View history

screenshot1

Add or edit question (temporal feature)

screenshot1