Great idea from James Whittaker, Test Director at Google. Inspiring read, want to see if we can put this to good use:
http://goo.gl/Tocgs
http://goo.gl/Tocgs
petrichor (/'pe - tri - kor'/) is the familiar scent of rain on dry earth
this tech blog is the wafting fragrance of my geeky outpourings, one post at a time
[16:23:59] ~ $ adb -s emulator-5556 pull /data/data/com.android.providers.settings/databases/settings.db 194 KB/s (24576 bytes in 0.123s) [16:38:59] ~ $ sqlite3 settings.db "select value from secure where name='android_id'" 9774d56d682e549cThe output of the sqlite3 command is the required android_id: 9774d56d682e549c
This is the best explanation of DI that I've yet heard.
Dependency Injection is a 25-dollar term for a 5-cent concept.
Dependency injection means giving an object its instance variables. Really. That's it.
sudo apt-get install mp3gain dir=/music/EckhartTolle-StillnessSpeaks # fix replay gain for all songs in $dir for i in `ls -1 $dir`; do mp3gain -r -k $i; done
sudo add-apt-repository "deb http://archive.canonical.com/ lucid partner" sudo apt-get update sudo apt-get install sun-java6-jdk
Package sun-java6-jre is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package sun-java6-jre has no installation candidate