Skip to content

Instantly share code, notes, and snippets.

var modules = [103450,
107815,
53774,
124794,
90372,
98169,
106910,
50087,
104958,
71936,
var heights, counts, skip, s;
var styleQueue = [];
var to_stick = [];
(function( $ ){
var settings = {};
var binded = false
var original_overrides = undefined
var methods = {
original_settings : function() {
return {
@thehadeeryounis
thehadeeryounis / happy.py
Created August 3, 2012 04:26
pip auto upgrade
#!/usr/bin/env python
import xmlrpclib
import pip
#import pip.commands.install
from subprocess import call
#def install_distributions(distributions):
# command = pip.commands.install.InstallCommand()
# opts, args = command.parser.parse_args()
@thehadeeryounis
thehadeeryounis / code.google.filter.js
Created April 30, 2012 21:23
Filter Commit Messages by Committer on code.google.com
/**
* Load jQuery.
*/
javascript:if(!window.jQuery||confirm('Overwrite\x20current\x20version?\x20v'+jQuery.fn.jquery))(function(d,h,s){s=d.createElement('script');s.type='text/javascript';s.src='http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js';((h=document.head)||(h=document.getElementsByTagName('head'),h?h[0]:document.body)||document.documentElement).appendChild(s)})(document);
/**
* Then execute the rest.
*/