Displaying 2 results from an estimated 2 matches for "geraldb".
Did you mean:
gerald
2012 Oct 08
0
sport.db - A Free Open Sports Database & Schema (Football Fixtures & More)
...abase[2] also includes a little command line tool
(Ruby gem), that is, sportdb
and a sample web admin tool[3] in Ruby on Rails.
Events in the sport.db include
- the Champions League 2012/13,
- Euro 2012,
- World Cup Quali and others.
Add yours. Cheers. Gerald
[1] https://github.com/geraldb/sportbook
[2] https://github.com/geraldb/sport.db
[3] http://sportdbdemo.herokuapp.com
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public....
2012 Jun 16
0
markdown gem - Markdown Engine Wrapper - Use Your Markdown Library of Choice in Ruby
...ruku, rpeg-markdown, rdiscount, pandoc-ruby.
Usage in your Ruby code:
require 'markdown'
Markdown.new( 'Hello World' ).to_html
The gem also includes a little command line tool. Try markdown -h
for details.
For configuration and more see the project site at
http://geraldb.github.com/markdown
Cheers.