Giter VIP home page Giter VIP logo

oj's Introduction

VNOJ: VNOI Online Judge Build Status AGPL License Discord link

As a fork of DMOJ, VNOJ serves as the official online judge and programming contests of VNOI.

See it live at oj.vnoi.info!

Features

Checkout the features listed here.

Addition features:

  • Beside Python checkers here, we can write custom C++ checker using testlib.h.

Installation

Check out the install documentation at docs.dmoj.ca. Almost all installation steps is the same as the docs, there is one minor change: clone this repo instead of dmoj repo.

Additional step in installation:

  • You have to define DMOJ_PROBLEM_DATA_ROOT in local_settings.py, this is path to your problems tests folder.
  • Considering to disable Full text search, please check this issuse for more information.
  • To sync the caching of judge server and site, change cache framework (CACHES) to memcached or redis instead of the default (local-memory caching).
  • The "home button" the admin dashboard (/admin) will redirect to localhost:8081 if you use python3 manage.py loaddata demo, there is 2 ways to fix it:
    1. You can change that in demo.json
    2. You can go to the admin page, scoll down to find the Sites settings and change localhost:8081 to your domain.
  • To support testlib.h, you need to copy the testlib.h to g++ include path in judge server. To speed up compiler time, you may create the precompiled header to testlib.h.

Contributing PR's Welcome

Take a look at our contribution guideline.

If you found any bug, please feel free to contact us via Discord Discord Chat or open an issue.

Pull requests are welcome as well. Before you submitting your PR, please check your code with flake8 and format it if needed.

Translation contributions are also welcome.

oj's People

Contributors

quantum5 avatar xyene avatar leduythuccs avatar ninjaclasher avatar kiritofeng avatar hieplpvip avatar hung3a8 avatar walle256 avatar fataleagle avatar carson-tang avatar fluix-dev avatar ngkan avatar ehhthing avatar xiaowuc1 avatar puffyshoggoth avatar int-y1 avatar injust avatar outloudvi avatar dmoj-build avatar kevinjycui avatar zecookiez avatar phoenix1369 avatar vando2108 avatar peiallen avatar slightlyskepticalpotat avatar vdanciu avatar subramanian0 avatar aurpine avatar jtyliu avatar flatpaper avatar

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.