Mac OS X Location Actions PDF Print E-mail
Written by Sam Moffatt   
Friday, 08 August 2008 02:18
Mac OS X Location Actions provides a cron style interface to the Mac OS X network location system. This leverages the location change notifications to provide actions that can occur when you move between different locations. Check out the project on Google Code Project Hosting.
 
PHP String Stream PDF Print E-mail
Written by Sam Moffatt   
Friday, 08 August 2008 02:00
PHP String Stream is a simple stream wrapper for PHP's built in strings. It works by creating a reference to a string and using that for regular file operations. Other operations, such as creating a directory, won't work and will cause an error. Check out the project on Google Code.