Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scnu-socoding/scnuoj
华南师范大学软件学院在线评测系统
https://github.com/scnu-socoding/scnuoj
bootstrap hacktoberfest online-judge scnu yii
Last synced: 22 days ago
JSON representation
华南师范大学软件学院在线评测系统
- Host: GitHub
- URL: https://github.com/scnu-socoding/scnuoj
- Owner: scnu-socoding
- License: bsd-3-clause
- Created: 2020-10-10T05:06:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-12-18T14:52:18.000Z (about 1 month ago)
- Last Synced: 2024-12-31T10:20:55.387Z (25 days ago)
- Topics: bootstrap, hacktoberfest, online-judge, scnu, yii
- Language: JavaScript
- Homepage: https://oj.socoding.cn
- Size: 44.8 MB
- Stars: 43
- Watchers: 7
- Forks: 6
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# SCNUOJ
SCNUOJ 派生自 [JNOJ](https://github.com/shi-yang/jnoj),是一个在线评测系统。
SCNUOJ 可对用户在线提交的源代码进行编译和执行,并通过预先设计的测试数据检验代码的正确性。
### 华南师大软院在线评测系统
- https://oj.socoding.cn/
- https://oi-oj.socoding.cn/
- https://acm.socoding.cn/### 帮助文档
如有任何问题,可新建 Issue。
- [普通安装指引](./docs/installation.md) - 部署 SCNUOJ 到你的设备上
- [Docker 安装指引](./docs/docker.md) - 使用 Docker 部署 SCNUOJ
- [升级指引](./docs/upgrade.md) - 从 JNOJ 或旧版本的 SCNUOJ 升级
- [二次开发指引](./docs/development.md) - 在 SCNUOJ 的基础上迭代出自己的 OJ### 和 JNOJ 相比有何亮点?
- 基于 Bootstrap 4 重新设计的界面。
- 新增助教用户角色,添加与管理题目的得力助手。
- 重新设置比赛排名规则,OI 赛制按最后一次提交总分排名,IOI 赛制按最高分提交总分排名。
- 支持永久题目集(榜单类似 Codeforces 的补题榜)、限时题目集和站外比赛。
- 整合线上线下赛各项功能,额外提供打星用户自定义、比赛邀请码等可定制项,解锁更多可能。