星期日, 12月 16, 2012

[TOSSUG 12/18] David Wu (wuman) - A Deep Dive into Open Source Android Development

** 歡迎轉載 **

講者簡介/Bio:

David Wu is a principal software engineer at HTC. He works on the social network team for HTC Sense, responsible for adding “social touches” to the overall user experience. He is one of the core developers behind HTC Friend Stream.

In his free time he is also an active participant in the free software community in Taiwan. He is a regular at both the Taipei Open Source Software User Group and Hacking Thursday.

大綱/Agenda:

The increasing popularity of the Android platform over the past two years has encouraged many talented developers to contribute. Developers no longer need to invent their own wheels from scratch. Instead, many open source tools and libraries are becoming available for Android developers. In this talk we will take a deep dive into Android programming and how developers can leverage open source tools to bootstrap their Android apps. We will also talk about how developers can contribute back to the open source community.

活動資訊/Info:

報名:http://registrano.com/events/a22ba4 (統計人數及活動變更通知)
時間:2012/12/18 星期二,活動時間 7:00pm 開始,6:00pm 開始入場
主題:A Deep Dive into Open Source Android Development
主講人:David Wu (wuman)
語言: Chinese/中文
地點: Mix Coffee & Tea ( http://www.tossug.org/mix-coffee-tea )
備用地點: 如果 Mix Coffee & Tea 沒開請至對面的 丹堤咖啡 Dante Coffee
消費: 店家的低銷兩百元以下,到場付費,6:30pm 開始入場用餐、閒聊、認識新朋友,有名片的朋友記得帶到。
注意事項:有免費的無線上網,請別把 notebook 忘在家裡。

TOSSUG 官方網站 :: TOSSUG Facebook 社團 :: TOSSUG Google+ 社群

星期四, 9月 06, 2012

[TOSSUG 9/11] 第9次星系主題:A journey of Filesystem on JOS

主題內容: A journey of Filesystem on JOS (90分鐘)

分享者:wayling
 
摘要
無論有無作業系統的存在,使用者常常需要對硬碟或其他外部儲存裝置做操作,
因此檔案系統在任何系統中幾乎都是非常重要且不可或缺的一部份,
所以實做基本檔案系統也成了一個必須的主題。
本此探討JOS的主題有兩部份,一是檔案系統本身,二是JOS的檔案系統服務。
 
提綱
 
Part1 :
  • Filesystem struct In-memory and On-disk struct 
Part 2:
  • Client/Server FileSystem access
  • remote procedure call (RPC) base on IPC and process
 
背景知識(2)
 

參加活動前,請大家配合,先行預習(較易於與講者互動)(Optional)

備註

此次活動已加入TOSSUG行程(請參閱http://www.tossug.org/2012)

活動時間:2012/09/11 7:30pm 開始,6:30pm 開始入場

報名網址:http://registrano.com/events/c6d849

官方網址:http://www.juluos.org

共筆網址:http://sync.in/juluosdev

地點: Mix Coffee &Tea

(註1:如包場,參加者需在店消費約200元以下,折抵場地費。)

(註2:活動採分享心得或研究實作展示。)

(註3:活動場地有提供無線網路。)

星期一, 9月 03, 2012

[TOSSUG 09/04] AceLan - Qt for Android

** 歡迎轉載 **

講者簡介:

AceLan
Ubuntu Kernel Developer
a KDE Lover and Contributor
Former KDE coordinator in Taiwan

大綱/Agenda:

Qt 是一套跨平台應用程式開發框架
不但能在 Linux, MAC 及 MS Windows 上執行
現在更可以在 Android 甚至是 iOS device 上執行
程式碼原封不動 只要透過重新編譯 就能順利在 Adnroid 上跑
將介紹如何安裝所需套件 及詳細編譯步驟
並配合多起範例 展示給大家看
歡迎大家一同來討論

活動資訊:

報名:http://registrano.com/events/5021c3 (統計人數及活動變更通知)
時間:2012/09/04 星期二,活動時間 7:30pm 開始,6:30pm 開始入場
主題:Qt for Android
主講人:AceLan
語言: Chinese/中文
地點: Mix Coffee & Tea ( http://www.tossug.org/mix-coffee-tea )
備用地點: 如果 Mix Coffee & Tea 沒開請至對面的 丹堤咖啡 Dante Coffee
消費: 店家的低銷兩百元以下,到場付費,6:30pm 開始入場用餐、閒聊、認識新朋友,有名片的朋友記得帶到。
注意事項:有免費的無線上網,請別把 notebook 忘在家裡。

星期一, 8月 20, 2012

[TOSSUG 08/21] $4 - The Python GTK+ 3 Tutorial 導讀 (續)

** 歡迎轉載 **

The Python GTK+ 3 Tutorial [1] 是一個淺顯易懂的 Python GTK+ 3 入門教材

上次的導讀談過了 7. Entry, 8. Button Widgets, 9. ProgressBar 這一次將從 10. Spinner 接續開始,同樣地探討每一個程式碼範例。

歡迎對 Python GTK+ 3 程式設計有興趣的朋友一同參加。

這次實作上所需的背景知識有:Python 程式語言、GTK+ 函式庫。

此次分享將以 Ubuntu 12.04 為主,但是 BSD/Linux 的任何發行版本都可以用來作為開發環境。

[1]: The Python GTK+ 3 Tutorial

活動資訊:

報名:http://registrano.com/events/401afc (統計人數及活動變更通知)
時間:2012/08/21 星期二,活動時間 7:30pm 開始,6:30pm 開始入場
主題:The Python GTK+ 3 Tutorial 導讀
主講人:$4
語言: Chinese/中文
地點: Mix Coffee & Tea ( http://www.tossug.org/mix-coffee-tea )
消費: 店家的低銷兩百元以下,到場付費,6:30pm 開始入場用餐、閒聊、認識新朋友,有名片的朋友記得帶到。
注意事項:有免費的無線上網,請別把 notebook 忘在家裡。

星期日, 7月 29, 2012

[TOSSUG 08/07] $4 - The Python GTK+ 3 Tutorial 導讀 (續)

** 歡迎轉載 **

The Python GTK+ 3 Tutorial [1] 是一個淺顯易懂的 Python GTK+ 3 入門教材

上次的導讀帶到 6. Label 這一次將從 7. Entry 接續開始,同樣地探討每一個程式碼範例。

歡迎對 Python GTK+ 3 程式設計有興趣的朋友一同參加。

這次實作上所需的背景知識有:Python 程式語言、GTK+ 函式庫。

此次分享將以 Ubuntu 12.04 為主,但是 BSD/Linux 的任何發行版本都可以用來作為開發環境。

[1]: The Python GTK+ 3 Tutorial

活動資訊:

報名:http://registrano.com/events/2ee75f (統計人數及活動變更通知)
時間:2012/08/07 星期二,活動時間 7:30pm 開始,6:30pm 開始入場
主題:The Python GTK+ 3 Tutorial 導讀
主講人:$4
語言: Chinese/中文
地點: Mix Coffee & Tea ( http://www.tossug.org/mix-coffee-tea )
消費: 店家的低銷兩百元以下,到場付費,6:30pm 開始入場用餐、閒聊、認識新朋友,有名片的朋友記得帶到。
注意事項:有免費的無線上網,請別把 notebook 忘在家裡。

星期三, 7月 18, 2012

[TOSSUG 07/24] $4 - The Python GTK+ 3 Tutorial 導讀

** 歡迎轉載 **

The Python GTK+ 3 Tutorial [1] 是一個淺顯易懂的 Python GTK+ 3 入門教材

這次的分享將逐步討論每一個程式碼範例,歡迎對 Python GTK+ 3 程式設計有興趣的朋友一同參加。

這次實作上所需的背景知識有:Python 程式語言、GTK+ 函式庫。

此次分享將以 Ubuntu 12.04 為主,但是 BSD/Linux 的任何發行版本都可以用來作為開發環境。

[1]: The Python GTK+ 3 Tutorial

活動資訊:

報名:http://registrano.com/events/33dbd7 (統計人數及活動變更通知)
時間:2012/07/24 星期二,活動時間 7:30pm 開始,6:30pm 開始入場
主題:The Python GTK+ 3 Tutorial 導讀
主講人:$4
語言: Chinese/中文
地點: Mix Coffee & Tea ( http://www.tossug.org/mix-coffee-tea )
消費: 店家的低銷兩百元以下,到場付費,6:30pm 開始入場用餐、閒聊、認識新朋友,有名片的朋友記得帶到。
注意事項:有免費的無線上網,請別把 notebook 忘在家裡。

星期日, 7月 01, 2012

[TOSSUG 07/03] $4 - 淺談使用 Glade 製作 GTK+ 程式介面

** 歡迎轉載 **

最近 $4 [1] 在使用 Glade [2] 設計 GTK+ 程式外觀,所以有一些心得想要跟大家分享。

這次的分享將解說 Glade 的操作以及背後程式碼銜接的方法,也就是先在視覺上將 UI 元件排列好,之後再將功能實作上去。

這次實作上所需的背景知識有:Python 程式語言、GTK+ 函式庫。

此次分享將以 Ubuntu 12.04 為主,但是 BSD/Linux 的任何發行版本都可以用來作為開發環境。

[1]: http://about.me/fourdollars
[2]: http://glade.gnome.org/

活動資訊:

報名:http://registrano.com/events/4ca289 (統計人數及活動變更通知)
時間:2012/07/03 星期二,活動時間 7:30pm 開始,6:30pm 開始入場
主題:淺談使用 Glade 製作 GTK+ 程式介面
主講人:$4
語言: Chinese/中文
地點: Mix Coffee & Tea ( http://www.tossug.org/mix-coffee-tea )
消費: 店家的低銷兩百元以下,到場付費,6:30pm 開始入場用餐、閒聊、認識新朋友,有名片的朋友記得帶到。
注意事項:有免費的無線上網,請別把 notebook 忘在家裡。

星期一, 6月 18, 2012

[TOSSUG 06/19] hychen - 淺談 javascript prototype

** 歡迎轉載 **

講者簡介/Bio:

  • Debian Maintainer
  • Software Engineer in Canonical Ltd
  • Program Committee of COSCUP 2009
  • Financial Lead of COSCUP & Gnome.Asia 2010
  • Financial Lead of PyCon Taiwan 2012
  • Speaker in OSDC.tw 2011
  • Speaker in PyCon.JP 2011
  • Speaker in PyCon Taiwan 2012

http://about.me/hychen

內容大綱/Agenda:

  1. prototype? class?
  2. new 做了什麼事
  3. instance 怎麼被產生
  4. bound attributes v.s unbound attributes
  5. 結論

活動資訊/Information:

報名/Sign up:http://registrano.com/events/27c023 (統計人數/活動更動通知)
時間/Date:2012/06/19 星期二,活動時間 7:30pm 開始,6:30pm 開始入場
主題/Topic:淺談 javascript prototype
講者/Speaker:陳信屹/hychen
語言/Language: 中文/Chinese
地點/Location: Mix Coffee & Tea ( http://www.tossug.org/mix-coffee-tea )
消費: 在包場時,店家的低銷為兩百元以上;非包場時,低銷至少點一杯飲品,到場付費。6:30pm 開始入場用餐、閒聊、認識新朋友,有名片的朋友記得帶到。
注意事項:有免費的無線上網,請別把 notebook 忘在家裡。

星期一, 5月 21, 2012

[TOSSUG 05/22] $4 - ibus 輸入法引擎實作

** 歡迎轉載 **

最近 $4 [1] 在寫一個 ibus-zhuyin [2] 傳統注音的中文輸入法引擎,因此有一些關於 ibus 輸入法引擎實作上的心得想要跟大家分享。

這次的分享將解說 ibus-tmpl [3] 這個 ibus 輸入法引擎的範例裡面的實作細節,在 ibus
輸入時的相關使用者介面元件上的介紹,希望能讓對於輸入法實作有興趣的朋友能夠有些入門上的理解。

實作上所需的背景知識有:C 程式語言、GObject (Glib 的物件系統)、GNU Build System (aka
Autotools)、Git 版本控制。

此次分享將以 Ubuntu 12.04 為主,但是 BSD/Linux 的任何發行版本都可以用來作為開發環境。

[1]: http://about.me/fourdollars
[2]: http://github.com/fourdollars/ibus-zhuyin
[3]: http://github.com/phuang/ibus-tmpl

活動資訊:

報名:http://registrano.com/events/d24574 (統計人數)
時間:2012/05/22 星期二,活動時間 7:30pm 開始,6:30pm 開始入場
主題:ibus 輸入法引擎實作
主講人:$4
語言: Chinese/中文
地點: Mix Coffee & Tea ( http://www.tossug.org/mix-coffee-tea )
消費: 店家的低銷兩百元以下,到場付費,6:30pm 開始入場用餐、閒聊、認識新朋友,有名片的朋友記得帶到。
注意事項:有免費的無線上網,請別把 notebook 忘在家裡。

星期二, 1月 10, 2012

[TOSSUG 01/17] Noritsuna Imamura - Robot, AR, Linaro(Linux for ARM), Embedded

大家好!

** 歡迎轉載 **

Bio:

I'm a technical artist & SIProp project's chairman (http://www.siprop.org/).
I work together ITRI and live in Hsinchu.
And I support Linaro project (http://www.linaro.org/) as community member.

When I lived in Tokyo, I make the biggest Android Community in Japan.
This is called Japan Android Group.
I usually make & support OSS's community.
I want to make the Linaro community in Taiwan!

Details
http://www.slideshare.net/noritsuna/resume-nov2011-10249676

Agenda:

Our project always makes fun & funny products.
There is a robot which we made last year.

Auto Chasing Turtle
http://www.slideshare.net/noritsuna/auto-chasing-turtle

This is used Kinect for detecting human & measuring distance.
So it is controlled by beagleboard-xM (small computer, made by ARM CPU).

And I'll bring and show new one.
I will explain about how to make it and concept.

活動資訊:

報名:http://registrano.com/events/142af5 (統計人數)
時間:2012/01/17 星期二,活動時間 7:30pm 開始,6:30pm 開始入場
主題:Robot, AR, Linaro(Linux for ARM), Embedded
主講人:Noritsuna Imamura
語言: English
地點: Mix Coffee & Tea ( http://www.tossug.org/mix-coffee-tea )
消費: 店家的低銷兩百元以下,到場付費,6:30pm 開始入場用餐、閒聊、認識新朋友,有名片的朋友記得帶到。
注意事項:有免費的無線上網,請別把 notebook 忘在家裡。