2013-06-13 聚會手記
Francis
Stardock Fences 1.x (Windows)
775風扇改裝底座..防止主板变形!
http://itbbs.pconline.com.cn/diy/8438420.html
Intel LGA775 原廠風扇更換扣具參考
http://www.ptt.cc/bbs/PC_Shopping/M.1226404166.A.D23.html
凱翔
python 3.3.2
print 'Hello World'
print ('Hello World')
Yuren
asm.js
http://asmjs.org/
Rex
Ubuntu on tablet <= QML
Lcamel
Impossible Puzzle
http://en.wikipedia.org/wiki/Impossible_Puzzle
yan
py-pretty 1 - Formats dates, numbers, etc. in a pretty, human readable format.
https://pypi.python.org/pypi/py-pretty
ValueError: time data '23/Nov/2012:11:15:44' does not match format '%d/%b/%Y:%H:%M:%S'
Solution :
import locale
locale.setlocale(locale.LC_TIME, "C")