One for all,all for one.
2013年10月31日 星期四
Firefox 24.0 disable javascript and disable show image
›
about:config javascript.enabled => false permissions.default.image => 2 Reference : How to disable graphics and/or java i...
linux command line get md5 string
›
$ echo -n "STRING" | md5sum
2013年10月30日 星期三
linux virtual wifi ap access point
›
# apt-get install hostapd # hostapd /etc/hostapd/hostapd.conf or # hostapd ~/hostapd-test.conf Reference : 12.04 - Hos...
2013年10月29日 星期二
python split string by multiple space
›
str = '111111 222222 333333' arr = str.split() print arr ['111111', '222222', '333333']
Structure Sensor 3D 掃瞄器
›
* iPad 使用 * 深度感應器、紅外線、紅外線補光燈、電池 * Kincet : RGB camera, Depth sensor, Microphone Array, Skeleton Tracking Reference : Structure S...
2013年10月26日 星期六
dunst shortcut key
›
# shortcuts are specified as [modifier+][modifier+]...key # available modifiers are 'ctrl', 'mod1' (the alt-key),...
python language detect library - chromium-compact-language-detector
›
透過 Python binding C++ libcld 的函式庫 以前要手動下載編譯,現在可透過 pip 自動執行這步驟 # pip install chromium_compact_language_detector 手動方式: 安裝 libcld ...
‹
›
首頁
查看網路版