Pinned Loading
-
sublime-text-buildview
sublime-text-buildview PublicA Sublime Text plugin to show build output in a view.
-
[python] start debugger on exception
[python] start debugger on exception 1#
2# original: http://code.activestate.com/recipes/65287/
3#
45# place in lib/python2.x/sitecustomize.py
-
[django] check if db table exists
[django] check if db table exists 1"""
2Came up with this for satchmo's downloadable product migration, 0001_split.
3"""
4def db_table_exists(table, cursor=None):
5try:
-
tornado: chunked handler (RFC2616)
tornado: chunked handler (RFC2616) 1[submodule "iostream_callback"]
2path = iostream_callback
3url = git://gist.github.com/753987.git
-
shuffle/randomize playlist/set track...
shuffle/randomize playlist/set tracks in Soundcloud Widget eg. https://w.soundcloud.com/player/?url=http://api.soundcloud.com/users/1539950/favorites 1require(["lib/play-manager"], function(a) {
2// via http://stackoverflow.com/a/6274381
3//+ Jonas Raoni Soares Silva
4//@ http://jsfromhell.com/array/shuffle [v1.0]
5function shuf(o) { for(var j, x, i = o.length; i; j = Math.floor(Math.random() * i), x = o[--i], o[i] = o[j], o[j] = x); }
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.