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
-server | |
-XX:-UseAdaptiveSizePolicy | |
-XX:ParallelGCThreads=2 | |
-XX:+UseParNewGC | |
-XX:NewRatio=3 | |
-XX:+PrintGCDetails -XX:+PrintHeapAtGC | |
-XX:+HeapDumpOnOutOfMemoryError |
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
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
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
// ~/.config/karabiner/assets/complex_modifications/escape_to_en.json 에 파일 위치시킴 | |
// Complex modifications 에서 위 규칙 추가 | |
// bundle_identifiers 는 Karabiner-EventViewer 를 이용해서 찾는다 | |
// | |
// See: https://github.com/johngrib/simple_vim_guide/blob/master/md/with_korean.md | |
{ | |
"title": "Convert to en when ESC", | |
"rules": [ | |
{ | |
"description":"Convert to en when ESC", |
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
rm -rf /Applications/KakaoTalkDev.app | |
cp -a /Applications/KakaoTalk.app /Applications/KakaoTalk2nd.app | |
mv /Applications/KakaoTalk2nd.app/contents/MacOS/KakaoTalk /Applications/KakaoTalk2nd.app/Contents/MacOS/KakaoTalk2nd | |
cd /Applications/KakaoTalk2nd.app/Contents/ | |