All Projects → kerolloz → codecourses

kerolloz / codecourses

Licence: other
CodeCourses is an open-source online judge

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
PHP
23972 projects - #3 most used programming language
HTML
75241 projects
python
139335 projects - #7 most used programming language
shell
77523 projects
C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to codecourses

CodeTest
some source code for some online judge
Stars: ✭ 40 (+2.56%)
Mutual labels:  online-judge
cp-tool
cp-tool is an auto generator for solved problems at different online judges.
Stars: ✭ 24 (-38.46%)
Mutual labels:  online-judge
cats-main
Programming contest control system
Stars: ✭ 33 (-15.38%)
Mutual labels:  online-judge
gdoj
The Online Judge Web Platform For ACM
Stars: ✭ 30 (-23.08%)
Mutual labels:  online-judge
online-judgement
A collaborative online code judge system
Stars: ✭ 33 (-15.38%)
Mutual labels:  online-judge
LeetCode-with-JavaScript
Solutions collection of my LeetCode submissions in JavaScript (LeetCode 解题集之 JavaScript 版)
Stars: ✭ 104 (+166.67%)
Mutual labels:  online-judge
aurora
SPOJ like judge to automatically judge the submitted solution.
Stars: ✭ 99 (+153.85%)
Mutual labels:  online-judge
code-executor
A CLI/library to execute code against test cases in various languages and obtain relevant results. 🚀
Stars: ✭ 9 (-76.92%)
Mutual labels:  online-judge
recruitr
Online Code Judging Tool
Stars: ✭ 25 (-35.9%)
Mutual labels:  online-judge
Code
Macesuted's Code Repository.
Stars: ✭ 20 (-48.72%)
Mutual labels:  online-judge
Online-Judge
Online Judge for testing programming ability in C, C++, Java and Python.
Stars: ✭ 25 (-35.9%)
Mutual labels:  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 (-23.08%)
Mutual labels:  online-judge
godge
Godge is a self-hosted container-based online judge for meetups and workshops.
Stars: ✭ 13 (-66.67%)
Mutual labels:  online-judge
hustoj
Popular Open Source Online Judge based on PHP/C++/MySQL/Linux for ACM/ICPC and NOIP training, with easy installation. 开源OJ系统
Stars: ✭ 2,773 (+7010.26%)
Mutual labels:  online-judge
codeplayer
An online judge system for competitive programming platform, The website is hosted on http://codeplayer.co.in
Stars: ✭ 12 (-69.23%)
Mutual labels:  online-judge
LDUOnlineJudge
Online Judge | 程序设计在线评测系统 | QQ交流群:529507453
Stars: ✭ 88 (+125.64%)
Mutual labels:  online-judge
random-data
随机数据产生姬
Stars: ✭ 21 (-46.15%)
Mutual labels:  online-judge
HZNUOJ
Hangzhou Normal University Online Judge
Stars: ✭ 59 (+51.28%)
Mutual labels:  online-judge
hacklympics
🏆 Full-stack online programming examination system
Stars: ✭ 44 (+12.82%)
Mutual labels:  online-judge
basic-lms-laravel
Basic Laravel Learning Management System
Stars: ✭ 54 (+38.46%)
Mutual labels:  online-judge

CodeCourses

NOTE: compatible with Linux ONLY

How to deploy project

  1. clone the project into your home directory
    cd ~; git clone https://github.com/kerolloz/codecourses.git
  2. install requirements or use
    cd ~/codecourses/initiate_project/; sh INSTALL_REQUIREMENTS.sh
  3. link the project to the server
    sudo ln -s ~/codecourses /opt/lampp/htdocs
  4. create the database
    cd ~/codecourses/initiate_project/; sh CREATE_DB.sh

Noticeable issues

  1. to enable uploading and moving files execute the following command
    chmod 777 -R ~/codecourses/{source_codes,judge_tester}

Front-End Team

Back-End Team

Made with ❤️ at FCI-SCU

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