byobu-3.29_1 will failed when I execute the ‘byobu-config’:
byobu-3.29_1 will failed when I execute the ‘byobu-config’:
% 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,...
Plurk has released API 2. Instead of using their test console, I decided to write a command line console script…
使用 WP 自動更新一直失敗,所以最好的方法就是自己來,啊因為用 diff 做 patch,在 js/css 檔時都會爛掉,所以直接 cp 比較方便。
Python 提供了 pip 可以安裝 python packages,也提供了 virtualenv 可以把 develop 環境獨立出來,所以就在我的 MBP 上試看看。
以前程式碼遇上 utf-8 資料時總是比較麻煩,不是資料是 utf-8 或 big5 ,就是程式碼內含 big5 或 utf-8 字元。這些有了 use utf8; 後,都算比較好處理一點。
Perl 5.12.0 is available here.
FreeBSD 在某年某月某日引進了 porttools, 一個 porters/committers 都愛用的小工具…
對於自然語言處理有興趣的人一定要碰的 Natural Language Toolkit (NLTK) 是用 Python 寫的….
在 FreeBSD Planet 上有詳細一點的 HowTo。