3
votes
2answers
734 views
How can I automatically calculate axis scale and intervals?
Does anyone know where I can find an algorithm that given a set of values (dates) for an axis I can calculate a reasonable scale and tick interval?
2
votes
1answer
49 views
Determine total size of SVN directory/trunk
Is there a way to count/calculate the total size of a svn directory if you were to checkout a revision?
I have limited internet downloads so I need to know how big something is be …
2
votes
2answers
90 views
How to calculate difference of two fields on form submit Ruby on Rails
I am new to Ruby on Rails and have been using Scaffolding. On one of the forms I want to be able to have two fields and then have the difference between the two submitted to the d …
1
vote
3answers
45 views
Calculate two dates with PHP?
I have two dates in the format below:
Start Date = 30-10-2009
End Date = 30-11-2009
How, with PHP could I calculate the seconds between these two dates?
1
vote
1answer
88 views
Recalculate image map after window resize
I have an interesting problem:
My girfriend (painter...) wants to have a web page like this:
first page is just an image, through all screen - with no slider etc. So here is the …
1
vote
1answer
54 views
Simple calculation in mssql
Hi.
I got a distance field in my database that stores the distance traveled on a specific route.
I need to select all the distance fields and plus them together, then returning …
0
votes
4answers
134 views
Calculating Length Based on Sensor Data
I've got an IR sensor which writes its current information to a token which I then interpret in a C# application. That's all good -- no problems there, heres my code:
SetLabelText …
0
votes
1answer
24 views
jQuery Calulation Plugin - Simple Advice Needed.
Hey everyone,
Simple question, but I can't figure it out.
What is the launcher syntax I need to perform the following function:
<input type="text" id="value1" />
<input …
0
votes
3answers
587 views
Javascript Calculate the sum off multiple HTML-input values
Hi everyone,
im looking for some Javascript code to calculate the sum off multiple HTML-input values. The amount off inputs are dynamic so i'm looking for something like "for each" …
0
votes
3answers
461 views
Estimate approximate power consumption of a PC
I wanted to know whether we can approximate the power consumption of the PC if we have
1> sum of peak power consumption of all PC components in Watts (P)
2> machine uptime (T)
3> A …
0
votes
2answers
535 views
How do you do calculations in Access?
In Microsoft Access I have a table called Time Sheet and in this I have Time sheet no. , waiter no. , date and hours worked. I have 10 waiters.
I have another table called Servic …
0
votes
4answers
324 views
Calculate Video Duration
I suck at math. I need to figure out how to calculate a video duration with only a few examples of values. For example, a value of 70966 is displayed as 1:10 minutes. A value of 30 …
-1
votes
1answer
109 views
Help me fix and refactor this calculater script in JavaScript / JQuery.
Hi Guys,
Decided to try and learn more JQuery and here is what I have come up with:
it should be a simple enough job, but I can't get my head around it. I can add it up, but when …
