clash of clans upgrade tracker

http://coc.jmjeong.com Clash of Clans 타운 홀 별 업그레이드 정보를 보여주고 기록하는 웹 사이트이다. MEAN stack으로 개발하였다. Upgrade 상태 정보 얼마나 걸리는 Upgrade인지, 남은 시간, 종료 시간 표시 일반, Research, Hero는 색으로 구분하여 표시 통계 정보 설정된 town hall을 최대로 올릴...
Read More

Raspberry Pi2

3.14 파이 데이를 기념하여 raspberry pi2를 구입했다. RasPlex을 인스톨. 무선으로 접속했는데도 apple tv보다 속도가 빠르다. 리모콘은 iPhone에 있는 plex 앱으로 제어. rapsberry pi 2 spec Quad Core Broadcom BCM2836 CPU with 1GB Ram 40pin extended GPIO Micro SD Slot Multple...
Read More

숫자 네개와 사칙연산으로 24 만들기

1-9의 숫자 네 개와 사칙연산을 이용하여 24를 만드는 방법. 24가 약수가 1,2,3,4,6,8,12,24로 다양하다 보니 많은 조합을 만들어 낼수 있습니다. 예를 들어 4346, 7251은 다음과 같이 만들 수 있습니다. 4346 = (3+4/4)*6 7251 = (7+1)*(5-2) 그 중에는 3377처럼 약수의 곱으로 생각하기...
Read More

Outwitters

Outwitters 게임 iOS용 완성도 높은 턴제 전략 게임. AppStore’s Best of 2012에 뽑혔고, 여러 수상 이력이 있다. iPhone, iPad를 동시에 지원한다. 프로그램 URL OSN Replays 장점 Asynchronous 게임을 지원해서 시간 날 때 한 턴씩 진행이 가능하다. 4일 이내만 진행되면 게임이...
Read More

Markdown toc generator

Markdow 문서에서 목차를 만들어내는 프로그램 usage: toc.py [-h] [-d DEPTH] [-c] [-i INDENT] [-f FORMAT] filename positional arguments: filename optional arguments: -h, --help show this help message and exit -d DEPTH, --depth DEPTH Start section number -c, --clipboard Copy output...
Read More

Back To The Mac RSS reloader

https://github.com/jmjeong/alfred-extension/tree/master/backtothemac alfred2 [back to the mac] 스크립트를 수행할 때, 데이타가 1시간 전이면 server로부터 rss를 다시 읽어오도록 되어 있다. 수행할 때마다 delay하는 것이 번거로워, cron job으로 수행할 script를 만들었다. btm-reload.py와 feedparser.py를 같은 directory에 두고 btm-reload.py를 cron job에 등록하면 15분마다 읽어서 cache를...
Read More

highcharts

open-flash-chart.swf 대신 사용한 js library. 간단하게 미려한 결과를 보여준다. 결과 a.json { "series": [ { "name": "old", "data": [1,3,2,5] }, { "name": "new", "data": [5.1,3.7,3.4,4.4]}], "title": { "text": "Sales" }, "xAxis": {"categories": ["Apple", "Banaas", "Oranges", "Simul"]} } html <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>...
Read More