What's hardware without software?

It's still hardware, but it's not useful

 

 

 

Stack

Workflow: Statistics and data visualization using open source software. Emphasis on cleaning data, extracting relevant information, then visualizing using dashboards.

Tools: R, Python, JavaScript, Lyx, Dash

System: Ubuntu 22 through WSL2 on Windows PC. Debian 12 on chromebook

Text editor: Vim and Nvim

IDE: Vimspector for Python, nvim-r for R

Plugins: 

"------------------------------------------------------------------------------
"Plugin Section
"------------------------------------------------------------------------------
call plug#begin('~/.local/share/nvim/plugged')
"NerdTree
Plug 'scrooloose/nerdtree', { 'on':  'NERDTreeToggle' }
"Nvim-R
Plug 'jalvesaq/Nvim-R'
"Plug 'jalvesaq/vim-r-plugin'
"vim surround
Plug 'tpope/vim-surround'
"Unite
"Plug 'Shougo/unite.vim'
"fzf
Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' }
"Easy Motion
Plug 'easymotion/vim-easymotion'
"Vim-slime and ipython cell
Plug 'jpalardy/vim-slime'
Plug 'hanschen/vim-ipython-cell', { 'for': 'python' }
" deoplete jedi
Plug 'Shougo/deoplete.nvim', { 'do': ':UpdateRemotePlugins' }
Plug 'zchee/deoplete-jedi'
" Code folding - simply and fast
Plug 'tmhedberg/SimpylFold'
Plug 'Konfekt/FastFold'
" Airline
Plug 'vim-airline/vim-airline'
" Highlight Yank
Plug 'machakann/vim-highlightedyank'
" Multiple cursors
Plug 'terryma/vim-multiple-cursors'
"Linting and syntax checking
Plug 'dense-analysis/ale'
Plug 'nvie/vim-flake8'
" Breakpoints
Plug 'puremourning/vimspector'
" System copy
Plug 'christoomey/vim-system-copy'
" Autocomplete
Plug 'Valloric/YouCompleteMe'
call plug#end()
" Syntax highlighting
Plug 'pangloss/vim-javascript'
" Snippets
Plug 'MarcWeber/vim-addon-mw-utils'
Plug 'tomtom/tlib_vim'
Plug 'garbas/vim-snipmate'
Plug 'grvcoelho/vim-javascript-snippets'

 

Nice! What do you do with that?

We need your consent to load the translations

We use a third-party service to translate the website content that may collect data about your activity. Please review the details in the privacy policy and accept the service to view the translations.