https://github.com/mdbarr/infostd
A shared library for handling and storing various forms of information.
https://github.com/mdbarr/infostd
Last synced: about 1 month ago
JSON representation
A shared library for handling and storing various forms of information.
- Host: GitHub
- URL: https://github.com/mdbarr/infostd
- Owner: mdbarr
- Created: 2014-03-20T17:52:28.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-20T18:05:21.000Z (about 12 years ago)
- Last Synced: 2025-03-02T00:24:24.892Z (over 1 year ago)
- Language: C
- Size: 13.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
infostd
=======
A shared library for handling and storing various forms of information.
Features
========
Dynatic strings and collections of strings.
Dynamic arrays of longs, floats and points.
Perl style regular expressions and substitutions.
Hashes of strings, longs and doubles.
Tokenizer for character sets or regular expressions.
Spell checking and suggestions based on metaphones.
Stemming and morphological equivalence.
Finite state machines and transducers.
Queues of longs, floats, doubles and pointers.
CRC32 Encoding, and Base64 encoding / decoding.