Skip to content

Instantly share code, notes, and snippets.

@keewon
keewon / 1_description
Last active August 29, 2015 13:56
윈도우폰에서 카드사 문자 복사하기
1. 윈도우폰에서 SMS 를 서버랑 연동시킨 상태여야 한다.
2. 아래 북마클릿을 등록한다.
3. Chrome 이나 기타 북마클릿 사용 가능한 브라우저로 http://outlook.com 으로 가서 본인의 계정으로 접속
4. '메시지 기록' 을 누른다
5. URL 에서 'fid=b' 를 삭제한 후 Enter 를 누른다.
6. 이제 메시지 목록에 SMS 가 나온다.
7. 북마클릿을 누르면 카드사 문자만 복사할 수 있도록 팝업이 뜬다.
8. 복사한 문자를 메모장 등에 붙여 넣는다.
9. 페이지를 넘겨 가면서 계속해서 문자를 복사하면 된다.
@keewon
keewon / gist:8971592
Last active August 29, 2015 13:56
Capturing NAVER Map with CasperJS
// install casperjs, phantomjs
var casper = require('casper').create();
casper.start('http://map.naver.com/?menu=location&mapMode=0&lat=37.3659794&lng=127.1152764&dlevel=14&enc=b64', function() {
this.viewport(5000, 5000);
this.wait(2000, function() {
this.capture('map.png', {
top: 0,
left: 0,
width: 5000,
@keewon
keewon / gist:7637512
Created November 25, 2013 07:20
My vim settings
call pathogen#infect()
syntax on
set nocompatible
set bg=light
set ts=8 sts=4 sw=4 expandtab
set showmatch matchtime=2
set ic nobackup incsearch
"set guifont=Lucida_Console:h14:cANSI
set guifont=Monaco:h13