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:
| <?php | |
| $start_time = microtime(true); | |
| $startMemoryUsage = memory_get_peak_usage(); | |
| /********************************************** | |
| WITHOUT GENERATOR | |
| **********************************************/ | |
| $array = []; |
I hereby claim:
To claim this, I am signing this object:
| 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 |
| 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 |
| // 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" | |
| ], |
| //activate custom fields in wordpress and name that field. Replace 'about_blurb' below with the selected name (I don't think hyphens can be used here) | |
| <?php $meta_value = get_post_meta($post->ID, 'about_blurb', true); | |
| if (!empty($meta_value)) { | |
| echo '<p>' . $meta_value . '</p>'; | |
| } ?> | |
| //however, we can use the Advanced Custom Fields plugin for something much better | |
| //this goes in our template file: |
| { | |
| "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" | |
| ], |