mjnaderi / Sharif-Judge

A free and open source online judge system for programming courses
https://github.com/mjnaderi/Sharif-Judge/tree/docs
GNU General Public License v3.0
384 stars 152 forks source link

quera_helper: A simple script to help generate Quera's test structure. #49

Open msdousti opened 7 years ago

msdousti commented 7 years ago

I've just developed a simple script which takes a list of input-output pairs, and generates a ZIP file containing the Quera-compatible test structure.

I think this script can help in reducing the frustration of manually creating such files. The code is available here: https://github.com/msdousti/quera_helper

If you like it, you can link to it, and even incorporate it into your code.