All Projects β†’ NikolayIT β†’ Openjudgesystem

NikolayIT / Openjudgesystem

Licence: gpl-2.0
An open source system for online algorithm competitions for Windows, written in ASP.NET MVC

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Openjudgesystem

Cpeditor
The IDE for competitive programming πŸŽ‰ | Fetch, Code, Compile, Run, Check, Submit πŸš€
Stars: ✭ 562 (+42.64%)
Mutual labels:  programming-contests, algorithm-competitions
E Maxx Eng
Translation of http://e-maxx.ru into English
Stars: ✭ 1,238 (+214.21%)
Mutual labels:  programming-contests, algorithm-competitions
Competitive coding
This repository contains some useful codes, techniques, algorithms and problem solutions helpful in Competitive Coding.
Stars: ✭ 393 (-0.25%)
Mutual labels:  programming-contests, algorithm-competitions
Project lemonlime
δΈΊδΊ† OI ζ―”θ΅›θ€Œη”Ÿηš„εŸΊδΊŽ Lemon + LemonPlus ηš„θ½»ι‡θ―„ζ΅‹η³»η»Ÿ | δΈ‰ε€§ζ‘Œι’η³»η»Ÿζ”―ζŒ
Stars: ✭ 255 (-35.28%)
Mutual labels:  programming-contests
Openttd
OpenTTD is an open source simulation game based upon Transport Tycoon Deluxe
Stars: ✭ 3,765 (+855.58%)
Mutual labels:  sandbox
Safeify
πŸ“¦ Safe sandbox that can be used to execute untrusted code.
Stars: ✭ 338 (-14.21%)
Mutual labels:  sandbox
Electron Osx Sign
Codesign Electron macOS apps
Stars: ✭ 390 (-1.02%)
Mutual labels:  sandbox
reactsandbox
Create a React Component Sandboxes based on compositions
Stars: ✭ 11 (-97.21%)
Mutual labels:  sandbox
Fssb
A filesystem sandbox for Linux using syscall intercepts.
Stars: ✭ 375 (-4.82%)
Mutual labels:  sandbox
Magnet
Customize global hotkeys in macOS.
Stars: ✭ 324 (-17.77%)
Mutual labels:  sandbox
Keyholder
Record shortcuts in macOS, like Alfred.app.
Stars: ✭ 300 (-23.86%)
Mutual labels:  sandbox
Eval5
A JavaScript interpreter written in TypeScript - Support ES5
Stars: ✭ 281 (-28.68%)
Mutual labels:  sandbox
Codercalendar
DEPRECATED -> Checkout nishanthvijayan/CoderCalendar-Extensions
Stars: ✭ 348 (-11.68%)
Mutual labels:  programming-contests
Stopstalk Deployment
Stop stalking and start StopStalking πŸ˜‰
Stars: ✭ 276 (-29.95%)
Mutual labels:  programming-contests
Drakvuf Sandbox
DRAKVUF Sandbox - automated hypervisor-level malware analysis system
Stars: ✭ 384 (-2.54%)
Mutual labels:  sandbox
Cloudlibc
CloudABI's standard C library
Stars: ✭ 254 (-35.53%)
Mutual labels:  sandbox
Cocoadebug
iOS Debugging Tool πŸš€
Stars: ✭ 3,769 (+856.6%)
Mutual labels:  sandbox
Terasology
Terasology - open source voxel world
Stars: ✭ 3,247 (+724.11%)
Mutual labels:  sandbox
Wasm3
πŸš€ The fastest WebAssembly interpreter, and the most universal runtime
Stars: ✭ 4,375 (+1010.41%)
Mutual labels:  sandbox
Docker Cuckoo
Cuckoo Sandbox Dockerfile
Stars: ✭ 289 (-26.65%)
Mutual labels:  sandbox

Open Judge System (OJS)

OJS (Open Judge System) is an open source system for online algorithm competitions. The algorithm competitions are timed contests where all contestants compete online and are given the same algorithmic problems to solve under the same time and memory constraints. The competitions are currently available in five programming languages: C#, C++, JavaScript, Java, Python and PHP. The system consists of few parts:

  • Web interface for users and administrators (ASP.NET MVC)
  • Windows service for compiling, executing and checking user submissions
  • Restricted process executor using Windows APIs
  • Compiler wrappers and checkers

Contributors:

License

Code by Nikolay Kostov. Copyright 2013-2016 Nikolay Kostov. This library is licensed under GNU General Public License v3 (full terms and conditions here). Basically:

  • If you create software that uses GPL, you must license that software under GPL v3 (see GPL FAQ)
  • If you create software that uses GPL, you must release your source code (see GPL FAQ)
  • If you start with a GPL license, you cannot convert to another license
  • You cannot include any part of OpenJudgeSystem in a closed source distribution under this license
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].