A neat little web-based mindreader... give it a try! (Thanks Colin)

Now that you're in shock and awe, run this snippet in a Ruby interpreter...


0.upto(100) { |x|
    a, b = x / 10, x % 10
    p x-a-b
}

I wouldn't go through the demonstration though, I've never been that good with arithmetics...