I hereby claim:
- I am jeffreysbrother on github.
- I am jeffreysbrother (https://keybase.io/jeffreysbrother) on keybase.
- I have a public key ASB-LG7Czl0iPXsvWpkkevxsCEeATluBDyOP2kmTY500Ewo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
<?php | |
$start_time = microtime(true); | |
$startMemoryUsage = memory_get_peak_usage(); | |
/********************************************** | |
WITHOUT GENERATOR | |
**********************************************/ | |
$array = []; |
var plan = require('flightplan'); | |
var username = 'logicfo3'; | |
plan.target('production', [ | |
{ | |
host: '69.195.124.76', | |
username: username, | |
privateKey: '/Users/jc/.ssh/id_rsa', | |
agent: process.env.SSH_AUTH_SOCK | |
}, |
" Dark powered mode of SpaceVim, generated by SpaceVim automatically. | |
let g:spacevim_enable_debug = 1 | |
let g:spacevim_realtime_leader_guide = 1 | |
call SpaceVim#layers#load('incsearch') | |
call SpaceVim#layers#load('lang#go') | |
call SpaceVim#layers#load('lang#haskell') | |
call SpaceVim#layers#load('lang#javascript') | |
" call SpaceVim#layers#load('lang#php') | |
call SpaceVim#layers#load('lang#python') | |
call SpaceVim#layers#load('lang#markdown') |
"*": | |
Zen: | |
gutter: true | |
tabs: "multiple" | |
"atom-beautify": | |
js: | |
space_after_anon_function: true | |
"atom-clock": | |
dateFormat: "h:mm a" | |
showTooltip: true |
// Place your settings in this file to overwrite the default settings | |
{ | |
"editor.fontSize": 15, | |
"editor.lineHeight": 23, | |
"editor.roundedSelection": false, | |
"editor.renderIndentGuides": true, | |
"editor.tabCompletion": true, | |
"editor.matchBrackets": false, | |
"subtleBrackets.style": { | |
"borderWidth": "1px", |
{ | |
"always_show_minimap_viewport": true, | |
"color_scheme": "Packages/User/SublimeLinter/Facebook (SL).tmTheme", | |
"font_face": "Fira Code", | |
"font_size": 15, | |
"hot_exit": false, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], |
set runtimepath+=~/.vim_runtime | |
source ~/.vim_runtime/vimrcs/basic.vim | |
source ~/.vim_runtime/vimrcs/filetypes.vim | |
source ~/.vim_runtime/vimrcs/plugins_config.vim | |
source ~/.vim_runtime/vimrcs/extended.vim | |
try | |
source ~/.vim_runtime/my_configs.vim | |
catch |
{ | |
"always_show_minimap_viewport": true, | |
"color_scheme": "Packages/Colorsublime - Themes/Boron.tmTheme", | |
"font_face": "Fira Code", | |
"font_size": 11, | |
"hot_exit": false, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], |
# add file to {projectname}/.git/hooks/ | |
# please ensure that the .sample extension is not included | |
NAME=$(git branch | grep '*' | sed 's/* //') | |
DESCRIPTION=$(git config branch."$NAME".description) | |
echo "$NAME"' '$(cat "$1") > "$1" | |
if [ -n "$DESCRIPTION" ] | |
then | |
echo "" >> "$1" |