Paste(): like PHP Pastebin, but better since it handles (and highlights) several languages, from C to XML, not just PHP. This is useful for example to ask for programming help on IRC, instead of spamming a channel with 30 lines of your bugging code.
How-to: generate nightly builds from a SVN repository
As you might know, YOURLS development is now hosted on Github. It's now easy to download the current development snapshot, since Github provides an archive/master.zip. But not so long ago, YOURLS dev was hosted on Google Code, where there is no such convenient way to download the current SVN trunk as a .zip archive. To generate "nightly builds", I wrote…