Hey there! Check out HackerBooks.com - our latest project that let you search books from StackOverflow and HackerNews

Latest Screencasts

Programming With Ruby Episode 17, Getting Advanced

Man With Code - 2009-07-31 - free

Covered In This Episode: Symbols eval Bindings Running Other Programs Safe Levels Transcript: Hello Everybody and welcome to Programming With Ruby Episode 17, Getting Advanced. I’m Tyler, and this video is brought to you by manwithcode.com. By now, you know a large amount about Ruby, so in this episode we will be going over some [...] .

Watch this screencast

Programming With Ruby Episode 13, Basic I/O

Man With Code - 2009-07-24 - free

Covered in this Episode: Defining I/O Files Directories Transcript: Hello Everybody and welcome to Programming With Ruby Episode 13, Basic input output. As always, I’m Tyler and this video is brought to you by manwithcode.com In this episode I will be defining what exactly input/output is, You will also learn how to work with files [...] .

Watch this screencast

Programming With Ruby Episode 15, Error Handling

Man With Code - 2009-07-24 - free

Covered in this Episode: What are errors What is error handling begin…end rescue ensure raise Transcript: Hello Everybody and welcome to Programming With Ruby Episode 15, Error Handling. I’m Tyler and this video is brought to you by manwithcode.com. In this episode you will learn what exactly errors are, and what error handling is. You [...] .

Watch this screencast

Programming With Ruby Episode 16, Benchmarking

Man With Code - 2009-07-24 - free

Covered In This Episode: What is benchmarking? Benchmarking Profiling Transcript: Hello Everybody and welcome to Programming With Ruby Episode 16, Benchmarking. I’m Tyler and this video is brought to you by manwithcode.com. In this episode I will tell you what benchmarking is. You will learn how to preform benchmarking tests on some of your code. [...] .

Watch this screencast

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 screencast

Programming 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 screencast

Programming 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 screencast

Programming 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 screencast

Programming 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 screencast

Programming 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