Alternatives to feeding layers’ pellets.
Posted in Reference | Tagged Chickens, feeding
Google Map created for VW TPS locations: only pioneers and phase 1 included so far.
Posted in Work | Tagged google-maps, tps, vw
Here is some DOS / NT CMD Script code to sleep for n seconds:
@echo off
echo Sleeping for 5 seconds
call :sleep 5
echo Done
goto :EOF
:sleep
:: This subroutine sleeps for n seconds
ping -n %1 127.0.0.1 > NUL 2>&1
goto :EOF
Posted in Work | Tagged code, sleep
Typical – I discover the Pandora Internet radio site only to find that they are going to limit access to US listeners only. It’s SO clever in the way that it uses the Music Genome Project to identify probable likes and dislikes – my only complaint is the use of Flash for the control panel. [...]
Posted in Play | Tagged internet_radio, music_genome_project, pandora