1
0
mirror of https://github.com/renbaoshuo/UOJ-Luogu-RemoteJudge.git synced 2024-07-27 02:33:19 +00:00
RemoteJudge module for UniversalOJ.
Go to file
dependabot[bot] 099fef18ff
chore(deps): bump semver from 7.3.8 to 7.5.4 in /luogu_remote_judger (#2)
Bumps [semver](https://github.com/npm/node-semver) from 7.3.8 to 7.5.4.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v7.3.8...v7.5.4)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-14 23:35:23 +08:00
db feat: add dockerfile 2023-03-21 20:13:51 +08:00
luogu_remote_judger chore(deps): bump semver from 7.3.8 to 7.5.4 in /luogu_remote_judger (#2) 2023-07-14 23:35:23 +08:00
web/app chore: update cli.php 2023-03-29 19:34:40 +08:00
.gitignore feat: luogu remote judger 2023-03-21 19:14:43 +08:00
.prettierrc feat: add dockerfile 2023-03-21 20:13:51 +08:00
FAQ.md chore: add some faqs 2023-03-21 22:04:13 +08:00
INSTALLATION.md chore: hint to change npm mirror if takes too long time 2023-03-22 16:09:55 +08:00
LICENSE feat: use MIT license 2023-03-21 21:24:45 +08:00
README.md feat: add USAGE.md 2023-03-29 19:34:41 +08:00
USAGE.md feat: add USAGE.md 2023-03-29 19:34:41 +08:00

适用于 UniversalOJ 的洛谷 Remote Judge 模块

为 UniversalOJ 编写的洛谷 Remote Judge 模块,修改自 S2OJ 的 Remote Judge 模块。

介绍

本模块依托于 洛谷开放平台 的强大能力,为由 UniversalOJ 社区版 驱动的在线评测系统提供 Remote Judge 支持。

如果您现有的评测系统是基于 UniversalOJ 官网版 搭建的,也可参考本仓库进行集成。

特性

  • 支持爬取来自洛谷的题面;
  • 支持将题目远程提交至洛谷进行评测,抓取并显示评测结果及其详细信息;
  • 支持从本地文件批量导入洛谷题库。

集成教程

请查看 INSTALLATION.md

使用帮助

请查看 USAGE.md

常见问题

请查看 FAQ.md

Author

UOJ-Luogu-RemoteJudge © Baoshuo, Released under the MIT License.
Authored and maintained by Baoshuo with help from contributors.

本模块在开发过程中得到了来自洛谷开发组和 HydroOJ 开发组的帮助,在此表示感谢。

Personal Website · Blog · GitHub @renbaoshuo · Twitter @renbaoshuo