Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haukex/algorithm-odometer-tiny
A Perl extension for generating "base-N odometer" permutations (Cartesian product / product set).
https://github.com/haukex/algorithm-odometer-tiny
cartesian-product gray-code perl
Last synced: 30 days ago
JSON representation
A Perl extension for generating "base-N odometer" permutations (Cartesian product / product set).
- Host: GitHub
- URL: https://github.com/haukex/algorithm-odometer-tiny
- Owner: haukex
- License: other
- Created: 2019-10-04T20:59:18.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-27T14:06:54.000Z (8 months ago)
- Last Synced: 2024-04-27T15:24:02.623Z (8 months ago)
- Topics: cartesian-product, gray-code, perl
- Language: Perl
- Homepage: https://metacpan.org/release/Algorithm-Odometer-Tiny
- Size: 20.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- License: LICENSE.txt
Awesome Lists containing this project
README
Algorithm-Odometer-Tiny
=======================This is the distribution of the Perl modules
[`Algorithm::Odometer::Tiny`](https://metacpan.org/pod/Algorithm::Odometer::Tiny) and
[`Algorithm::Odometer::Gray`](https://metacpan.org/pod/Algorithm::Odometer::Gray).It is a Perl extension for generating "base-N odometer" permutations (Cartesian product / product set).
Please see the modules' documentation (POD) for details (try the command
`perldoc lib/Algorithm/Odometer/Tiny.pm`) and the file `Changes` for version
information.[![Travis CI Build Status](https://travis-ci.org/haukex/Algorithm-Odometer-Tiny.svg)](https://travis-ci.org/haukex/Algorithm-Odometer-Tiny)
[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/haukex/Algorithm-Odometer-Tiny?svg=true)](https://ci.appveyor.com/project/haukex/algorithm-odometer-tiny)
[![Coverage Status](https://coveralls.io/repos/github/haukex/Algorithm-Odometer-Tiny/badge.svg)](https://coveralls.io/github/haukex/Algorithm-Odometer-Tiny)
[![Kwalitee Score](https://cpants.cpanauthors.org/dist/Algorithm-Odometer-Tiny.svg)](https://cpants.cpanauthors.org/dist/Algorithm-Odometer-Tiny)
[![CPAN Testers](https://haukex.github.io/my-badges/Algorithm-Odometer-Tiny.svg)](http://matrix.cpantesters.org/?dist=Algorithm-Odometer-Tiny)Installation
------------To install this module type the following:
perl Makefile.PL
make
make test
make installIf you are running Windows, you may need to use `dmake`, `nmake`, or `gmake`
instead of `make`.Dependencies
------------Requirements: Perl v5.6 or higher (a more current version is *strongly*
recommended) and several of its core modules; users of older Perls may need
to upgrade some core modules.The full list of required modules can be found in the file `Makefile.PL`.
This module should work on any platform supported by these modules.Author, Copyright and License
-----------------------------Copyright (c) 2019 Hauke Daempfling .
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl 5 itself.For more information see the Perl Artistic License,
which should have been distributed with your copy of Perl.
Try the command `perldoc perlartistic` or see