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 [...]

WordPress syntax highlighting – String matching

So yeah i wanted to do this for ages! Proper code posting that works i played a lot with almost all plug-ins i am sure and like none of them worked for me and i just know it was probably something stupid but i really don’t know much about web-development if it isn’t talking about [...]