All Projects → sunshead → online-judgement

sunshead / online-judgement

Licence: other
A collaborative online code judge system

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to online-judgement

documents
🌟 documents of justice online judge
Stars: ✭ 16 (-51.52%)
Mutual labels:  online-judge
AnimeGANv2-ONNX-Sample
「PyTorch Implementation of AnimeGANv2」のPythonでのONNX推論サンプル
Stars: ✭ 54 (+63.64%)
Mutual labels:  colaboratory
gdoj
The Online Judge Web Platform For ACM
Stars: ✭ 30 (-9.09%)
Mutual labels:  online-judge
codgic-web-legacy
🐛 A free, open-source Online Judge alternative. Coding Magic.
Stars: ✭ 13 (-60.61%)
Mutual labels:  online-judge
TPU-MobilenetSSD
Edge TPU Accelerator / Multi-TPU + MobileNet-SSD v2 + Python + Async + LattePandaAlpha/RaspberryPi3/LaptopPC
Stars: ✭ 82 (+148.48%)
Mutual labels:  colaboratory
pollinations
Generate Art
Stars: ✭ 100 (+203.03%)
Mutual labels:  colaboratory
cb4
Joint Online Judge
Stars: ✭ 20 (-39.39%)
Mutual labels:  online-judge
Tensorflow2-ObjectDetectionAPI-Colab-Hands-On
Tensorflow2 Object Detection APIのハンズオン用資料です(Hands-on documentation for the Tensorflow2 Object Detection API)
Stars: ✭ 33 (+0%)
Mutual labels:  colaboratory
psolving-paradigms
Common problems of dynamic programming methods and techniques, including prerequisites, for competitive programmers.
Stars: ✭ 34 (+3.03%)
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 (+8303.03%)
Mutual labels:  online-judge
Torrent-To-Google-Drive-Downloader
Simple notebook to stream torrent files to Google Drive using Google Colab and python3.
Stars: ✭ 256 (+675.76%)
Mutual labels:  colaboratory
BLumiaOJ
A HUSTOJ compatible Online Judge system.
Stars: ✭ 37 (+12.12%)
Mutual labels:  online-judge
LDUOnlineJudge
Online Judge | 程序设计在线评测系统 | QQ交流群:529507453
Stars: ✭ 88 (+166.67%)
Mutual labels:  online-judge
dockerjudge
A LXC Based Online Judge Engine, by @wxh06 at @piterator-org
Stars: ✭ 30 (-9.09%)
Mutual labels:  online-judge
Online-Judge
Online Judge for testing programming ability in C, C++, Java and Python.
Stars: ✭ 25 (-24.24%)
Mutual labels:  online-judge
cmsocial
A web application that builds a social coding platform upon CMS
Stars: ✭ 21 (-36.36%)
Mutual labels:  online-judge
aurora
SPOJ like judge to automatically judge the submitted solution.
Stars: ✭ 99 (+200%)
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 (-9.09%)
Mutual labels:  online-judge
leetcode
😖 😕 😃LeetCode问题解题思路。
Stars: ✭ 132 (+300%)
Mutual labels:  online-judge
CodeTest
some source code for some online judge
Stars: ✭ 40 (+21.21%)
Mutual labels:  online-judge

Online-judgement

A full-stack web app supporting collaborative online code editing, compiling, execution and result judgement.

The design goals of this system are:

  • User can use interactive code editor to edit code. Supported languages are Java, C++ and Python.
  • Multiple users can edit the same piece of code simultaneously.
  • User can compile the code by clicking ‘compile’ button. The compile result will be displayed to user.
  • User can run the code by clicking ‘run’ button. The execution result will be displayed to user.
  • User can browse pre-stored coding problem list.
  • User can get details of a specific coding problem by clicking the problem in the list.
  • User can submit the code through ‘submit’ button to submit the code to solve the chosen question. The result, including compiling, correctness and running time, will be presented.
  • User’s submissions will be recorded for reference.
  • User can check his progress / statistics for questions.
  • Admin can manually add new problem.

Usage

./launcher.sh
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].