Skip to content

Latest commit

 

History

History
50 lines (27 loc) · 1.32 KB

README.md

File metadata and controls

50 lines (27 loc) · 1.32 KB

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!

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