Skip to content

Instantly share code, notes, and snippets.

@Bahad001
Bahad001 / introrx.md
Created February 19, 2022 18:34 — forked from staltz/introrx.md
The introduction to Reactive Programming you've been missing
@Bahad001
Bahad001 / config.json
Created February 16, 2022 13:13 — forked from mahirrudin/config.json
Karabiner Element for Motospeed CK62 on Mac
{
"global": {
"check_for_updates_on_startup": true,
"show_in_menu_bar": false,
"show_profile_name_in_menu_bar": true
},
"profiles": [
{
"complex_modifications": {
"parameters": {
@Bahad001
Bahad001 / gist:a07af8e2d62e93e3647817f9e846a93f
Created March 28, 2020 01:19 — forked from kirilkirkov/gist:9a6ac60c2e35caca1e5eb75dfe33a153
Cannot connect to Mail: Can not authenticate to IMAP server: [ALERT] Please log in via your web browser: https://support.google.com/mail/acco
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.
@Bahad001
Bahad001 / .vimrc
Created August 9, 2018 01:34
My Configuration (Thanks to Jeffrey Way - Laracasts)
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