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

https://github.com/ahmed-dinar/justoj

An online platform for arranging programming contest.
https://github.com/ahmed-dinar/justoj

competitive-programming online-judge programming-contests

Last synced: 3 months ago
JSON representation

An online platform for arranging programming contest.

Awesome Lists containing this project

README

        

# JustOJ

code quality

## Work in progress

#### Language Support

- [x] C
- [x] C++
- [x] JAVA 8
- [x] C++11
- [x] C++14
- [ ] Python2 & Python3

#### Executor Usage
```javascript
$ ./safec [options]
```

```javascript
$ ./safejava [options]
```
##### options
```javascript
-t (in milliseconds, max: 15s)
-m (in MB, max: 512 MB)
-i
-o
-e
-r
-s (for safejava)
-c
-d
```

##### Future Works

- [ ] Integrate [MOSS](https://theory.stanford.edu/~aiken/moss/) like tool for Detecting Plagiarism.
- [ ] Different language for different problem
- [ ] Score based standings
- [ ] User rating
- [ ] Multiple Modearator for contest
- [ ] More language support