Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/otaviof/perl-pile_of_boxes
Perl implementation using "Moose" of Pile of Boxes (http://online-judge.uva.es/p/v9/946.html)
https://github.com/otaviof/perl-pile_of_boxes
Last synced: about 1 month ago
JSON representation
Perl implementation using "Moose" of Pile of Boxes (http://online-judge.uva.es/p/v9/946.html)
- Host: GitHub
- URL: https://github.com/otaviof/perl-pile_of_boxes
- Owner: otaviof
- Created: 2009-12-07T02:14:49.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2009-12-07T12:22:56.000Z (almost 15 years ago)
- Last Synced: 2023-03-10T21:47:51.505Z (over 1 year ago)
- Language: Perl
- Homepage:
- Size: 78.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
Dojo-PileOfBoxes
****************Perl implementation using "Moose" of Pile of Boxes
(http://online-judge.uva.es/p/v9/946.html)INSTALLATION
To install this module, run the following commands:
$ perl Makefile.PL
$ make
$ make test
$ make install
$ perl bin/pile_of_boxes.pl 8 10 4 6 3 11 7 8 5COPYRIGHT AND LICENCE
Copyright (C) 2009 Otavio Fernandes
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.