Source Code
Here are tidbits and snippets of source I’ve collected from across the internet and reposted here, for organization’s sake and in case the original provision becomes unavailable. I’ll also be posting source code for several of my FOSS applications, as I dig them out of archives and such.
Content Scraping
- LiveJournal Image Search
Find and display images from LiveJournal based on predefined criteria.
http://www.cloverpatchwork.com/search/lj.php
Environment Detection
- Mobile Browser Detection With PHP
Detect which mobile browser, if any, a user is navigating to your application or website from, and display different content based on that detetction.
Revenue Monitoring
- AdSense Earnings RSS Feed
Load your AdSense earnings for a specific date range into a RSS feed.
http://planetozh.com/blog/my-projects/track-adsense-earnings-in-rss-feed/
String/Text Manipulation
- Bash English Professor
Professor Matt Might wrote a script that catches three grammar errors:- the passive voice
- weasel words
- lexical illusions
http://matt.might.net/articles/shell-scripts-for-passive-voice-weasel-words-duplicates/



