-
8 May 2013
Laravel Boris
Laravel
–
Adds an 'artisan boris' command to run the Boris REPL in the Laravel environment
-
28 Apr 2013
Laravel Breadcrumbs
Laravel
–
A simple Laravel-style way to create breadcrumbs in Laravel 4.
-
27 Apr 2013
Laravel Aliases
Laravel
–
Adds an 'artisan aliases' command to Laravel that lists registered aliases and the classes they map to, including resolving facades.
-
11 Mar 2012
ruby-debug-passenger
Ruby on Rails
–
Adds a 'rake debug' task to restart Phusion Passenger with an interactive debugger connected.
-
12 Feb 2012
YouTube – Hide “This account is managed by”
User Style
–
Hides the "This account is managed by" message for Google Apps users.
-
29 Jan 2012
Sites Manager
CLI
–
Python script to manage virtual hosts in Apache and Exim on my Debian servers.
-
6 Sep 2011
Gmail – Stop inbox turning bold when unread
User Style
–
There is a Gmail lab to turn off the unread counter, but the “Inbox” link still turns bold so you can still see that there’s new emails! This user style forces it to be not bold.
-
7 Apr 2011
Google Reader – Slightly larger font
User Style
–
Sets font size to 116% (about 15px) and line height to 1.4 in Google Reader. Only affects the content column, not the subscriptions list, but includes the post titles in list view.
-
5 Apr 2011
TeuxDeux – Grey out completed tasks
User Style
–
Make completed TeuxDeux tasks turn grey immediately, so they are less noticeable than those not completed.
-
26 Nov 2010
djmFiles
PHP
–
Functions for handling files / file uploads.
-
6 Nov 2010
djmWebDirConfig
PHP
–
Load per-directory PHP config files (similar to Apache .htaccess files).
-
1 Nov 2010
djmErrors
PHP
–
Error handling based on DEBUG environment variable.
-
1 Nov 2010
djmSecurityCheck
PHP
–
Check settings for register_globals & magic_quotes_gpc.
-
19 Oct 2010
dotfiles
Various
–
Config files and scripts for Bash, Vim, Git and other Linux software.
-
28 Aug 2010
djmCountries
PHP
–
Country list and associated functions & Smarty plugins.
-
28 Aug 2010
djmCsv
PHP
–
Converts an array of data to a CSV file.
-
22 Aug 2010
djmPassword
PHP
–
Store passwords as SHA-256 hashes, with a random salt.
-
2 Aug 2010
djmIndexU
PHP
–
Functions to help with modifying Nicecoder IndexU.
-
26 Jun 2010
djmFlashMessage
PHP
–
Stores flash messages in the user session.
-
26 Jun 2010
djmLinkify
PHP
–
Make URLs clickable in plain text input.
-
26 Jun 2010
djmNonce
PHP
–
Generate & check nonces to protect against CSRF attacks.
-
26 Jun 2010
djmSingletons
PHP
–
Class for holding singleton objects, automatically instantiating them when required.
-
26 Jun 2010
djmSmarty
PHP
–
Helpers & customisations for the Smarty template engine.
-
15 Jun 2010
djmUtil
PHP
–
General utility functions and Smarty plugins.
-
14 Jun 2010
djmDb
PHP
–
Custom subclasses of Zend_Db (database abstraction layer).
-
13 Jun 2010
djmHead
PHP
–
Build the <head> code in the controller/views then display it in the layout.
-
13 Jun 2010
djmForm
PHP
–
Helper functions & Smarty plugins for creating web forms.