July 26th, 2004 by Geoffrey Hing | View Comments
WHAT YOU WILL NEED: 1 package tempeh 1/2 onion, cut into big big pieces sesame oil coriander soy sauce (or braggs, braggs is better.) sriracha hot chili sauce (also known as COCK SAUCE) 2 cloves of garlic 1/2 tomato lettuce white or sourdough bread fake mayonaise (nayo-naise) DIRECTIONS: get a frying pan, heat it on [...]
July 24th, 2004 by Geoffrey Hing | View Comments
#!/bin/sh php_files=`ls *.php` php_exe=’/usr/bin/php -l’ for php_file in $php_files do # Need the 2> /dev/null on my server because php always complains # about some module problems and it makes the output hard to read. $php_exe $php_file 2> /dev/null done exit
July 24th, 2004 by Geoffrey Hing | View Comments
from http://www.bo.infn.it/alice/alice-doc/mll-doc/linux/vi-ex/node26.html %s/old/new/gc
July 23rd, 2004 by Geoffrey Hing | View Comments
July 21st, 2004 by Geoffrey Hing | View Comments
at night you can walk in the streets here. it’s a simple pleasure, but almost everyone does it. it’s the kind of convention that one just falls into, a lazy routine that i’m sure will be sadly absent when we move on to other points. in the morning you’re confronted by just enough moving cars [...]
July 20th, 2004 by Geoffrey Hing | View Comments
form to get my ohio state retirement back A-4Tradtional9-03.pdf I need to fill it out, get it notorized and then send it to: Office of Human Resources 2130 Neal Ave. Columbus, OH 43210 Room 213 To follow up, OSU HR’s contact is: web: http://hr.osu.edu phone: 614.292.2311 email: payroll@hr.osu.edu
July 18th, 2004 by Geoffrey Hing | View Comments
howto: resizing windows with javscript in both ie and mozilla http://dynarch.com:1979/mishoo/articles.epl?art_id=408
July 16th, 2004 by Geoffrey Hing | View Comments
software: figlet figlet create’s ascii art text. http://www.figlet.org
July 15th, 2004 by Geoffrey Hing | View Comments
lingo: new voip provider http://www.lingo.com/
July 9th, 2004 by Geoffrey Hing | View Comments
howto: scrolling layers http://www.quirksmode.org/js/layerscroll.html