동영상 쪼개기
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
alias h='history' | |
alias dl='docker ps -l -q' | |
# Invoke GnuPG-Agent the first time we login. | |
# Does `~/.gpg-agent-info' exist and points to gpg-agent process accepting signals? | |
if test -f $HOME/.gpg-agent-info && \ | |
kill -0 `cut -d: -f 2 $HOME/.gpg-agent-info` 2>/dev/null; then | |
GPG_AGENT_INFO=`cat $HOME/.gpg-agent-info | cut -c 16-` | |
else | |
# No, gpg-agent not available; start gpg-agent |
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
#! /usr/bin/env ruby | |
class MegaGreeter | |
attr_accessor :names | |
# Create the object | |
def initialize(names = "World") | |
@names = names | |
end |
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 |
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
# 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
<!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
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
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
<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> |