搜尋此網誌

2014年2月7日

Image comparison

2.       Sikuli
3.       OpenCV
4.       http://www.vlfeat.org/
5.    ImageMagic (http://positon.org/compare-diff-between-two-images)

2013年11月4日

汽車安全座椅 Backlog

Britax Marathon70 -> Pavilion 70 G3 -> Advocate70 G3  (歐規: ECE-R44, 1 ~ 7 / 美規:  FMVSS123, 0 ~ 7)

代購:

德國:
http://www.kidsroom.de/en_GB (Global Shipping)
http://www.amazon.de/
http://www.maxis-babywelt.de/de/5348/babyausstattung.html

英國:
http://www.amazon.co.uk/
http://www.bambinodirect.co.uk/
http://www.mothercare.com/

瑞典
http://shop.carseat.se/

荷蘭
http://www.babycare.nl/accessories-c-76.html

美國:
http://www.amazon.com/
http://www.albeebaby.com/ 

教學文:
<![if !supportLists]>1.            <![endif]>http://www.mobile01.com/topicdetail.php?f=375&t=2656670
<![if !supportLists]>2.            <![endif]>asmart: http://www.mobile01.com/topicdetail.php?f=375&t=2499939&p=8#33428974
<![if !supportLists]>3.            <![endif]>asmart 番外篇http://www.mobile01.com/topicdetail.php?f=375&t=2499939&p=51#35754650
<![if !supportLists]>4.            <![endif]>http://www.mobile01.com/topicdetail.php?f=375&t=2470281

2013年6月5日

Launch Android activity by am and passing values

Way1:
1. PC site to launch Android activity by am command:
    adb shell am start -n Packet_Name/Activity_Name -d "parameter"
2. Android site to get the value:
    intentData = getIntent().getDataString();

Way2: (Easy to send multiple parameters)
1. PC site to launch Android activity by am command:
    adb shell am start -n Packet_Name/Activity_Name --es str "parameter "
2. Android site to get the value:
    Intent intent = getIntent();
    String str = intent.getStringExtra("str");

2013年5月21日

Slideshare alternative

http://issuu.com/explore
http://www.hashdoc.com/
http://www.slideshare.net/?ss

2013年3月1日

File sync / backup solution collect (Dropbox alternative)

Function comparison example:
<![if !supportLists]>1.    <![endif]>Backup service: http://en.wikipedia.org/wiki/Comparison_of_online_backup_services
<![if !supportLists]>2.    <![endif]>Synchronization software: http://en.wikipedia.org/wiki/Comparison_of_file_synchronization_software
<![if !supportLists]>3.    <![endif]>http://www.syncplicity.com/products/pricing

Dropbox alternative solutions from some blogs:

Links to some solutions (Seems Good):
<![if !supportLists]>1.    <![endif]>wuala (http://wuala.com/en/download/windows)
<![if !supportLists]>2.    <![endif]>SPIDEROAK (https://spideroak.com/opendownload/)
<![if !supportLists]>3.    <![endif]>Seafile (http://seafile.com/en/home/)
<![if !supportLists]>4.    <![endif]>Syncany (http://www.syncany.org/)

(TBD)
<![if !supportLists]>1.    <![endif]>FTPbox (http://ftpbox.org/)
<![if !supportLists]>2.    <![endif]>ownCloud (http://owncloud.org/)
<![if !supportLists]>3.    <![endif]>sparkleshare (http://sparkleshare.org/)

2013年2月8日