强大、安全、领先的评测机
Go to file
2020-10-30 11:38:17 +08:00
example 添加示例,添加 cpp 系统调用 2020-10-28 15:51:08 +08:00
plugins Update gcc g++ node go 2020-10-29 12:47:50 +08:00
proto Update 2020-10-22 10:39:29 +00:00
runner Update 2020-08-30 18:15:48 +08:00
src fix typo 2020-10-28 18:56:56 +08:00
.gitignore Update 2020-10-22 10:01:18 +00:00
build.rs Update 2020-08-22 23:22:59 +08:00
Cargo.toml Update 2020-10-22 10:01:18 +00:00
Dockerfile add java 2020-10-30 11:38:17 +08:00
LICENSE Initial commit 2020-01-23 23:06:24 +08:00
README.md Update Dockerfile 2020-10-29 11:39:44 +08:00

river

环境要求

  • linux

Example

cd example
python3 main.py

TODOs

已经完成基本功能,后续需要优化

  • 基于 ptrace 的精准内存测量
  • 基于 cgroups 的资源控制
  • 用户、组限制
  • 示例代码
  • 安全测试
  • 优化 args 生成代码,减少测量出的用户代码执行时间
  • special judge
  • docker 部署
  • 更多语言支持
  • 使用配置文件配置语言