Hi Chirag, Sorry for the late response. I check my mail only once a day. ICPC is a very popular international programming contest conducted every year by ACM. It is first conducted at the regional level at universities like IIT Kanpur and Amritapuri University, etc. In the on-site ICPC regional contest, they use an free software called PC^2. It's basically a complete programming contest client-server environment with a live scoreboard, automatic compilation of programs on the server in both C/C++ as well as Java, a control panel for the Judges to evaluate and respond to submissions and similarly one for the contestants - its just awesome.
It would be great if we you can use PC^2 software for conducting the programming contest at your college, as it would be the easiest and best option for you and will help the students become familiar with the way the contest is conducted on-site in ACM-ICPC and other programming events. PC^2 is developed by California State University. The official website of PC^2 is at: http://www.ecs.csus.edu/pc2/ You can download PC^2 software from: http://www.ecs.csus.edu/pc2/secret.1117.html The permission to use the software are given at: http://www.ecs.csus.edu/pc2/pc2permission.html It clearly states that we can very well use PC^2 for our purpose. I would be glad to be of any help with the setup of PC^2 Regards, Angad Singh On Tue, Nov 4, 2008 at 8:56 PM, Navjot Kukreja <[EMAIL PROTECTED]> wrote: > On Tue, Nov 4, 2008 at 8:48 PM, satyaakam goswami <[EMAIL PROTECTED]>wrote: > >> On Tue, Nov 4, 2008 at 6:26 PM, Chirag Anand <[EMAIL PROTECTED]> >> wrote: >> > Hi, >> > >> > We are hosting a programming competition in our college this weekend. We >> > have a RHEL 4 server in our college on which we are planning to upload >> the >> > code, compile the code there only and matching with the output. The >> problem >> > is, that we want everyone to do all this from their rooms, from where the >> > server is directly accessible. We dont people to go to labs and code. >> This >> > will increase participation. But i am not able to find a script that does >> > this, which can be run on the server through apache. >> > >> > Please help me find a solution to it... >> I don't understand your problem can you restate that. So far what i >> have understood is you have a server on which compiler is available >> and you want that to be shared among users . >> >> have a NFS share with compiler and ask the users to mount from server >> to local machines and use it. i am presuming all your user are on >> Linux/Unix . Once they compile the program then upload it to some >> common repo. >> >> the other scenario is the what everyone is discussing is about batch >> mode processing. >> >> hth >> Satya >> >> _______________________________________________ >> ilugd mailinglist -- [email protected] >> http://frodo.hserus.net/mailman/listinfo/ilugd >> Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi >> http://www.mail-archive.com/[email protected]/ >> > Hi > I made something exactly like what you've described a long time ago. This > was just an internal testing project, though, not meant to be used in an > actual scenario and might have a million bugs. Mail me off the list and I'll > send you the code. You can base your thing on this. Its PHP by the way, and > done in the way a few people described here. > -Navjot > _______________________________________________ > ilugd mailinglist -- [email protected] > http://frodo.hserus.net/mailman/listinfo/ilugd > Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi > http://www.mail-archive.com/[email protected]/ > _______________________________________________ ilugd mailinglist -- [email protected] http://frodo.hserus.net/mailman/listinfo/ilugd Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi http://www.mail-archive.com/[email protected]/
