Tagged Questions

0
votes
5answers
80 views

can php return a boolean? => return $aantal == 0;

hi very short question can php return a boolean like this: return $aantal == 0; like in java you can public boolean test(int i) { return i==0; } or do you Have to use a if c …
0
votes
4answers
61 views

what is shared variable in java

is there any concept of shared variable in java and if it is what is it?
0
votes
3answers
37 views

Javascript eval multiple variables does not work

Hello, I got an array which I iterate over and try to create a variable. The name of the variable is variable and comes from the array. So I am using eval (this code will only be …
0
votes
3answers
82 views

Why does Perl complain about “Use of uninitialized value” in my CGI script?

I am cleaning my Perl code for production release and came across a weird warning in the Apache error log. It says: [Thu Nov 5 15:19:02 2009] Clouds.pm: Use of uninitialized val …
0
votes
4answers
64 views

Getting an instance name inside class __init__()

While building a new class object in python, I want to be able to create a default value based on the instance name of the class without passing in an extra argument. How can I acc …
0
votes
2answers
33 views

Using a changing variable in JQuery’s nextAll()

Hi, With jquery, I'm dynamically adding rows. To do this, I'm copying the first of the table and then with some regex I'm changing the names and sometimes ids from thing like "co …
0
votes
4answers
26 views

Using a pointer to a local variable in Dynamic SQL

I am having trouble with dynamic SQL. Early in my code I assign data to a bunch of local variables. I want to access these later in my code and use the data values. The code exa …
1
vote
3answers
53 views

java inheritance resolution in case of instance methods and variables

Hi As per java, instance method resolution is based on runtime types of the arguments. But while resolving instance variable it uses different approach as shown below. …
0
votes
4answers
57 views

issue with php sessions, please help

i cant seen to get the php sessions to work, im trying to create a form that saves the data then put its against regular expressions to verify its legit information. at the moment …
2
votes
2answers
62 views

Visual studio 2005: is there a compiler option to initialize all stack-based variables to zero?

This question HAS had to be asked before, so it kills me to ask it again, but I can't find it for all of my google and searching stackoverflow. I'm porting a bunch of linux code t …
2
votes
5answers
59 views

Variables in a setTimeout function (jQuery)

Hi, I'm trying to use a jQuery statement inside a setTimeout function, but I don't get it to work. I tried a lot of variants, like this one (I'm using 'this' because the setTimeou …
1
vote
2answers
101 views

Python auto define variables

Hello everyone, I am new to programming and am learning Python as my first language. I have been tasked with writing a script that converts one input file type to another. My prob …
0
votes
5answers
128 views

What is the smallest exact representation of 1/(2^x) that can be represented in the C programming language?

What is the smallest exact representation of 1/(2^x) that can be represented in the C programming language?
0
votes
5answers
55 views

Validate text boxes against custom set variable

I have a form that I want to create whereby the user enters in one digit per text box. I need all those digits to be correct when the user clicks a button - imagine the iPhone Pass …
0
votes
1answer
30 views

MySQL Stored Procedures : Use a variable as the database name in a cursor declaration

I need to use a variable to indicate what database to query in the declaration of a cursor. Here is a short snippet of the code : CREATE PROCEDURE `update_cdrs_lnp_data`(IN dbNam …

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