I was looking through some code I had written almost 6 months ago…Harry Potter quotes inside of scripts…Too funny!
#!/usr/bin/perl
##############################
# WARNING #
##############################
#
# If you do not know what this
# script does, do not run it!
#
# Your are meddling in things
# that ought not to be meddled in!
# – Rubeus Hagrid
#
my $run_script = 1;
#
#
# This script should run everynight, to archive every pixel on the website. This way, once the Time Lapse feature can be implemented fairly easily down the road.
if ($run_script == 0) { die; };
#
# Created by Todd Hertzelle 11.09.2008 – 0.1.0 Pixelated
Do you want more proof? During Pixelated’s conception I was making a revision list, as I made changes I would up the revision number. Here is one of my instances with, surprise another Harry Potter quotes!
0.0.8 – Officially removing MooTools, “For neither can live while the other survives.” – “The problem with using Mootools and jQuery together is that they have some identically named functions and namespaces which means they conflict with each other” [thertzelle]