顯示具有 書籤 標籤的文章。 顯示所有文章
顯示具有 書籤 標籤的文章。 顯示所有文章

2010年7月28日 星期三

GPS

NMEA data
http://www.gpsinformation.org/dale/nmea.htm

HOWTO: Track your position using a GPS dongle and Google Earth
http://ubuntuforums.org/showthread.php?t=1083710

Using A Bluetooth GPS From Python
http://www.robertprice.co.uk/robblog/archive/2007/1/Using_A_Bluetooth_GPS_From_Python.shtml

教學

將win7安裝光碟放到USB隨身碟中
http://rondoyoyo.pixnet.net/blog/post/29644836

將AVI+字幕轉VCD或DVD使用教學
http://oz6877.myweb.hinet.net/2.htm

2010年4月27日 星期二

Qt IM開發工具

說明

在Qt中IM 可以使用Telepathy這套libary

在Moblin也是同樣是用Telepathy, Telepathy是一個IM, 可以用DBus控制 Empathy就是一個Telepathy的Client

由於在Telepathy要用到DBus所以在Qt中使用時要在專案檔(.pro)加入   CONFIG += qdbus


參考網站
Telepathy-Qt4
http://telepathy.freedesktop.org/doc/telepathy-qt4/

Telepathy Developer's Manual
http://people.collabora.co.uk/~danni/telepathy-book/index.html

2010年3月10日 星期三

2009年10月14日 星期三

BCB 程式開發

C++ Builder研究
http://www.ccrun.com/

Delphi K.Top討論區
http://delphi.ktop.com.tw/

Delphi K.Top討論區 » bruce0211---BCB專欄 » 心得分享系列(BCB)[1]
http://delphi.ktop.com.tw/board.php?cid=169&fid=936&tid=18760

Delphi K.Top討論區 » bruce0211---BCB專欄 » 心得分享系列(BCB)[2]
http://delphi.ktop.com.tw/board.php?cid=169&fid=936&tid=18760&p=2

Delphi K.Top討論區 » 難以歸類主題的討論區(C++Builder) » Service Application 範例程式
http://delphi.ktop.com.tw/board.php?cid=168&fid=923&tid=31566

BCB Datou's Weblog
http://datou.wordpress.com/tag/bcb/

2009年10月13日 星期二

檔案監控 FileWatcher

CDirectoryChangeWatcher
http://www.codeproject.com/KB/files/directorychangewatcher.aspx

ReadDirectoryChangesW Function
http://msdn.microsoft.com/en-us/library/aa365465(VS.85).aspx

Obtaining Directory Change Notifications
http://msdn.microsoft.com/en-us/library/aa365261%28VS.85%29.aspx

FindFirstChangeNotification Function
http://msdn.microsoft.com/en-us/library/aa364417(VS.85).aspx

FILE_NOTIFY_INFORMATION Structure
http://msdn.microsoft.com/en-us/library/aa364391(VS.85).aspx

Android

Android中文網頁
http://code.google.com/intl/zh-TW/android/index.html

Android Developers
http://developer.android.com/index.html

討論板 Android 中文資源站
http://android.cool3c.com/

Android-x86 - Porting Android to x86
http://www.android-x86.org/

Android的Launcher研究:客製化桌面UI
http://www.jollen.org/blog/2009/07/android-os-launcher-app.html

深入淺出Android
http://code.google.com/p/androidbmi/wiki/DiveIntoAndroid

從Home Screen看Android
http://walkingice.twbbs.org/blog/archives/922

Android課程教學
http://blog.chinatimes.com/tomsun/category/6165.html

Android Widget Design
http://developer.android.com/guide/practices/ui_guidelines/widget_design.html

Android Widget 開發流程
http://tonycube.blogspot.com/2009/12/android-widget.html

Android Opensource Project
http://source.android.com/source/index.html

Jollen's Blog ::Android 教學
http://www.jollen.org/blog/android_os/

ADW Launcher
http://code.google.com/p/adw-launcher-android/

https://github.com/AnderWeb/android_packages_apps_Launcher

YSL的程式天堂
http://ysl-paradise.blogspot.com/2009/07/android-analogclock-1.html
http://ysl-paradise.blogspot.com/2009/08/android-app-widgets-2.html

[Android]控制飛航模式(Airplane Mode)開啟/關閉
http://abgne.tw/android/android-code-snippets/android-control-airplane-mode-enabled.html