- Too awesome for words Tue, 01 Apr 2008 14:54:56 -0400 EST
-
If anyone is reading this blog, then you should know that I am quite obviously a PHP developer. As such I wanted to show off this nice piece of internet history made way back years ago. Enjoy
More... - libevent TCP and UDP server example code Mon, 17 Mar 2008 17:38:12 -0400 EST
-
I wrote this TCP / UDP server example implemenation just playing around. The TCP portion still doesn't work, not sure why. Anyway this is just a post, for my own notes.
libevent-test.c More... - Simple CLI one-liner for line counts Fri, 29 Feb 2008 22:11:59 -0500 EST
-
Here is a little tip about how to perform a quick line count recursively through your code.
c=0; for i in `find . -type f -name "*.php"`; do c=$(( $c + `wc -l $i | cut -d ' ' -f 1`)); echo $c; done; echo $c
THis example is specifically for searching out PHP scripts, however you can modify this however you like to fine what files you want.
More... - Merry Christmas Tue, 25 Dec 2007 18:50:13 -0500 EST
- Just wanted to wish everyone out there a very Merry Christmas. Hope you all enjoy this time with family or whomever you may care about. So drink, eat and be merry thats an order from the ninja. More...
- Not quite sure how to take this Tue, 25 Dec 2007 18:43:32 -0500 EST
- 72%LUSH More...