Some investigation about MIME type on Android(To be continued)

1. Gmail  (Platform: Nexus 7) When open an plain text document without any file extension, Gmail will send an intent as below:

ACTION: android.intent.action.VIEW DATA: content://gmail-ls/davidyoung8906@gmail.com/messages/2234/attachments/0.1/BEST/false TYPE: application/octet-stream

FLAGS: FLAG_GRANT_READ_URI_PERMISSION FLAG_ACTIVITY_FORWARD_RESULT FLAG_ACTIVITY_CLEAR_WHEN_TASK_RESET FLAG_ACTIVITY_PREVIOUS_IS_TOP

2 ACTIVITIES MATCH THIS INTENT: c:geo …

Analyzing Millions of GitHub Commits

https://www.youtube.com/watch?feature=player_embedded&v=U_LNo_cSc70

It’s a very interesting talk, what’s more interesting is the tool developed by the presenter.

You can find the slides here: http://www.igvita.com/slides/2012/bigquery-github-strata.pdf

The tool: http://www.githubarchive.org/ Github page: https://github.com/igrigorik/githubarchive.org/tree/master/bigquery

I actually tried a query to search the top 100 Android …