Skip to content

Instantly share code, notes, and snippets.

@madzen
madzen / Brewdog.user.js
Created June 18, 2012 01:11
Brewdog "Out of Stock" Remover - Hide all out of stock products on the Brewdog online store.
// ==UserScript==
// @name Brewdog "Out of Stock" Remover
// @description Live in blissful ignorance of the things you can't buy!
// @author Madzen
// @include http://www.brewdog.com/shop*
// @include https://www.brewdog.com/shop*
// @include http://www.brewdog.com/product*
// @include https://www.brewdog.com/product*
// @version 1.0
// ==/UserScript==
@madzen
madzen / Facewall.py
Created May 15, 2012 23:19
Create an image grid from Facebook friend profile pictures
#!/usr/bin/python
###############################################################################
# Produce a collage (grid) of friend profile images from Facebook.
# Inspired by Vipin "swvist" Nair @ https://gist.github.com/2692786
###############################################################################
# Copyright (c) 2012 Madzen
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal