Skip to content

quxiao/process_judger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Process Judger

Build Status

A program which can run other process under some time and memory constraints. It's been used as a tool for algorithm programming contest training platform in NJUST.

Usage

./process_judger [options] command

options:
-h --help       print help
-i --input      input file path
-o --output     output file path
-t --time       process time(second) limit
-m --memory     process memory(Mb) limit

Example

./process_judger -i input.data -i output.data -t 1 -m 16 ./my_exe

About

A program which can run other process under some time and memory constraints. It's been used as a tool for algorithm programming contest training platform in NJUST.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors