Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

444 for me!
We couldn’t find that file to show.
@subtleGradient
subtleGradient / Paste to Gist_GitHub Anonymously.tmCommand
Created July 28, 2008 19:13 — forked from pieter/gistie.rb
gistie.rb Paste code to gist.github.com from the shell!
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>beforeRunningCommand</key>
<string>nop</string>
<key>bundleUUID</key>
<string>2E6B9F06-DDB6-4707-A2BB-8751CF1722A0</string>
<key>command</key>
<string>cat|gist -a "$TM_FILENAME"
@subtleGradient
subtleGradient / pandora minifier.user.js
Created July 29, 2008 14:43
Pandora Awesomizer! Hides the Ad Container and resizes to the minimum size for the player
// ==UserScript==
// @name Pandora Awesomizer!
// @description Hides the Ad Container and resizes to the minimum size for the player
// @namespace http://fluidapp.com
// @include http://pandora.com/*
// @author Thomas Aylott / subtleGradient
// ==/UserScript==
(function () {
window.addEventListener('load',function(){
@subtleGradient
subtleGradient / bashrc.sh
Created July 31, 2008 16:03
Create a new Git repo.<br /> Can be executed remotely via ssh.<br /> EG: <code>ssh myhost.com 'newgit "myrepo.git"'</code>
# ~/.bashrc: executed by bash(1) for non-login shells.
export PATH="$HOME/bin:$HOME/lib/bin:$PATH"
export LC_CTYPE=en_US.UTF-8
# Original "newgit" by CRAIG P JOLICOEUR
# Found at
# http://autopragmatic.com/2008/01/26/hosting-a-git-repository-on-dreamhost/
# http://craigjolicoeur.com/2008/04/hosting-git-repositories-on-dreamhost/
newgit()
window.addEvent('domready',function(){
//Your code goes here!!!
});
(?x)
(?<one> # start of bracket 1
\( # match an opening angle bracket
(?:
[^\(\)]++ # one or more non angle brackets, non backtracking
|
\g<one> # recurse to bracket 1
)*
\) # match a closing angle bracket
) # end of bracket 1
Release
type
(ansi|ascii|pack|app|etc)
*Sauce data as individual columns
Artwork (alias to Release, filtered by type in artwork_types)
Pack (alias to Release, filtered by type in pack_types)
Artist
name
#!/usr/bin/env ruby
class File
def self.svn? path
File.exists?(path + '/.svn/')
end
def self.git? path
File.exists?(path + '/.git/')
end
def self.hg? path
File.exists?(path + '/.hg/')
@subtleGradient
subtleGradient / gmail.css
Created August 13, 2008 16:08
Gmail UserStyle
/*Remove main scrollbars*/
html,body{overflow:hidden !important;}
/*Background image*/
body{
background: #E6ECF6;
}
/*header*/
.z2kAad{