Coder Social home page Coder Social logo

pushkar8723 / aurora Goto Github PK

View Code? Open in Web Editor NEW
99.0 16.0 80.0 3.98 MB

SPOJ like judge to automatically judge the submitted solution.

Home Page: http://aurora.pushkaranand.com

License: MIT License

Shell 2.99% Python 6.85% HTML 0.85% PHP 75.62% JavaScript 1.97% CSS 9.86% Dockerfile 0.36% Hack 1.49%
judge online-judge aurora-online-judge php

aurora's Introduction

Pushkar Anand

  • ๐Ÿ”ญ Iโ€™m currently working on creating my own react component library called no-frills-ui.
  • ๐ŸŒฑ Iโ€™m currently learning GraphQL and Gatsby to create my own blog/portfolio.
  • ๐Ÿค” Iโ€™m looking for help with creating a view agnostic framework called Sparkx.
  • ๐Ÿ“ซ How to reach me: twitter
  • ๐Ÿ˜„ Pronouns: He/Him
  • โšก Fun fact: The animated waves banner you see above is not a GIF and has a cycle of 2 minutes and size is just 35 KB! Checkout my blog post on how I created this.

aurora's People

Contributors

99leonchang avatar fayimora avatar imgbotapp avatar nims11 avatar pushkar8723 avatar pushkaranand avatar utk1369 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

Watchers

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

aurora's Issues

Post installation Aurora on centos 7 its not working.

Hi,

I installed LAMP and follow guide https://afterlogic.com/docs/aurora-files/installation/installing-from-repository to install and every step went well but as per step 6 "Now you are ready to open a URL pointing to the installation directory in your favorite web browser."

Whenever I try to open URL pointing to the installation directory http://Server-IP/var/www/aurora/data/aurora-files-latest than it is saying "The requested URL /var/www/aurora/data/aurora-files-latest was not found on this server."

project aurora-files-latest]# ls -lrt
total 2084
-rw-r--r-- 1 root root 1146 Mar 6 16:26 travis.sh
-rw-r--r-- 1 root root 403 Mar 6 16:26 travis.php
-rw-r--r-- 1 root root 30 Mar 6 16:26 robots.txt
-rw-r--r-- 1 root root 3440 Mar 6 16:26 README.md
-rw-r--r-- 1 root root 879 Mar 6 16:26 pre-config.json
-rw-r--r-- 1 root root 2698 Mar 6 16:26 modules.json
-rw-r--r-- 1 root root 33881 Mar 6 16:26 LICENSE
-rw-r--r-- 1 root root 773 Mar 6 16:26 index.php
-rw-r--r-- 1 root root 118 Mar 6 16:26 gulpfile.js
-rw-r--r-- 1 root root 17542 Mar 6 16:26 favicon.ico
-rw-r--r-- 1 root root 1257 Mar 6 16:26 dav.php
-rw-r--r-- 1 root root 896 Mar 6 16:26 composer.json
-rw-r--r-- 1 root root 1235 Mar 6 16:26 apigen-overview.md
-rw-r--r-- 1 root root 2036 Mar 6 16:26 apigen.neon
-rw-r--r-- 1 root root 1237 Mar 6 16:26 apidoc-overview.md
-rw-r--r-- 1 root root 340 Mar 6 16:26 apidoc.json
-rw-r--r-- 1 root root 1874955 Jul 30 14:16 composer.phar
drwxr-xr-x 12 root root 4096 Aug 1 16:39 system
drwxr-xr-x 4 root root 4096 Aug 1 16:40 dev
drwxr-xr-x 44 root root 4096 Aug 1 16:43 modules
-rw-r--r-- 1 root root 93428 Aug 1 16:43 composer.lock
drwxr-xr-x 19 root root 292 Aug 1 16:43 vendor
drwxr-xr-x 4 root root 50 Aug 1 16:43 data
drwxr-xr-x 568 root root 16384 Aug 1 16:55 node_modules
drwxr-xr-x 4 root root 30 Aug 1 16:57 static
-rw-r--r-- 1 root root 14 Aug 1 16:58 VERSION
[root@project aurora-files-latest]# pwd
/var/www/aurora/data/aurora-files-latest

Please help me. Thanks

Add a problems to contest

How can i add a problems to contest? When i created problem is contest it don't appear everywhere.

Fork Bombs

There is some serious issue with judge it just executes code and if someone submits fork bomb in the code it takes the whole server.

java code doesn't run

Whenever i submit java solution, it shows could not find Main class.. however on running exact same commands as script executes on terminal, I get proper result

Needs polishing

I see many changes which are not required like LICENSE inside Web Interface folder.
codemirror folder has many unnecessary files like demo, test, README.md, LICENSE etc.

See that you include only required files and I will merge the pull request.

commit file reference ReviewNinja
a3f701c none #5

Trying to get in touch regarding a security issue

Hey there!

I'd like to report a security issue but cannot find contact instructions on your repository.

If not a hassle, might you kindly add a SECURITY.md file with an email, or another contact method? GitHub recommends this best practice to ensure security issues are responsibly disclosed, and it would serve as a simple instruction for security researchers in the future.

Thank you for your consideration, and I look forward to hearing from you!

(cc @huntr-helper)

Replication not supported for web docker package

Sessions are stored on the filesystem for the web docker image. Making it necessary to replicate the image on same host with volume mount. We need to evaluate either the use of NFS or Redis for storing sessions.

Accessing MySQL Database remotely.

First of all, we would like to thank and congratulate for a wonderful project. The design and overall flow is very user-friendly and smooth.
We are trying to integrate this SPOJ along with our web application for project purposes. In this regard, we need to connect to the MySQL Database remotely (basically, to register on Aurora SPOJ automatically, when the user registers on our application).
The main idea is to eliminate the double registration process for the user. Can you please help us on how to connect to the database remotely? We want to try the automation of the registration from our end.
We are accessing the docker application without any issues as a stand-alone instance..
Thanks in advance!

Unable to select language

After creating pew Problem I am unable to submit answer, because the list of languages is empty. Also if I try to edit problem I am not able to see any of them.

Instal the Judge system Aurora!!!

Hello, I see your Judge system Aurora and I like it.
I want to use your Judge in my University.
I'm studying in Uzbekistan.
Can you help me to install Aurora? please help me!!!
Thank you before your answer!

judge closes unexpectedly

on judging a program, except .txt files, i get RTE and terminal closes unexpectedly. if there are any compilation errors, they appear all right. I have not set up any jail or virtualenv yet. The terminal also shuts down unexpectedly when i properly close and start the judge

Installation

Hello.

I have installed Web Interface and it works just fine. Now I have entered /var/www/aurora/Judge folder on my Ubuntu and want to install Python scripts. Instruction says I have to input a /path/to/chroot. Where can I find it?

Also how can I enter that jail and exit it? How to run Aurora as daemon?

How does this system score ?

I'm sorry, How does this system score a submission ?
I want to build a judge online system in my college so please help me

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.