Posted in April 27, 2009 ¬ 2:48 pmh.
irkenInvader
After playing some Zombinion with AJ earlier in the day, El-Kabong came over for some serious, hard-core Cold War Action! Twilight Stuggle is a game I’ve been watching climb the rankings on BoardGameGeeks for some time. It’s currently floating at 4th place, which puts it in some crazy-good company. The top-five on [...]
Read the rest of this entry »
Posted in April 23, 2009 ¬ 9:10 amh.
irkenInvader
The favicon I used for the original bhamcrew forums (left) needs to be implemented on the new forums. I (obviously) grabbed the original favicon.ico file and am placing it in the images directory on the forums: /public_html/bhamcrew/images/favicon.ico.
After that, I changed the headerinclude template in the Admin CP:
Admin CP -> Templates & Style -> Templates -> [...]
Read the rest of this entry »
Posted in January 5, 2006 ¬ 5:18 pmh.
irkenInvader
If you need to find any of the following: Access, Inode modification, or
Content modification times, in Perl, just use the file tests -A, -C, or
-M, respectively. For example:
#!/usr/bin/perl
use strict;
use warnings;
foreach my $file( </some/directory/*> ) {
if( ((-M $file) * 24 * 60) < 5 ) {
print “$file was modified less than
five minutes ago\n”
}
}
This code will print [...]
Read the rest of this entry »
Posted in September 20, 2005 ¬ 2:23 pmh.
irkenInvader
Ryan Davis uses Ruby on Rail’s ability to generate code to create a working web app in less than 2 minutes. You can’t do this with anything else, folks.
read more | digg story
Read the rest of this entry »
Posted in September 18, 2005 ¬ 4:22 pmh.
irkenInvader
An excellent tutorial describing good web-site design.
Read the rest of this entry »