open source online judge based on Vue, Django and Docker. | 青岛大学开源 Online Judge | QQ群 496710125 | admin@qduoj.com
Go to file
李扬 3acae25b29
security email
2018-08-11 15:09:06 +08:00
.github security email 2018-08-11 15:09:06 +08:00
account Added: language profile 2018-07-15 12:43:44 +08:00
announcement alter to text field 2018-05-01 12:56:23 +08:00
conf smtp账户不一定是邮箱 2018-05-17 01:22:05 +08:00
contest add export contest rank to csv 2018-05-06 04:25:53 +08:00
data fix tests 2018-05-05 16:52:54 +08:00
deploy fix requirement warning 2018-07-15 12:35:14 +08:00
docs new release 2018-07-15 12:50:26 +08:00
fps support fps problems import; fix qduoj problems import 2018-04-18 00:08:18 +08:00
judge 忽略被封禁用户的提交 2018-05-20 08:20:17 +08:00
oj use secret key file 2018-05-05 15:21:53 +08:00
options alter to text field 2018-05-01 12:56:23 +08:00
problem 修复一系列超级管理员无法操作其他用户比赛和题目的问题 2018-06-30 14:41:00 +08:00
submission Fixed: #164 2018-08-06 22:19:09 +08:00
utils support fps problems import; fix qduoj problems import 2018-04-18 00:08:18 +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
.gitignore fix tests 2018-05-05 16:52:54 +08:00
.travis.yml fix tests 2018-05-05 16:52:54 +08:00
Dockerfile use entrypoint 2017-12-24 11:01:33 +08:00
LICENSE update readme and license 2017-11-30 09:42:16 +08:00
README-CN.md fix URL 2018-07-29 22:24:13 +08:00
README.md fix URL 2018-07-29 22:24: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