1
vote
1answer
12 views
CMake: How to generate different shared library names depending on build type
This is my first time using CMake and I'm trying to build QJSon, a JSON parser for Qt 4.x. What I want basically is to build different output library names depending on the build c …
0
votes
1answer
13 views
DataSet StoreProcedure Table names
Hi,
I am calling a stored procedure to return two tables. I am getting it as a dataset in my console application. The table names in the dataset are something like TABLE,TABLE1.
…
1
vote
1answer
40 views
Name Hypocorism List
Does anybody know of a public list of name hypocorisms (a contracted form of a given name, such as Tony from Anthony, Rosy for Rosemarie or Vicky from Victoria)?
0
votes
3answers
82 views
What’s the HTML code to limit the access to my web-page?
I have a question about HTML. I know that there is this mechanism that wouldn't allow users to get a direct access to a web-page unless they enter a password and a name. What's the …
0
votes
1answer
30 views
How can I access x:Name from Code Behind?
I have a datagrid in which I am using DataGridTemplateColumn and DataGridTextColumn.
I want to access these columns at runtime so I have assigned x:Name property to them.
But I was …
0
votes
5answers
73 views
Which name for a “smart” dictionary (hashtable) ?
Hi,
I'm looking for a good name for a custom dictionary which automatically initializes the value for a requested key if it doesn't exist, using a delegate. The indexer implementa …
1
vote
2answers
82 views
Referencing classes in Python
Hi all
I'm having a spot of bother with Python (using for app engine). I'm fairly new to it (more used to Java), but I had been enjoying....until now.
The following won't work!
…
7
votes
4answers
191 views
How do I generate a random list of person names?
I need to generate a list of people's name randomly.
Where can I find lists of names? I need a list of first names, a list of middle names and a list of surnames.
--EDIT--
Just w …
1
vote
6answers
82 views
find name of company at URL
Hello,
given the URL of a well known company (eg http://mcdonalds.com/), how would you automatically and reliably find the company name (in this case "Mc Donalds")?
Thanks
Edit: …
2
votes
1answer
25 views
CMake CTest prevent truncation of test name
Hi, I'm currently running CTest, but I have a problem whereby tests with long names. For example:
"API Part1 : Some test information w/ this input file"
get's truncated to some …
0
votes
6answers
259 views
Is array name a pointer in C?
Is an array's name a pointer in C?
If not, what is the difference between an array's name and a pointer variable?
2
votes
7answers
86 views
Dynamically set the property name of a C# anonymous type
Is there any way to dynamically set the property name of an anonymous type?
Normally we'd do like this:
var anon = new { name = "Kayes" };
Now I'd like to set the name (or iden …
0
votes
2answers
47 views
how to get the name of the parent element of the cursor positioned using javascript in html/jsp
I need to get the element name(i.e. text area name where the cursor positioned), and pass the name to the server then when it is back I need to pass thru the url for anchoring to t …
1
vote
5answers
251 views
Java - Name for money class
What should I name my class that stores costs/prices/amounts of money in CAD/USD as separate longs for dollars and cents? I has "PriceInDollars", but I don't really like that, and …
0
votes
1answer
54 views
How to identify a formula of cell contains defined names in Excel by using VSTO?
Hi folks,
Is there any way to identify a formula of excel cell contains defined names by using VSTO?
Or is there any way to replace the defined Excel.Name in formula of a Excel c …
