Identi.ca -> Curl -> Update

So yeah, i told you guys in my last post i would be doing a tutorial on compiler work, i am still working at this, tbh there is so much writing i am thinking i might make like a sub-domain for it like a latex-html type thing, i have been writing a long .odt in [...]

Doxygen – Sweet :D

This is pretty amazing i think take a look at some Doxygen output:

I think its really worth learning + it will save you about a week or 2′s worth of documentation:

What you want to do is go to your projects directory and:

$ sudo apt-get install doxygen

$ doxygen -g

$ emacs -nw Doxyfile

$ echo “Now go through [...]

Autoconf for dummies :)

I have been making a projects up wth autoconf  recently and i intend to clean up all my projects here if its java to be with ant build file! And then on with c projects with autoconf etc..

Anyways yeah read it because it makes it so easy this tutorial!

Whoops forgot to link: http://www.galassi.org/mark//mydocs/autoconf_tutorial_toc.html

ciao [...]