1. Home
    1. Ruby
      1. Getting started with Ruby
      2. Variables and variable interpolation in Ruby
      3. Arrays in Ruby
      4. For loop in Ruby (iterating over array elements)
      5. Range in Ruby
      6. ARGV - the command line arguments of a Ruby program
      7. Open file and read content in Ruby
      8. Download an HTML page using Ruby
      9. Basic data structures in Ruby (Scalar, Array, Hash)
      10. Reading CSV file in Ruby
      11. Analyze Apache log file - count localhost in Ruby
      12. Pretty printing complex data structures in Ruby - like Data::Dumper in Perl
      13. The 14 most important Ruby Resources
      14. Sum of numbers in a file implemented in Ruby
      15. Number guessing game in Ruby
      16. Count web server hits using Ruby
      17. split in Ruby
      18. The conditional operator in Ruby
      19. Convert String to Number in Ruby
      20. Count digits in Ruby
      21. Hello World using CGI in Ruby
      22. Ruby ENV
      23. How to write to a file in Ruby
      24. Logical operators in Ruby (and, or, not), (&&, ||, !)