This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import csv | |
| import statistics | |
| import sys | |
| import os | |
| from collections import defaultdict | |
| from typing import List | |
| import praw | |
| import xdg | |
| from praw import Reddit |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| call plug#begin('~/.vim/plugged') | |
| Plug 'vim-airline/vim-airline' | |
| Plug 'yonchu/accelerated-smooth-scroll' | |
| Plug 'easymotion/vim-easymotion' | |
| Plug 'rstacruz/vim-closer' | |
| Plug 'udalov/kotlin-vim' | |
| call plug#end() | |
| map <Leader> <Plug>(easymotion-prefix) | |
| let g:airline_powerline_fonts = 1 | |
| syntax on |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Homebrew build logs for ffmpeg on macOS 10.14.3 | |
| Build date: 2019-03-23 16:03:59 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| call plug#begin('~/.vim/plugged') | |
| Plug 'vim-airline/vim-airline' | |
| Plug 'yonchu/accelerated-smooth-scroll' | |
| Plug 'easymotion/vim-easymotion' | |
| Plug 'rstacruz/vim-closer' | |
| call plug#end() | |
| map <Leader> <Plug>(easymotion-prefix) | |
| let g:airline_powerline_fonts = 1 | |
| syntax on | |
| set noshowmode |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .DS_Store | |
| .DS_Store? | |
| ._* | |
| .Spotlight-V100 | |
| .Trashes | |
| ehthumbs.db | |
| Thumbs.db | |
| .idea/usage.statistics.xml | |
| .idea/workspace.xml | |
| .idea/tasks.xml |