open source online judge based on Vue, Django and Docker. | 青岛大学开源 Online Judge | QQ群 496710125 | admin@qduoj.com
Go to file
李扬 e33e60864c
Update README.md
2017-10-30 16:21:46 +08:00
.github Update issue_template.md 2016-07-28 09:54:46 +08:00
account fix: user with lower AC rate ranks higher 2017-07-07 16:46:54 +08:00
admin 修复部分代码风格的问题 2016-04-30 19:27:20 +08:00
announcement 开始重构测试 2016-03-28 18:43:13 +08:00
contest 修复越权访问 2017-08-11 23:36:46 +08:00
dockerfiles update Dockerfile to reduce image size 2017-08-12 03:04:47 +08:00
group fix: every page of group_list_page lists all 2017-05-21 20:10:05 +08:00
judge remove some runtime args for Java8 2017-07-08 23:33:59 +08:00
judge_dispatcher update deploy 2017-06-14 15:59:22 +08:00
oj gen ssl crt 2017-06-14 17:31:00 +08:00
problem tag字段长度限制修改为30 2017-01-29 11:27:41 +08:00
static/src fix unicode vm binding 2017-09-23 07:58:11 -05:00
submission 增加查看指定的人提交的功能 2016-05-30 15:08:21 +08:00
template/src update deploy 2017-06-14 15:59:22 +08:00
tools new deploy 2017-06-11 01:20:05 +08:00
utils new deploy 2017-06-11 01:20:05 +08:00
.dockerignore gen ssl crt 2017-06-14 17:31:00 +08:00
.gitattributes 增加语言统计配置项目 2015-09-15 20:56:14 +08:00
.gitignore update deploy 2017-06-14 15:59:22 +08:00
.travis.yml 创建.travis.yml 2016-03-28 18:53:43 +08:00
LICENSE update readme and license 2016-01-19 14:01:49 +08:00
README.md Update README.md 2017-10-30 16:21:46 +08:00
build.sh update Dockerfile to reduce image size 2017-08-12 03:04:47 +08:00
manage.py 重命名工程 qduoj -> oj 2015-08-02 08:59:01 +08:00

README.md

OnlineJudge

由于作者工作学习繁忙, 目前只能保证有时间的时候修复部分BUG。

部分相关的组件已经开源, 可以参考。


基于 Python 和 Django 的在线评测平台。

主要特点:

  • 基于 Docker急速部署
  • 超级管理员管理全局,普通管理员任意创建小组和小组内比赛,方便布置作业和考试使用
  • 提供 Virtual Judge 和单点登录使用 API不再繁琐的进行模拟登陆
  • 后台管理判题服务器,轻松分离 web 和判题服务器

安装文档: https://github.com/QingdaoU/OnlineJudgeDeploy

OpenAPI文档: https://github.com/QingdaoU/OnlineJudgeOpenAPI

Demo: https://qduoj.com

License: The Star And Thank Author License

交流QQ群: https://github.com/QingdaoU/OnlineJudge/wiki/QQ群

TODO

  • 完善测试