Over the weekend, I was writing some code in Ruby — cracking some programming puzzles to keep my brain working. One puzzle was to write to a program that displays LCD style numbers at adjustable sizes.
Sunday morning, it took me about an hour and a half to write a solution and it was 1469 bytes. Then […]
Entries Tagged as 'ruby'
lcd300.rb
September 1st, 2008 · No Comments
Mixed Bag Saturday
September 22nd, 2007 · No Comments
Ruby
Started writing a distributed simulation in Ruby. And this is a great opportunity to learn a great language. One think I am liking about Ruby is that it gives you the opportunity to be terse without being cryptic (Perl). Don’t get me wrong, I love Perl and possibly the real-life implementation of this simulation is […]