open source online judge based on Vue, Django and Docker. | 青岛大学开源 Online Judge | QQ群 496710125 | admin@qduoj.com
Go to file
2016-01-06 17:18:53 +08:00
account 修复两步验证中的错误 2015-12-12 21:40:04 +08:00
admin 修改源码模板路径 2015-08-25 16:18:24 +08:00
announcement 增加升级 announcement 的 migration 2015-10-16 20:45:01 +08:00
contest 删除排名页面的分页 2016-01-06 17:12:14 +08:00
dockerfiles 增加 qrcode 依赖 2015-12-12 21:18:14 +08:00
group 修复typo 2015-12-10 20:24:30 +08:00
judge 增加判题服务器 token 验证 2015-12-07 17:35:03 +08:00
judge_dispatcher Merge branch 'dev' 2015-12-23 00:36:21 +08:00
oj Merge branch 'dev' 2015-12-23 00:36:21 +08:00
problem 将首页题目修改为每页40道 2015-11-09 20:17:51 +08:00
static/src 增加基础库版本号,清除缓存 2015-12-23 15:19:01 +08:00
submission 废弃 huey,多数据库连接的时候存在 connection 无法释放的问题,回到 celery 2015-12-12 15:41:57 +08:00
template/src 删除比赛翻页链接 2016-01-06 17:18:53 +08:00
tools 删除不再使用的配置文件 2015-12-09 22:30:49 +08:00
utils 将比赛排名页面的错误次数换行显示 2015-12-26 22:34:54 +08:00
.gitattributes 增加语言统计配置项目 2015-09-15 20:56:14 +08:00
.gitignore 废弃 huey,多数据库连接的时候存在 connection 无法释放的问题,回到 celery 2015-12-12 15:41:57 +08:00
daocloud.yml 修复 ci 错误 2015-09-08 17:36:07 +08:00
LICENSE update license 2015-09-16 10:01:25 +08:00
manage.py 重命名工程 qduoj -> oj 2015-08-02 08:59:01 +08:00
README.md update read 2015-11-27 22:37:41 +08:00

OnlineJudge

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

文档:http://qingdaou.github.io/OnlineJudge/

demo: https://qduoj.com

TODO

  • 将判题服务器改为 rpc 通信
  • 重构消息队列
  • 完善测试
  • 完善小组功能

oj_previewindex.png

preview.jpeg

oj_preview_submission.png

contest

contest_rank_edit

admin_problem

admin_contest