Archive for August, 2006

Teen Creates Device to Track Speeding

Wednesday, August 23rd, 2006

The link is here.

Perhaps next we’ll hear about another teen coming up with a chastity belt-like device, eh?

clsStackArray

Saturday, August 12th, 2006

As some of you may know, I find myself coding in Visual Basic often these past few months. Having a background of PHP and Perl, I find it frustrating that I am unable to manipulate arrays as if it were a stack, as I could in PHP via array_push() and array_pop().

(more…)