Skip to content

Instantly share code, notes, and snippets.

View perlmonk's full-sized avatar

perlmonk perlmonk

View GitHub Profile
@rizkyabdilah
rizkyabdilah / 1.sh
Created July 1, 2012 18:42
Install fastcgiwrap and spawn-fcgi on CentOS 5
## maybe you cannot find fcgi-devel package
wget http://www.fastcgi.com/dist/fcgi.tar.gz
tar -xzf fcgi.tar.gz
cd fcgi
./configure
make
make install
## install fcgiwrap
@wtnabe
wtnabe / MEMO
Created September 24, 2010 15:02
Geohash Visualizer 2, multiple geohashes can be drawn on google maps
仕様
====
* 複数の geohash を google map 上に描画するツール
* 基準となる住所は human readable で与えることができる
* 住所を geocoding で encode して map の位置を変更できる
* textarea を parse できる
* textarea に 1行1つの geohash を入力できる