Tagged Questions

1
vote
11answers
150 views

What is the meaning of the variable name foo? [closed]

I noticed that foo is used as a variable or function name a lot by programmers. So I started to use it a lot, but I don't know what it means. What does this word mean and why is it used a lot?
1
vote
2answers
58 views

Javascript variable type (byte).

I searched for javascript byte type variables and I can't find byte type variable??? Thanks.
0
votes
3answers
82 views

Make all variables global, PHP

Is there a way to make all variables global?
0
votes
2answers
35 views

How do I use a variable in a UNC path in powershell?

Hi All, and thanks in advacne for your help large or small. A bit of a newbie to the powershell world and I'm trying to count the contents of a folder on a remote server. I know that: …
0
votes
4answers
36 views

PHP: Dealing With MySQL Connection Variable

What is the best way to deal with the $db_conn variable once I create a mysqli object? I've been using $GLOBALS['_sql'] = new mysqli(...); But this seems dirty. The alternative that I've seen is …
0
votes
4answers
88 views

Why can’t I pass variables into an included file in PHP?

I've had this problem before before with no real resolution. It's happening again so I'm hoping you experts can help. I set a variable on my index.php based on the $_GET array. So I use this code: …
0
votes
0answers
40 views

How do I use this information in Python? I don’t know how to use this data-type.

According to the NLTK book, I first apply the grammar, and parse it. grammar = r""" NP: {<DT|PP\$>?<JJ>*<NN>} {<NNP>+} """ cp = …
0
votes
2answers
46 views

functions and variables

Well the question is quite simple but I somehow can't figure it out. For example I have string variable ts. After my loader loads image in movieclip instance i want to change ts value to something. …
0
votes
1answer
26 views

variable passing inside a function to another function in javascript

hello, setTimeout("refresh()", 2*15000 ); This is a code from my javascript here setTimeout is a built in function and refresh is a function which i have declared. i want to pass a variable …
1
vote
2answers
22 views

PHP Defining $varname changes $_SESSION[’varname’]

It took me a while to realize that $_SESSION['user'] was changing because I have a variable set: $user = array(); Is this normal? I haven't had this issue until today, not sure if it is a server/php …
1
vote
1answer
26 views

How to store Flex 3 ColorPicker Value in a variable and bind the variable to a textInput

Hello Stackoverflowers, Can anybody help me out? I would like to store a hex colorPicker value in a variable and then cast the value of the var backout to a textInput. The textInput is just to see …
0
votes
2answers
46 views

How to find the variables defined in a function.

Suppose I have a long javascript function such as function test() { var x; var a; ... ... ... ... ... } is there any way I can ask the function itself to tell me what …
0
votes
2answers
22 views

Parent and Child Shell Script Problem

Hi , I have two scripts parent.sh and child.sh. There is a variable in parent.sh which needs to be accessed by the child process. I have achieved this by exporting the variable in the parent script …
1
vote
8answers
103 views

define colors as variables in CSS

Hi all, I'm working CSS file which is quite long. I know the client could ask for changes to the color scheme, and was wondering: is it possible to assign colors to variables so I can just change …
0
votes
3answers
66 views

Encapsulating Content In a Variable

Hello, I want to know how can I encapsulate the result(substr($text, 12)) of the variable $opt into itself(put the result replacing the expression substr($text, 12)), but how I can do this? If …

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