Skip to content

Instantly share code, notes, and snippets.

View jamiefdhurst's full-sized avatar

Jamie Hurst jamiefdhurst

View GitHub Profile
@mattidupre
mattidupre / gulpfile.js
Created May 7, 2015 23:56
My personal gulpfile using SASS, Browserify & Watchify, Jade, Retinze, and more...
/** package.json Dependencies
"devDependencies": {
"browserify": "^10.1.3",
"browserify-shim": "^3.8.6",
"dotenv": "^1.1.0",
"fs": "0.0.2",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.2.0",
"gulp-bootlint": "^0.5.0",
"gulp-data": "^1.2.0",
@anthonysterling
anthonysterling / vm-status.php
Created August 11, 2012 17:22
PHP Class to lookup Virgin Media services status
<?php
class VirginMediaStatus
{
const
SERVICE_ALL = 1,
SERVICE_BROADBAND = 2,
SERVICE_TV = 4,
SERVICE_PHONE = 8;
protected
@dave1010
dave1010 / htaccess
Created December 14, 2011 13:07
HTTP Status Cats Apache (htaccess) config
# HTTP Status Cats
# Apache (htaccess) config created by @dave1010
# Licensed CC BY 2.0
# Images CC BY 2.0, from GirlieMac's photostream:
# http://www.flickr.com/photos/girliemac/sets/72157628409467125/with/6508023065/
# Usage: copy save this file as .htaccess or add it to your httpd.conf
ErrorDocument 404 '<a href="http://www.flickr.com/photos/girliemac/6508022985/" title="404 - Not Found by GirlieMac, on Flickr"><img src="http://farm8.staticflickr.com/7172/6508022985_b22200ced0.jpg" width="500" height="400" alt="404 - Not Found"></a>'