Miscellaneous Code
I’ve written several chunks of code that don’t seem substantial enough to qualify as a full-fledged project yet seemed useful enough to me that I wanted to share them:
- Scrape PHP Globals
- This code reads a PHP file and tells you what variables it is calling global. There is a Perl version good for command line use as well as a PHP version good for using within other projects.
- Xanga Feed Fixer
- Xanga doesn’t make well-formed RSS feeds, so I wrote this short script to fix them.