Skip to content
/ ix Public
forked from secti6n/ix

command line online judge client

License

Notifications You must be signed in to change notification settings

pyzh/ix

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ix

image

image

command line client for online judges

run locally

$ python3 -mix run solutions/POJ/1000.c

check against sample test cases

$ python3 -mix test solutions/POJ/1000.c

submit solution

$ python3 -mix submit -w solutions/POJ/1000.c

Quick Start

$ git clone git://github.com/bhuztez/ix.git
$ cd ix
$ python3 -mix submit -w solutions/POJ/1000.c
[SUBMIT] solutions/POJ/1000.c
POJ (poj.org)
Username: your_username
Password:
[SUBMIT] solutions/POJ/1000.c: Accepted (Memory: 328K, Time: 0MS)
$

Supported Online Judges

Online Judge Submit Fetch sample test cases
AOJ Y Y
POJ Y Y

About

command line online judge client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.7%
  • C 0.3%