The software on this pages will slowly be moved to GitHub https://github.com/hilbix/. The CVS repository will be migrated to GIT as well, so the history will be preserved, a bit. See FAQ.
The tools are developed under Linux with
ESR's paradigm
release early, release often
in mind.
So you can consider this beta software, or alpha, or pre-alpha, or even worse ;)
Have a look in the download directory for all downloads.
As always here, all you get is the source. No binaries here.
An integer seq implementation
⇒ ⇒ ⇒ The development shifted to another location. All future versions will be published at https://github.com/hilbix/tinoseq ⇐ ⇐ ⇐
I don't know why, but it looks like there are cases where the ordinary seq does not do it's job. This here is supposed to only work for (long) integers.
Currrently it works with a signed 64 bit number, but in future I might extend this to include arbitrary long integers.
One difference exists to the "normal" seq: If you try to increment by 0 this here bails out, as for this type you can use "yes number" instead (and increment 0 shall be something weird, anyway).
version 0.0.0-20070408-124243download (154019 bytes) | A first version Currently not uses tinolib (but in future will as I add options). |
License and Disclaimer
All you can see here is free software according to the GNU GPL. |