Cool, but man, could that website possibly take up less of my horizontal screen space?
“Let's settle this in a Ruby programming contest”
11–19 of 19 posts
Re: “Let's settle this in a Ruby programming contest”
#12Earlier quoted context omitted.
How about: if ready? && set? then fight!
I know the code snippet doesn't actually work, but I used it because it looks pretty cool. `if ready? && set? then fight!` is the first Ruby snippet one that I really like. :)
Re: “Let's settle this in a Ruby programming contest”
#13Cool, but man, could that website possibly take up less of my horizontal screen space?
Re: “Let's settle this in a Ruby programming contest”
#14Not even the power of Ruby can make 225 % 10 == 0
Re: “Let's settle this in a Ruby programming contest”
#15Earlier quoted context omitted.
I know the code snippet doesn't actually work, but I used it because it looks pretty cool. `if ready? && set? then fight!` is the first Ruby snippet one that I really like. :)
This is very cool. It seems like a well thought out process too. Any plans on doing languages other than Ruby?
Re: “Let's settle this in a Ruby programming contest”
#16Wait, so the current challenge is to mosaic a 225px-wide image into 10px chunks, without changing the overall size? Not even the power of Ruby can make 225 % 10 == 0
Re: “Let's settle this in a Ruby programming contest”
#17Wait, so the current challenge is to mosaic a 225px-wide image into 10px chunks, without changing the overall size? Not even the power of Ruby can make 225 % 10 == 0
Re: “Let's settle this in a Ruby programming contest”
#18Wait, so the current challenge is to mosaic a 225px-wide image into 10px chunks, without changing the overall size? Not even the power of Ruby can make 225 % 10 == 0
No, but you can still use 10x10 chunks where possible and use chunks as close to 10x10 as possible for the rest.