Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/titsuki/raku-app-aizuonlinejudge
- Owner: titsuki
- License: artistic-2.0
- Created: 2016-05-06T11:58:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-17T12:58:12.000Z (6 months ago)
- Last Synced: 2024-10-11T20:54:38.380Z (4 months ago)
- Topics: aoj, raku
- Language: Raku
- Homepage:
- Size: 47.9 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- License: LICENSE
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++ submitDESCRIPTION
===========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.