Search found 2 matches
- Wed Nov 11, 2009 6:39 am
- Forum: Other words
- Topic: Python Online Judge
- Replies: 1
- Views: 5667
Python Online Judge
I've written an experimental Python Online Judge at http://pyonlinejudge.appspot.com/ . For the time being I'm seeing whether there's any interest in the project, and hoping people will test it (and see whether the concept works), so all logged in users have admin rights to create/edit tasks. Please...
- Wed Nov 11, 2009 6:29 am
- Forum: Other words
- Topic: How to set up my own judge?
- Replies: 4
- Views: 7222
Re: How to set up my own judge?
I wrote an online judge under Linux with php frontend some many years ago. I had tested it with some contests and it seemed to work OK. It's more of a contest system than a judge system though. Unfortunately the database schema is lost because I didn't back up the database, but it's old code and it'...