The evaluate tag has no wiki summary.
1
vote
3answers
63 views
Cannot evaluate a two-digit number
I have a evaluate method that so far adds, subtracts, and multiplies strings (e.g. "5*5"). However, when I try to evaluate a single digit by a triple digit ("5*10"), it returns "5" instead of "50". I ...
-2
votes
2answers
38 views
How can I implement an expressions structure in java that supports evaluating and multiple types
In the light of writing a tool that compiles simple programs in a custom language that uses a parser for parsing simple .txt-file programs, I'm looking for an efficient way to store and evaluate ...
1
vote
3answers
48 views
How to evaluate a function at a point in Matlab?
For example, if I have a function f(x)=x^2, how can I evaluate it at x=2?
I have tried employing the symbolic toolbox and using the following code in the Command Window:
syms x;
f = sym(x^2);
...
-1
votes
1answer
27 views
-1 > 8? comparing two integers, negativeOne and eight diff than (negativeOne + 1) and (eight + 1)
Here's the code:
while((fingerYLast - fingerAt.y) > fingerMoveThresh)
{
if( (activeCard) < (allCardList.count - 2))
{
[self sayOut:@"TRUE"];
...
0
votes
1answer
32 views
How to evaluate LaTeX formula in javascript?
I have javascipt string in LaTeX format. For example:
\frac{y^2}{2}x-\frac{2}{\sqrt{y}}+2(x-y)^2
I want to be able evaluate it with defined variables. Does anyone know framework or lib for this ...
1
vote
1answer
35 views
Mac Excel 2011 VBA Evaluate
I am moving a excel VBA from PC to Mac and one line has an Evaluate function, for example:
Public Function test()
test = Evaluate("=2+2")
End Function
However, if I try and run the macro on ...
2
votes
2answers
67 views
Store multiple DOM Elements in an Array with CasperJS
For the last couple of hours I have been trying to query DOM elements and store them in an array with CasperJS, so then after that, I can loop through them and fire a click event.
Let's say, my ...
0
votes
1answer
33 views
Scheme: What does this function evaluate to?
(define test
(lambda()
(let* ((x 1)
(y 3)
(z 5)
(foo (lambda (n)
(let* ((x 3)
(y (+ x n))
...
0
votes
1answer
37 views
casper evaluate modifying global var
I'm new to CasperJS and I'm having issues with the evaluate() function. I have the following sample code:
var results = []; // a global var
var links = [link1, link2 ,....]; //a list of urls
var ...
0
votes
0answers
56 views
weka: how to get class name from testing single instance
i want to make a single test for single instance
i use j48 in FilteredClassifier like this:
Remove rm = new Remove();
rm.setAttributeIndices("1"); // remove 1st attribute
// classifier
J48 j48 = new ...
0
votes
0answers
20 views
tar pre-run to evaluate expected size or amount of files
The problem:
I have a back-end process that at some point he collect and build a big tar file.
This tar receive few directories and an exclude files.
the process can take up to few minutes and i ...
3
votes
1answer
57 views
Groovy: Timeduration-Subtraction evaluated from string
My script reads a string from a file and evaluates it to work as TimeDuration within TimeCategory. If the string starts with a "-" it throws an Exception.
My reduced script:
import ...
0
votes
1answer
585 views
On PhantomJS cant include JQuery and without JQuery cant post form data
There is this answer telling about no variable is available inside evaluate function but the question is about a node module and on my example i only call console.log inside evaluate function.
Putting ...
3
votes
2answers
86 views
How to concat two strings and use the result as a variable name in coldfusion?
Answer:
<cfset value = form["field-#index#"]>
Then access the value with <cfoutput>#value#</cfoutput>
I have a form which has many fields in the format of
name="field-1"
...
0
votes
3answers
110 views
arraylist.contains(string) not evaluating string
Strangely enough, I have a feeling I'm missing something here with using ArrayList.contains(Object o), but it's not coming to me right at the moment, can someone point me in the right direction?
I ...
0
votes
0answers
38 views
VBA - arrayformula to a range stored as array variable
I couldn't find the way to get out of this problem, so please guys give me a hand;)
I have to apply a formula array to dynamic ranges in my spreadsheets, which for fixed size ranges works fine using:
...
0
votes
1answer
28 views
Retrieving numerical result from function
I am working on a code in maxima and in it I define a function.
Ucr(y):=offset+c1[21]+2*sum(realpart(c1[m+20])*cos(2*%pi*(m-1)*y/dp) - imagpart(c1[m+20])*sin(2*%pi*(m-1)*y/dp),m,2,nmax+1);
However ...
0
votes
0answers
16 views
evaluate range into variable - formulaarray vs formula
Hi friends of the forum ,
I am searching the way to evaluate a formula that includes a range into a variable as a "normal" formula and not as a formulaarray, does anyone know the trick for it ? here ...
0
votes
0answers
52 views
Java ScriptEngine adds decimal point to numeric output regardless of numeric input type
I'm working with javax.script.ScriptEngine (and ScriptEngineManager, ScriptException, etc.). I've built an application, part of which must be able to evaluate mathematical (and sometimes other) ...
0
votes
2answers
369 views
ASP.NET Response.Redirect() issue not working at false parameter
Have trouble with the Response.Redirect() and getting the error:
Unable to evaluate expression because the code is optimized or a native frame is on top of the call stack
I've googled and found some ...
0
votes
0answers
43 views
Strange behavior from Evaluate[] in Mathematica
So I'm using Mathematica to numerically solve a series of coupled ODEs to get some parameters along a curve. NDSolve outputs InterpolationFunctions, which plot just fine and yield the correct solution ...
0
votes
0answers
132 views
Interpreting Results of InfoGain Attribute Evaluator in WEKA
I have run the InfoGain+Ranker algorithms in the Feature selection tab of the Weka in order to determine the significance of each individual variable that contributed to classification results.
This ...
0
votes
0answers
41 views
javascript re-evaluate xpath return
I'm trying to evaluate XPath from the context of the nodes returned by an initial absolute XPath evaluation. Can anyone help?
var test = document.evaluate("//div[@style='asdf']",
document,
null,
...
2
votes
1answer
103 views
How to evauluate a function in excel without macro? [closed]
there used to be a function called evaluate that would evaluate the contents of a cell. However, that function doesn't seem to exist any longer. This is the problem I am looking to solve (this is ...
3
votes
3answers
215 views
Can I Evaluate An Excel VB Constant That Is In String Format?
Is it possible to Evaluate a String which contains a valid Excel VB Constant's Name
to return that Constant's Value?
eg
Dim ConstantName as String
Dim ConstantValue as Long
...
0
votes
3answers
121 views
VB6 CSV search visualbasic
I have a .csv file that has 100 rows and 8 columns. Each row looks like something below
0,0,0,0,0,0,0,5
0,1,0,0,1,0,0,6
I need to evaluate each field. If the field = 1 (between rows 1 and 7), I ...
0
votes
1answer
121 views
batch: filenames with variables evaluated inside a for loop
File names and directories containing variables are being evaluated indside procedures. How do I make batch store the file's name as a variable without evaluating it?
EG: my path is:
"C:\Rare\Names ...
-3
votes
4answers
104 views
A simple stack calculator in C, need help understanding details [closed]
String hello = "44+"
int result=0, top=-1;
int []stack = new int[hello.length()];
for(int i=0 ; i<hello.length() ; i++)
{
char c = s.charAt(i);
if(c >= '0' && c <= '9')
...
0
votes
2answers
82 views
How to evaluate if a code is correct against a submitted solution
I´m searching information about how to compare two codes and decide if the code submitted by someone is correct or not (based on a solution code defined before).
I could compare the output but many ...
2
votes
1answer
131 views
ColdFusion: Storing tags inside database outputs as string
I am creating a CMS system which has a rewrite rule to use only one page. From that page I am then pulling the content from a database to populate each page based on its url. This all works fine, ...
1
vote
1answer
215 views
How to evaluate Enum in an If statement?
I am trying to implement Enum into my code for the first time. I have a simple custom class that looks like this:
public class Application
{
//Properties
public string AppID { get; set; }
...
1
vote
1answer
63 views
Eval string for wordpress “in_category” workaround outside the loop
In Wordpress you can´t use "in_category" outside the loop, so I created a function that gives me all the categories my article is in and create a "is_category" if statement out of it.
I put my ...
1
vote
3answers
557 views
Python: Math expression parsing [closed]
Python:
So I am working on a program (which is a class assignment) that will take an expression such as 3/4/5 or 32432/23423/2354325 or 3425*343/254235 or 43252+34254-2435, etc(for all operators from ...
1
vote
0answers
115 views
ASP.Net membership provider pros and cons [closed]
I wanna ask, do I need membership provider?
What does it really do?
Tell me pros and cons.
what will be difference if I will use Entity Framework and one static class in order to deal with database?
...
1
vote
3answers
144 views
Alternatives to Evaluate
An audit has shown up a vulnerability in our use of evaluate as it allows arbitrary code execution. Has anyone got an alternative? Example below. We're running CF9.
<cfquery name="getvalue" ...
0
votes
1answer
282 views
How do i use JavaScript evaluate() in an Android WebView?
I want to create a calculator which is able to evaluate Strings like 3+(2-1)*2 or (28.4/2-1.5)+(4-2). I searched the web and found the possibility to use a WebView with JavaScript enabled which can ...
0
votes
1answer
3k views
In Excel and VBA, how to set value of cell to the formulas result rather than the formula
I'm getting values from one sheet and placing them in another using a macro in Excel. I currently have this which works fine:
sheet.range("B2:B35").Value = ...
0
votes
3answers
126 views
Library for evaluating logical expressions on Java objects
Let's say I have the following class:
class Person {
int age;
String city;
Collection<Person> friends;
Person spouse;
}
I need a library which would allow me to evaluate ...
1
vote
2answers
45 views
MySQL function conditional always evals as true
I have a SQL function that is supposed to return 0 or 1 depending on whether a user activation was successful or not. I have the following two tables I need to interact with:
users {user_id, unique ...
0
votes
3answers
109 views
Can't push values into stack from command line arguments in Java
I have a weird problem in java. I am trying to make a math expression calculator which would evaluate an infix math expression and return the final result on the screen. I have used stacks to ...
12
votes
1answer
185 views
How do I profile code when using knitr?
I am trying to institute a workflow to answer SO questions using knitr and
render_markdown(strict = T ) to format my answers and / questions.
Recently I was trying to run profiling on some code ...
0
votes
1answer
615 views
using evaluate in lotusscript
I tried to get current user roles by using Lotus Script. And I'm using "Evaluate" method to get it so that I can used along with Formula Language. Below is the code
Dim test as Variant
test = ...
3
votes
3answers
165 views
Switch statement always resolves to default instead of case
So I've recently been trying out D, as many programmers I know are recommending I learn it over C++.
I'm using the DMD Compiler v2.057, and this is my code:
while(cliLoopC)
{
write("?> ");
...
2
votes
1answer
319 views
Excel Evaluate formula error
My VBA code is
Function yEval(entry As String)
yEval = Evaluate(entry)
Application.Volatile
End Function
in Sheet1 in cell f4 i have formula =yEval(Sheet2!E19)
cell d4 on sheet1 contains number 12
...
1
vote
2answers
206 views
Groovy evaluation of Strings in DSL
I am trying to write a BASIC-like DSL using Groovy and I am at a very early stage. I have a short script (ignore the package bit, I will refactor that away in due course):
package Binsic
PRINT "Hello ...
1
vote
0answers
94 views
evaluate a TypeAs expression
I'm trying to evaluate an expression to check if the output of the evaluation is null.
My code looks like this:
public class ObjectHelper<TType>
{
public static bool PathHasNull(object ...
0
votes
5answers
113 views
Simple PHP stuff : variable evaluation
OK, I'm sorry if this question has been asked before, but I don't know the keyword to search for it. The situation is :
$sentence = ' $subject is a genius ';
$subject = " Einstein ";
echo( $sentence ...
1
vote
1answer
72 views
Excel: How can I retrieve a formula from the output of a cell and evaluate it?
For example:
I have this formula in A1: 2*x+3*x
and this formula in B1: =SUBSTITUTE($A$1,"x",E1) so my output in B1 is 2*1+3*1
Now, what I'd like is to have that operation evaluated so that it ...
0
votes
2answers
2k views
Evaluate mathematical expression within string
I'm developing an Android app that i get an String with the mathematical expression i have to calculate, i did it to convert the letters into the numbers i need, but what is the best way to evaluate ...
3
votes
2answers
253 views
Xpath evaluate count in “[ ]”
i have class with the members -
private Document myDoc;
XPath xpath = XPathFactory.newInstance().newXPath();
i try to use evaluate function -
Object result = xpath.evaluate(expression, ...


