An open API service indexing awesome lists of open source software.

https://github.com/rubymonsters/learning_material

Code examples from the weekly meetings
https://github.com/rubymonsters/learning_material

Last synced: 6 months ago
JSON representation

Code examples from the weekly meetings

Awesome Lists containing this project

README

          

Learning material
=================

This repository will host the code examples showed in the weekly meetings.

### Interesting Links

- [Hangman Game in Sinatra](https://github.com/rubymonsters/learning_material/tree/master/2014-06-30)
- [Hangman Game in Rails](https://github.com/rubymonsters/learning_material/tree/master/2014-07-07/hangman)

### Useful if you're starting

- [Explanation of Ruby Methods](https://github.com/rubymonsters/learning_material/blob/master/2014-03-31/song.rb)
- [Explanation of Ruby Classes](https://github.com/rubymonsters/learning_material/tree/master/2014-04-14/classes_recap)
- [Mailbox Class](https://github.com/rubymonsters/learning_material/blob/master/2014-04-14/mailbox.rb)