Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/titsuki/raku-app-aizuonlinejudge

A Raku implementation of the unofficial code submitter for Aizu Online Judge (AOJ)
https://github.com/titsuki/raku-app-aizuonlinejudge

aoj raku

Last synced: 3 months ago
JSON representation

A Raku implementation of the unofficial code submitter for Aizu Online Judge (AOJ)

Awesome Lists containing this project

README

        

[![Actions Status](https://github.com/titsuki/raku-App-AizuOnlineJudge/actions/workflows/test.yml/badge.svg)](https://github.com/titsuki/raku-App-AizuOnlineJudge/actions)

NAME
====

App::AizuOnlineJudge - A Raku implementation of the unofficial code submitter for Aizu Online Judge( http://judge.u-aizu.ac.jp/onlinejudge/index.jsp ).

SYNOPSIS
========

$ aoj --code=../AOJ/ITP1/ITP1_1_A.scala --problem-number=A --lesson-id=ITP1_1 --user=perl6isfun --language=Scala submit
$ aoj --code=../AOJ/Volume_00/0000_QQ.cpp --problem-number=0000 --user=perl6isfun --language=C++ submit

DESCRIPTION
===========

App::AizuOnlineJudge is a Raku implementation of the unofficial code submitter for Aizu Online Judge( http://judge.u-aizu.ac.jp/onlinejudge/index.jsp ).

AUTHOR
======

titsuki

COPYRIGHT AND LICENSE
=====================

Copyright 2016 titsuki

This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.