I hereby claim:
- I am jeffreygnatek on github.
- I am invisiblemachine (https://keybase.io/invisiblemachine) on keybase.
- I have a public key ASBjAEC8ZPCwAuQnqkjA_AujaiCY0fYh-vY_wzTtrrICygo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
{ | |
"editor.multiCursorModifier": "ctrlCmd", | |
"editor.formatOnPaste": true, | |
"editor.fontFamily": "'Fira Code', Menlo, Monaco, 'Courier New', monospace", | |
"editor.fontLigatures": true, | |
"editor.insertSpaces": true, | |
"editor.renderWhitespace": "all", | |
// "editor.lineNumbers": "relative", | |
"editor.tabSize": 2, | |
"window.zoomLevel": 3, |
I hereby claim:
To claim this, I am signing this object:
import Ember from 'ember'; | |
export default Ember.Controller.extend({ | |
appName: 'Ember Twiddle', | |
msg: null, | |
actions: { | |
fixSpelling(msg) { | |
if(msg === "3") { | |
msg = "e"; | |
} |
$gravityfunction = new Twig_SimpleFunction('displaygform', function ($id, $eventName) { | |
$form = gravity_form($id,false, false, false, array('event_name'=>$eventName)); | |
return $form; | |
}); | |
$twig->addFunction($gravityfunction); |
alias ebash='subl ~/.extra' | |
alias rbash='. ~/.bash_profile' | |
alias cm='cd ~/CustomMade' | |
alias reloadvm='cd ~/vagrant; vagrant reload' | |
alias vm='cd ~/vagrant' | |
alias workit='cd ~/vagrant; vagrant ssh -- -A' | |
alias gs='git status' | |
alias glp='git log -p' | |
alias ga='git add' | |
alias gaa="git add --a" |
@media (min--moz-device-pixel-ratio: 1.5), | |
(-o-min-device-pixel-ratio: 3/2), | |
(-webkit-min-device-pixel-ratio: 1.5), | |
(min-resolution: 1.5dppx) { | |
#selector { | |
background-image: url([email protected]); | |
background-size: 15px auto; /* example */ | |
} | |
} |