Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 3

Support 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`.