This file contains 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
Verifying my Blockstack ID is secured with the address 1DDWEm3xvbLBGb8UWrbb7eYqApMqFJMfcS https://explorer.blockstack.org/address/1DDWEm3xvbLBGb8UWrbb7eYqApMqFJMfcS |
This file contains 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
<snippet> | |
<content><![CDATA[ | |
(function( \$ ) { | |
${1} | |
})( jQuery ); | |
]]></content> | |
<!-- Optional: Set a tabTrigger to define how to trigger the snippet --> | |
<tabTrigger>iife</tabTrigger> | |
<!-- Optional: Set a scope to limit where the snippet will trigger --> | |
<scope>source.js</scope> |
This file contains 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
<!DOCTYPE html> | |
<html> | |
<head> | |
<script src="//code.jquery.com/jquery-1.9.1.min.js"></script> | |
<meta charset="utf-8"> | |
<title>JS Bin</title> | |
</head> | |
<body> | |
<button>Click me.</button> |
This file contains 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
svn merge -r [latest revision]:[previous revision] [filename] | |
svn ci -m "Commit message" [filename] |
This file contains 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
/* | |
Font: Franklin Gothic | |
Style: Book | |
URL: http://www.youworkforthem.com/product.php?sku=T0987 | |
Foundry: URW++ | |
Foundry: http://www.youworkforthem.com/designer/204/urw | |
Copyright: Copyright 2010 URW++ Design & Development | |
Version: 1.1 | |
Created: September 06, 2012 | |
License: http://www.youworkforthem.com/font-license |
This file contains 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
Here is a list of scopes to use in Sublime Text 2 snippets - | |
ActionScript: source.actionscript.2 | |
AppleScript: source.applescript | |
ASP: source.asp | |
Batch FIle: source.dosbatch | |
C#: source.cs | |
C++: source.c++ | |
Clojure: source.clojure | |
CSS: source.css |
This file contains 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
if (!window._AIM) window._AIM = {}; | |
$.extend(window._AIM, { | |
config: { | |
aimContextRoot: "/aim", | |
aimHost: "aim.foodnetwork.com", | |
contactUsUrl: "http://www.foodnetwork.com/about/viewer-relations", | |
janrainAppId: "N/A", | |
janrainAppUrl: "https://login.dev1-foodnetwork.com", | |
loginURL: "https://mysecure.foodnetwork.com/aim/rest/login", | |
registerURL: "https://mysecure.foodnetwork.com/aim/rest/register", |
This file contains 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
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0"> |
This file contains 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
<object data="path/to/img.svg" type="image/svg+xml"> | |
<!--[if lte IE 8 ]--> | |
<img src="path/to/img.gif"> | |
<!--![endif]--> | |
</object> |
This file contains 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
<snippet> | |
<content><![CDATA[ | |
\$(function() { | |
${1} | |
}); | |
]]></content> | |
<!-- Optional: Set a tabTrigger to define how to trigger the snippet --> | |
<tabTrigger>jready</tabTrigger> | |
<!-- Optional: Set a scope to limit where the snippet will trigger --> | |
<scope>source.js</scope> |