http://peter.sh/2011/01/javascript-full-screen-api-navigation-timing-and-repeating-css-gradients/
https://developer.mozilla.org/en/DOM/Using_full-screen_mode
http://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html
http://hacks.mozilla.org/2012/01/using-the-fullscreen-api-in-web-browsers/
Thursday, February 16, 2012
Monday, February 6, 2012
Mozilla B2G info
source : https://github.com/andreasgal/B2G
wiki: https://wiki.mozilla.org/B2G
doc: https://developer.mozilla.org/en/Mozilla/Boot_to_Gecko/
webapi: https://wiki.mozilla.org/WebAPI
webapps: https://developer.mozilla.org/en/Apps/ (ps, I am not sure about this one)
more intro to Gecko and B2g later~~~
wiki: https://wiki.mozilla.org/B2G
doc: https://developer.mozilla.org/en/Mozilla/Boot_to_Gecko/
webapi: https://wiki.mozilla.org/WebAPI
webapps: https://developer.mozilla.org/en/Apps/ (ps, I am not sure about this one)
more intro to Gecko and B2g later~~~
Saturday, December 31, 2011
rate your c++ skills from 1 to 10
常常會聽到你對c++了解有多少
如果從1~10分
你會給你自己打幾分
自己大概列出了我心中的評分標準
如果從1~10分
你會給你自己打幾分
自己大概列出了我心中的評分標準
- knows well about C
- knows well about OOP, operator overloading, exception handling
- knows about how to use STL
- knows well about template
- knows well about 'Design Pattern'
- knows well about the Design and Implementation of STL, Loki and Boost
- knows well about the whole language design
- knows well about Compiler Design and Implementations, Optimization, and Code-generation (Assembly)
- knows well how to design by using C++
- Master
Wednesday, November 23, 2011
function template
function template 與class template不同的地方在於
- function template有type deduction
- function template 沒有 default template argument
- function template 沒有 partial specialization
Thursday, November 17, 2011
maguro tuna
新的build system裡
有maruro まぐろ tuna つな
其實還有toro とろ 但還沒放上AOSP
都在這有說明
https://groups.google.com/group/android-building/browse_thread/thread/ab34b1144a96bcd8
有maruro まぐろ tuna つな
其實還有toro とろ 但還沒放上AOSP
都在這有說明
https://groups.google.com/group/android-building/browse_thread/thread/ab34b1144a96bcd8
Tuesday, November 15, 2011
LOCAL_DEX_PREOPT
今天抓了Icecream 的AOSP
然後隨便build一個apk
發現apk竟然不能裝
INSTALL_FAILED_DEXOPT
發現apk裡的classes.dex不見了
跑到外面來變odex
看了一下build system的code
原來是新的要加上 LOCAL_DEX_PREOPT := false
他才不會幫你作pre-dexopt的動作
然後隨便build一個apk
發現apk竟然不能裝
INSTALL_FAILED_DEXOPT
發現apk裡的classes.dex不見了
跑到外面來變odex
看了一下build system的code
原來是新的要加上 LOCAL_DEX_PREOPT := false
他才不會幫你作pre-dexopt的動作
Subscribe to:
Posts (Atom)