I hereby claim:
- I am noodlewitt on github.
- I am noodlewitt (https://keybase.io/noodlewitt) on keybase.
- I have a public key ASAntjG56sHxKLBWJ3YageygNkWikeOuXlTQjiLlJnax-wo
To claim this, I am signing this object:
gource -1280x720 --hide filenames,mouse --stop-at-end --max-user-speed 500 --file-idle-time 999 --seconds-per-day 0.2 --bloom-multiplier 0.70 --disable-progress -o - | ffmpeg -y -r 60 -f image2pipe -vcodec ppm -i - -vcodec libx264 -preset ultrafast -pix_fmt yuv420p -crf 1 -threads 0 -bf 0 gource.mp4 |
/* the page should not change width as content is loaded */ | |
body { | |
overflow-y: scroll; | |
} | |
/* block scrolling without losing the scroll bar and shifting the page */ | |
/* add this class when a modal is open */ | |
body.block-scroll { | |
overflow: hidden; | |
overflow-y: scroll !important; |
I hereby claim:
To claim this, I am signing this object:
SET global general_log = 1; | |
SET global log_output = 'table';*/ | |
SET global general_log = 0; | |
/*select * from mysql.general_log |
ssh-keygen ssh-add private_key.pem
#screen ctrl-a start S split horizontally | split vertically c start
.gmailfix { | |
display:none; | |
display:none!important; | |
} |
@media (max-width: $screen-md) { | |
.navbar-header { | |
float: none; | |
} | |
.navbar-left,.navbar-right { | |
float: none !important; | |
} | |
.navbar-toggle { | |
display: block; | |
} |
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active { | |
background-color: transparent; | |
-webkit-transition: background-color 5000s ease-in-out 0s; | |
transition: background-color 5000s ease-in-out 0s; | |
} |
//Copy env variables between sites. | |
//copy me into the souce site and I'll come back with the env variables | |
var $keys = $('input[name="Key"]'); | |
var $values = $('input[name="Value"]'); | |
var mykeys = []; | |
var myvals = []; | |
for (var i = $keys.length - 1; i >= 0; i--) { | |
mykeys.push($keys[i].value); | |
myvals.push($values[i].value); |
npm (and probably node.js) | |
phpstorm/sublimetext/brackets (we mostly use phpstorm) | |
mysql browser of some sort (sequel pro, mysql workbench/ mysql yog) | |
git client (source tree or git kraken etc) | |
web server (and PHP) env of some sort (MAMP, Virtual Machine, XAMPP) | |
composer |