search for: percentage2

Displaying 2 results from an estimated 2 matches for "percentage2".

Did you mean: percentage
2009 Sep 29
2
[LLVMdev] [PATCH] llvm-bcanalyzer: print percentages without scientific notation
...e the attached patch. Btw, llvm-bcanalyzer.cpp seems to also use fprintf -- does mixing it with errs() cause problems and should it be converted to use format()? best regards, Timo Lindfors -------------- next part -------------- A non-text attachment was scrubbed... Name: llvm-bcanalyzer-format-percentage2.patch Type: text/x-diff Size: 1422 bytes Desc: llvm-bcanalyzer: print percentages without scientific notation URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090929/644096a9/attachment.patch>
2006 May 24
2
Has Many Through + Join Model + Forms + Confused?
...up to a predefined amount of metals (not infinite, like tags, but it does need to be extendable, otherwise i could go for a less elegant database design and throw out all the relational database ideas. In other words, i could just make the table "Alloys" have Metal1, Percentage1, Metal2, Percentage2, etc. as columns in the table). Ok, so, what''s the right way to do this? I was hoping to be able to put in, say, 6 (where you can have 6 metals) select boxes, each listing all the metals, and have 6 text fields to allow the user to type in the percentage of each. Just as a start, i trie...