Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Completed exercises (except for #13 and #15) #98

Open
wants to merge 42 commits into
base: master
Choose a base branch
from
Open

Completed exercises (except for #13 and #15) #98

wants to merge 42 commits into from

Commits on Jan 22, 2017

  1. finished 00_hello

    Roy Chen committed Jan 22, 2017
    Configuration menu
    Copy the full SHA
    5e3a50e View commit details
    Browse the repository at this point in the history
  2. completed 01_temperature

    Roy Chen committed Jan 22, 2017
    Configuration menu
    Copy the full SHA
    9b308c9 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2017

  1. completed minimum requirements for 02_calculator

    Roy Chen committed Jan 23, 2017
    Configuration menu
    Copy the full SHA
    d333f66 View commit details
    Browse the repository at this point in the history
  2. completed tests and code for #multiply

    Roy Chen committed Jan 23, 2017
    Configuration menu
    Copy the full SHA
    7199b20 View commit details
    Browse the repository at this point in the history
  3. completed tests and code for #power

    Roy Chen committed Jan 23, 2017
    Configuration menu
    Copy the full SHA
    b7b3249 View commit details
    Browse the repository at this point in the history
  4. completed tests and code for #factorial

    Roy Chen committed Jan 23, 2017
    Configuration menu
    Copy the full SHA
    49f5cc6 View commit details
    Browse the repository at this point in the history
  5. completed echo method

    Roy Chen committed Jan 23, 2017
    Configuration menu
    Copy the full SHA
    3eff41c View commit details
    Browse the repository at this point in the history
  6. completed shout method

    Roy Chen committed Jan 23, 2017
    Configuration menu
    Copy the full SHA
    39e5334 View commit details
    Browse the repository at this point in the history
  7. completed repeat method

    Roy Chen committed Jan 23, 2017
    Configuration menu
    Copy the full SHA
    bdcbc2f View commit details
    Browse the repository at this point in the history
  8. completed start_of_word method

    Roy Chen committed Jan 23, 2017
    Configuration menu
    Copy the full SHA
    5d56219 View commit details
    Browse the repository at this point in the history
  9. completed first_word method

    Roy Chen committed Jan 23, 2017
    Configuration menu
    Copy the full SHA
    fff00c4 View commit details
    Browse the repository at this point in the history
  10. completed titleize method

    Roy Chen committed Jan 23, 2017
    Configuration menu
    Copy the full SHA
    ee04229 View commit details
    Browse the repository at this point in the history
  11. completed code for all tests in pig_latin_spec.rb

    Roy Chen committed Jan 23, 2017
    Configuration menu
    Copy the full SHA
    397b975 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    364350e View commit details
    Browse the repository at this point in the history
  13. completed reverser method

    Roy Chen committed Jan 23, 2017
    Configuration menu
    Copy the full SHA
    10b80cc View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c5d5e3e View commit details
    Browse the repository at this point in the history
  15. completed adder method

    Roy Chen committed Jan 23, 2017
    Configuration menu
    Copy the full SHA
    62764b0 View commit details
    Browse the repository at this point in the history
  16. completed repeater method

    Roy Chen committed Jan 23, 2017
    Configuration menu
    Copy the full SHA
    3dd15dc View commit details
    Browse the repository at this point in the history
  17. completed measure method

    Roy Chen committed Jan 23, 2017
    Configuration menu
    Copy the full SHA
    fecdce8 View commit details
    Browse the repository at this point in the history
  18. refactored measure method

    Roy Chen committed Jan 23, 2017
    Configuration menu
    Copy the full SHA
    cd445a6 View commit details
    Browse the repository at this point in the history
  19. completed Friend class and greeting method

    Roy Chen committed Jan 23, 2017
    Configuration menu
    Copy the full SHA
    733048b View commit details
    Browse the repository at this point in the history
  20. completed Book class and title attr_accessor

    Roy Chen committed Jan 23, 2017
    Configuration menu
    Copy the full SHA
    977a462 View commit details
    Browse the repository at this point in the history
  21. initial class and method definitions

    Roy Chen committed Jan 23, 2017
    Configuration menu
    Copy the full SHA
    b7ff10a View commit details
    Browse the repository at this point in the history
  22. uncommenting specs for helper method

    Roy Chen committed Jan 23, 2017
    Configuration menu
    Copy the full SHA
    1ddaf83 View commit details
    Browse the repository at this point in the history
  23. completed time_string and padded methods

    Roy Chen committed Jan 23, 2017
    Configuration menu
    Copy the full SHA
    5bc9124 View commit details
    Browse the repository at this point in the history
  24. completed Temperature class

    Roy Chen committed Jan 23, 2017
    Configuration menu
    Copy the full SHA
    aad72b0 View commit details
    Browse the repository at this point in the history
  25. completed Celsius and Fahrenheit subclasses

    Roy Chen committed Jan 23, 2017
    Configuration menu
    Copy the full SHA
    54d8830 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2017

  1. completed Dictionary class and required methods

    Roy Chen committed Jan 24, 2017
    Configuration menu
    Copy the full SHA
    d01b00e View commit details
    Browse the repository at this point in the history
  2. refactored find and printable methods

    Roy Chen committed Jan 24, 2017
    Configuration menu
    Copy the full SHA
    0b6ccab View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2017

  1. first working implementation of value method

    Roy Chen committed Jan 25, 2017
    Configuration menu
    Copy the full SHA
    4a133f6 View commit details
    Browse the repository at this point in the history
  2. completed tokens method

    Roy Chen committed Jan 25, 2017
    Configuration menu
    Copy the full SHA
    43ac811 View commit details
    Browse the repository at this point in the history
  3. completed evaluate method

    Roy Chen committed Jan 25, 2017
    Configuration menu
    Copy the full SHA
    ddbe425 View commit details
    Browse the repository at this point in the history
  4. completed hello method

    Roy Chen committed Jan 25, 2017
    Configuration menu
    Copy the full SHA
    d0477d4 View commit details
    Browse the repository at this point in the history
  5. finished send method

    Roy Chen committed Jan 25, 2017
    Configuration menu
    Copy the full SHA
    98ee8f6 View commit details
    Browse the repository at this point in the history
  6. modified hello method

    Roy Chen committed Jan 25, 2017
    Configuration menu
    Copy the full SHA
    c519d98 View commit details
    Browse the repository at this point in the history
  7. added goodbye method

    Roy Chen committed Jan 25, 2017
    Configuration menu
    Copy the full SHA
    5cecec8 View commit details
    Browse the repository at this point in the history
  8. replaced goodbye method with method_missing method

    Roy Chen committed Jan 25, 2017
    Configuration menu
    Copy the full SHA
    0e145a6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9916d64 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2017

  1. first attempt at methods to indent output

    Roy Chen committed Jan 26, 2017
    Configuration menu
    Copy the full SHA
    aebcd8a View commit details
    Browse the repository at this point in the history
  2. completed exercise

    Roy Chen committed Jan 26, 2017
    Configuration menu
    Copy the full SHA
    6debb8e View commit details
    Browse the repository at this point in the history
  3. removed incorrect attempt at indenting output

    Roy Chen committed Jan 26, 2017
    Configuration menu
    Copy the full SHA
    976edc1 View commit details
    Browse the repository at this point in the history
  4. first attempt at solution with naive algorithm

    Roy Chen committed Jan 26, 2017
    Configuration menu
    Copy the full SHA
    d16f514 View commit details
    Browse the repository at this point in the history