All Projects → klenin → cats-main

klenin / cats-main

Licence: GPL-2.0 License
Programming contest control system

Programming Languages

perl
6916 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
Batchfile
5799 projects
shell
77523 projects
PLSQL
303 projects

Projects that are alternatives of or similar to cats-main

cpAPI
A Flask API that gives updates about the upcoming contests on various Coding Platforms.
Stars: ✭ 13 (-60.61%)
Mutual labels:  contest, competitive-programming
Code
Macesuted's Code Repository.
Stars: ✭ 20 (-39.39%)
Mutual labels:  competitive-programming, online-judge
codeplayer
An online judge system for competitive programming platform, The website is hosted on http://codeplayer.co.in
Stars: ✭ 12 (-63.64%)
Mutual labels:  competitive-programming, online-judge
judge
A blazingly fast online judge/ autograder ⚖️ built with Python and the Django framework to test cases against your solution. Check out the sponsor links and help fund DomeCode.
Stars: ✭ 30 (-9.09%)
Mutual labels:  competitive-programming, online-judge
psolving-paradigms
Common problems of dynamic programming methods and techniques, including prerequisites, for competitive programmers.
Stars: ✭ 34 (+3.03%)
Mutual labels:  competitive-programming, online-judge
competitive-programming
Programming Solutions for OJs and Algorithms
Stars: ✭ 35 (+6.06%)
Mutual labels:  contest, competitive-programming
Awesome Competitive Programming
💎 A curated list of awesome Competitive Programming, Algorithm and Data Structure resources
Stars: ✭ 9,119 (+27533.33%)
Mutual labels:  contest, competitive-programming
fridge
Fridge for Codechef: An android app for downloading and browsing questions and contests from codechef.com offline
Stars: ✭ 17 (-48.48%)
Mutual labels:  contest, competitive-programming
icie
Competitive programming IDE-as-a-VS-Code-plugin
Stars: ✭ 81 (+145.45%)
Mutual labels:  contest, competitive-programming
cp-tool
cp-tool is an auto generator for solved problems at different online judges.
Stars: ✭ 24 (-27.27%)
Mutual labels:  competitive-programming, online-judge
CoronaVirusDatabase
A repository for analyzing references and database of "gisanddata.maps.arcgis.com" website for Corona Virus.
Stars: ✭ 38 (+15.15%)
Mutual labels:  contest
random-data
随机数据产生姬
Stars: ✭ 21 (-36.36%)
Mutual labels:  online-judge
cppdump
Standard dumps of data structures/algorithms
Stars: ✭ 18 (-45.45%)
Mutual labels:  competitive-programming
basic-lms-laravel
Basic Laravel Learning Management System
Stars: ✭ 54 (+63.64%)
Mutual labels:  online-judge
HackaPanel
⌨️ Hacka{Iran}'s Contest Panel / IDE
Stars: ✭ 15 (-54.55%)
Mutual labels:  contest
LeetCode-with-JavaScript
Solutions collection of my LeetCode submissions in JavaScript (LeetCode 解题集之 JavaScript 版)
Stars: ✭ 104 (+215.15%)
Mutual labels:  online-judge
Codeforces
Solutions to Codeforces Problems
Stars: ✭ 132 (+300%)
Mutual labels:  competitive-programming
Hackerrank-Codes
Here are some of the solutions to HackerRank questions.
Stars: ✭ 63 (+90.91%)
Mutual labels:  competitive-programming
Data-Structures-Algorithms
Data Structures & Algorithms 💥
Stars: ✭ 17 (-48.48%)
Mutual labels:  competitive-programming
poj
an online judge in python3 and django
Stars: ✭ 24 (-27.27%)
Mutual labels:  competitive-programming

CATS: Programming contest control system

Build Status

Overview

CATS is a software for managing programming problems, organizing competitions, and supporting continuous learning process of programming-related subjects.

Installation on Linux

To install CATS you need to have git and sudo installed:

# apt-get install git sudo

Make sure current user is in sudoers (sudo group).

Clone this repo:

$ git clone git://github.com/klenin/cats-main.git

Look at deploy.bash, adjust http_proxy (and set env_keep in /etc/sudoers, see comments in deploy.bash) and Apache user group. Then execute the script:

$ ./deploy.bash

Restart Apache. You should now have working CATS installation. Visit http://localhost/cats/ to check.

Installation on Windows

Clone this repo:

> git clone git://github.com/klenin/cats-main.git

Run deploy script:

> deploy.bat

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].