Giter Club home page Giter Club logo

generator-oj-problem's Introduction

Hi there ๐Ÿ‘‹

  • ๐Ÿ“— Iโ€™m currently learning Computer Science & Technology.
  • โœจ Recently I'm working on the reseaches about software community ecology. AexPy
  • ๐ŸŒฑ I like C# & Rust & Python, and am interested in functional programming.

generator-oj-problem's People

Contributors

stardustdl avatar

Stargazers

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

Watchers

 avatar

generator-oj-problem's Issues

Founded issues in alpha-version

  • Check the directory is empty
    • Show tips
  • Optional package (implemented by pipeline)
  • Markdown render
  • Local judging check
    • Warning for time limit and memory limit
  • HTML preview
  • Platform-related packer
  • Auto-generate output data
  • Support dotnet tool
  • Process.StartTime for exited process do not support Linux-x64.
    RunningTime = DateTimeOffset.Now - Process.StartTime;
  • Unhandled exception in callback functions will crash the application
    Process.Exited += (sender, e) =>
    {
    RunningTime = DateTimeOffset.Now - Process.StartTime;
    if (bwMemory?.IsBusy == true) bwMemory.CancelAsync();
    Process.WaitForExit();
    var output = new List<string>();
    while (!Process.StandardOutput.EndOfStream)
    output.Add(Process.StandardOutput.ReadLine());
    Output = output.ToArray();
    var error = new List<string>();
    while (!Process.StandardError.EndOfStream)
    error.Add(Process.StandardError.ReadLine());
    Error = error.ToArray();
    };
  • Add auto-detect
  • Add more logs when use
  • Use FPS for HustOJ package
  • Add basic check before gen
  • Add debug information for failing.
    • Add builtin log in pipeline

Won't be implemented:

  • Add update-pack
    • Add backup for each package: sha and time
    • Add file list for package
    • Add delta-addition for package

[BUGs] Wrong "WA" result caused by count of lines

Try gen again and then the Warning and Error gone.

[Warning] Diff for sample 0: The count of lines are not equal: expected System.Collections.Generic.List`1[System.String], but real System.Collections.Generic.List`1[System.String].
[Error] Wrong answer for sample 0.

Founded issues in beta-version

  • Not stable for local-judger #2
    • Use StarOJ's judger
    • Add more diff log
  • Add debug pack for debug
  • System Error when gen sometimes.
    • Permission issue on Linux
  • Check file encoding to ensure UTF-8

Will/Won't implement:

  • push for hustoj

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.