Random Libraries

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.
URL: http://ndevilla.free.fr/iniparser
License: MIT
iniparser

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
fastxml

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.
URL: http://lloyd.github.com/yajl/
License: BSD
yajl

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 ;-)
URL: http://slre.sourceforge.net/
License: BEER-WARE
slre

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.


1 comment

13 Oct 2010

Very nice, especially the regex compiler.
Thankx.

You need to log in to post a comment