Random Libraries
Page last updated
15 Dec 2009, by
Rolf Meyer.
1 reply
ini,
JSON,
slre,
xml
I've found some maybe useful stuff on the web. And collected it in my compiler. Here is a short aggregation of what is was so far:
iniparser - A simple ini parser
An ini file parser. It might be useful for some configuration values into your project.
License: MIT
FastXML
FastXML is a simple XML parser. Might be useful for more complex data storage.
URL: Was a geocities site, they are gone now.
License: MIT
YAJL - Yet another JSON library
Is a very cool easy to use JSON library it can write and read JSON files and is able to parse them into structures if you provide the right functions. It's very light in memory usage and very nice to use.
Furthermore I like to use JSON for config files and clear text communication protocols. It's easy to read and easier to write than XML.
License: BSD
SLRE - Super Light Regular Expressions
It's always good to have regular expressions. slre is an inplace regualr expression library it can only perform a smal subset of regexs but it's enough for most applications ;-)
License: BEER-WARE
Other Libraries will follow, I'm sure. I don't take any responsibilities for the Libraries. They are complete including their source and links to their original WebPages. If you decide you want to use them you’re on your own. I will not do any maintenance on them. Just to point that out.
Very nice, especially the regex compiler.
Thankx.
You need to log in to post a comment
Very nice, especially the regex compiler.
Thankx.