Skip to content

jango2015/OJ

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#GO Online Judge

###GET DEPENDENCIES

go get github.com/ggaaooppeenngg/OJ

###RUN PROJECT

Modify conf/app.conf and conf/misc.conf to adapt to your enviroment.

This includes two parts, one is web server, another is judger, judger scans database to process unhandled submits.

To run the server:


revel run github.com/ggaaooppeenngg/OJ 

To run the judger:

go build -o judge/judge judge/judge.go

./judge/judge

####SET UP SANDBOX FOR CODE TESIING

Sandbox is an independent package.


go get github.com/ggaaooppeenngg/sandbox
go install github.com/ggaaooppeenngg/sandbox

For more details, see here

About

Online Judge in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 45.1%
  • JavaScript 30.9%
  • HTML 23.7%
  • Other 0.3%