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
{ | |
// http://eslint.org/docs/rules/ | |
"ecmaFeatures": { | |
"arrowFunctions": false, // enable arrow functions | |
"binaryLiterals": false, // enable binary literals | |
"blockBindings": false, // enable let and const (aka block bindings) | |
"classes": false, // enable classes | |
"defaultParams": false, // enable default function parameters | |
"destructuring": false, // enable destructuring |
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
<input type="date" name="date" id="date" pattern="(?:(?:0[1-9]|1[0-2])[\/\\-. ]?(?:0[1-9]|[12][0-9])|(?:(?:0[13-9]|1[0-2])[\/\\-. ]?30)|(?:(?:0[13578]|1[02])[\/\\-. ]?31))[\/\\-. ]?(?:19|20)[0-9]{2}" placeholder="MM/DD/YYYY" required> |
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
#!/usr/bin/php | |
<?php | |
/** | |
* Deborah | |
* black lights indicate the remaining days until she gets here | |
* white lights mark them off | |
* so more lights are lit up when she arrives! | |
*/ | |
include 'class.holiday.secretapi.php'; // from https://github.com/Djelibeybi/PHP-Holiday-SecretAPI |
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
alfred://customsearch/Search%20Mailplane%20for%20%7Bquery%7D/gmail/utf8/nospace/mailplane%3A%2F%2F[USERNAME]%2540gmail.com%2F%23search%2F%7Bquery%7D |
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
"indentRainbow.colors": [ | |
"rgba(28, 40, 51, 0.05)", | |
"rgba(33, 47, 60, 0.05)", | |
"rgba(81, 90, 90, 0.05)", | |
"rgba(95, 106, 106, 0.05)", | |
"rgba(121, 125, 127,0.05)", | |
"rgba(151, 154, 154,0.05)" | |
], |
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
45\.32\.146\.84|165\.227\.38\.220|139\.59\.75\.39|45\.76\.59\.200|45\.32\.189\.194|45\.76\.46\.251|165\.22\.95\.234|95\.179\.211\.184|94\.176\.99\.159 |
A regularly updated collection of SVG resources
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
{ | |
"title": "Logitech Spotlight as Media Remote Control", | |
"rules": [ | |
{ | |
"description": "Play/Pause (double press to increase volume) 12", | |
"manipulators": [ | |
{ | |
"type": "basic", | |
"from": { | |
"key_code": "right_arrow" |
OlderNewer