You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be cool if we could run something like task-maker-rust --api, then the process would listen on a port, and we could then make REST API calls to this port to request evaluation of a solution on a task. TMR would then respond with the output of the evaluation (e.g. the score for each testcase/subtask) in JSON format.
This would be pretty useful for contest systems (e.g. CMS)
It would be cool if we could run something like
task-maker-rust --api
, then the process would listen on a port, and we could then make REST API calls to this port to request evaluation of a solution on a task. TMR would then respond with the output of the evaluation (e.g. the score for each testcase/subtask) in JSON format.This would be pretty useful for contest systems (e.g. CMS)
Notice that there exists a software which does something like this: https://github.com/judge0/judge0
The text was updated successfully, but these errors were encountered: