I hereby claim:
- I am persand on github.
- I am per (https://keybase.io/per) on keybase.
- I have a public key ASASOIDAf4cBCq3v5iElTA31sa2E5w_eyULqAnIfcfMDewo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
@media (min-width:1400px) { | |
.container { | |
width:100%; | |
} | |
.col-md-4 { | |
width:25% | |
} | |
} | |
@media (min-width:1680px) { |
// Track external file downloads, file downloads and external links in | |
// Google Analytics. | |
// | |
// Based on: | |
// http://www.axllent.org/docs/view/track-outbound-links-with-analytics-js/ | |
// | |
// Blog post: | |
// https://labs.kollegorna.se/blog/2015/04/google-analytics-track-external-links-downloads/ | |
function _gaLt(event){ |
I hereby claim:
To claim this, I am signing this object:
<!-- | |
Example with: | |
defaults write com.bohemiancoding.sketch3 exportCompactSVG -bool yes | |
via: http://robots.thoughtbot.com/organized-workflow-for-svg | |
--> | |
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | |
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> | |
<defs></defs> | |
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> |
{ | |
"auto_indent": true, | |
"bold_folder_labels": false, | |
"caret_style": "wide", | |
"color_scheme": "Packages/Theme - Spacegray/base16-eighties.dark.tmTheme", | |
"detect_indentation": true, | |
"ensure_newline_at_eof_on_save": true, | |
"fade_fold_buttons": false, | |
"fallback_encoding": "UTF-8", | |
"fold_buttons": true, |
{ | |
"auto_indent": true, | |
"bold_folder_labels": true, | |
"caret_style": "wide", | |
"color_scheme": "Packages/Theme - Flatland/Flatland Dark.tmTheme", | |
"detect_indentation": true, | |
"ensure_newline_at_eof_on_save": true, | |
"fade_fold_buttons": false, | |
"fallback_encoding": "UTF-8", | |
"fold_buttons": true, |
alfred://customsearch/Search%20Niice/niice/utf8/noplus/http://www.niice.co/?search={query} |
function shist() { | |
if [ -n "$2" ]; then | |
curl -i http://git.io -F url=https://gist.github.com/"$1" -F code="$2"; | |
else | |
curl -i http://git.io -F url=https://gist.github.com/"$1"; | |
fi | |
} |
function shit() { | |
if [ -n "$2" ]; then | |
curl -i http://git.io -F url=https://github.com/"$1" -F code="$2"; | |
else | |
curl -i http://git.io -F url=https://github.com/"$1"; | |
fi | |
} |