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.
- Host: GitHub
- URL: https://github.com/ahmed-dinar/justoj
- Owner: ahmed-dinar
- License: gpl-3.0
- Created: 2015-10-11T16:09:42.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-05-25T19:01:57.000Z (about 7 years ago)
- Last Synced: 2025-01-19T21:37:39.125Z (4 months ago)
- Topics: competitive-programming, online-judge, programming-contests
- Language: JavaScript
- Homepage: http://www.justoj.org/
- Size: 21 MB
- Stars: 0
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License
Awesome Lists containing this project
README
# JustOJ
## 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