honki
Google Translator Toolkit http://translate.google.com/toolkit/list?hl=en#translations/active
Carl
Chakra http://www.chakra-project.org/
Amara - Caption, translate, subtitle and transcribe video. http://www.amara.org/en/
Project Tox, tox.im, an open source skype https://github.com/irungentoo/ProjectTox-Core 有加密功能!!詳見官網說明。 類似 bt, 使用 UDP 通訊搭配 libsodium 加密。 http://linuxtoy.org/archives/tox.html
Q: 可以互傳檔案嗎? A: 網站上看起來可以,但實際上似乎尚未實作。
正體中文的翻譯已由 xatier commit 進到 GitHub repo,近期就會正式上線 。
Rex: 看到昨天才加上 distributed server 的功能
日落:Tox wiki page 上有別人編譯好的 binary http://wiki.tox.im/Binaries Carl:原則上從 src 編譯較能確保來源是可靠的,懶人可直接移步 Tox 官方 wiki 下載。 今日簡報:https://slid.es/carl_tw/tox 圖文授權:http://creativecommons.org/licenses/by-sa/3.0/tw/ 另外各位如果有興趣,可以研究它的 logo 究竟有何玄機。
czchen
Keysigning Party 2013-08-29 https://docs.google.com/forms/d/1gmyxA5i8_-3KFapgaLeiYpxqCjRxXOXhowBJsDWOdHk/viewform
- verify msg
- send encrypt
Master Key ( key of key, 負責管理你所有的 key, 盡量存在 offline media 上 ) subkey (
$gpg --gen-key
(1) RSA and RSA
length 4069 bytes
Freeman : 可以用 8192 嗎? Rex : debian / ubuntu 目前不能 8192, 相容性可能會有問題,目前還是用 4096 Rex : 換 master key 有一個程序,需要 announce 跟 sign 過的人說 (大概只有 1/3 的人會回你)
debian/ubuntu $ caff
Carl : key 過期前會通知嗎? hychen : 要自己注意。key 可以延長
2013/8/29, 有 key sign party
Rex
WIDI wireless display
yan
https://help.ubuntu.com/community/OCR
tesseract-ocr http://code.google.com/p/tesseract-ocr/
中文字庫 tesseract-ocr-chi-sim tesseract-ocr-chi-tra
基礎只支援 tif, 3.02 以上可支援 jpg
-psm 設定內文樣式與字距 (默認為 3) (可提高辨識度)
辨識度 : 英文 > 簡體中文 > 繁體中文 速度 : 英文 > 簡體中文 > 繁體中文
// 英文
$ time tesseract 32.tif 32
Tesseract Open Source OCR Engine v3.02.01 with Leptonica
real 0m13.695s
user 0m8.501s
sys 0m0.148s
// 簡體中文
$ time tesseract -l chi_sim 2.tif 2
Too many unichars in ambiguity on line -1218034641
Too many unichars in ambiguity on line -1218034641
Tesseract Open Source OCR Engine v3.02.01 with Leptonica
real 1m4.348s
user 0m40.711s
sys 0m0.360s
// 繁體中文
$ time tesseract -l chi_tra 10.tif 10
Tesseract Open Source OCR Engine v3.02.01 with Leptonica
real 3m27.403s
user 1m51.675s
sys 0m0.472s
Training Tesseract http://code.google.com/p/tesseract-ocr/wiki/TrainingTesseract3
可以嘗試辨認驗証碼 ~~
vim spell check :set spell ]s 跳到下個錯字 [s 跳到前個錯字 z= 顯示建議字詞 zg 新增正確拼字 zug 刪除正確拼字 zw 新增錯誤拼字 zuw 刪除錯誤拼字
Python locals() globals() locals is read-only, globals is not
>>> x = 1
>>> locals()['x'] = 2
>>> x
>>> globals()['x'] = 3
>>> x
http://www.diveintopython.net/html_processing/locals_and_globals.html
程式碼就是最好的文件
>>> help('func')
寫在函式裏的註解說明會被顯示出來 Get the names and default values of a Python function’s arguments.
>>> inspect.getargspec(func)
Toomore
source: [Toomore Chiang - 今天 #h4… | Facebook](https://www.facebook.com/toomore/posts/pfbid0CxJL7V3MMGErghAPrEhS83DGY6CdT3TbBdQwgJofYzf4X9jvGmSXeBiVWwyQgUPLl) |
今天 #h4 問了同桌一個問題,但沒聽到答案,問題是:”為什麼台灣最大的網路書店博客來沒有投入電子書的市場?”