tag
Github
- Building a Water ForecasterHiking, backpacking, or spending any amount of time in the backcountry of Arizona has one important …
- A Year of Commits and PushesOver a year ago I made the decision to publish the custom framework behind my personal website. There were a …
- Converting Between TimezonesSo Twitter stores and returns timezones in a relatively non-standard format. Well, non-standard from what PHP …
- R Analysis on Git Log DataA few weeks ago at work one of the managers asked me an interesting question. They were preparing an …
- Slightly ShuffledIt’s pretty easy to shuffle a list/array in PHP. There’s a function, shuffle(), that will simply …
- Archiving (Scraping) a SiteLast week I wrote a little post and script to archive a directory. This can be really helpful if you’re …
- Archiving a DirectoryRecursively tracing out a full directory and saving the files in an archive seemed like a fairly easy thing to …
- A Simple Mail ObjectSending plain emails with PHP can be pretty easy. On a basic level you can just call mail(), which triggers …
- Working with the Twitter ArchiveOver the last few months I’ve been having a lot of fun with the Twitters. It all started simply enough, …