Latest Screencasts (page 2)
Programming With Ruby Episode 9, Flow Control
Man With Code - 2009-07-06 - free
Part 1: Part 2: Covered in this episode: Code Blocks if, else, unless case, when while, until, for loops Transcript: Hello everybody and welcome to Programming With Ruby Episode 9, Flow Control. I’m Tyler and this video is brought to you by manwithcode.com So far all of the programs and code that I have shown [...] .
Watch this screencastProgramming With Ruby Episode 7, Arrays
Man With Code - 2009-06-22 - free
Covered In This Episode: What Aarrays Are Array Creation Accessing Arrays Array Iteration Other Array Methods Transcript: Hello everybody and welcome to Programming With Ruby Episode 7, Arrays. I’m Tyler. And this video is brought to you by manwithcode.com In this episode I will be telling you what arrays are, how you can create an [...] .
Watch this screencastProgramming With Ruby Episode 8, Hashes
Man With Code - 2009-06-22 - free
Covered In This Episode: What are Hashes? Hash Creation Hash Accessing Hash iteration Hash Methods Transcript: Hello Everybody and welcome to Programming With Ruby Episode 8, Hashes. I’m Tyler,and this video is brought to you by, manwithcode.com In this episode I will be telling you what hashes are, how you can create them, access them, [...] .
Watch this screencastProgramming With Ruby Episode 6, Strings
Man With Code - 2009-05-21 - free
Covered in this episode: String Literals String Expressions String Methods Regular Expressions Getting User Input (gets) Transcript: Hello Everyone and Welcome to Programming With Ruby Episode 6, Strings. I’m Tyler, your presenter. This is brought to you by manwithcode.com In this episode I will be telling you what string literals are. I will show you [...] .
Watch this screencastProgramming With Ruby Episode 5, Numbers
Man With Code - 2009-04-24 - free
Covered in This Episode numbers, expressions, types of Numbers, constants (New type of variable!), doing something a number of times.
Watch this screencastProgramming With Ruby Episode 4, Main Ruby Concepts
Man With Code - 2009-04-10 - free
Covered In This Episode: basic Variables, basic Methods, basic Classes, interactive Ruby (irb), code:, # Define the class Greeter, class Greeter, # Define the method hello, # This method greets the, # user, def hello(name), puts "Hello " + name, end # End of the method hello, end # End of the class Greeter, greeter.new.hello("Tyler"), covered in this episode. We’ll [...].
Watch this screencast