Giter Club home page Giter Club logo

ruby-challenges's Introduction

Ruby Morning Challenges

Instructions

  1. Fork and clone
  2. Create a link to this repo:
    git remote add upstream https://github.com/CoderAcademy-BRI/ruby-challenges
  3. For each challenge (in your fork):
    1. Checkout the branch (in your fork)
      git checkout -b <challenge_branch>
    2. Pull down the challenge:
      git pull --no-edit upstream <challenge_branch>
    3. Complete the challenge
    4. Add and commit your changes git add . && git commit -m "<insert commit message>"
    5. Checkout master branch and merge challenge branch:
      git checkout master && git merge <challenge_branch>
    6. Push to master in your fork:
      git push origin master

List of challenge branches

  • 01_ruby_intro
  • 02_input_output
  • 03_largest_number
  • 04_sum_numbers
  • 05_in_array
  • 06_definition
  • 07_included_once
  • 08_count_letters
  • 09_vowels
  • 10_unique
  • 11_fizzbuzz
  • 12_count_words
  • 13_fibonacci
  • 14_hackerman
  • 15_change_letters
  • 16_palindrome

ruby-challenges's People

Contributors

shaunamack avatar janelbrandon avatar flynnwebdev avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.