Skip to main content

All Questions

Filter by
Sorted by
Tagged with
2 votes
2 answers
350 views

github page/ DHH Score Challenge in ruby

I wrote the following code which when executed prints the score of https://github.com/dhh. ...
Praneetha's user avatar
  • 165
8 votes
1 answer
154 views

Trials, tribulations, and tributaries (Rainfall challenge)

This is a fairly simple Ruby solution to the August 2016 community challenge. Ok, the title is way too dramatic. But tributary is a nice word, and the alliteration was too good to pass up. Besides, ...
Flambino's user avatar
  • 33.3k
17 votes
2 answers
1k views

Battleship Challenge: Naval Build-up

The community challenge for this month says: Everyone has played Battleship. Let's implement the logic that sinks one. But that presumes that there's something to sink. We can't have the armada turn ...
Flambino's user avatar
  • 33.3k
13 votes
1 answer
3k views

Ruby Sudoku solver

This week's weekend challenge #3 seemed like a great opportunity to learn Ruby! Unfortunately, my workload and looming vacation did not cooperate. :( The puzzle will make forced moves automatically, ...
David Harkness's user avatar
22 votes
1 answer
3k views

Weekend Challenge: Ruby Poker Hand Evaluation

I'm late to this weekend challenge (sorry), but since it's all in good fun, I hope that's ok. I'm no poker player, though, so I may have completely overlooked something. The ...
Flambino's user avatar
  • 33.3k