out = filename.dup
out << " %.2f%%" % 100 * fraction_complete
puts out
For some inputs, this prints 100.00%, but for others it doesn't print any percentage at all -- why?
Answer follows in the comments.
out = filename.dup
out << " %.2f%%" % 100 * fraction_complete
puts out
As described elsewhere, I've quit LiveJournal. If you're interested in my continuing posts, you should look at one of these (each contains feed…
They published a paper on Dremel, my favorite previously-unpublished tool from the Google toolchest. Greg Linden discusses it: "[...] it is capable…
I finally wrote up my recent adventures in treemapping, complete with nifty clickable visualizations.