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
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
# 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
# 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
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
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
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
<div class="ml_10 fl_l stay_info"> | |
<div class="box_380 fl_r gallery" id="hotelGallery_f32c3f2e-800b-4547-8fc1-461099d1470b"> | |
... | |
</div> | |
<p><span class="pink_highlight">Hotel</span>Velvet Hotel is a 19 bedroom Bespoke Hotel located on Canal Street, part of | |
Manchester’s Village. Minutes away from Piccadilly train station, the Northern | |
Quarter, the exclusive shopping districts and theatres, offering King-rooms, | |
Balcony Kings overlooking Canal Street and luxury Penthouse Suites.</p> |
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
<script type="text/javascript"> | |
<![CDATA[ | |
var _gaq = _gaq || []; | |
_gaq.push(['_setAccount', 'UA-33284346-1']); | |
_gaq.push(['_trackPageview']); | |
(function() { | |
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; | |
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; | |
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); |
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 class="tiles"> | |
<div class="a1"></div> | |
<div class="a2"></div> | |
<div class="a3"></div> | |
<div class="a4"></div> | |
<div class="b1"></div> | |
<div class="b2"></div> | |
<div class="b3"></div> |