Simple programs I developed while learning Ruby, JavaScript, Test-Driven Development, Git, GitHub, Pry, and more.
-
fahrenheit_to_celsius.rb - TBD
-
fizzbuzz.rb - My version of the classic FizzBuzz program.
-
lspeak.rb - Replaces some letters in words/phrases to make them look like "l337 speak"
-
prime_factors.rb - Generates the prime factors of the numbers 1 through 50.
-
roman_numerals.rb - Converts Arabic numbers to Roman numerals.
- temp_conversions.js - TBD