I hereby claim:
- I am milsyobtaf on github.
- I am milsyobtaf (https://keybase.io/milsyobtaf) on keybase.
- I have a public key ASBh9Q9KJQe8ZN96CpmnvM_3xzeWh96JgyCNTkTzOJJApgo
To claim this, I am signing this object:
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>author</key> | |
<string>Jacob Rus</string> | |
<key>comment</key> | |
<string>Created by Jacob Rus. Based on ‘Slate’ by Wilson Miner</string> | |
<key>name</key> | |
<string>Cowboy - Presentation</string> |
// Solarized Color Variables | |
$solarized-base03 : #002b36; | |
$solarized-base02 : #073642; | |
$solarized-base01 : #586e75; | |
$solarized-base00 : #657b83; | |
$solarized-base0 : #839496; | |
$solarized-base1 : #93a1a1; | |
$solarized-base2 : #eee8d5; | |
$solarized-base3 : #fdf6e3; |
/*! | |
* Play GIF | |
* | |
* by Jesse Young | |
* | |
* a jQuery plugin to play GIF animations on mouseover (or any other event). | |
* | |
* Examples: | |
* $('img[src$=".gif"]').playGIF(); // default is mouseover | |
* $('img[src$=".gif"]').playGIF({on:'click'}); // play animation on click |
#!/usr/bin/env bash | |
# SEE YOU SPACE COWBOY by DANIEL REHN (danielrehn.com) | |
# Displays a timeless message in your terminal with cosmic color effects | |
# Usage: add "sh ~/seeyouspacecowboy.sh; sleep 2" to .bash_logout (or similar) in your home directory | |
# (adjust the sleep variable to display the message for more seconds) | |
# Cosmic color sequence |
function countCSSRules() { | |
var results = '', | |
log = ''; | |
if (!document.styleSheets) { | |
return; | |
} | |
for (var i = 0; i < document.styleSheets.length; i++) { | |
countSheet(document.styleSheets[i]); | |
} | |
function countSheet(sheet) { |
I hereby claim:
To claim this, I am signing this object:
// Place your key bindings in this file to overwrite the defaults | |
[ | |
{ | |
"key": "ctrl+tab", | |
"command": "workbench.action.nextEditor" | |
}, | |
{ | |
"key": "shift+cmd+]", | |
"command": "-workbench.action.nextEditor" | |
}, |