Skip to content

ICPC like judge created by InSilico of Universidad Tecnológica de Pereira (UTP)

Notifications You must be signed in to change notification settings

sebasutp/utpjudge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

46ec67f · May 16, 2014

History

25 Commits
Nov 29, 2012
Feb 7, 2013
Nov 1, 2012
Oct 30, 2012
May 16, 2014
Jul 22, 2012

Repository files navigation

UTP Online Judge

Is a free software project oriented to improve the programming skills of the students through contest like acm-icpc, codeforces, and others.

This repository IS OUT OF DATE, the main repository is https://github.com/in-silico/utpjudge
  • The current development is not in the master branch, is in "dev".

To Clone.

	git clone git@github.com:sebasutp/utpjudge.git
	git checkout -b dev
	git pull origin dev

To Use.

  • go to judge directory and initialize the db.

      cd judge/
      rake db:migrate
      rake db:seed
    

this will create a account with email "root@utp.edu.co" and password "root@utp.edu.co"

  • run the server

      rails server
    
  • enjoy


Developed by insilico.

About

ICPC like judge created by InSilico of Universidad Tecnológica de Pereira (UTP)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published