Skip to content

CQUT/coj-judge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

coj-judge

COJ的判题程序,从 https://github.com/zhblue/hustoj Fork下来的。

功能

自动从数据库扫描或从Redis队列中读取需要判题的任务,进行判断,并返回结果。

运行

这个模块可以单独运行,只需要设置好judge.conf配置文件,就可以单独在容器或机器上运行。 如果使用Docker,请配置Volume,<host-data-path>:/home/judge/data

欢迎加入一起开发。