Alessio Caiazza is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

nolith / ruby-beamer

My template for beamer slides with ruby code examples

Clone this repository (size: 534.4 KB): HTTPS / SSH
hg clone https://bitbucket.org/nolith/ruby-beamer
hg clone ssh://hg@bitbucket.org/nolith/ruby-beamer

ruby-beamer / ruby.bib

@Book{pp:pickaxe1,
        author =                         {Dave Thomas and Chad Fowler and Andy Hunt},
        editor =                         {Pragmatic Programmers},
        gender =                         {pm},
        title =                          {Programming Ruby - The Pragmatic Programmer's Guide},
        year =                           2001,
        edition =                        {1st},
        publisher =              {Addison Wesley Longman, Inc},
  url = {http://www.ruby-doc.org/docs/ProgrammingRuby/}
}

@Book{pp:pickaxe2,
        author =                         {Dave Thomas and Chad Fowler and Andy Hunt},
        editor =                         {Pragmatic Programmers},
        gender =                         {pm},
        title =                          {Programming Ruby - The Pragmatic Programmer's Guide},
        year =                           2004,
        edition =                        {2nd},
        publisher =              {Addison Wesley Longman, Inc},
}

@misc{rdoc,
  author = {Dave Thomas},
  title = {RDOC - Ruby Documentation System},
  url = {http://www.ruby-doc.org/stdlib/libdoc/rdoc/rdoc/index.html}
}

@misc{rubylang,
  editor = {The ruby community?},
  title = {The Ruby Language},
  url = {http://www.ruby-lang.org/}
}

@misc{rubygarden,
  editor = {The ruby community?},
  title = {Ruby Garden Wiki},
  url = {http://www.rubygarden.org/ruby/}
}

@misc{rubydoc,
  editor = {The ruby community?},
  title = {The ruby-doc.org Ruby documentation project},
  url = {http://www.ruby-doc.org/}
}