Skip to content

rahatcse5bu/RUET-OJ

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RUET-OJ

RUET OJ is the 1st Open Source Online Judge Platform Of Bangladesh .

Developer

Ashadullah Shawon

Live RUET-OJ

http://ruetoj-ruetoj.1d35.starter-us-east-1.openshiftapps.com/

Languages

Front End

HTML, CSS, BootStrap, JavaScript

BackEnd

PHP, MySQL

Judge Languages

C , C++, C++11 And Java

Requirements

Linux, gcc, g++ , Java Compilers And Lampp

Install Compilers

C/C++

sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install g++-4.9


sudo ln -f -s /usr/bin/g++-4.9 /usr/bin/g++

Java

sudo add-apt-repository ppa:openjdk-r/ppa  
sudo apt-get update   
sudo apt install openjdk-8-jre

Database Set Up

Import SQL Files From dbs Folder .

Set Up Conncection

If you are using localhost then change configuration of config.php to

$host="localhost";
$user="root";
$pass="";
$db="reg";

More

There is a windows version of this online judge with partial features. https://github.com/shawon100/RUET-Virtual-Lab

Request

This online judge project is for learning purpose. Do not use it for commercial purpose. If you modify credits of footer, then add this github repository link to footer.

About

RUET OJ is the 1st Open Source Online Judge Platform Of Bangladesh.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 92.9%
  • JavaScript 5.4%
  • CSS 1.4%
  • Hack 0.3%