Skip to content

hoangknguyen1807/CODECARD

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CODECARD

Competitive programming webgame. Released in August 2017 by Nguyen Viet Dung.

To retrieve a problem with multiple zip parts, use: cat problemid.zip.part* > problemid.zip

(To split a problem zip file into multiple parts, use: split -b 24M problemid.zip "problemid.zip.part")

To run, use: node algorithm_server.js

Before run, change ip and port in file "algorithm_server.js" and change mysql database, user, password in file "action.js". Also you have to change ip and port in all js and html file.

Download necessary NodeJS packages in "package.json" file using NPM.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 57.5%
  • HTML 17.9%
  • CSS 14.6%
  • C++ 9.8%
  • Other 0.2%