open source online judge based on Vue, Django and Docker. | 青岛大学开源 Online Judge | QQ群 496710125 | admin@qduoj.com
Go to file
2017-11-29 17:01:48 +08:00
.github Update issue_template.md 2016-07-28 09:54:46 +08:00
account 完善contest和announcement单元测试 2017-11-28 16:20:29 +08:00
announcement 完善contest和announcement单元测试 2017-11-28 16:20:29 +08:00
conf add pick one api 2017-10-21 20:39:39 +08:00
contest 添加UserSerailizer admin返回real_name 2017-11-29 14:06:32 +08:00
data add ssl cert 2017-11-25 12:56:09 +08:00
deploy copy default avatar 2017-11-26 16:04:02 +08:00
fps format code 2017-04-19 01:37:10 +08:00
judge parse problem code template 2017-11-26 14:04:38 +08:00
oj fix deploy issues 2017-11-26 10:43:14 +08:00
options fix many bugs 2017-10-31 16:33:25 +08:00
problem Add README 2017-11-29 17:01:48 +08:00
submission 支持非比赛submission的重判 2017-11-24 10:27:34 +08:00
utils 添加UserSerailizer admin返回real_name 2017-11-29 14:06:32 +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 fix static file path 2017-11-25 15:47:56 +08:00
.python-version 大幅优化数据库查询, 升级django至1.11 LTS, 升级python至3.6.2 2017-08-29 19:35:22 +08:00
.travis.yml fix initadmin script 2017-11-25 13:07:22 +08:00
Dockerfile move Dockerfile 2017-11-25 19:16:31 +08:00
LICENSE update readme and license 2016-01-19 14:01:49 +08:00
manage.py isort 2017-01-23 16:48:04 +08:00
README.md Add README 2017-11-29 17:01:48 +08:00
run_test.py 补全account测试 2017-11-23 21:12:37 +08:00

OnlineJudge 2.0

vue vuex echarts Build Status

基于Python和Vue的在线评测系统。Demo

概览

  • 基于docker真正一键部署
  • 前后端分离,模块化编程,微服务
  • ACM/OI 两种比赛模式、实时/非实时评判 任意选择
  • 丰富的可视化图表,一图胜千言
  • 支持Template Problem可以添加函数题甚至填空题
  • 更细致的权限划分,超级管理员和普通管理员各司其职
  • 多语言支持:C, C++, Java, Python,题目可以选择使用的语言
  • Markdown & MathJax支持
  • 比赛用户IP限制(CIDR ranges)

主要模块均已开源:

安装

文档: https://github.com/QingdaoU/OnlineJudgeDeploy/tree/2.0

截图

OJ前台

problem-list

problem-detail chart-detail

status

status-details

user-home

contest-list

Rankings 中可以控制图表和菜单的显隐 oi rank acm-rank

后台管理

admin-user

judge_server

create-problem

create-contest

特别感谢

  • heb1c同学为我们提供了很多意见和建议

许可

SATA