Skip to content

Instantly share code, notes, and snippets.

View juo6442's full-sized avatar

juo juo6442

View GitHub Profile
// 언어 명세: https://gist.github.com/xnuk/d9f883ede568d97caa158255e4b4d069
// 아... 자괴감 온다....
//// 코드:
형. 흑.......... 항..........♥ 흣.......... 흑... 항. 혀엉.. 혀어어엉.. 하앗.
혀어어어어어엉...... 항. 혀어어엉... 혀엉.......... 하앙. 흣... 항. 혀어어엉.. 혀엉.....
혀어어어어어엉.. 하아앙. 혀어어엉.......... 혀어엉....... 하앙. 혀엉................ 항.
흑... 흣... 하아앙... 흑.......... 하앗. 혀엉..... 항. 흑.......... 흣..........
하아앙.......... 흐으윽... 흣... 형. 하아아아아앙... 흑..........♥ 히잇? 혀엉. 형..... 하앗.
흑... 하앙... 흐윽... 흣... 형. 하아아아앙... 흑.......... 하앙.......... 흑..........♥
@juo6442
juo6442 / .vimrc
Last active December 17, 2020 15:07
"" General
set softtabstop=4
set shiftwidth=4
set expandtab
set cindent
set number
set formatoptions-=r
set hlsearch
set ignorecase
set incsearch
@juo6442
juo6442 / 1.java
Last active August 24, 2018 00:25
Android
// 파일 추가 후 explorer에 나타나지 않는데 아래와 같이 scan을 다시 해 줘야 함
MediaScannerConnection.scanFile(context, new String[] { file.getAbsolutePath() }, null, null);
@juo6442
juo6442 / dev_android.zsh
Last active December 16, 2022 04:27
Shell scripts
# Build environment setup
alias bl='(){ source build/envsetup.sh && lunch $1 ;}'
alias blcf='bl cf_x86_64_phone-userdebug'