2008年8月28日 星期四

圖形驗證碼破解


python module:pytesser

http://code.google.com/p/pytesser/

用法:text=image_file_to_string('ImageVerifier.jpeg',graceful_errors=True)

2008年8月23日 星期六

python to exe

http://www.py2exe.org/

CodeInvestigator

http://codeinvestigator.googlepages.com/p5

##用網頁來Trace Code

Install: Double click installer.

Start-Up: 'Start' -> 'Programs' -> 'CodeInvestigator'
Quit: 'Menu' -> 'Quit'
Remove: 'Control Panel' -> 'Add/Remove programs'

PythonCallGraphInstall

安裝步驟:

1.graphviz

http://www.graphviz.org/

2.pycallgraph

http://pycallgraph.slowchop.com/pycallgraph/wiki/documentation/0.5.1/PythonCallGraphInstall

Obsidian 插件介紹:Text Generator

Text Generator 是 Obsidian 的一個插件,它可以根據給定的提示自動生成文本。這個插件使用 GPT-3 語言模型,能夠產生類似人類的文本,非常適合編寫故事、文章、電子郵件和其他類型文本。 主要功能: **生成文本:**根據提示生成各種長度的...