Skip to content

Instantly share code, notes, and snippets.

View emil2k's full-sized avatar

Emil Davtyan emil2k

  • Skåne, Sweden
  • 20:59 (UTC +02:00)
  • LinkedIn in/edavtyan
View GitHub Profile
@aubricus
aubricus / License
Last active June 20, 2023 01:19
Python Progress Bar
Copyright 2020 Aubrey Taylor
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTH
@emil2k
emil2k / .vimrc
Last active June 17, 2017 23:35
My .vimrc file and color theme to put at .vim/colors/molokai.vim.
" Personal Vim Configuration
" ==========================
"
" General plugins I use, some require compiling and setup :
"
" - Pathogen, https://github.com/tpope/vim-pathogen
" - Fugitive, https://github.com/tpope/vim-fugitive
" - YouCompleteMe, https://github.com/Valloric/YouCompleteMe
" - Tagbar, https://github.com/majutsushi/tagbar
" - Airline, https://github.com/bling/vim-airline