Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zhaospei/codedream-oj
CodeDream Online Judge
https://github.com/zhaospei/codedream-oj
competitive-programming contest-management-system django online-judge python
Last synced: 4 months ago
JSON representation
CodeDream Online Judge
- Host: GitHub
- URL: https://github.com/zhaospei/codedream-oj
- Owner: zhaospei
- License: agpl-3.0
- Created: 2022-10-12T01:26:23.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-01T14:13:10.000Z (about 2 years ago)
- Last Synced: 2024-07-29T19:20:53.652Z (6 months ago)
- Topics: competitive-programming, contest-management-system, django, online-judge, python
- Language: JavaScript
- Homepage: http://oj.codedream.edu.vn/
- Size: 10.1 MB
- Stars: 14
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
CDOJ: CodeDream Online Judge
===[![](https://github.com/DMOJ/online-judge/workflows/build/badge.svg)](http://oj.codedream.edu.vn/)
[![Python](https://img.shields.io/pypi/pyversions/tensorflow.svg?style=plastic)](https://python.org)
[![OS](https://img.shields.io/badge/Ubuntu-16.04%20%7C%2018.04%20%7C%2020.04-brightgreen)](https://ubuntu.com/download)
[![License](https://img.shields.io/badge/license-AGPL--3.0-blue)](https://www.gnu.org/licenses/agpl-3.0.en.html)## Overview
Homepage: [http://oj.codedream.edu.vn/](http://oj.codedream.edu.vn)
![image](https://user-images.githubusercontent.com/48708971/198748491-32cf9303-8e26-4b8c-a8cd-db4daa66d19b.png)
![image](https://user-images.githubusercontent.com/48708971/198748548-f6125299-eeca-4641-b4e3-ba1b7a3e212c.png)
Based on [LQDOJ](https://lqdoj.edu.vn/).
Supported languages:
- Assembly (x64)
- AWK
- C
- C++03 / C++11 / C++14 / C++17
- Java 11
- Pascal
- Perl
- Python 2 / Python 3Support plagiarism detection via [Stanford MOSS](https://theory.stanford.edu/~aiken/moss/).
## Installation
Most of the setup are the same as LQDOJ installations. You can view the installation guide of LQDOJ here: https://github.com/LQDJudge/online-judge
There is one minor change: Instead of `git clone https://github.com/LQDJudge/online-judge.git`, you clone this repo `git clone https://github.com/zhaospei/codedream-oj.git`.