Roman numeral converter
In all my years, as a developer, I’ve never had a project that required converting Roman numerals… that project, wherever it is out there in the wil...
In all my years, as a developer, I’ve never had a project that required converting Roman numerals… that project, wherever it is out there in the wil...
Immigration is a very big issue in this country with both dominant party lines split right down the middle. The easiest way to address this issue, and many more...
Funny man Tracy Morgan has passed after being involved in a horrific multi-vehicle accident last week. Fans are spreading the word via social media. Mr. Morgan&...
Based on the question: I always wanted to be an entrepreneur and tried a couple of ideas, but failed. Is it a good idea to switch back to a job for now and plan...
Based on the question: I always wanted to be an entrepreneur and tried a couple of ideas, but failed. Is it a good idea to switch back to a job for now and plan...
Yup, this is still very much alpha and can be refactored. I’ve broken it apart into multiple files, had other plans and ran out of time, but the meat of t...
Yup, this is still very much alpha and can be refactored. I’ve broken it apart into multiple files, had other plans and ran out of time, but the meat of t...
This example was given as a spin-off to the Google Code Jam “Cookie Clicker” challenge. class Investor def initialize(*args) @c, @f, @x = args @inco...
Here is my simple answer to a typical test given during interviews class FizzBuzz FIZZ = 'Fizz' BUZZ = 'Buzz' def FizzBuzz.fizz_it(iterations = 100) (1..iterati...