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
"abstract", "boolean", "break", "byte", "case", "catch", "char", "class", "const", "continue", "debugger", "default", "delete", "do", "double", "else", "enum", "export", "extends", "false", "final", "finally", "float", "for", "function", "goto", "if", "implements", "import", "in", "instanceof", "int", "interface", "let", "long", "native", "new", "null", "package", "private", "protected", "public", "return", "short", "static", "super", "switch", "synchronized", "this", "throw", "throws", "transient", "true", "try", "typeof", "var", "void", "volatile", "while", "with" |
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
### Keybase proof | |
I hereby claim: | |
* I am tleen on github. | |
* I am tleen (https://keybase.io/tleen) on keybase. | |
* I have a public key ASAALO9O17-dJR4bZNAZtX1u3cIiRDoawu92fFVK8VEJ8wo | |
To claim this, I am signing this 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
[ | |
{ | |
"name": "oceanside", | |
"source": "http://www.colorschemer.com/schemes/viewscheme.php?id=210", | |
"colors": ["99CC66", "E5F2D9", "F1F7D4", "D9EEF2", "66B9CC"] | |
}, | |
{ | |
"name": "splash", | |
"source": "http://www.colorschemer.com/schemes/viewscheme.php?id=193", | |
"colors": ["3399CC", "70B7DB", "FF9B00","FFBA4F", "FFFF92", "555555"] |
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
/* SASS / Social Media Brand Colors */ | |
// via - https://www.competethemes.com/blog/social-media-colors/ | |
$twitter: #00aced; | |
$facebook: #3b5998; | |
$googleplus: #dd4b39; | |
$pinterest: #cb2027; | |
$linkedin: #007bb6; | |
$youtube: #bb0000; | |
$vimeo: #aad450; |
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
/^https?:\/\/goo\.gl\/\w{6,}$/ |
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
// you will also have to setup the referring domains on your marvel developer portal | |
var PRIV_KEY = "this-should-be-a-long-hash"; | |
var PUBLIC_KEY = "so-should-this"; | |
function getMarvelResponse() { | |
// you need a new ts every request | |
var ts = new Date().getTime(); | |
var hash = CryptoJS.MD5(ts + PRIV_KEY + PUBLIC_KEY).toString(); |
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
http://169.254.169.254/latest/ |
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
var images_to_captions = { | |
"pic1.jpg" : "This is pic one", | |
"pic2.jpg" : "second pic is here", | |
"pic3.jpg" : "blargh", | |
} | |
$.BgSwitcher.defineEffect("fadeAndSwitchText", function($el) { | |
$el.animate({opacity: 0}, this.config.duration, this.config.easing, function(){ | |
// new slide so switch text here | |
var currentimage = '?';// get this from the css or the context or something |
NewerOlder