Monthly Archives: May 2009

This is actually what you do with twitter

Thought I should show all you twitters out there what you are essentially doing when you post a “tweet”. Watch Real Life Twitter and more funny videos on CollegeHumor

Posted in Uncategorized | Leave a comment

Using PHP directly from the command line on Linux and UNIX

IBM Developerworks: “Learn how to better integrate scripts with command-line tools. Examine using shell_exec(), exec(), passthru(), and system(); safely passing information to the command line; and safely retrieving information from it.” View Original Article Blogged with the Flock Browser

Posted in php | Leave a comment

My python scripts (1)

Recently I have had to do a few tasks that would have required a lot of man hours renaming files and creating xml documents.  First step was to remove any unwanted characters such as slashes quotes and so on. print … Continue reading

Posted in django, Python | Leave a comment