Never been to DZone Snippets before?

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

About this user

Jesse Newland http://jnewland.com

« Newer Snippets
Older Snippets »
Showing 1-1 of 1 total  RSS 

Mofo - Parse Microformats with Ruby

   1  
   2  $ sudo gem install mofo 
   3  Successfully installed mofo-0.2.1
   4  $ irb -rubygems
   5  >> require 'mofo'
   6  => true
   7  >> HResume.find("http://resume.jnewland.com").tags.uniq.sort
   8  => ["AJAX", "Apache", "CSS", "Capistrano", "DNS", "GNU/Linux", "HTML", "Javascript", "LAMP", "Mongrel", "Movable Type", "MySQL", "PHP", "Perl", "REST", "RSS", "Ruby", "Ruby on Rails", "SEO", "XHTML", "XML", "XSLT", "high availability", "lighttpd", "load-balanced"]
« Newer Snippets
Older Snippets »
Showing 1-1 of 1 total  RSS