Skip to content
View sevenscheck's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report sevenscheck

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. dyingimmortals1 dyingimmortals1 Public

    Config files for my GitHub profile.

  2. odin-ruby-caesar-cipher odin-ruby-caesar-cipher Public

    Ruby

  3. Sub-Strings-Ruby Sub-Strings-Ruby Public

    Implement a method #substrings that takes a word as the first argument and then an array of valid substrings (your dictionary) as the second argument. It should return a hash listing each substring…

  4. Sub-String Sub-String Public

    Implement a method #substrings that takes a word as the first argument and then an array of valid substrings (your dictionary) as the second argument. It should return a hash listing each substring…

    Ruby

  5. Stock-Picker Stock-Picker Public

    mplement a method #stock_picker that takes in an array of stock prices, one for each hypothetical day. It should return a pair of days representing the best day to buy and the best day to sell. Day…

    Ruby

  6. Bubble-Sort Bubble-Sort Public

    Build a method #bubble_sort that takes an array and returns a sorted array. It must use the bubble sort methodology (using #sort would be pretty pointless, wouldn’t it?).

    Ruby