Hey, if you're lookin' for something interesting to do on Sunday night (April 20th this coming weekend), consider checking out the Dixie Derby Girls vs. the Nashville Roller Girls. I think that would be highly entertaining but I'll be working.......
In parting....
I download the Department of Homeland Security's Daily Open Source newsletter. They used to send it via e-mail, but they have since ceased doing so. Now I use a nifty little batch file (that invokes wget for Windows) to download it via Windows Scheduled Tasks. For those who have any interest in that type of thing, here's the batch file that I use:
@echo off
echo %%date%% = %date%
for /f "tokens=1-4 delims=/ " %%i in ("%date%") do (
set dow=%%i
set month=%%j
set day=%%k
set year=%%l
)
wget http://www.dhs.gov/xlibrary/assets/DHS_Daily_Report_%year%-%month%-%day%.pdf -O dhs/DHS_Daily_Report_%year%-%month%-%day%.pdf
Well, I'd better run along. Time to catch as many ZZZZZZZZZZZZZZZZZZZZZZZZZs as I can! Peace, y'all!