https://github.com/secti6n/ix
command line online judge client
https://github.com/secti6n/ix
Last synced: 3 days ago
JSON representation
command line online judge client
- Host: GitHub
- URL: https://github.com/secti6n/ix
- Owner: secti6n
- License: mit
- Created: 2018-07-15T06:02:35.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-11T14:00:49.000Z (almost 8 years ago)
- Last Synced: 2025-02-26T18:53:26.430Z (over 1 year ago)
- Language: Python
- Size: 48.8 KB
- Stars: 0
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
==
ix
==
command line client for online judges
run locally
.. code-block:: console
$ python3 -mix run solutions/POJ/1000.c
check against sample input/output
.. code-block:: console
$ python3 -mix test solutions/POJ/1000.c
submit solution
.. code-block:: console
$ python3 -mix submit -w solutions/POJ/1000.c
Quick Start
===========
.. code-block:: console
$ git clone git://github.com/bhuztez/ix.git
$ cd ix
$ python3 -mix submit -w solutions/HR/solve-me-first.c
[SUBMIT] solutions/HR/solve-me-first.c
HR (hackerrank.com)
Username: your_username
Password:
[SUBMIT] solutions/HR/solve-me-first.c: Accepted
$
Supported Online Judges
=======================
============== ====== =======================
Online Judge Submit Fetch sample test cases
============== ====== =======================
`AOJ`__ Y Y
============== ====== =======================
.. __: http://judge.u-aizu.ac.jp/onlinejudge/index.jsp