This is Prognosticus's TypePad Profile.
Join TypePad and start following Prognosticus's activity
Prognosticus
Recent Activity
My ruby solution
100.times{|j|
i = j+1
outt = i.to_s
outt = "Fizz" if i % 3 == 0
outt = "Buzz" if i % 5 == 0
outt = "FizzBuzz" if i % 5 == 0 and i % 3 == 0
puts outt
}
The Non-Programming Programmer
I find it difficult to believe, but the reports keep pouring in via Twitter and email: many candidates who show up for programming job interviews can't program. At all. Consider this recent email from Mike Lin: The article Why Can't Programmers... Program? changed the way I did interviews. I ...
Prognosticus is now following The Typepad Team
Jul 17, 2010
Subscribe to Prognosticus’s Recent Activity
