An open API service indexing awesome lists of open source software.

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

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