Tagged Questions
The percent tag has no wiki summary.
10
votes
3answers
351 views
Where in the Ruby language is %q, %w, etc., defined?
I'm curious...so much of the Ruby language is methods rather than syntax, so I expected to find "%q", "%w", etc., defined as methods in the Kernel class. However, they're not there.
So where are ...
5
votes
3answers
115 views
Why are different delimiters used in percent notation?
I have seen different people use different types of braces/brackets for this. I tried them out in script console, and they all work. Why do they all work and does it matter which is used?
%w|one two|
...
4
votes
2answers
344 views
How to format a number as percentage in R?
One of the things that used to perplex me as a newby to R was how to format a number as a percentage for printing.
For example, display 0.12345 as 12.345%. I have a number of workarounds for this, ...
4
votes
3answers
18k views
Iframe 100% height inside body with padding
I have an iframe in my HTML document and I'm having a bit of trouble.
I also have a URL bar (fixed position element) at the top of the page that should stay with the user as they scroll. That works ...
3
votes
3answers
218 views
100% width divs not spanning entire width of the browser in webkit
I'm having a hard time with what I thought would be a dead simple issue.
I'm trying to create a div that spans 100% of the width of a browser window.
The div is filled with several child divs that ...
2
votes
4answers
58 views
Issue with storing percentages in a long
I am trying to write a program for class that reads a list of hours worked annually from a .txt file, assigns/reads (A little fuzzy on the proper terminology :)) them into an array, and then ...
2
votes
1answer
49 views
Width for table columns will not set
If you look at all of my tags in the tag in the table, you can see if each has its own class: col1, col2, col3 and col4.
I am trying to set a max and min width for each of those classes, the ...
2
votes
3answers
110 views
Percentage to Hexcolor in PHP
I'd like to make a percentage into a hexidecimal color. Kind of how HSV color degrees work...
I am using PHP.
IE:
0% : RED (#FF0000)
8% : ORANGE (#FF7F00)
17% : YELLOW (#FFFF00)
...
2
votes
1answer
134 views
Rounding % Labels on bar chart in ggplot2
q1 <- qplot(factor(Q1), data=survey, geom="histogram", fill=factor(Q1), ylim=c(0,300))
options(digits=2)
q1 + geom_bar(colour="black") +
stat_bin(aes(label=..count..), vjust=-2, geom="text", ...
2
votes
2answers
38 views
SQL percent calcul with group in the original table
I have a problem using SQL :
I have a table :
School Name | Class | Studends
===================================
Golden | 1 | 20
Red | 1 | 80
Golden | ...
2
votes
2answers
300 views
Select a percentage of records using CRM 2011 Dynamic Entity
I'm developing service which consumes CRM 2011 data via dynamic entities (as in, Microsoft.Xrm.Sdk.Entity, the late-binding method). I'm deliberately not using Xrm.cs method (early binding) in an ...
2
votes
3answers
1k views
Android Drawable: Specifying shape width in percent in the XML file?
I'm trying to create a simple Drawable that I want to set as the background for a view (using setBackgroundDrawable). I simply want to divide the background of the drawable into 2 equal rectangles ...
2
votes
2answers
697 views
Android string-array display Percent Sign
I have a string-array in my strings.xml file that has multiple items in it. Only one of the items has multiple percetage "%" symbols that needs to be displayed. Seems none of the advice on how to ...
2
votes
3answers
73 views
What is a good term for a percent (2%) being stored as 0.02 in a database? [closed]
I want to store 2% in a database as 0.02. This column was going to be called percent_off, but now I'm just wondering if math provides a better term for it. Any ideas?
2
votes
3answers
1k views
Convert percent value to decimal value in PHP
How to convert percent value to decimal value in PHP to be used in a computation?
Example: 6.15% = .0615
Thanks!
2
votes
2answers
362 views
How to find top n% of records in a column of a dataframe using R
I have a dataset showing the exchange rate of the Australian Dollar versus the US dollar once a day over a period of about 20 years. I have the data in a data frame, with the first column being the ...
1
vote
1answer
48 views
XNA 2D Point object to cursor over time
hey at the moment i correctly find the distance and rotation of the object and cursor on the screen.
Vector2 direction = podType[podIndex]._Position - MouseCursorInWorld;
mousePoint = ...
1
vote
5answers
140 views
percentage of two int?
I want to get two ints, one divided by the other to get a decimal or percentage.
How can I get a percentage or decimal of these two ints?
(I'm not sure if it is right.. I'm probably way off...)
for ...
1
vote
2answers
46 views
Compute percent in SQLite
Here's the query:
select
(
SELECT COUNT(*)
FROM Sending s
WHERE (ConfID = 1) AND (Status = 1)
)
/
(
(
SELECT COUNT(*)
FROM Numbers
WHERE (ConfID = 1)
)
/
100
)
...
1
vote
2answers
79 views
Currency / Percent Regular Expression
I have to match values like
€ 6.483,00
OR values like
18,50%
OR, again,
+65,86 %
in a Javascript function, which I drafted as:
function(s) {
return /^[0-9]?[0-9,\.]*$/.test(s);
}
...
1
vote
2answers
58 views
call javascript function for every nth user
I am collecting some sample data on my site and for now just want to collect data from say 10% of my visitors using a javascript function.
One way i can think of is to pick a number between 1 to 10 ...
1
vote
0answers
49 views
How to set a percent as width of an image in Jquery (black and white plugin)
I'm using this plugin: http://plugins.jquery.com/project/BlackAndWhite
But I can't seem to figure out how to set the width of the images in percent.
Here's the thing. On the original (colored) ...
1
vote
2answers
265 views
Convert CSS border-radius % values to px dynamically
My CSS has a class circle that contains border-radius: 50%. Unfortunately, some browsers don't support the %, and render the circle as a square. I want to dynamically convert the percentages to pixel ...
1
vote
2answers
921 views
IE8 CSS width, can't use percents?
Anyone have any problems with this? px and em work fine, % does nothing. I just want to extend this div the length of the screen in IE8. Microsoft, please. Been looking for a while to now avail.
CSS
...
1
vote
1answer
809 views
MDX format_string for % doesn't multiply by 100 when % sign is at the front
For the following query:
with
member testVal as 0.1234
member testNormal as testVal
member testPrepend as testVal, format_string="%##.00"
member testMidpend as testVal, format_string="##%.00"
member ...
1
vote
1answer
396 views
Firefox ignores percent height on image
I'm developing a Web site for a professor and I'm having an issue with my CSS in Firefox. The Web site was designed to be fluid width/height so it would fill the screen on any resolution, so because ...
0
votes
2answers
26 views
Relative font sizes tricky on child elements?
I am learning CSS, and was reading questions about Relative vs Absolute font-sizes on StackOverflow. I came across two threads.
1. In one thread (CSS font size: relative vs. absolute values. Which ...
0
votes
2answers
31 views
wrap images with heights in percentages inside of floated divs
sorry to ask a really obvious question I'm sure it has a really simple answer, I just can't figure it out.
Very simply I want to place images inside of divs, where the images fill 100% of the height ...
0
votes
1answer
38 views
having trouble adjusting css height of divs to be 50% of page. I want liquid layout without using any em or pixels anywhere
I am trying to setup a liquid layout for a page and I am having great difficulty adjusting the height of the divs. I don't want a fixed layout because I want the page to fit like a glove, no matter ...
0
votes
3answers
97 views
Calculating percent done for progress dialog
I am trying to use a progress dialog to show how long until 2 time intensive functions are done.
in my first function I have the total number to db entries and a counter for how many times i have ...
0
votes
2answers
316 views
SQL/PHP calculate percent of yes/no votes
This has me stumped I have Googled for ages now and have searched here but have had no joy on what is probably a very simple to do ...I dont know maybe im just searching with the wrong search terms i ...
0
votes
3answers
83 views
Java randomizer + precent [closed]
Possible Duplicate:
Java - set a percent of something
Hello,
(re-created thread) sorry about it but here we go.
I'm creating an very simple Java application but i'm now stuck at a point.
...
0
votes
2answers
438 views
VBA Excel Percent format in an array
Is there a way to save a specific format in an array? I'm trying to find the percent difference and the regular difference between numbers in two separate grids. I can do these things individually ...
0
votes
0answers
55 views
Html Agility Pack fails to parse link containing a percent sign
This is an example of the kind of link I'm trying to parse:
http://sv.wikipedia.org/wiki/%C3%84pple
How can this be prevented?
Thanks in advance, Max.
0
votes
1answer
173 views
vb.net - how do I parse a percentage value from a grid cell?
I'm trying to parse a formatted percentage value back from a datagridviewcell that has been set with the "P" formatter:
double percent = 0.96
cell.value = percent.tostring("p")
gives me a displayed ...
0
votes
2answers
336 views
MySQL String Comparison with Percent Output (Position Very Important
I am trying to compare two entries of 6 numbers, each number which can either can be zero or 1 (i.e 100001 or 011101). If 3 out of 6 match, I want the output to be .5. If 2 out of 6 match, i want the ...
0
votes
1answer
121 views
Problem in displaying % in NSRunAlertPanel
I am developing an Desktop application where I want to show a message in alert panel using NSRunAlertPanel.
I am doing the following things:
NSString *title = @"% Test";
NSString *message = @"% Test ...
0
votes
4answers
115 views
Setting the width of HTML div's with %'s
Here is the relevant HTML:
<div class="row">
<div class="arrow box">◄</div>Month Year<div class="dayMonth box"></div>►<div ...
0
votes
1answer
128 views
Is there something to double output a % character?
Is there something in a BATCH file that would double a % character?
The test.txt INPUT file contains the following
"
Hello World
The filename is : filename with spaces and 50% percentages ...
0
votes
2answers
383 views
css width % in ie7
I have a parent container which is 100%. It contains 2 floating divs which are width:50%. The children conintans only text. The problem is that the children on get as wide as the text, and not 50% of ...
0
votes
4answers
1k views
Trouble Percent-Encoding Spaces in Java
I am using the URLUTF8Encoder.java class from W3C (www.w3.org/International/URLUTF8Encoder.java).
Currently, it will encode any blank spaces ' ' into plus signs '+'.
I am having difficulty modifying ...
0
votes
3answers
1k views
XAML: How do I append a percent symbol to a bound label value?
I have a label bound to the value of a slider.
Content="{Binding Path=Value, ElementName=Slider}"
How do I append a percentage symbol? The value of the slider is already formatted correctly, so ...
0
votes
2answers
5k views
Reporting Services, Custom Percent Format
I have some fields I currently populate with a P0. The results is like this:
2,434%
I want however something like this:
2434%
How do I do this?
0
votes
5answers
1k views
CSS Layout with Pixel And Percents
I have a div which contains two nested divs, one that specifies a height of 65 pixels (header), the other which specifies the height as 100% (content) and it is supposed to take the rest of the space ...
0
votes
1answer
3k views
SSRS sum of row group for corresponding column
Group, I have a report that has row groups for customer MembershipLength (1 year account, 2 year account, etc.) then a sub group of rows for customer Status (active, inactive, etc.) Then I have ...
0
votes
2answers
765 views
What would be the Regular Expression to retrieve number in front of % symbol in string?
I'm using a math parser that uses % as the mod symbol. I'd like to use it for the percent symbol instead to allow users to type "25%*10" or "25% of 10" and receive the answer "2.5" (they could type ...