Skip to content

Instantly share code, notes, and snippets.

View mdeviatov's full-sized avatar
🎯
Focusing on Qlik, Python, RPA projects

Maxim Deviatov mdeviatov

🎯
Focusing on Qlik, Python, RPA projects
  • IDEA Computers LLC
  • Izhevsk
View GitHub Profile
@mdeviatov
mdeviatov / init.vim
Created May 4, 2021 01:36 — forked from celso/init.vim
Neovim setup for OSX users
syntax on
set ruler " Show the line and column numbers of the cursor.
set formatoptions+=o " Continue comment marker in new lines.
set textwidth=0 " Hard-wrap long lines as you type them.
set modeline " Enable modeline.
set esckeys " Cursor keys in insert mode.
set linespace=0 " Set line-spacing to minimum.
set nojoinspaces " Prevents inserting two spaces after punctuation on a join (J)
" More natural splits
set splitbelow " Horizontal split below current.
- [ ] \(Optional) Notes API Python to LOG.NSF
- [ ] \(Optionsl) console.log parsing
//EXIT SCRIPT;
//Rob Wunderlich shows IntervalMatch for a binning technique:
//https://community.qlik.com/message/858949#858949
//https://community.qlikview.com/thread/72476
//https://community.qlik.com/blogs/qlikviewdesignblog/2016/01/15/autogenerate-your-data
//https://community.qlik.com/blogs/qlikviewdesignblog/2014/08/13/recipe-for-a-histogram
//For the reference lines in the "histograms";
//was once NumTrials * BinWidth, but that's not valid since adding
@mdeviatov
mdeviatov / sublime-text-3-windows-shortcuts.md
Created March 20, 2019 10:18 — forked from mrliptontea/sublime-text-3-windows-shortcuts.md
Sublime Text 3 - Useful Shortcuts (Windows)

Sublime Text 3 - Useful Shortcuts (Windows)

General

Shortcut Description
Ctrl+Shift+P command prompt
Ctrl+Alt+P switch project
Ctrl+P go to file
Ctrl+G go to line