Archive for February, 2009

h1

Recommending – SWILL library

February 19, 2009

SWILL is a simple and powerful C/C++ library that allows you to easily add web-server functionality to your C/C++ programs.

Read the rest of this entry ?

h1

HowTo: “mod_mime_magic: invalid type 0 in mconvert()” error

February 17, 2009

If you’re getting the “mod_mime_magic: invalid type 0 in mconvert()” error in your error log of Apache (or any other http server), it’s most probably due to fault in mime-magic’s configuration.

Read the rest of this entry ?

h1

Recommending – gprof2dot script

February 13, 2009

Gprof2Dot is a Python script for converting output from profiling tools into a dot graph.
Currently supports data from prof, gprof, oprofile, Shark, and python profilers.
You’ll need working Python and dot installation to use the script.

Read the rest of this entry ?