Posted in Footprints + Diary | By tarotoast | Tags: life
- Bo-boe e chiok li senn-jit khoai-lok!!!
- 我跟水果店簽了賣身契了!!!
- 5 月底又要搬家!!! 至少水果店會派人幫我搬!!! song!
- Webkit-nightly 的 Web Inspector 好威阿!!!
- Cocoa 其實寫的真不錯!!!
- iPad 還真不錯用!!! 不管是蓋泡麵或者陪你跑廁所都很好用!!!
- 幾個月後要 +1 的室友是個很有趣的人!!!
- Eka’s almost 2 yrs old!!!
- Seana touches fish a lot!!!
- No way you’re reading this again, Karim.
Read more |
6 Comments » |
May 4th, 2010
Posted in Footprints + Diary | By tarotoast | Tags: ocr, osx, text2speech
Tip: If source file is a PDF or image file, use Google OCR to convert to text file first
say -f [text file] -o [output audio file.aiff]
Tip 2: Dragging into iTunes and right clicking on the file to select “Make AAC Version” will allow this audio file be synced into portable devices.
Read more |
1 Comment » |
March 11th, 2010
Posted in Footprints + Diary | By tarotoast |
Byebye Eka & Seana :’(
Hello convenience and food.
Byebye big house, but someone else’s house.
Hello new sweet home and peace of mind.
Looking forward to the next move :)
Next Move: Summer 2010.
Read more |
2 Comments » |
November 30th, 2009
Posted in Footprints + Diary | By tarotoast | Tags: code osx geoip compile
Run the configure script as the following:
MACOSX_DEPLOYMENT_TARGET=10.6 CFLAGS=”-arch i386 -arch x86_64 -g -Os -pipe -no-cpp-precomp” CCFLAGS=”-arch i386 -arch x86_64 -g -Os -pipe” CXXFLAGS=”-arch i386 -arch x86_64 -g -Os -pipe” LDFLAGS=”-arch i386 -arch x86_64 -bind_at_load” ./configure
Read more |
No Comments » |
November 15th, 2009
Posted in Footprints + Diary | By tarotoast | Tags: geoip, python
GeoLite City vs GeoIP City:
|
GeoLite City |
GeoIP City |
| Cost |
Free |
$370 initial, $90 per month updates |
| Coverage |
Worldwide |
Worldwide |
| Accuracy |
Over 99.5% on a country level and 79% on a city level for the US within a 25 mile radius. More details |
Over 99.8% on a country level and 83% on a city level for the US within a 25 mile radius. More details |
| Redistribution |
Free, subject to GPL/LGPL for APIs and database license. Commercial redistribution licenses are available |
Please contact us |
| Updates |
Updated monthly, at the beginning of each month |
Updated monthly. For binary format, weekly updates, automated updates available by using geoipupdate program included with C API |
Very evil indeed.
- Download and install GeoIP C API from here.
- Download and install GeoIP Python API from here.
- Download latest GeoLite City Binary Format from here.
- Extract GeoLite City file to /usr/local/share/GeoIP/
Example uses of API can be found in test*.py that comes with Python API.
Read more |
No Comments » |
May 25th, 2009
Recent Comments