青岛大学OJ
Go to file
dependabot[bot] 59d8df6501 Bump pillow from 5.4.1 to 8.2.0 in /deploy
Bumps [pillow](https://github.com/python-pillow/Pillow) from 5.4.1 to 8.2.0.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/5.4.1...8.2.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-19 22:39:11 +08:00
.github security email 2018-08-11 15:09:06 +08:00
account [Opt] Optimize query performance 2020-08-07 13:12:21 +08:00
announcement fix bugs 2019-05-02 00:15:49 +08:00
conf [Fix] Conf Test Error 2020-08-02 00:03:10 +08:00
contest [Opt] Optimize query performance 2020-08-07 13:12:21 +08:00
data fix tests 2018-05-05 16:52:54 +08:00
deploy Bump pillow from 5.4.1 to 8.2.0 in /deploy 2021-06-19 22:39:11 +08:00
docs [Update] data.json 2020-08-04 20:46:17 +08:00
forum [Opt] Optimize query performance 2020-08-07 13:12:21 +08:00
fps fix fps parser 2019-04-05 14:22:58 +08:00
judge [Fix] Language information 2020-07-16 21:00:27 +08:00
oj [Add] Forum 2020-07-19 17:04:42 +08:00
options [Add] Forum Post/Reply Permission 2020-08-01 23:51:18 +08:00
problem [Fix] Format 2020-07-08 11:09:53 +08:00
submission [Opt] Optimize query performance 2020-08-07 13:12:21 +08:00
utils [Add] Experience Rank 2020-08-02 14:59:12 +08:00
.coveragerc coverage 2017-01-24 13:36:28 +08:00
.dockerignore 解决 dispatcher 中部分数据库锁的问题 2019-03-12 14:58:14 +08:00
.flake8 update to django 2.0 2019-03-11 11:25:10 +08:00
.gitignore 添加看板娘api 2019-08-26 23:13:36 +08:00
.travis.yml 增加数据库初始化脚本 2019-01-05 14:12:14 +08:00
docker-compose.yml 添加看板娘api 2019-08-26 23:13:36 +08:00
Dockerfile 修改dist源 2019-04-04 17:59:10 +08:00
init_db.sh 修改初始化选项 2019-05-02 00:08:17 +08:00
LICENSE update readme and license 2017-11-30 09:42:16 +08:00
manage.py isort 2017-01-23 16:48:04 +08:00
README-CN.md [Fix] Change Sample picture 2020-04-30 00:36:40 +08:00
README.md [Fix] Change Sample picture 2020-04-30 00:32:29 +08:00
run_test.py 添加关于我们(未完成) 2019-04-28 21:08:17 +08:00

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)
  • Online IDE
  • DIY About Us Page
  • Optional Theme
  • Sighin System
  • Experience system
  • Title System
  • Standard IO/File IO

Main modules are available below:

Installation

Follow me: https://github.com/Harry-zklcdc/OnlineJudgeDeploy/tree/2.0

Documents

https://docs.onlinejudge.me/

Screenshots

Frontend:

home page

announcement

problem-list

problem-details

statistic-info

online-IDE

FAQ

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**