katt: Client for the Kattis judge system.

[ bsd3, library, program, utils ] [ Propose Tags ]

Unofficial CLI client for the Kattis online judge system (currently in BETA).

Written in a git-like fashion, it supports automatic downloading of test cases, easy submissions, and more.

Basically a problem is initialized as follows (creates a directory and downloads any available test cases):

> katt init hello
> cd hello

Source files, problem names, and language identification is handled automatically when submitting solutions:

> vim hello.java
> katt submit
Made submission 4712
Accepted: 1 of 1 test(s) passed

There is also built-in support for problem sessions, which initalizes all problems in the problem list.

Get started by downloading a .kattisrc config from the official site, make sure you have the haskell platform installed, then run cabal install katt.

Please note that the beta release is limited to C, C++ and Java. It also only supports running on unix.

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.2.0.0, 0.2.0.1, 0.2.0.3
Dependencies base (>=4.5 && <4.7), blaze-builder (>=0.3 && <0.4), bytestring (>=0.9.2.1), ConfigFile (>=1.1 && <1.2), containers (>=0.4.2.1), directory (>=1.2 && <1.3), errors (>=1.4 && <1.5), filepath (>=1.3 && <1.4), HsOpenSSL (>=0.10.3 && <0.11), http-streams (>=0.6 && <0.7), io-streams, mtl (>=2.1 && <2.2), parsec (>=3.1 && <3.2), regex-posix (>=0.95 && <0.96), unix (>=2.6 && <2.7), url (>=2.1 && <2.2), zip-archive (>=0.1 && <0.2) [details]
License BSD-3-Clause
Author David Nilsson
Maintainer nilsson.dd+code@gmail.com
Category Utils
Home page https://github.com/davnils/katt
Bug tracker https://github.com/davnils/katt/issues
Source repo head: git clone https://github.com/davnils/katt.git
Uploaded by DavidNilsson at 2013-05-31T19:01:49Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables katt
Downloads 2953 total (10 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
Successful builds reported [all 7 reports]