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
Process: Google Chrome Canary [14559] | |
Path: /Applications/Google Chrome Canary.app/Contents/MacOS/Google Chrome Canary | |
Identifier: com.google.Chrome.canary | |
Version: 20.0.1116.0 (1116.0) | |
Code Type: X86 (Native) | |
Parent Process: launchd [287] | |
Date/Time: 2012-04-25 18:05:45.943 +0100 | |
OS Version: Mac OS X 10.7.3 (11D50b) | |
Report Version: 9 |
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
filetype off | |
set nocompatible | |
set encoding=utf8 | |
" Shhhhh! | |
set noerrorbells | |
set visualbell | |
" Syntax | |
syntax on |
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 keywords = new Array("lorem", "ipsum", "dolor"); | |
var input = "Something something dolor something something"; | |
var input2 = "dolor"; | |
// http://documentcloud.github.com/underscore/#indexOf | |
if (_.indexOf(keywords, input) !== -1){ | |
// false | |
} | |
if (_.indexOf(keywords, input2) !== -1){ |
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
# https://gist.github.com/2284235 | |
# Display the name of the home directory. | |
windowTitle = "$TM_DISPLAYNAME — ${CWD/^.*\///}" | |
# Omit .tm_properties so it doesn't show in the browser. | |
include = ".htaccess" | |
# Exclude old *.tmproj files. | |
exclude = "{$exclude,*.tmproj}" |
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
# Display the name of the home directory. | |
windowTitle = "$TM_DISPLAYNAME — ${CWD/^.*\///}" | |
# Omit .tm_properties so it doesn't show in the browser. | |
include = ".htaccess" | |
# Exclude old *.tmproj files. | |
exclude = "{$exclude,*.tmproj}" | |
# Variables. | |
TM_GIT = "/usr/local/bin/git" |
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
function newMyApp() { | |
var x = 1; | |
var y = 2; | |
var that = {}; | |
function fullName(fn,sn){ | |
return fn + sn; | |
} |
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
Order headphones | |
Return t-shirt | |
[Wedding] Call printer |
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
<div style="display: none;"> | |
<img src=”image1.png” /> | |
<img src=”image2.png” /> | |
<img src=”image3.png” /> | |
</div> |
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
<?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>changed</key> | |
<dict> | |
<key>name</key> | |
<string>Textmate2 Compatible</string> | |
<key>settings.shellVariables</key> | |
<array> |
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
<?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>changed</key> | |
<dict> | |
<key>name</key> | |
<string>Textmate2 Compatible</string> | |
<key>settings.shellVariables</key> | |
<array> |