Skip to content

Instantly share code, notes, and snippets.

@kaiwren
Created August 18, 2010 07:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kaiwren/533852 to your computer and use it in GitHub Desktop.
Save kaiwren/533852 to your computer and use it in GitHub Desktop.
A one line registration counter for DevCamp Bangalore 2010
# > gem in wrest
# > wrest
# Type out the line below in the Wrest irb shell.
# Of course, we're assuming that you have ruby and that nobody has messed up the table on the wiki :)
"http://devcamp.in/index.php/Bangalore/2010/Registrations".to_uri.get.body.scan(/<tr>/).size
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment