2
votes
3answers
51 views
R: access field values
Hi
I would like to know how I can access the individual fields contained in an R object. Or, more precisely, how to get R to tell me how.
For example, if I run the following code …
3
votes
3answers
97 views
Checking if a domain name is registered
How would I go about checking if a domain name is registered? I was thinking about checking if it has a corresponding IP but it doesn't seem to work as well as I had hoped. Is ther …
2
votes
4answers
266 views
PHP Regex for human names
I've run into a bit of a problem with a Regex I'm using for humans names.
$rexName = '/^[a-z' -]$/i';
Suppose a user with the name Jürgen wishes to register? Or Böb? That's pret …
0
votes
1answer
45 views
Database of first names [closed]
Possible Duplicate:
Is there a free (or low cost) database of first and last names?
Hi,
I am looking for a database of first names for download (CSV or SQL). If possible …
2
votes
4answers
78 views
Suggestions on fixing peoples names so they are capitalised correctly
Users of our website often type in a lot of garbage for the name and address information. eg, all CAPS, all lower case etc.
It looks a lot better if we fix the case for them, but …
0
votes
4answers
90 views
name a column and then call items with name instead of index
I have a list of columns that I will be analyzing. Instead of referring back to the specific index such as data[1][2], I'd like to assign a name to a column and then loop through …
0
votes
1answer
37 views
Roads Shapefile Names
I have a shapefile with a road network and it seems like the roads are all listed as 1 big polyline. Is this typical is it possible to get a road network where the roads are listed …
0
votes
4answers
43 views
Lookup names in large texts
Hi,
What is the best way to parse large texts (5000 words and more), searching names, that are stored in a database? The texts will be multi lingual.
My first idea is a rather na …
5
votes
3answers
797 views
Acquiring drive names (as opposed to drive letters) in Java
Hi,
On my Windows machine, my main hard drive has the letter C: and the name "Local disk".
To list the drive letters in Java on Windows, the File object has the static listRoots …
1
vote
5answers
97 views
Are there any pitfalls of using .net as the extension for your primary site?
Just wondering if there are any pitfalls using .net as the extension for a primary website. If you have some idea for a domain and the .com extension is already taken. I know it …
13
votes
21answers
1k views
Smelly class names?
In your experience, what are some "smelly" keywords in class or function names that might be warning signs of bad object-oriented design?
I've found that classes containing the wo …
0
votes
1answer
104 views
MySQL use column names from another table
I'm wondering if it is possible to return a result set with column names which are stored in a separate table. Is this possible or do I need a stored_procedure with variables. See …
-1
votes
9answers
436 views
Is there away to generate Variables’ names dynamically in Java?
Let's say that I need to generate variables to hold some input from the user (I don't know how many they are). Without using Array, ArrayList (and other kind of lists and maps) can …
2
votes
4answers
98 views
domain names and www [closed]
I have a server and I want to give it a domain name.
Say my company's domain is www.foo.com.
Is it legit to have my webserver have a domain of www.bar.foo.com?
I am not clear on w …
3
votes
2answers
45 views
Classnames for Common Application Buildingblocks
Are you tired of the alway old Manager and Handler classes? Used all ...Thing, ...Dingus, Doodad, ...Entity, ...Gizmo or ...Object Suffixes? I certainly am and did.
So here I want …
