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
<meta name="application-name" content="Woot Studio"/> | |
<meta name="msapplication-TileColor" content="#FCFDFF"/> | |
<meta name="msapplication-TileImage" content="tile_icon_144x144.png"/> |
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
// Define a local copy of jQuery | |
var jQuery = function( selector, context ) { | |
// The jQuery object is actually just the init constructor 'enhanced' | |
return new jQuery.fn.init( selector, context, rootjQuery ); | |
}; |
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
@echo off | |
"c:\Program Files\Sublime Text 2\sublime_text.exe" -n -a . |
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
Show hidden characters
{ | |
"color_scheme": "Packages/Color Scheme - Default/SpaceCadet.tmTheme", | |
"detect_indentation": false, | |
"font_face": "Bitstream Vera Sans Mono", | |
"font_size": 10, | |
"hot_exit": false, | |
"remember_open_files": false, | |
"tab_size": 4, | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true |
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
{ | |
"color_scheme": "Packages/Color Scheme - Default/SpaceCadet.tmTheme", | |
"detect_indentation": false, | |
"font_face": "Bitstream Vera Sans Mono", | |
"font_size": 10, | |
"hot_exit": false, | |
"remember_open_files": false, | |
"tab_size": 4, | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true |
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
;;WindowsPager.ini file. | |
;;(c) 2009, 2010, 2011 Jochen Baier, [email protected] | |
;;number of rows and columns of virtual desktops | |
;;default is rows=1, columns=4 (=4 virtual desktops in one row) | |
[Layout] | |
rows=1 | |
columns=4 |
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
player = new YT.Player( 'introVideo', { | |
height: '270', | |
width: '480', | |
videoId: 'YyCMNdpF6uQ', | |
playerVars: { | |
rel: 0, | |
showinfo: 0 | |
} | |
}); |
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
require 'oauth' | |
# A simple Pages pivoted by Category report for the current week | |
query_json = <<EOS | |
{ | |
"report": { | |
"report_type": "standard", | |
"pivots_attributes": [ | |
{ | |
"family": "content", |
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
<!-- RareLogic Analytics Script v1.0 //--> | |
<script type="text/javascript"> | |
document.write(unescape("%3Cscript src='"+ | |
(("https:" == document.location.protocol) ? "https://" : "http://")+ | |
"d.rare.io/rl.js' type='text/javascript'%3E%3C/script%3E" | |
)); | |
</script> | |
<!-- RareLogic Analytics Script End //--> |
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
_isDestroyed: function() { | |
var widget = this.element.data( this.widgetName ); | |
return (typeof widget) === 'undefined' || widget === null; | |
} |
NewerOlder