Giter Club home page Giter Club logo

nikolayit / openjudgesystem Goto Github PK

View Code? Open in Web Editor NEW
503.0 503.0 92.0 51.54 MB

An open source system for online algorithm competitions for Windows, written in ASP.NET MVC

Home Page: http://bgcoder.com

License: GNU General Public License v2.0

C# 17.24% CSS 3.92% JavaScript 75.01% HTML 3.74% Java 0.08% Batchfile 0.01% ASP.NET 0.01%
algorithm-competitions aspnet-mvc-5 grading-system programming-competitions programming-contests sandbox sandboxing

openjudgesystem's Introduction

openjudgesystem's People

Contributors

dependabot[bot] avatar dimiste avatar dininski avatar hiksa avatar ivaylokenov avatar nikolayit avatar teodor92 avatar vladislav-karamfilov avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

openjudgesystem's Issues

Export tests (admins only)

Export tests in zip file using DotNetZip library.

Creates zip file with all tests by given task id
Returns zip file containing all tests in format {task}.{testNum}[.{zeroNum}].{in|out}.txt

Feature is impemented and working. 17 Unit test written.

Checkers model should indicate problem specific checkers with foreign key to problems

This properties

    [ForeignKey("Problem")]
    public int? ProblemId { get; set; }

    /// <summary>
    /// The problem for which this checker is created.
    /// If null, the checker is available for all problems.
    /// </summary>
    public virtual Problem Problem { get; set; }

throw exception:

One or more validation errors were detected during model generation:

Checker_Problem_Source: : Multiplicity is not valid in Role 'Checker_Problem_Source' in relationship 'Checker_Problem'. Because the Dependent Role properties are not the key properties, the upper bound of the multiplicity of the Dependent Role must be '*'.

Exact checker

Exact checker is coded and running. 15 Unit tests written.

Support for C++ checkers

    ///     int res = check(inpFile, outFile);
    ///     if (res >= 0) fprintf(stderr, "%d\nAccepted\n", res);
    ///     else fprintf(stderr, "0\nWrong Answer!\n");

Trim Checker

Trim checker coded and running. Uses Exact checker with trimmed lines. 30 Unit tests written.

Sort checker

Sort checker coded and running. 22 Unit tests written.

Custom C# checker

Checker that executes C# class which implements IChecker interface

Precision checker

Precision checker coded and running. 21 Unit tests written for it.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.