I would like to know if this is possible. In that case, can we have the editor program insert the source code into the db directly?
Hi Anand,
On Tue, December 1, 2015 14:17, Br. Anand Shenoi wrote:
I would like to know if this is possible. In that case, can we have the editor program insert the source code into the db directly?
This should pose no problem at all. You could use the ACE editor already included in DOMjudge and indeed insert to the DB fron there (use the submit_solution function).
I believe that this is not part of DOMjudge yet is that it raised workflow questions. How would the team compile and run the program to test it? Or would they submit it untested? What are your ideas about this?
Cheers, Thijs
On Wed, Dec 2, 2015 at 8:17 AM, Thijs Kinkhorst thijs@kinkhorst.com wrote:
Hi Anand, I believe that this is not part of DOMjudge yet is that it raised workflow questions. How would the team compile and run the program to test it? Or would they submit it untested? What are your ideas about this?
One possible solutiuon would be to embed one ore more Javascript-based interpreters, which would not be enough for serious competitions, but might do for enty-level or children-oriented contests. See https://github.com/klenin/cats-junior http://imcs.dvfu.ru/cats/junior/ for an example of using embedded Python. Sorry, the UI is in Russian, but I hope you can make sense of the general idea.