2013-11-20から1日間の記事一覧

How does Linux Kernel know where to look for driver firmware?

http://stackoverflow.com/questions/950107/how-does-linux-kernel-know-where-to-look-for-driver-firmware firmwareのロードパスはudevが生成しているのね。 Debianのルール。 https://wiki.debian.org/Firmware Ubuntuのルール。 https://wiki.ubuntu.co…

Android Volley dynamic ListView: AsyncTask comparison | Surviving w/ Android

http://www.survivingwithandroid.com/2013/11/android-volley-dynamic-listview.html Volleyを使ってJSONをListViewにする。 AsyncTaskとの比較も。 AsyncTaskにはメモリリークの問題があるとの指摘。

A Simple Guide to Creating iOS7 Style Icons - Designmodo

http://designmodo.com/guide-ios7-icons/

Cloud Platform Blog: Development tips for Google Cloud Endpoints for Android

http://googlecloudplatform.blogspot.jp/2013/11/development-tips-for-google-cloud-endpoints-for-android.html

The 10 Best Online Resources to Learn Android Development

http://www.ideatoappster.com/10-best-online-resources-learn-android-development/

WS2812デジタル制御 LED 10個セット | 妙楽堂電子パーツショップ

http://parts.myourakudo.com/ws2812%e3%83%87%e3%82%b8%e3%82%bf%e3%83%ab%e5%88%b6%e5%be%a1-led/ RGBで1ワイヤ制御。各色8階調。1個45円。 http://www.adafruit.com/datasheets/WS2812.pdf

Android Development Tricks & Tips: Android apk generation through command line (HTML to APK)

http://pavan2pyati.blogspot.jp/2013/09/android-apk-generation-through-command.html Eclipseなしで、コマンドラインだけで、HTMLをアプリにビルド。

Google Online Security Blog: Even more patch rewards!

http://googleonlinesecurity.blogspot.co.uk/2013/11/even-more-patch-rewards.html http://www.google.com/about/appsecurity/patch-rewards/ セキュリティパッチに報奨金を出すプログラム。

Gitブランチを使いこなすgit-flow/GitHub Flow入門(1):いまさら聞けない、成功するブランチモデルとgit-flowの基礎知識

http://www.atmarkit.co.jp/ait/articles/1311/18/news017.html