Code Monkey home page Code Monkey logo

veris's People

Contributors

alexrcoleman avatar tbuzzelli avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Forkers

arundeegutla

veris's Issues

How to install and use?

Hi Sir
Please tell how to use this project in linux based systems? Maybe adding some directions in README will be very helpful.
Thanks

Feature: Add support for custom checkers

Currently, the code is set up to accept custom checkers as long as they extend the com.verisjudge.checker.Checker class and are a part of the jar. However, this doesn't work well when deploying.

Some additional checkers should be added which can pull from a selected checker source file (or executable) and then compile if necessary and judge using that checker script.

Error: Running Veris

I'm running Windows 10 and I downloaded the latest JAR for Veris.
I used the following commands to run Veris:

set path="C:\Program Files\Java\jdk-11.0.2\bin"
java -jar Veris.jar

I got this error:

Graphics Device initialization failed for : d3d, sw
Error initializing QuantumRenderer: no suitable pipeline found
java.lang.RuntimeException: java.lang.RuntimeException: Error initializing QuantumRenderer: no suitable pipeline found
at com.sun.javafx.tk.quantum.QuantumRenderer.getInstance(QuantumRenderer.java:280)
at com.sun.javafx.tk.quantum.QuantumToolkit.init(QuantumToolkit.java:222)
at com.sun.javafx.tk.Toolkit.getToolkit(Toolkit.java:260)
at javafx.scene.image.Image.loadImage(Image.java:1060)
at javafx.scene.image.Image.initialize(Image.java:799)
at javafx.scene.image.Image.(Image.java:702)
at com.verisjudge.Main.(Main.java:20)
at java.base/java.lang.Class.forName0(Native Method)
at java.base/java.lang.Class.forName(Class.java:398)
at org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader.main(JarRsrcLoader.java:56)
Caused by: java.lang.RuntimeException: Error initializing QuantumRenderer: no suitable pipeline found
at com.sun.javafx.tk.quantum.QuantumRenderer$PipelineRunnable.init(QuantumRenderer.java:94)
at com.sun.javafx.tk.quantum.QuantumRenderer$PipelineRunnable.run(QuantumRenderer.java:124)
at java.base/java.lang.Thread.run(Thread.java:834)
Exception in thread "main" java.lang.ExceptionInInitializerError
at java.base/java.lang.Class.forName0(Native Method)
at java.base/java.lang.Class.forName(Class.java:398)
at org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader.main(JarRsrcLoader.java:56)
Caused by: java.lang.RuntimeException: No toolkit found
at com.sun.javafx.tk.Toolkit.getToolkit(Toolkit.java:272)
at javafx.scene.image.Image.loadImage(Image.java:1060)
at javafx.scene.image.Image.initialize(Image.java:799)
at javafx.scene.image.Image.(Image.java:702)
at com.verisjudge.Main.(Main.java:20)
... 3 more

How can I fix this?

Feature: Automatically pull sample data for Codeforces problem

Have Veris detect that you're working on a Codeforces problem by:

  • Java class name
  • or, filepath. e.g., ~/Code/codeforces/817/E

Save (cache) samples in some temporary directory. Can be expanded to work on other platforms (like Kattis, etc).

Currently, my idea is just to do some web scraping, so extending it across websites would be a bit tedious, at best.

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.