All Projects → cms-dev → Cms

cms-dev / Cms

Licence: agpl-3.0
Contest Management System

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Cms

Algorithms-Code-Library
C++ Implementation of variety of Algorithms and some must have cheetsheets for CS students.
Stars: ✭ 28 (-95.73%)
Mutual labels:  programming-contests
checktestdata
checks integrity of test data in programming contests like the ACM ICPC
Stars: ✭ 19 (-97.1%)
Mutual labels:  programming-contests
Openjudgesystem
An open source system for online algorithm competitions for Windows, written in ASP.NET MVC
Stars: ✭ 394 (-39.85%)
Mutual labels:  programming-contests
verification-helper
a testing framework for snippet libraries used in competitive programming
Stars: ✭ 137 (-79.08%)
Mutual labels:  programming-contests
togasat
A Header-Only CDCL SAT Solver for Programming Contest
Stars: ✭ 51 (-92.21%)
Mutual labels:  programming-contests
Stopstalk Deployment
Stop stalking and start StopStalking 😉
Stars: ✭ 276 (-57.86%)
Mutual labels:  programming-contests
Jikka
an automated solver for problems of competitive programming
Stars: ✭ 143 (-78.17%)
Mutual labels:  programming-contests
Oj
Tools for various online judges. Downloading sample cases, generating additional test cases, testing your code, and submitting it.
Stars: ✭ 517 (-21.07%)
Mutual labels:  programming-contests
yukicoder-problems
Problem manager for yukicoder users
Stars: ✭ 12 (-98.17%)
Mutual labels:  programming-contests
Competitive coding
This repository contains some useful codes, techniques, algorithms and problem solutions helpful in Competitive Coding.
Stars: ✭ 393 (-40%)
Mutual labels:  programming-contests
GoogleCodeJam-2016
🏃 Python Solutions of All 26 Problems of GCJ 2016
Stars: ✭ 18 (-97.25%)
Mutual labels:  programming-contests
scoreboard
Online judge scoreboard parser
Stars: ✭ 23 (-96.49%)
Mutual labels:  programming-contests
Codercalendar
DEPRECATED -> Checkout nishanthvijayan/CoderCalendar-Extensions
Stars: ✭ 348 (-46.87%)
Mutual labels:  programming-contests
Algorithm-Implementations
Lots of algorithm's & their implementations that have been compiled from a variety of locations.
Stars: ✭ 15 (-97.71%)
Mutual labels:  programming-contests
Usaco Guide
A free collection of curated, high-quality resources to take you from Bronze to Platinum and beyond.
Stars: ✭ 439 (-32.98%)
Mutual labels:  programming-contests
cp
Solutions to competitive programming problems.
Stars: ✭ 15 (-97.71%)
Mutual labels:  programming-contests
Project lemonlime
为了 OI 比赛而生的基于 Lemon + LemonPlus 的轻量评测系统 | 三大桌面系统支持
Stars: ✭ 255 (-61.07%)
Mutual labels:  programming-contests
Cpeditor
The IDE for competitive programming 🎉 | Fetch, Code, Compile, Run, Check, Submit 🚀
Stars: ✭ 562 (-14.2%)
Mutual labels:  programming-contests
Domjudge
DOMjudge programming contest jury system
Stars: ✭ 484 (-26.11%)
Mutual labels:  programming-contests
Online Judge
A modern open-source online judge and contest platform system.
Stars: ✭ 384 (-41.37%)
Mutual labels:  programming-contests

Contest Management System

Homepage: http://cms-dev.github.io/

Build Status codecov Join the chat at https://gitter.im/cms-dev/cms

Introduction

CMS, or Contest Management System, is a distributed system for running and (to some extent) organizing a programming contest.

CMS has been designed to be general and to handle many different types of contests, tasks, scorings, etc. Nonetheless, CMS has been explicitly build to be used in the 2012 International Olympiad in Informatics, held in September 2012 in Italy.

Download

For end-users it's best to download the latest stable version of CMS, which can be found already packaged at http://cms-dev.github.io/.

This git repository, which contains the development version in its master branch, is intended for developers and everyone interested in contributing or just curious to see how the code works and wanting to hack on it.

Please note that since the sandbox is contained in a git submodule you should append --recursive to the standard git clone command to obtain it. Or, if you have already cloned CMS, simply run the following command from inside the repository:

git submodule update --init

Support

To learn how to install and use CMS, please read the documentation, available at https://cms.readthedocs.org/.

If you have questions or need help troubleshooting some problem, contact us in the chat at gitter, or write on the support mailing list [email protected], where no registration is required (you can see the archives on Google Groups).

To help with the troubleshooting, you can upload on some online pastebin the relevant log files, that you can find in /var/local/log/cms/ (if CMS was running installed) or in ./log (if it was running from the local copy).

If you encountered a bug, please file an issue on GitHub following the instructions in the issue template.

Please don't file issues to ask for help, we are happy to help on the mailing list or on gitter, and it is more likely somebody will answer your query sooner.

You can subscribe to [email protected] to receive announcements of new releases and other important news. Register on Google Groups.

For development queries, you can write to [email protected] and as before subscribe or see the archives on Google Groups.

Testimonials

CMS has been used in several official and unofficial contests. Please find an updated list at http://cms-dev.github.io/testimonials.html.

If you used CMS for a contest, selection, or a similar event, and want to publicize this information, we would be more than happy to hear from you and add it to that list.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].