Divine Blood
You are not logged in.


Snippets

list_sort.c -- Sorts any linked list by moving it to an array, feeding it to qsort, then moving it back.
Contains impressive code such as "(void *)*(long *)(array[count]+nextpos) = list"

regtrigger.c -- Regular expression trigger for mob progs.

timer.c -- Calculates the execution time of commands.

track.c -- My own track/find path snippet. Has some advantages over the one everyone else uses.

dnslookup.c -- Extremely simple multithreaded DNS resolution.

help.c -- This was the old command-line program that looked up help files in the .are file format.

help.tar.gz -- This is the source for a perl module that looks up helps in our help.xml file. It's a simple example of how to use the SAX parser in libxml2 and also how to build a perl module using swig.

© 2005 Divine Blood Staff -- Web page by Palrich (palrichatgmail.com)