Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anirudhvr/cpputils
C++ utility libraries
https://github.com/anirudhvr/cpputils
Last synced: 18 days ago
JSON representation
C++ utility libraries
- Host: GitHub
- URL: https://github.com/anirudhvr/cpputils
- Owner: anirudhvr
- License: gpl-2.0
- Created: 2013-07-26T20:14:43.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-07-26T20:21:18.000Z (over 11 years ago)
- Last Synced: 2024-07-31T22:58:57.929Z (3 months ago)
- Language: C
- Size: 441 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
cpputils
========C++ utility libraries
* Regular expressions using POSIX regex(3) when Boost is just too heavy
or annoying to install
* Some other space/time-saving things (timers, perl-like string
chomp/split, string convert to anything and back, etc.
* Wrapper library for mysqlpp and Patricia (structure to store IP
addresses/address ranges as a prefix trie)