Tagged Questions

1
vote
7answers
171 views

User defined formulas in C#

I have an application where for each object the user can specify his own measurepoints. The values of theese measurements will then be used to classify the object as i e A - needs …
0
votes
2answers
57 views

Generating a dynamic time delta: python

Hello all. Heres my situation: import foo, bar, etc frequency = ["hours","days","weeks"] class geoProcessClass(): def __init__(self,geoTaskHandler,startDate,frequency,freq …
0
votes
1answer
22 views

Acessing javascript multidimensional array with linear values

How could I set a variable that I can read by using eval('productOptionTree' + '[0][1][0]')? (the '[0][1][0]' part comes from another variable)
2
votes
2answers
51 views

Allow user-defined script in Ruby/Rails application

A predefined set of objects has to be aggregated into a new object. However I want the users to specify a custom function for that. Now the naive approach would be def foo; end …
1
vote
6answers
62 views

Ajax: injecting code into Internet Explorer

I'm having trouble getting the follow code to work in Internet Explorer, it doesn't seem to want to execute the code sent back from the server via Ajax, it just does nothing: var …
0
votes
2answers
34 views

eval json out of memory error

Hi, I'm using JSON.parse function to load info about a cellset. I'm testing how much data is possible to fetch in one call. The eval function starts throwing "out of memory" betw …
1
vote
2answers
38 views

How to use Eval(”x”) value in ListView

Hey, I'm wondering how I can use the Eval values in a ListView? I mean displaying it as text is simple enough, even sending it to the codebehind via some parameters in a button cl …
1
vote
3answers
113 views

Do languages with meta-linguistic abstraction perform better than those that just use reflection API for that?

Say, if I have a Lisp program, which uses (eval 'sym) and looks it up in its symbol-table does it actually perform better than something like aClass.getField("sym", anInstance) in …
0
votes
1answer
26 views

Compilation of <%# %> expressions

Is there a way to force VS2008 to compile <%# %> databinding expressions to avoid runtime errors?
0
votes
2answers
152 views

Bind List of object array to ListView in ASP.NET

Hi All, I am breaking my head to fix an issue. I have a method that returns a List<object[]>. Each object[] in the List contains the following: object[0]=Id; object[1]=Nam …
0
votes
2answers
70 views

How to pass parameters in eval in an object form?

Hello, I have this json, and when i get this json i need to run the function which comes at callback object. { formId: 'snn_service_item_form', item_id: '1', item_tit …
1
vote
5answers
162 views

Python Eval: What’s wrong with this code?

I'm trying to write a very simple Python utility for personal use that counts the number of lines in a text file for which a predicate specified at the command line is true. Here' …
1
vote
3answers
89 views

A bit complicated eval in Ruby

I need a special behavior from eval, to evaluate strings like: '5a + 6b + 3a + 11b' into '8a + 17b' Is it possible? If it is, can you give a proper example? I found this exam …
1
vote
4answers
175 views

Doing math in vb.net like Eval in javascript

Is there any way to parse a string in vb.net (like, built in methods), that can do math like Eval can? For example, 3+(7/3.5) as a string would return 2. I am not asking for you t …
0
votes
6answers
137 views

Javascript: Debuging code created by eval() and new Function()

Hi all, im trying for put a private var into an already existent function, example: var AObject={ get:function(s){ return s.toLowerCase()+a; } } function temp(){ …

1 2 3 4 5 7 next
15 30 50 per page