Skip to content

Instantly share code, notes, and snippets.

View SheinH's full-sized avatar
🙂
Coding is fun

Shein Htike SheinH

🙂
Coding is fun
View GitHub Profile
@SheinH
SheinH / reddit.py
Created November 26, 2019 07:17
PRAW starter pack
import csv
import statistics
import sys
import os
from collections import defaultdict
from typing import List
import praw
import xdg
from praw import Reddit
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
@SheinH
SheinH / # ffmpeg - 2019-03-23_16-03-59.txt
Created March 23, 2019 20:05
ffmpeg on macOS 10.14.3 - Homebrew build logs
Homebrew build logs for ffmpeg on macOS 10.14.3
Build date: 2019-03-23 16:03:59
@SheinH
SheinH / init.vim
Last active February 7, 2019 21:58
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
@SheinH
SheinH / .gitignore_global
Last active January 14, 2019 14:42
My global gitignore for coding with IDEA on MacOS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
.idea/usage.statistics.xml
.idea/workspace.xml
.idea/tasks.xml