Mark Mzyk April 20, 2008
Picked up on the Internet history meme from Tim Bray. Here are my results: ~ markmzyk$ history | awk ‘{a[$2]++} END{for(i in a){printf “%5d\t%s \n”, a[i],i}}’ | sort -rn|head 67 ls 54 cd 31 erl 25 vi 22 pwd 13 exit 7 sudo 7 ./configure 6 cp 4 source Nothing exciting what so ever. Hadn’t […]
Mark Mzyk January 5, 2008
The holidays are over, so that means it’s time for PHP to bring me back to reality by crushing my brain between my skull. Today’s segment is presented by the PHP function header(). If you’ve had any experience coding with PHP, you’ve probably seen the header function used in many difference places. I certainly have. […]