How to set up my own judge?

Post here if you don't find any other place for your post. But please, stay on-topic: algorithms, programming or something related to this web site and its services.

Moderator: Board moderators

Post Reply
zeitung
New poster
Posts: 3
Joined: Wed Jun 21, 2006 5:19 pm

How to set up my own judge?

Post by zeitung »

Hello!

I would like to set up my own judge server. I read somewhere on the UVA website that they use a software called "NetJudge". However, I could not find any information about it on the internet.
  • Can it be downloaded somewhere and installed on an own machine?
  • Are there other judge systems I can use?
  • Does the Valladolid online judge provide an API (e.g. webservice) to submit problems and get the results?
  • Am I right in thinking that emails to [judge at uva dot es] do not work anymore?
I would appreciate any further informations on these topics.

Aleks Z.[/list]
Darko
Guru
Posts: 580
Joined: Fri Nov 11, 2005 9:34 am
Location: Calgary, Canada

Post by Darko »

I don't know, maybe you can do something with this:
http://www.ecs.csus.edu/pc2/

It needs some work to make it automated and I am not sure how secure it is, but maybe it will give you an idea or two.
shamim
A great helper
Posts: 498
Joined: Mon Dec 30, 2002 10:10 am
Location: Bozeman, Montana, USA

Post by shamim »

try http://acm.pku.edu.cn/JudgeOnline

The have a download version of their online Judge. See if you can make something out of it.


Darko, PC2 is used for limited time contest. I don't think it would help much as an online judge.
mrmbdctg
New poster
Posts: 18
Joined: Sun Mar 04, 2007 7:12 am
Location: Bangladesh
Contact:

Re: How to set up my own judge?

Post by mrmbdctg »

Bhaia,
Do you have any downloaded copy of that judge. they are not responding my to my request.
Mizanur Rahaman Mizan
USTC, CHITTAGONG
BANGLADESH
Website:http://www.teronga.com
element14
New poster
Posts: 2
Joined: Wed Nov 11, 2009 6:14 am

Re: How to set up my own judge?

Post by element14 »

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's probably not worth my time to recover it. If you really want to use it, the schema should be recoverable by looking at the SQL statements.

The more non obvious code is the judge.c which is the judging backend. It is used to ensure that the user submitted code does not break the server...

http://app.element14.org/filestor/filen ... _judge.tgz

Hope it helps.
Post Reply

Return to “Other words”