{"id":21942604,"url":"https://github.com/haukex/algorithm-odometer-tiny","last_synced_at":"2025-07-22T19:04:08.968Z","repository":{"id":56839519,"uuid":"212901540","full_name":"haukex/Algorithm-Odometer-Tiny","owner":"haukex","description":"A Perl extension for generating \"base-N odometer\" permutations  (Cartesian product / product set).","archived":false,"fork":false,"pushed_at":"2024-04-27T14:06:54.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-22T15:48:56.454Z","etag":null,"topics":["cartesian-product","gray-code","perl"],"latest_commit_sha":null,"homepage":"https://metacpan.org/release/Algorithm-Odometer-Tiny","language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/haukex.png","metadata":{"files":{"readme":"README.md","changelog":"Changes","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-10-04T20:59:18.000Z","updated_at":"2024-04-27T14:06:57.000Z","dependencies_parsed_at":"2024-11-30T08:32:39.251Z","dependency_job_id":null,"html_url":"https://github.com/haukex/Algorithm-Odometer-Tiny","commit_stats":{"total_commits":13,"total_committers":1,"mean_commits":13.0,"dds":0.0,"last_synced_commit":"4779f33c6d48470ed9da6ff56aaeae9b091dd66d"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/haukex/Algorithm-Odometer-Tiny","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haukex%2FAlgorithm-Odometer-Tiny","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haukex%2FAlgorithm-Odometer-Tiny/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haukex%2FAlgorithm-Odometer-Tiny/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haukex%2FAlgorithm-Odometer-Tiny/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/haukex","download_url":"https://codeload.github.com/haukex/Algorithm-Odometer-Tiny/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haukex%2FAlgorithm-Odometer-Tiny/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266554057,"owners_count":23947258,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cartesian-product","gray-code","perl"],"created_at":"2024-11-29T03:25:44.182Z","updated_at":"2025-07-22T19:04:08.947Z","avatar_url":"https://github.com/haukex.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"Algorithm-Odometer-Tiny\n=======================\n\nThis is the distribution of the Perl modules\n[`Algorithm::Odometer::Tiny`](https://metacpan.org/pod/Algorithm::Odometer::Tiny) and\n[`Algorithm::Odometer::Gray`](https://metacpan.org/pod/Algorithm::Odometer::Gray).\n\nIt is a Perl extension for generating \"base-N odometer\" permutations (Cartesian product / product set).\n\nPlease see the modules' documentation (POD) for details (try the command\n`perldoc lib/Algorithm/Odometer/Tiny.pm`) and the file `Changes` for version\ninformation.\n\n[![Travis CI Build Status](https://travis-ci.org/haukex/Algorithm-Odometer-Tiny.svg)](https://travis-ci.org/haukex/Algorithm-Odometer-Tiny)\n[![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)\n[![Coverage Status](https://coveralls.io/repos/github/haukex/Algorithm-Odometer-Tiny/badge.svg)](https://coveralls.io/github/haukex/Algorithm-Odometer-Tiny)\n[![Kwalitee Score](https://cpants.cpanauthors.org/dist/Algorithm-Odometer-Tiny.svg)](https://cpants.cpanauthors.org/dist/Algorithm-Odometer-Tiny)\n[![CPAN Testers](https://haukex.github.io/my-badges/Algorithm-Odometer-Tiny.svg)](http://matrix.cpantesters.org/?dist=Algorithm-Odometer-Tiny)\n\nInstallation\n------------\n\nTo install this module type the following:\n\n\tperl Makefile.PL\n\tmake\n\tmake test\n\tmake install\n\nIf you are running Windows, you may need to use `dmake`, `nmake`, or `gmake`\ninstead of `make`.\n\nDependencies\n------------\n\nRequirements: Perl v5.6 or higher (a more current version is *strongly*\nrecommended) and several of its core modules; users of older Perls may need\nto upgrade some core modules.\n\nThe full list of required modules can be found in the file `Makefile.PL`.\nThis module should work on any platform supported by these modules.\n\nAuthor, Copyright and License\n-----------------------------\n\nCopyright (c) 2019 Hauke Daempfling \u003chaukex@zero-g.net\u003e.\n\nThis library is free software; you can redistribute it and/or modify\nit under the same terms as Perl 5 itself.\n\nFor more information see the Perl Artistic License,\nwhich should have been distributed with your copy of Perl.\nTry the command `perldoc perlartistic` or see\n\u003chttp://perldoc.perl.org/perlartistic.html\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaukex%2Falgorithm-odometer-tiny","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhaukex%2Falgorithm-odometer-tiny","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaukex%2Falgorithm-odometer-tiny/lists"}