open source online judge based on Vue, Django and Docker. | 青岛大学开源 Online Judge | QQ群 496710125 | admin@qduoj.com
Go to file
virusdefender 37c463d656 add favicon 2017-12-15 13:36:17 +08:00
.github Update issue_template.md 2017-12-11 14:51:33 +08:00
account fix admin update user real_name problem 2017-12-10 10:05:12 +08:00
announcement 去除不必要的serializer 2017-12-01 17:19:31 +08:00
conf fix tests 2017-12-09 22:42:54 +08:00
contest fix disabled users in contest rankings 2017-12-06 16:06:36 +08:00
data add favicon 2017-12-15 13:36:17 +08:00
deploy add favicon 2017-12-15 13:36:17 +08:00
fps format code 2017-04-19 01:37:10 +08:00
judge CE不计入罚时 2017-12-10 16:41:09 +08:00
oj fix ci 2017-12-06 21:51:26 +08:00
options fix many bugs 2017-10-31 16:33:25 +08:00
problem 支持选取已有题目作为比赛题目 2017-12-03 18:52:32 +08:00
submission fix ValueError in a contest when ip is limited 2017-12-11 10:07:55 +08:00
utils Merge branch 'zemal_dev' into 2.0 2017-12-04 17:37:09 +08:00
.coveragerc coverage 2017-01-24 13:36:28 +08:00
.flake8 add session management api; add more unit tests for account module 2017-09-16 20:40:56 +08:00
.gitattributes 增加语言统计配置项目 2015-09-15 20:56:14 +08:00
.gitignore 去除不必要的serializer 2017-12-01 17:19:31 +08:00
.travis.yml fix ci 2017-12-06 21:51:26 +08:00
Dockerfile add migrate script 2017-12-04 15:29:55 +08:00
LICENSE update readme and license 2017-11-30 09:42:16 +08:00
README-CN.md OI的公开题目AC后保持AC状态 #97 2017-12-06 14:16:44 +08:00
README.md Modify README writing style (#105) 2017-12-12 17:02:13 +08:00
manage.py isort 2017-01-23 16:48:04 +08:00
run_test.py 补全account测试 2017-11-23 21:12:37 +08:00

README.md

OnlineJudge 2.0

Python Django Django Rest Framework Build Status

An onlinejudge system based on Python and Vue. Demo

中文文档

Overview

  • Based on Docker; One-click deployment
  • Separated backend and frontend; Modular programming; Micro service
  • ACM/OI rule support; realtime/non-realtime rank support
  • Amazing charting and visualization
  • Template-problem support
  • More reasonable permission control
  • Multi-language support: C, C++, Java, Python2, Python3
  • Markdown & MathJax support
  • Contest participants IP limit(CIDR)

Main modules are available below:

Installation

Follow me: https://github.com/QingdaoU/OnlineJudgeDeploy/tree/2.0

Documents

http://docs.onlinejudge.me/

Screenshots

Frontend:

problem-list

problem-details

statistic-info

contest-list

You can control the menu and chart status in rankings.

acm-rankings

oi-rankings

status

status-details

user-home

Admin:

admin-users

judge-server

create-problem

create-contest

Browser Support

Modern browsers(chrome, firefox) and Internet Explorer 10+.

Thanks

  • I'd appreciate a star if you find this helpful.
  • Thanks to everyone that contributes to this project.
  • Special thanks to heb1c, who has given us a lot of suggestions.

License

MIT