(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.
(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.
| { | |
| "global": { | |
| "check_for_updates_on_startup": true, | |
| "show_in_menu_bar": false, | |
| "show_profile_name_in_menu_bar": true | |
| }, | |
| "profiles": [ | |
| { | |
| "complex_modifications": { | |
| "parameters": { |
| Error when try access gmail from php imap solution: | |
| Login to your gmail account, enable imap. | |
| Let the access here first: https://www.google.com/settings/security/lesssecureapps | |
| Go to: https://accounts.google.com/b/0/DisplayUnlockCaptcha and enable access. | |
| set nocompatible | |
| source ~/.vim/plugins.vim | |
| syntax enable | |
| set number | |
| set expandtab | |
| set tabstop=2 | |
| set shiftwidth=2 | |
| set softtabstop=2 | |
| set backspace=indent,eol,start |