Disable Dashboard
defaults write com.apple.dashboard mcx-disabled -boolean YES
1801 users tagging and storing useful source code snippets
Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world (or not, you can keep them private!)
http://sudo.ch/~dkocher/
defaults write com.apple.dashboard mcx-disabled -boolean YES
/System/Library/Frameworks/ApplicationServices.framework/\ Frameworks/LaunchServices.framework/Support/lsregister \ -kill -r -domain local -domain system -domain user
find . -name .DS_Store -ls -exec rm {} \;