-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathparams.json
1 lines (1 loc) · 1.73 KB
/
params.json
1
{"name":"Ruby-exercises","tagline":"A general repo with some random Ruby exercises","body":"# Ruby exercises\r\n\r\nThis is a collection of implementations of short algorithmic exercises, solved in Ruby. The exercises come from a variety of places such as a [Ruby course](http://fmi.ruby.bg/) I visited in FMI, [Project Euler](http://projecteuler.net/) and others.\r\n\r\n# A list of exercies\r\n\r\nName | README | Implementation | Tests | Source\r\n--- | --- | --- | --- | ---\r\n**Abomination** | [README](Abomination/README.md) | [Implementation](Abomination/abomination.rb) | [Tests](spec/abomination_spec.rb) | [FMI](http://2012.fmi.ruby.bg/challenges/5)\r\n**Binary Mobile** | [README](Binary Mobile/README.md) | [Implementation](Binary Mobile/binary_mobile.rb) | [Tests](spec/binary_mobile_spec.rb) | [FMI](http://2012.fmi.ruby.bg/challenges/3)\r\n**Caesar Cipher** | [README](Caesar Cipher/README.md) | [Implementation](Caesar Cipher/caesar_cipher.rb) | [Tests](spec/caesar_cipher_spec.rb) | [FMI](http://2012.fmi.ruby.bg/challenges/2)\r\n**Magic Square** | [README](Magic Square/README.md) | [Implementation](Magic Square/magic_square.rb) | [Tests](spec/magic_square_spec.rb) | [FMI](http://2012.fmi.ruby.bg/challenges/1)\r\n**Monochrome Bitmaps** | [README](Monochrome Bitmaps/README.md) | [Implementation](Monochrome Bitmaps/monochrome_bitmaps.rb) | [Tests](spec/monochrome_bitmaps_spec.rb) | [FMI](http://2012.fmi.ruby.bg/challenges/4)\r\n**Music Collection** | [README](Music Collection/README.md) | [Implementation](Music Collection/music_collection.rb) | [Tests](spec/music_collection_spec.rb) | [FMI](http://2012.fmi.ruby.bg/tasks/2)\r\n","google":"UA-40243008-3","note":"Don't delete this file! It's used internally to help with page regeneration."}