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
#rkJun's MacBook Pro with Retina display .profile | |
export EDITOR=vim | |
#export PATH=$PATH: | |
# GREP coloring | |
export GREP_OPTIONS='--color=auto' | |
export GREP='1;33' |
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
"gVim 용 설정. macVim, vim 에서는 일부 제거할 것. | |
set number | |
set guifont=나눔고딕코딩:h10 | |
set fileencodings=unicode,utf-8,cp949,euc-kr,koi8-r,sjis,ucs-bom,iso10646 | |
source $VIMRUNTIME/colors/torte.vim | |
set co=120 | |
set lines=45 | |
set ts=4 "set tabstop=4 " Tab을 눌렀을 때 8칸 대신 4칸 이동하도록 한다. | |
set sw=4 "set shiftwidth=4 " 자동 들여쓰기를 할때 4칸 들여쓰도록 한다. |
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
//# Link (출처) : http://macnews.tistory.com/162 | |
//# Safari/Google Chrome Korean Font Style Sheet for OS X Mountain Lion | |
//# | |
//# Google Chrome : ~/Library/Application Support/Google/Chrome/Default/User StyleSheets/Custom.css | |
@font-face { | |
font-family: AppleGothic; | |
src: local("Apple SD Gothic Neo"), | |
local("Nanum Gothic"); | |
} |
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
<center><div class="box"> | |
<div class="rotate"> | |
<img src="http://25.media.tumblr.com/avatar_1a0f9b8a64c3_128.png" width="200"/> | |
<span class="caption"> | |
<p class="nick"> | |
@rkJun [알케이준]</p> | |
<p class="bio"> | |
Freelance Web Developer, Student, 세벌식 사용자, undefine:D organizer, OKJSP committer, MPlayer X Korean Localization, Macbook Pro, iPhone 4S, iPad mini, One Piece ...<br/> | |
</p> | |
</span> |
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
var undefine:D = "We're Front-end Group " + | |
"for Developers and Designers " + | |
"who live in Korea." + | |
"We love the web and to make it better." + | |
"Also, We like front-end code, and code base design." + | |
"undefine:D is not undefined, " + | |
"undefine:D is the Front-end Developer & Designer Group " + | |
"and HTML5 and JavaScript Intensive Study Group."; |
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
Show hidden characters
[ | |
{ "keys": ["ctrl+alt+up"], "command": "select_lines", "args": {"forward": false} }, | |
{ "keys": ["ctrl+alt+down"], "command": "select_lines", "args": {"forward": true} }, | |
{ "keys": ["super+k", "super+s"], "command": "convert_to_snake"}, | |
{ "keys": ["super+k", "super+c"], "command": "convert_to_camel"}, | |
{ "keys": ["ctrl+shift+t"], "command": "delete_trailing_spaces" }, | |
{ "keys": ["ctrl+shift+d"], "command": "toggle_trailing_spaces" }, | |
{ "keys": ["super+v"], "command": "paste_and_indent" }, | |
{ "keys": ["super+shift+v"], "command": "paste" }, | |
{ "keys": ["super+alt+v"], "command": "insert_file_path" } |
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
<!DOCTYPE HTML> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>MyBatis Log parse</title> | |
<script src="jquery-2.0.2.js"></script> | |
</head> | |
<body> | |
<div id="div_origin" style="float:left"> | |
<textarea id="txt_origin" rows="30" cols="40"></textarea> |
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
# change directory to My external Hard disk | |
# remove it's dummy files e.g) ._ hidden files. | |
# and, eject it. | |
# modify Leto_1TB to your configuration. | |
# modify disk1s1 to your configuration. | |
cd /Volumes/Leto_1TB | |
find ./ -name "._*" -exec rm {} \; | |
hdiutil eject /dev/disk1s1 |
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
Main Controls - *FIGlet and AOL Macro Fonts Supported* | |
Font: | |
Character Width: | |
Character Height: | |
Test All More Opts About | |
Other Stuff From patorjk.com That You Might Like: | |
Typing Speed Test | |
Keyboard Layout Analzyer |
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
while (1) do host www.undefined.kr;sleep 1;done |
OlderNewer