All Projects β†’ DOMjudge β†’ Domjudge

DOMjudge / Domjudge

Licence: other
DOMjudge programming contest jury system

Projects that are alternatives of or similar to Domjudge

Stopstalk Deployment
Stop stalking and start StopStalking πŸ˜‰
Stars: ✭ 276 (-42.98%)
Mutual labels:  hacktoberfest, competitive-programming, programming-contests
Competitive coding
This repository contains some useful codes, techniques, algorithms and problem solutions helpful in Competitive Coding.
Stars: ✭ 393 (-18.8%)
Mutual labels:  hacktoberfest, competitive-programming, programming-contests
cp
Solutions to competitive programming problems.
Stars: ✭ 15 (-96.9%)
Mutual labels:  competitive-programming, programming-contests
verification-helper
a testing framework for snippet libraries used in competitive programming
Stars: ✭ 137 (-71.69%)
Mutual labels:  competitive-programming, programming-contests
togasat
A Header-Only CDCL SAT Solver for Programming Contest
Stars: ✭ 51 (-89.46%)
Mutual labels:  competitive-programming, programming-contests
GoogleCodeJam-2017
πŸƒ Python Solutions of All 27 Probelms in GCJ 2017
Stars: ✭ 53 (-89.05%)
Mutual labels:  competitive-programming, programming-contests
USACO
Algorithms, data structures, and problems in competitive programming up to USACO Platinum
Stars: ✭ 34 (-92.98%)
Mutual labels:  competitive-programming, programming-contests
FacebookHackerCup-2019
πŸƒ Python Solutions of All 22 Problems in FHC 2019
Stars: ✭ 15 (-96.9%)
Mutual labels:  competitive-programming, programming-contests
Laravel Datatables Buttons
jQuery DataTables Buttons Plugin for Laravel.
Stars: ✭ 192 (-60.33%)
Mutual labels:  hacktoberfest, jquery
Online Judge
A modern open-source online judge and contest platform system.
Stars: ✭ 384 (-20.66%)
Mutual labels:  hacktoberfest, programming-contests
BAPCtools
Tools for developing ICPC-style programming contest problems.
Stars: ✭ 36 (-92.56%)
Mutual labels:  competitive-programming, programming-contests
Usaco Guide
A free collection of curated, high-quality resources to take you from Bronze to Platinum and beyond.
Stars: ✭ 439 (-9.3%)
Mutual labels:  competitive-programming, programming-contests
AtCoderClans
γ€ιžε…¬εΌγ€‘AtCoderγŒγ‚‚γ£γ¨ζ₯½γ—くγͺγ‚‹γƒͺγƒ³γ‚―ι›†γ§γ™γ€‚ζœ‰εΏ—γ«γ‚ˆγ‚‹ιžε…¬εΌγ‚΅γƒΌγƒ“γ‚Ήγƒ»γƒ„γƒΌγƒ«γƒ»γƒ©γ‚€γƒ–γƒ©γƒͺγƒ»θ¨˜δΊ‹γͺどをまとめています。
Stars: ✭ 74 (-84.71%)
Mutual labels:  competitive-programming, programming-contests
Jikka
an automated solver for problems of competitive programming
Stars: ✭ 143 (-70.45%)
Mutual labels:  competitive-programming, programming-contests
Tech Interview Preparation
A one stop solution to ace your next coding interview πŸ‘¨β€πŸ’»
Stars: ✭ 188 (-61.16%)
Mutual labels:  hacktoberfest, competitive-programming
GoogleCodeJam-2016
πŸƒ Python Solutions of All 26 Problems of GCJ 2016
Stars: ✭ 18 (-96.28%)
Mutual labels:  competitive-programming, programming-contests
Dailycodebase
2 month data structures and algorithmic scripting challenge starting from 20th December 2018 - Coding is Fun! πŸ’―πŸ’― Do it everyday!! Also, Do give us a ⭐ if you liked the repository
Stars: ✭ 186 (-61.57%)
Mutual labels:  hacktoberfest, competitive-programming
Laravel Datatables Html
Laravel DataTables HTML Builder Plugin
Stars: ✭ 188 (-61.16%)
Mutual labels:  hacktoberfest, jquery
yukicoder-problems
Problem manager for yukicoder users
Stars: ✭ 12 (-97.52%)
Mutual labels:  competitive-programming, programming-contests
Laravel Datatables
jQuery DataTables API for Laravel 4|5|6|7|8
Stars: ✭ 4,134 (+754.13%)
Mutual labels:  hacktoberfest, jquery

DOMjudge

pipeline status Coverity Scan Status LGTM alerts

This is the Programming Contest Jury System "DOMjudge" version 8.0.0DEV

DOMjudge is a system for running a programming contest, like the ICPC regional and world championship programming contests.

Documentation

For more information on installation and requirements see the documentation under the doc/manual directory. There is an HTML version of the documentation available, prebuilt from reStructuredText sources.

There's also team documentation available, prebuilt in PDF format from reStructuredText sources, but it contains default/example settings. To include the correct settings for your local environment, DOMjudge has to be properly configured first, as parts of the configuration are used in it (e.g. the URL to the team interface of DOMjudge). For more information, see the documentation.

All documentation is also available online at the DOMjudge homepage: https://www.domjudge.org/documentation Please note that this documentation is from the latest stable release and thus might not apply to your version.

A fresh copy of the repository source tree must first be bootstrapped, generating the configure script and documentation. This can be done by running 'make dist', see the online documentation, section "Developer information" for more details.

There is a wiki which collects other pieces of information about specific configurations or integrations: https://github.com/DOMjudge/domjudge/wiki

Copyright & Licensing

DOMjudge is Copyright (c) 2004 - 2021 by the DOMjudge developers and all respective contributors. The current DOMjudge developers are Jaap Eldering, Nicky Gerritsen, Keith Johnson, Thijs Kinkhorst and Tobias Werth; see the manual for a complete list of contributors.

DOMjudge, including its documentation, is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. See the file COPYING.

Additionally, parts of this system are based on other programs, which are covered by other copyrights. This will be noted in the files themselves and these copyrights/attributions can also be found in the DOMjudge manual.

The following JavaScript libraries/snippets are included:

  • jscolor.js: copyright Jan Odvarko, licensed under the GNU GPL v3.
  • Ace editor: licensed under the BSD licence, see COPYING.BSD.

The default validator from the Kattis problemtools package is included, licensed under the MIT licence, see COPYING.MIT.

The M4 autoconf macros are licensed under all-permissive and GPL3+ licences; see the respective files under m4/ for details.

The DOMjudge tarball ships external library dependencies in the lib/vendor directory. These are covered by their individual licenses as specified in the file composer.lock.

Contact

The DOMjudge homepage can be found at: https://www.domjudge.org/

Announcements of new releases are sent to our low volume announcements mailinglist. Subscription to this list is done via https://www.domjudge.org/mailman/listinfo/domjudge-announce

The developers can be reached through the mailinglist [email protected]. You need to be subscribed before you can post. Information, subscription and archives are available at: https://www.domjudge.org/mailman/listinfo/domjudge-devel

DOMjudge has a Slack workspace where a number of developers and users of DOMjudge linger. More information can be found at https://www.domjudge.org/chat

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].