Skip to content

Instantly share code, notes, and snippets.

View kakao-kong-j's full-sized avatar
🎲
Over Focus

Hong jinho kakao-kong-j

🎲
Over Focus
View GitHub Profile
const type = (target, type)=>{
if(typeof type == "string"){
if(typeof target != type) throw `invaild type ${target} : ${type}`;
}else if(!(target instanceof type)) throw `invaild type ${target} : ${type}`;
return target;
};
const ViewModelValue = class{
subKey; cat; k; v;
constructor(subKey, cat, k, v){
this.subKey = subKey;
" Specify a directory for plugins
call plug#begin('~/.vim/plugged')
Plug 'neoclide/coc.nvim', {'branch': 'release'}
Plug 'scrooloose/nerdtree'
"Plug 'tsony-tsonev/nerdtree-git-plugin'
Plug 'Xuyuanp/nerdtree-git-plugin'
Plug 'tiagofumo/vim-nerdtree-syntax-highlight'
Plug 'ryanoasis/vim-devicons'
Plug 'airblade/vim-gitgutter'
@serithemage
serithemage / AWSCertifiedDeveloperUnofficialStudyGuide.md
Last active June 3, 2024 08:28
AWS 공인 개발자 - 어소시에이트 수험 가이드