amos的聚會手記

2013-09-26

來源: 2013-09-26
Serviio media server
http://www.serviio.org/

2013-09-19

來源: 2013-09-19
python project install dependencies library

from setuptools import setup                                                
setup(
    name='project_name',
    install_requires=[
        'sqlalchemy',
    ] 
)

2013-09-05

來源: 2013-09-05
AIO Remote : Mobile phone as mouse, keyboard, joystick, file explorer, media player controler, slide control (非開源,但免費)
http://www.aioremote.net/home

2013-08-29

來源: 2013-08-29
Raspberry Pi Thin Client project
http://rpitc.blogspot.tw/

Mosh: the mobile shell
http://mosh.mit.edu/

2013-08-22

來源: 2013-08-22
使用 GPG 加密郵件內容, 還不能加密附件
chrome : mailvelope

2013-05-23

來源: 2013-05-23
D3.js is a JavaScript library for manipulating documents based on data. D3 helps you bring data to life using HTML, SVG and CSS.
http://d3js.org/

2013-04-25

來源: 2013-04-25
OpenShift by Red Hat | OpenShift by Red Hat
https://www.openshift.com/
test

2013-03-14

來源: 2013-03-14
Android APP 分享

Ipconfig
Speed Test
Fing - Network Tools
Skitch

2013-03-07

來源: 2013-03-07

Data URLs are a form of Uniform Resource Locators, although they do not in fact remotely locate anything. Instead, the resource data is contained within the URL string itself as a base64-encoded string.

DataURL.net - Data URL Maker, Data URL CSS Optimizer and the Data URL Toolkit

2012-11-08

來源: 2012-11-08
方便的訊息產生器 Pines Notify
http://pinesframework.org/pnotify/#page

2012-09-20

來源: 2012-09-20
有人fork bootstrap做了一個擴充的版本
http://lightglitch.github.com/bootstrap-xtra/#

2012-09-06

來源: 2012-09-06
Bootstrap
http://twitter.github.com/bootstrap/index.html

2012-08-02

來源: 2012-08-02
讀取google spreadsheet
該spreadsheet若要用下列語法讀取必須先發佈到網路上才行! 「檔案/發佈到網路」

<script type="text/javascript">
function test(json) {
  var a=json.feed.entry.length
  for (var i = 0; i < a; i++) {
    var b = json.feed.entry[i].gsx$name.$t
    var c = json.feed.entry[i].gsx$value.$t
    document.write(b+" "+c+"</br>")
  }
}
</script>

<script type='text/javascript' src='https://spreadsheets.google.com/feeds/list/0AgCvV4MJgIqLdHd1bVpfU1hHTGU4UlJBMC0xUndGX0E/od6/public/values?&alt=json-in-script&callback=test'></script>

CodeMirror:線上hightlight編輯各種語法的javascript lib
http://codemirror.net/demo/preview.html
分析後的可能作法:
1. 每輸入一個字元,程式就會 parse那一行
2. 依語法斷行,然後用 <span class="cm-tag">..</span>加上語法顏色
3. 之後再將 raw text 作 preview render

2012-07-26

來源: 2012-07-26
jquery i18nopen
https://github.com/bryanwb/jquery-i18n/

2012-07-19

來源: 2012-07-19
Geographic Data with Crystal Reports: ASP Alliance
http://aspalliance.com/1838_Geographic_Data_with_Crystal_Reports.2

2012-07-05

來源: 2012-07-05
Android 上好用的軟體
Fing
Wifi 分析儀

2012-06-21

來源: 2012-06-21
https://codebeamer.com

2012-06-14

來源: 2012-06-14
Sphinx 文件產生器
1. install sphinx:

    $ sudo pip install sphinx

2. into your code folder
3. configure sphinx
    $ sphinx-quickstart

4. edit index page by reStructuredText syntax
    $ nano index.rst

5. build html file
    $ make html

2012-05-10

來源: 2012-05-10
python 開發鍵搭建
jenkins + pep8 (程式碼檢察) + python-nose (unittest) + Selenium (WebUI 測試)

http://www.slideshare.net/shunsukeshiino/tabepad

2012-04-26

來源: 2012-04-26
加快linux開機速度:
這個算是舊文不過很有用
http://blog.longwin.com.tw/2006/01/ram_disk_build_method/

ssh-copy-id可以簡化以下步驟:

sudo ssh-keygen -t rsa
scp id_rsa.pub your-id@other-server-ip:.ssh
ssh your-id@other-server-ip
cd .ssh
cat id_rsa.pub >> authorized_keys

改為ssh-copy-id your-id@other-server-ip一行就可以了

2012-04-19

來源: 2012-04-19
rkhunter, 一款 check rootkit 的軟體

2012-04-05

來源: 2012-04-05
Linux 上的螢幕擷圖軟體 (目前覺得最好用的 )
https://launchpad.net/shutter

2012-03-22

來源: 2012-03-22
挑選適當的工具, 串成一個Python開發鍊

Editor / IDE
Vim
Geany

Code Analysis
PyChecker
pep8

Version Control System, VCS
Git
Mercurial

Continuous Integration Server (Unit test、Daily build)
Jenkins CI

2012-03-08

來源: 2012-03-08
http://www.geany.org/

除非特別註明,本頁內容採用以下授權方式: Creative Commons Attribution-ShareAlike 3.0 License