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
{ | |
// CSSLint options: | |
// Each rule can have three values: error|warning|true|false | |
// false => rule is disabled. | |
// true => alias to 'error' | |
// All rules are enabled by default. | |
// Currently the only difference between warnings and errors is in the prefix of the message in the Sublime status bar. | |
"csslint_options": | |
{ | |
"adjoining-classes": false, |
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
#!/bin/bash | |
#=============================================================================== | |
# FILE: handconv.sh | |
# | |
# USAGE: Run manually | |
# | |
# DESCRIPTION: Converts the contents of the current folder to M4V using HandBrakeCLI | |
# | |
# AUTHOR: Scott Granneman (RSG), [email protected] |
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
adblock_filters.txt fixm3u* pix2tn.pl* | |
addext* flash.xml* pop_login* | |
address_book.csv getip* procmail/ | |
address_book.sxc homesize* programs_usual* | |
address_book.xls html2text.py* quickrename* | |
backup_to_chaucer* list-urls.py* |
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
<script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.js"></script> |
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
"language": { | |
"javascript": { | |
"linting.prefer": "JSHint", | |
"linting.usePreferredOnly": true | |
} | |
}, |
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
<?xml version="1.0"?> | |
<root> | |
<item> | |
<name>Remap Caps Lock to F19/Hyper</name> | |
<appendix>Caps Lock to Hyper (Ctrl + Shift + Command + Option)</appendix> | |
<identifier>private.f192f19</identifier> | |
<autogen> | |
--KeyToKey-- | |
KeyCode::F19, | |
KeyCode::COMMAND_L, |
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
<p> | |
Characteristics of the Holy Grail layout: | |
</p> | |
<ul> | |
<li>Fluid center with fixed-width sidebars</li> | |
<li>Center column containing main content appears first in the HTML</li> | |
<li>All columns should be the same height, no matter which column is actually tallest</li> | |
<li>Minimal markup & no hacks</li> | |
<li>Footer should stick to the bottom of the page even if the content is short</li> | |
</ul> |
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
<a data-viewport="640×960" data-icon="mobile">xs (640)</a><a data-viewport="800×1280" data-icon="tablet">sm (800)</a><a data-viewport="1024x768" data-icon="notebook">md (1024)</a><a data-viewport="1280x800" data-icon="tv">lg (1280)</a> |
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> | |
<meta charset="UTF-8"> | |
<title>Learning Git Home</title> | |
</head> | |
<body> | |
<h1>Learning Git</h1> | |
OlderNewer