A set of services and libraries to make it easier to write applications and daemons in Erlang
- An extendible config server which makes it possible for applications to have data driven config files in JSON format
- ./src/config_serv.erl
- ./src/test_engine.erl
- A Erlang test engine
- ./src/serv.erl
- A light-weight gen_server replacement which brings the fun back to server programming
- ./include/bits.hrl
- Your favourite bit manipulation macros
- ./include/shorthand.hrl
- A number of BIFs have fairly long names. A bunch of shorthand macros comes to the rescue.