Tagged Questions
The evaluate tag has no wiki summary.
14
votes
15answers
11k views
c# evaluating string “3*(4+2)” yield int 18
Is there a function the the .Net framework that can evaluate a numering expression contained in a string and return the numeric result? IE:
string mystring = "3*(2+4)";
int result = ...
6
votes
4answers
275 views
Evaluate beyond one level within Hold in Mathematica
The mathematica documentation on Evaluate at possible issues says:
Evaluate works only on the first
level, directly inside a held function
Why does Mathematica have this limitation? So if I ...
5
votes
2answers
1k views
Mathematical expression (string) to number in Java
I'm trying to find something like Java Embedding Plugin (JEP) that can evaluate a mathematical formula (string) and give back the answer.
But it should also calculate a variable, for example: ...
5
votes
2answers
387 views
Rails ERb best practices (<% %> vs <% -%> vs <%- -%>)
What is the recommended use of ERb in Rails when it comes to <% %> (evaluate Ruby code), <% -%> (evaluate Ruby code, suppress the trailing newline) and <%- -%> (evaluate Ruby code, ...
3
votes
1answer
181 views
mathematica parallel evaluation
I have this many hundreds of cell long mathematica file and I want to use parallel evaluation. I have a 2 processor x 4 core each machine with 16 Gb memory. My mathematica license allows me to run at ...
3
votes
5answers
124 views
PHP use string as operator
Say I have a string, $char. $char == "*".
I also have two variables, $a and $b, which equal "4" and "5" respectively.
How do I get the result of $a $char $b, ie 4 * 5 ?
Thanks :)
3
votes
2answers
202 views
JavaScript, RegExp - replace with evaluated expression involving tagged expressions?
RegExp can replace matched patterns with replacements involving what is known as Tagged Expressions
Example:
var s = "... some string with full things...";
s = s.replace(/(some|full)/gi, "\"aw$1\");
...
3
votes
1answer
57 views
Re-inspection of values in a Traceback
I am trying to do some elaborate re-inspection of a traceback and get actual values
from the objects that are failing to return more (better?) information along with
the traceback.
The case ...
3
votes
7answers
2k views
Boolean Expression Evaluation in Java
Hey everyone,
Is there a relatively simpler (when compared with writing a parser) way to evaluate boolean expressions in Java?
I do not want to use the JEP library.
I have a String expression ...
2
votes
4answers
115 views
Evaluating command with Awk
The problem is that: I have different txt files in which is registered a timestamp and an ip address for every malware packet that arrives to a server. What I want to do is create another txt file ...
2
votes
4answers
76 views
Why does PHP consider 0 to be equal to a string?
I have the following piece of code:
$item['price'] = 0;
/*code to get item information goes in here*/
if($item['price']=='e'){
$item['price'] = -1;
}
It is intended to initialize the item ...
2
votes
3answers
258 views
Double evaluation - How do I access my query column based on a variable that holds the column name?
I have a query and a list of field/column names. I want to do a sort of double loop - loop through each record in the query, and then loop through the list of field/column names and output each ...
2
votes
1answer
318 views
Help evaluating this json string array in vb.net
":"obj_10","src":"elements/hat.png","width":227,"height":122,"top":28,"left":241,"rotation":"0"},{"id":"obj_14","src":"elements/hair.png","width":244,"height":204,"top":-17,"left":98,"rotation":"0"}]}
...
2
votes
2answers
111 views
Evaluate page & store in variable?
I want to grab a php file, evaluate any php, then store the contents in a variable.
We'll call this.. page.php
<?php
$content = "Hello World.";
?>
<html>
<head>
...
1
vote
1answer
73 views
Get results from xpathnavigator evaluate
Is there a way to check why an xPathNavigator.evaluate() call returns no Nodes?
For example given the following xml document:
<Vehicles>
<car>
<wheels>4</wheels>
...
1
vote
1answer
34 views
struts2 evaluate empty string
I have jsp file to display error message in depends on whether the error string is empty or not.
<s:if test="{!''.equals(errorMsg)}">
<div class="errors"><s:property ...
1
vote
1answer
219 views
How to call constructor in gdb for pretty-printers
When debugging with GDB I would like to set a convenience variable to a newly constructed value.
I am programming using the Qt framework, so i would like to create a QString, but this is irrelevant ...
1
vote
1answer
220 views
VB.Net- Evaluating Mathematical Expression in a String
Is there a method that allows me to evaluate a mathematical expression in a string? Example (Not actual Code):
Input = "2+2"
Output = SomeMethod(Input)
Output = 4
Update: Nevermind, I found a way ...
1
vote
1answer
205 views
Evaluate a path string which contains a nested movieclip in AS3
This should be fairly simple but I understand why it doesn't work. I am hoping there is a clever way to do the following:
I have a string 'movieclip1.movieclip2'
I have a container movieclip - ...
1
vote
1answer
124 views
XPathExpression not evaluatng in the proper context?
I'm trying to parse some XML from the USGS.
Here's an example
The "parameterCd" parameter lists the 3 items of data I want back. I may or may not get all 3 back.
I'm doing this on an Android using ...
1
vote
2answers
187 views
Java Expression Evaluate
I am trying to develop a parser to parse simple logical relationship expressions, which includes "(", ")", ">", "<", "," as token. An example might be:
a < (b > c > (x, y, z))
From the ...
1
vote
3answers
380 views
Turn a string formula into a “real” formula
Hey there, Ive got another question.
Lets say i got "0,4*A1" in a cell (As a string) and on another cell I want to convert this "string formula" into a real formula and calculate its value, how can I ...
1
vote
1answer
144 views
xPath Evaluate vs XPathNodeIterator
I am searching the fastest way to count some tags in a huge xml-file (120MB)
long Quantity;
XPathDocument xDocData = new XPathDocument(str_File_path);
XPathNavigator xNavData = ...
1
vote
1answer
305 views
ANTLR expressions rewrite intermediate tree
For expressions like 3+4 I would like to use the value 7 in an intermediate representation tree.
I cannot work out how to get the returns value into a rewrite rule.
expression returns [int v]:
etc.
...
1
vote
1answer
393 views
Evaluate javascript to plain text using C#, .NET 3.5
How can I evaluate's document.write javascript to plaintext in C#? I'm trying to evaluate this:
<script type="text/javascript">
a=2;b=3;
document.write(a+"_"+y);
</script>
to this:
2_3
...
1
vote
1answer
810 views
problems with excel's application.evaluate command in vba
I have a problem with some excel code that I am having trouble getting my head around.
Okay so I am using the application.evaluate command in excel vba, office 2007.
If i have Evaluate("SIN(45)") it ...
1
vote
5answers
583 views
java in-memory on-the-fly class compilation (and loading)
I want to revisit an old question of mine about in-memory "compilation" of classes. Since about 1/2 a year have passed since I asked (and was somewhat answered), I'd like to re-raise the issue and see ...
1
vote
6answers
2k views
What is easiest way to calculate an infix expression using C language?
Suppose the user inputs an infix expression as a string?
What could be the easiest ( By easiest I mean the shortest) way to evaluate the result of that expression using C language?
Probable ways are ...
0
votes
2answers
33 views
When showing a formula I need to see the text horizontal to the value being used…in Excel
For example I have in one row pretax income and tax paid, then to the right I have a number representing them, say (c5)10 and (c7)13. Then below I have a ration "effective tax rate" and to the right ...
0
votes
1answer
54 views
Why doesn't my properly defined variable evaluate for length correctly (and subsequently work in the rest of my code)?
I employed the answer Marc B suggested and still got nothing in the variable when I echo'd it after the while loop, so I added a few checks to show status of things as they were processed through the ...
0
votes
1answer
59 views
Excel ComType of Application.Evaluate() on a concatenation function
Inside a c# UDF for excel 2007, I need to evaluate the value of Excel function parameters (don't ask why, long story).
Let's say we have this Excel function to evaluate :
=afunctionname("2009-01-01" ...
0
votes
5answers
93 views
Execute coldfusion code stored in a string dynamically?
I have an email body stored as a string in a database, something like this:
This is an email body containing lots of different variables. Dear #name#, <br/> Please contact ...
0
votes
4answers
92 views
Coldfusion syntax - how to use Evaluate
I'm trying to determine if a variable with a variable name is defined. Please help with my syntax... my attempts so far:
<cfif isDefined(Evaluate("session['#url.sessionSQL#']['SQL_ALL']"))>
...
0
votes
1answer
76 views
document.evaluate regexes
I want to get all the "a" elements with the href attribute in this form: http(s)://any.example.com where any can be a string containing just letters and/or numbers.
I'm new to regex and XPath so i ...
0
votes
1answer
93 views
Groovy/Grails: is there a way to make .evaluate() at all safe?
I have a situation where I need to determine eligiblity for for one object to "ride" another. The rules for the vehicles are wildly confusing, and I would like to be able to change them without ...
0
votes
0answers
79 views
Open source (free or commercial) typed expression evaluator .Net
I'm looking for an open-source (both free and commercial licenses are OK) expression evaluator, written in C# <= 3.5. It should support:
Object substitutions. For instance:
object a = 5;
...
0
votes
2answers
302 views
php - convert single quoted string to double quoted
Been searching here and google for over an hour, can't seem to find the answer to this.
I have a string returned from a database query which contains variables, however it appears that these strings ...
0
votes
0answers
233 views
Using recursion to evaluate subexpressions
I have implemented code which does the following:
String infixToPostfix(String expr) - takes an expression WITHOUT parentheses and returns the postfix equivalent
float evaluate(String postfix) - ...
0
votes
1answer
388 views
Anyone know how to run mongo --eval?
I run mongo --help and it has an options for evaluate javascript.
mongo --eval arg
However, I haven't found any example of how to use it. I try to run it but with no success. anyone know how to ...
0
votes
1answer
508 views
How to evaluate string in groovy
I have following string:
data = ["myKey": "myValue"]
and want to evaluate it as map:
def map = evaluate(data)
Looks like I'm doing something wrong but I get
groovy.lang.MissingMethodException: ...
0
votes
3answers
101 views
Array evaluation
Newbie to C#, programming in ninjatrader and i need to develop a simple function that performs the following:
I need to check to see if a stocks high price is higher than the price before, generally ...
0
votes
1answer
207 views
What can be used instead of ast module?
In my project I evaluate a json data to extract information. The code is as follows :
conn = httplib.HTTPConnection(host)
conn.request("GET", "/done_json.php")
r = conn.getresponse()
data = r.read()
...
0
votes
5answers
125 views
Is there a method that will evaluate a string and produce an integer (assuming the string is an equation) in C#
Okay, I know that in Python, say you had a string called
strExpression and it's value was "1+2-(3*5)"
There is a python method (function, sorry I get the terms confused) that will evaluate that ...
0
votes
1answer
291 views
JavaScript for replacing text in the body tag of pages loaded into an open source browser for Android
I'm writing a JavaScript for an open source browser available for Android to replace the text in the body tag of the pages loaded into the browser with some different text.
This should be worked in ...
0
votes
0answers
32 views
step to evaluation existing database
All, Please share any ideas and please help me. i've got a exsiting database (mysql) my Boss need to evaluting with this database and he need to know the step by step to evaluate (He don't need in ...
0
votes
2answers
190 views
Determine the length of this Node-set?
Javascript for Mozilla:
while (result)
{
alert(result.childNodes[0].nodeValue);
//txt=txt+result.childNodes[0].nodeValue+"<br/>";
result=nodes.iterateNext();
}
This is ...
0
votes
1answer
306 views
Evaluate a string-expression in XSL
Is there any way to evaluate a string expression in XSL?
example:
<myItem id="1">
<validator expression="$someVariable = '3'" />
</myItem>
...
<xsl:variable ...
0
votes
1answer
116 views
How to evaluate other pieces in an array C#
Basically I'm creating a forest fire program that depends on the wind / dryness of the surround pieces. I have an array var Trees [,] that is 20 x 20. The middle square is set on "fire" what needs to ...
0
votes
1answer
539 views
MSBuild: Evaluating reserved properties with ReadLinesFromFile
I'm using MSBuild to customize the build process of Visual Studio, WiX, SandCastle, ... projects.
To keep it as generic as possible I'd like to use text files defining some 'project specific' ...
0
votes
4answers
94 views
attributes.someParam cannot be evaluated in coldfusion
I have in my cfm something like this
<CFModule name="MyModule"
someParam_one="#something.one#"
someParam_two="#something.two#"
someParam_etc="etc_etc_etc"/>
And inside my module, ...