Skip to content

Command line tool for Competitve Companion which parses test cases from various online judge to test your code against and creates well named directories to keep your codes systematically and a command line tester to test your codes

License

Notifications You must be signed in to change notification settings

convict-git/cp_parser_cli

Repository files navigation

parser-banner contributions welcome HitCount Generic badge Generic badge

Setup Competitve Companion browser extension

Install Firefox Add-on: Link
or
Install Chrome Extension: Link

Go to the extension/add-on settings as set the Custom port to 2626.

Download and Install

wget https://github.com/convict-git/cp_parser_cli/releases/download/v1.0.1/package.zip
# or download the latest release from "Download-Linux x64 badge"
unzip package.zip
cd package
chmod +x install.sh && ./install.sh

Build and Install

git clone https://github.com/convict-git/cp_parser_cli.git
cd cp_parser_cli
chmod +x build.sh && ./build.sh
chmod +x install.sh && ./install.sh

Usage

cp-parse

Watch this Generic badge

cp-tester

Watch this Generic badge

Uninstall

chmod +x uninstall.sh && ./uninstall.sh

About

Command line tool for Competitve Companion which parses test cases from various online judge to test your code against and creates well named directories to keep your codes systematically and a command line tester to test your codes

Resources

License

Stars

Watchers

Forks

Packages

No packages published