Skip to content

Instantly share code, notes, and snippets.

@skyzh
Last active August 29, 2015 14:27
Show Gist options
  • Save skyzh/3813698416340af64774 to your computer and use it in GitHub Desktop.
Save skyzh/3813698416340af64774 to your computer and use it in GitHub Desktop.
CloudOJ v2 Database

User

  • TABLE User
  • TABLE UserProfile
  • TABLE Userlevel
  • TABLE Admingroup

Problem

  • TABLE Problem
  • TABLE ProblemDetail
  • TABLE ProblemData
  • TABLE ProblemContribution
  • TABLE ProblemPermission
  • TABLE ProblemAsset

Contest

  • TABLE Contest
  • TABLE ContestDetail
  • TABLE ContestProblem
  • TABLE ContestContribution
  • TABLE ContestRating
  • TABLE ContestPermission
  • TABLE ContestAsset

Status

  • TABLE Status
  • TABLE StatusCode
  • TABLE StatusDetail

Discuss

  • TABLE Discuss
  • TABLE DiscussDetail
  • TABLE DiscussAsset

Backend

  • Beanstalkd
  • Phalcon
  • PHP with Memcached
  • MySQL
  • PHP-Markdown

Frontend

  • jQuery
  • jQuery.Pjax
  • JSON2
  • Chart.js
  • Bootstrap
  • AngularJS
  • MathJax
  • twemoji
  • ACE
  • highlight.js

Tool

  • Bower / npm
  • Composer
  • Grunt
  • Less
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment