Skip to content

Instantly share code, notes, and snippets.

View Komar0ff's full-sized avatar
🦧
煙突掃除夫

Ilya Komar0ff

🦧
煙突掃除夫
View GitHub Profile
@Komar0ff
Komar0ff / regexp.js
Last active November 20, 2021 08:57
Big as a bitch regular
let regexp = /^(([^<>()[\]\\.,;:\s@\"]+(\.[^<>()[\]\\.,;:\s@\"]+)*)|(\".+\"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/
@Komar0ff
Komar0ff / .vimrc
Last active November 25, 2021 19:01
my vimrc
" Base
syntax on
let mapleader = " "
set nowrap
set exrc
set secure
set noerrorbells
set tabstop=2 softtabstop=2
set shiftwidth=2