We're studying what web resources developers use while programming.
Specifically, we're studying the urls that developers reference while programming.
To be elligible for this study, we you must be an Android developer and have a browser web history with at least 3 months of data related to Android development.
We'll accept any of the following formats:
For Windows Chrome Users:
* On XP – C:\Documents and Settings\\Local Settings\Application Data\Google\Chrome\User Data\Default\History
* On Vista - C:\Users\\AppData\Local\Google\Chrome\User Data\Default\History
For Mac Chrome users:
~/Library/Application Support/Google/Chrome/Default/History
For Windows firefox users:
C:\Users\[user]\AppData\Roaming\Mozilla\Firefox\Profiles\[profile]\places.sqlite
If you wish to instead export your data, you can use a sqlite viewer such as firefox's sqlite plugin and use a query like this to export you data.
SELECT datetime(moz_historyvisits.visit_date/1000000,'unixepoch'), moz_places.url
FROM moz_places, moz_historyvisits
WHERE moz_places.id = moz_historyvisits.place_id
Chrome version
SELECT visits.visit_time, urls.url
FROM visits, urls
WHERE visits.url = urls.id
Email vector@cc.gatech.edu if you're interested, and I will send you a dropbox link were you can submit your history.
After the file has been verified, you'll be sent a $50 Amazon Gift Card.