This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var modules = [103450, | |
107815, | |
53774, | |
124794, | |
90372, | |
98169, | |
106910, | |
50087, | |
104958, | |
71936, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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. | |
*/ |