DZone 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
Curl2twitter
// very literally copied from twitter api documentation ... post to twitter through curl
curl -u email:password -d status="this that then there" http://twitter.com/statuses/update.xml





