The names tag has no wiki summary.
0
votes
1answer
715 views
get all html elements (the names or ids) in order of appearance on a form using javascript
At work I have a a few html forms (classic asp back) with normal html elements and classic asp dynamic check boxes.
We want to do reporting on this and create pivot tables so I need to provide a list ...
5
votes
1answer
981 views
Get the column names of a python numpy ndarray
I have a question regarding getting the names of a numpy ndarray.
Let's say I have a data file called data.txt that look like:
TIME FX FY FZ
0 10 5 6
1 2 4 7
2 5 2 6
...
In python ...
0
votes
1answer
183 views
Virtualbox access webservices on guest via a url
im running windows 7 as host and ubuntu 11.04 as guest.
Which would be the best way to access a webserver on a guest from host via a defined url
(and vise versa)
e.g http://myvirtualbox and ...
0
votes
2answers
109 views
Variables into array - $array[$var_name] = $var;
I was wondering whether something like this is possible:
$var1 = 1; $var2 = 2;
function varsToArray($param1, $param2...);
and it returns array like this
array([var1] => 1, [var2] => 2).
...
2
votes
5answers
352 views
Python help ---> random name selection from text file
I want to have a list of names such as "john, jack, daniels, whisky, susan, alex" in a .txt file called 'names'.
Now, I want to import that file into my 'script' and use the import random module.
...
1
vote
3answers
185 views
How to link to a specific part of a page
I have a rails app and one page is a 'command center' with links to a help center. Things like, signing up or new post, etc. How can i make it so that when you click on a link, not only does it ...
0
votes
1answer
140 views
What is the shortest way to write rangeOfString with list of names, dictionary, king james bible, etc?
This is embarrassing. I don't want to use coredata or text file. I need shortest way to write this code.
names ("John", "Matthew", "thomas", "isaac", "bible", "Mayan", "2012", more names)
This code ...
-1
votes
1answer
67 views
print 0's before a variable
I know in c, c++, and all other kinds of programming code you can use the syntax "%4d" to print a total of 4 digits. If the variable is only one digit, it will print three 0's and whatever your ...
6
votes
2answers
509 views
MySQL retrieve column names where datatype == X
I need to write some code that applies to only certain fields within our database. Specifically I'm looking for any field in all tables of a single database that are of type DECIMAL(12,5);
If it's of ...
4
votes
3answers
1k views
Dataframes in a list; adding a new variable with name of dataframe
I have a list of dataframes which I eventually want to merge while maintaining a record of their original dataframe name or list index. This will allow me to subset etc across all the rows. To ...
1
vote
6answers
119 views
Two classes in diffrence packages how to isolate them?
We have to develope a game, where the user can upload their code, for example Rock Paper Scissor. They have to implement some methods from an interface class and we call them in our game Class, ...
0
votes
1answer
491 views
CakePHP + Oracle + CamelCased column table names issue
We are working on a huge project using Cakephp. We've started using MySQL, but now they are asking to move to Oracle! Now, we've just start this lovely task! :)
We are not using cakephp patterns, but ...
1
vote
3answers
195 views
How do i change the column names in a result set and create a new result set in PHP with modified column names
Example: my current result set:
array(7) {[0]=>array(2)
{ ["class_id"]=>string(1) "1"["class"]=>string(3)"1st"}
{ ["class_id"]=>string(1) "2"["class"]=>string(3)"2nd"}
{ ...
0
votes
1answer
61 views
Modifications to a reg-ex compilation
I have the following Regex used to match PHP Class, method and Function names to validate them, it was originally taken from PHP's site (Linked Below)
The problem is that it does not match single ...
1
vote
2answers
1k views
Generating first names based on race/ethnicity
I want to generate some fake people for a piece of software I'm writing. These people also have ethnicities, and I'd prefer not to have names that don't look totally out of place when compared to ...
0
votes
1answer
50 views
Flash Can you iteratively create unique variables?
Can you use a
for(x:int=0; x<100; x++)
{
var varname+x:Type = (x, something, something);
}
To create one hundred unique variables? Basically I need to make 100 variables and am wondering ...
0
votes
2answers
1k views
Xcode CGRect Collision With multiple CGRects?
I have created a game where I have a floor made of multiple images varying in heights.. (So the floor isn't flat)
Rather then opening a million if statements:
if (CGRectIntersectsRect(ball1.frame, ...
1
vote
1answer
566 views
Column Names in DataGrid
I have a datagrid say Grid1 and I have a datatable called Dt in the codebehind where the column names and data will be changing always. I am giving the itemssource as shown below
...
0
votes
1answer
86 views
separate a csv file into separate folders
I have an access database that marks quite a few records for export to a CSV file. The customer requires a CSV file for electronic upload to their billing system. However, EACH, record must have ...
0
votes
1answer
206 views
Can anybody think of any good names for a PHP framework? [closed]
I''m bulding my own PHP framework and I would appreciate some ideas for names as I'm stuck.
It's going to be a small, light MVC framework that helps you make sites. It doesn't have any of that ...
0
votes
0answers
57 views
Fraud by Domain Name Service Providers [closed]
I believe I have been the victim of fraud.
After entering my desired domain name into 5 different free online service provider pages, I then found it unregistered and put in my contact details and ...
0
votes
2answers
413 views
javascript + div tags
these days i read and learn more about my problem!the code is here:
<div align="right" id="parent" name="parent">
<select name="select30" id="select30" value=""/>here inside i have ...
-1
votes
1answer
480 views
MySQL: Getting all columns in a table in a certain database
I have several databases that have tables with the same name.
I mean, I got the following databases
mydb1, mydb2, etc
and each mydb has a table called myTable. But these tables have diffenet ...
1
vote
3answers
203 views
How to give name on different intances of the same class on iOS - iPhone
I am developing an iPhone application which has a lot of different cards, each one of those represents a car. So, every card has some instance variables and one image. My class CarCard is loading data ...
2
votes
4answers
246 views
Finding the names of all the columns in all the dataframes in a workspace
Assume that I have several dataframes in a workspace in R and I want a list of the names of the columns in all the dataframes.
I thought the following would work. But it does not. Try it in your own ...
2
votes
3answers
66 views
“Variable” Variablenames in C
I think what I am looking for is actually not possible in C, but maybe some has an idea how to work around it:
I need to process some input data. This data is given in an int with gives the number of ...
0
votes
1answer
34 views
How do you display results data from a query
I am running the following SQL statement:
SELECT
TS_MESSAGE,
TX_SERVICENAME,
TX_CONFIRMATION "Conf",
TX_SS_MESSAGE,
TX_OMS_MESSAGE,
a.fl_resend_message
from ...
0
votes
1answer
542 views
Ruby On Rails Form with integers titles instead of numbers in a drop-select-list
Hi
I'm pretty new with Ruby On Rails, and came across this problem.
I have 4 tables, and 1 that has the three others connected to it.
Sportcategories - name of each category
Sports - Name of each ...
0
votes
1answer
771 views
Resolving names on local WiFi using local DNS
Why can't Android resolve the name of a computer on my LAN using the router DNS, like my PC does? How can I get around this? I do not want to have to assign static addresses to equipment in order for ...
0
votes
1answer
1k views
custom Resource folder names for layout,drawable .. in android
I have 2 different functionality to be implemented as part of a single application.
They have different screen flows and BL to be implemented but a single apk,so it is transparent to the end user.
...
1
vote
1answer
215 views
Domain Whois Information Algorithm
Is it possible to run an algorithm of all the verisign (and maybe individual registrars whois) domain data to call out qualified information?
0
votes
1answer
343 views
is there any way you can change the case of column names of all the table in mysql
Is there any way using which I can change the case of column names. I need to do this as I have several tables in which some of them have column names all in upper case and some of them have column ...
6
votes
4answers
1k views
R: losing column names when adding rows to an empty data frame
I am just starting with R and encountered a strange behaviour: when inserting the first row in an empty data frame, the original column names get lost.
example:
> a<-data.frame(one = ...
3
votes
8answers
2k views
Java find start of file name and extension
HI,
I have almost solved this but have now got stuck! What I need to do is look in a folder say..
String path = C://;
I then need a loop to see how many files are in that folder say 10. I need to ...
2
votes
3answers
696 views
Parsing Human Names and matching them in Ruby
I'm looking for a gem or project that would let me identify that two names are the same person. For example
J.R. Smith == John R. Smith == John Smith == John Roy Smith == Johnny Smith
I think ...
0
votes
1answer
75 views
Struts: “aliasing” parameter names, from “foo.bar” to “b”
I have a Struts Action that has a DTO as a member:
public class MyAction {
private MyDTO dto;
void execute() {
String bar = dto.getBar() ;
//struts has mapped GET parameter ...
0
votes
1answer
581 views
Hex editing to change a name?
I wrote a program a while back, but have since then lost the source code. When I open the program up in a hex editor, I cannot find the name anywhere in the code (so that I can change it). The name ...
1
vote
2answers
606 views
How to do name generation?
I'm looking to create a profile name generator for my site. At the minute the only ideas I've come up with is something which just combines nouns and verbs. So for example this might come up with ...
0
votes
1answer
97 views
Two Different Types of Character Entities?
Clearly there are two different types of character entities in HTML/XML.
There are the ones that are specified by numbers, i.e. < and >
And then there are the ones that are ...
5
votes
2answers
295 views
Is there a way to get a vector with the name of all functions that one could use in R?
I would like to have a call that returns me a vector with the names of all function that I could call in the current R session. Does anybody know how to achieve this?
(I would like to check user ...
2
votes
1answer
439 views
Batch COLOR script that accepts Color-names, Decimals and Hex Parameters
I just finished my a Batch COLOR script that accepts Color-names, Decimals and Hex Parameters.
This script works exactly like the MS-Color command but it also accepts
decimals and color-names.
Run ...
8
votes
3answers
4k views
What is a nested name specifier?
Related to this
I want to know what exactly is a nested name specifier? I looked up in the draft but I could understand the grammar as I haven't taken any Compiler Design classes yet.
void S(){}
...
0
votes
1answer
170 views
UPDATE grouping names delimited by ampersand in excel
Basically, what I'm trying to do is I have this excel formula:
...
4
votes
3answers
6k views
reading a csv file with repeated row names in R
I am trying to read a csv file with repeated row names but could not. The error message I am getting is Error in read.table(file = file, header = header, sep = sep, quote = quote, : duplicate ...
0
votes
1answer
212 views
game name combining cell and monopoly [closed]
i can't think of a name about cells except cellnopoly but almost everybody has that one and it has to be unique (p.s. i'm using a monopoly board for my games).
5
votes
6answers
692 views
How to check if a string can be used as a variable name in PHP?
In PHP one can use variable variables...
For example...
class obj { }
$fieldName = "Surname";
$object = new obj();
$object->Name = "John";
$object->$fieldName = "Doe";
echo ...
0
votes
1answer
409 views
Looping variable names in fortran 90
I have a large amount of arrays of different dimensions. However, I name them with a sequential order, say var1, var2, and so on. In order to read them, I would be interested in looping over them in ...
1
vote
6answers
668 views
How can I extract the columns of data with Perl?
I have strings of this kind
NAME1 NAME2 DEPTNAME POSITION
JONH MILLER ROBERT JIM CS ASST GENERAL MANAGER
I want the output to be name1 ...
0
votes
1answer
97 views
10 different domain names with 2 php files only database query changes
i have 10 domain names which has 2 php files index.php, inside.php
only query changes as per site id
right now i am uploading 2 pages through ftp to 10 sites
is there any easy way to do this?
0
votes
2answers
293 views
Multiple radio buttons naming problem
i have a bit of logical problem here. I have a catalog of products that have unique ids and options that are displayed to the user through radio buttons. Now my problem is that a user must be able to ...