Backup all your del.icio.us bookmarks to XML
https://api.del.icio.us/v1/posts/all curl --user accountname:password -o myDelicious.xml -O 'https://api.del.icio.us/v1/posts/all'
DZone Snippets > sikelianos > delicious
12366 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
https://api.del.icio.us/v1/posts/all curl --user accountname:password -o myDelicious.xml -O 'https://api.del.icio.us/v1/posts/all'