Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fglock/set-infinite
Sets of intervals
https://github.com/fglock/set-infinite
Last synced: about 2 months ago
JSON representation
Sets of intervals
- Host: GitHub
- URL: https://github.com/fglock/set-infinite
- Owner: fglock
- License: other
- Created: 2012-12-16T17:46:08.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2020-07-29T18:04:19.000Z (over 4 years ago)
- Last Synced: 2024-10-11T21:43:33.635Z (2 months ago)
- Language: Perl
- Size: 177 KB
- Stars: 0
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
NAME
Set::Infinite - Sets of intervalsSYNOPSIS
use Set::Infinite;$a = Set::Infinite->new(1,2); # [1..2]
print $a->union(5,6); # [1..2],[5..6]INSTALLATION
To install this module type the following in the distribution
directory:perl Makefile.PL
make
make test
make install