0
votes
0answers
8 views
Extjs: Graph Major and Minor Units
Hi,
I have created a graph in extJS and was wondering if people know of a general formula to calculate the major and minor units of the X-Axis.
I know Extjs should do it automati …
2
votes
3answers
2k views
Strings containing double quotes in Excel
How can I construct the following string in an Excel formula:
Maurice "The Rocket" Richard
If I'm using single quotes, it's trivial = "Maurice 'The Rocket' Richard" but what abou …
0
votes
1answer
18 views
Blend formula for GDI+
I have a color A that I'd like to transform into color C, by using color B. So I'd like to know the blending formula F in GDI+, where F = F(A, B) = C. A is the "bottom color" and B …
0
votes
1answer
37 views
Crystal Reports XI Custom Group Field
I need to create a provider Name group which is based on any or all of three fields that contain service provider codes. Each Service Provider Code links to its own SP_Program_Loc …
0
votes
1answer
58 views
How to identify a formula of cell contains defined names in Excel by using VSTO?
Hi folks,
Is there any way to identify a formula of excel cell contains defined names by using VSTO?
Or is there any way to replace the defined Excel.Name in formula of a Excel c …
2
votes
4answers
3k views
Sharepoint calculated field’s formula for created by
i have a sharepoint list
with 2 users for examole (user A and user B)
i need a calculated field in the list items such that if user "A" created the item the field vaule will …
0
votes
2answers
67 views
hibernate property formula how to get more than 1 row?
In the hibernate mapping file I use property formula to get any value.
<property name="price" type="double" formula="(select SUM(amount) ...) />
But it allows to get only …
1
vote
5answers
230 views
Help optimizing algorithm
I have a particular application that needs to calculate something very specific, and while I excel at logic, math has always been my weak spot.
Given a number, say -20, it needs t …
1
vote
4answers
107 views
Clock Speed Formula
Guys,
Is there a simple way to determine how many milliseconds I need to "Sleep" for in order to "emulate" a 2 mhz speed. In other words, I want to execute an instruction, call Sy …
4
votes
5answers
111 views
How can I represent a formula in a way that is understood by both Javascript and PHP?
I'm writing a shopping cart in PHP, and part of its function is to calculate shipping for a given set of products. For users with Javascript enabled, I want to provide the smoothes …
0
votes
2answers
298 views
Conditional group SUM in Crystal Reports
I've been doing some accounting reports and have been summing up my different currencies using a formula
IE
CanadianCommissionFormula
if {myData;1.CurrencyType} = "CDN" then
…
0
votes
6answers
58 views
Formula/pattern to provide a unique 32 bit int that represents a 512 character file path?
Is there a common formula that could provide a unique value for a 512 character file path, assuming one 32 bit byte per character, and possibly limiting the characters used in the …
0
votes
1answer
75 views
iPhone - AVAudioPlayer - convert decibel level into percent
Hi developers,
I like to update an existing iPhone application which is using AudioQueue for playing audio files. The levels (peakPowerForChannel, averagePowerForChannel) were lin …
0
votes
0answers
52 views
How to calculate PageViews of a site using Alexa stats (formula?)
As simple as it sounds, I just want to know how to calculate the PageViews of a site using Alexa stats. Alexa gives PageViews per-million and reach % of total Internet users, etc. …
4
votes
3answers
211 views
Fast formula for a “high contrast” curve.
My inner loop contains a calculation that profiling shows to be problematic.
The idea is to take a greyscale pixel x (0 <= x <= 1), and "increase its contrast". My requireme …
