hacker

[FreeBSD] byobu-config need newt as RUN_DEPENDS

2011/07/25
By

byobu-3.29_1 will failed when I execute the ‘byobu-config’:

Read more »

dotCloud first test

2011/05/23
By

% pip install -U dotcloud % dotcloud create wall Enter your api key (You can find it at http://www.dotcloud.com/account/settings): Created "wall" % dotcloud deploy -t python wall.ffstream Created "wall.ffstream". % dotcloud push wall.ffstream . # upload . ssh://dotcloud@uploader.dotcloud.com:1060/wall.ffstream # git Warning: Permanently added ‘:1060,:1060′ (RSA) to the list of known hosts. Counting objects: 17,...

Read more »

A Python Script to test Plurk OAuth API

2011/05/19
By

Plurk has released API 2. Instead of using their test console, I decided to write a command line console script…

Read more »

[wordpress] 依據 wordpress zip 檔做半自動更新

2011/04/06
By

使用 WP 自動更新一直失敗,所以最好的方法就是自己來,啊因為用 diff 做 patch,在 js/css 檔時都會爛掉,所以直接 cp 比較方便。

Read more »

[python] 新手玩 virtualenv + pip + yolk

2011/04/04
By

Python 提供了 pip 可以安裝 python packages,也提供了 virtualenv 可以把 develop 環境獨立出來,所以就在我的 MBP 上試看看。

Read more »

[utf8] perl -C?

2010/04/29
By

以前程式碼遇上 utf-8 資料時總是比較麻煩,不是資料是 utf-8 或 big5 ,就是程式碼內含 big5 或 utf-8 字元。這些有了 use utf8; 後,都算比較好處理一點。

Read more »

Perl 5.12.0

2010/04/22
By

Perl 5.12.0 is available here.

Read more »

[FreeBSD] porttools

2009/12/17
By

FreeBSD 在某年某月某日引進了 porttools, 一個 porters/committers 都愛用的小工具…

Read more »

[Python] Natural Language Toolkit (NLTK) – Part I

2009/12/07
By

對於自然語言處理有興趣的人一定要碰的 Natural Language Toolkit (NLTK) 是用 Python 寫的….

Read more »

昇級 FreeBSD 8.0-RELEASE

2009/12/04
By

在 FreeBSD Planet 上有詳細一點的 HowTo。

Read more »