Skip to content

A node application to create a code file from onlinle judge url.

Notifications You must be signed in to change notification settings

ishan0445/oj-to-file

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oj-to-file

A node application to create a code file from onlile judge url.

Online Judges Supported

Installation

ojToFile requires NodeJS 6+ to work. clone the project to your system and run below command to install all the dependencies.

npm install

Usage

node ojToFile.js -u "https://community.topcoder.com/stat?c=problem_statement&pm=14591"

Options

Flag Description Remarks
--url, -u url of the problem [required]
--lang, -l file format (c , cpp , java , py) [default: "cpp"]
--save-path, -s path to save the output file [string] [default: "./"]
--help Show help [boolean]

About

A node application to create a code file from onlinle judge url.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published