Tagged Questions
The population tag has no wiki summary.
6
votes
3answers
332 views
Retrieving population density data
I need to figure out whether not a given location is considered urban or rural. I take it that the best way to do this is by looking at the population density of the city/state or province/country ...
4
votes
1answer
135 views
Choosing individuals from a population, by a fitness function
I've been working on an algorithm, where I need to choose n individuals from a population of size k, where k is much bigger than n. All individuals have a fitness value, therefore the selection should ...
2
votes
1answer
1k views
JQGrid Dynamic Select Data
I have utilised the example code at Example Code at this link
and I have got my grid to show a dynamically constructed select dropdown on add and edit. However when it is just showing the data in ...
2
votes
3answers
2k views
How can I know when SQL Full Text Index Population is finished?
We are writing unit tests for our ASP.NET application that run against a test SQL Server database.
That is, the ClassInitialize method creates a new database with test data, and the ClassCleanup ...
1
vote
1answer
99 views
Creating data in Prefuse
I am new to Prefuse. The demo examples are all loaded data from a file/database. Is there any way to create the data dynamically instead of loading from file. For example, I want to create a tree data ...
1
vote
2answers
83 views
form prepopulation with jquery (making it scaleable)
I have the jquery below which basically pre-populates a text box. (It actually populates a span above the text box which is then positioned over the text box. Then when the span is clicked, it hides ...
1
vote
4answers
225 views
Reverse Statistics with R
What I want to do sounds simple. I want to plot a normal IQ curve with R with a mean of 100 and a standard deviation of 15. Then, I'd like to be able to overlay a scatter plot of data on top of it.
...
0
votes
2answers
58 views
Controlling the order of controls being populated on a form in VB 2008
My form contains a datagrid and a checked listbox. The listbox is populated on the form_load event. There's a function called when the datagrid's SelectionChanged event is triggered that modifies the ...
0
votes
3answers
194 views
Hamming weight/population count in T-SQL
I'm looking for a fast way to calculate the hamming weight/population count/"the number of 1 bits" of a BINARY(1024) field. MySQL has a BIT_COUNT function that does something like that. I couldn't ...
0
votes
1answer
1k views
Android: Loading Dialog for Activity
I'm trying to implement the code from [android] showing dialog while loading layout by setContentView in background and http://developer.android.com/guide/appendix/faq/commontasks.html#threading to ...
0
votes
2answers
209 views
Random population generation between bounds
How can I have to generate a random population of size 7x100 with each element being between -10 and 10. Whats the fastest way to do it without using loops?
0
votes
1answer
41 views
Regarding sharepoint and SQL data store
I am using a dropdown box in sharepoint designer, I want the data to be populated from the database.
What control in sharepoint designer should I use. I cannot use sql data source as it says it is ...
0
votes
1answer
170 views
Excel VBA ComboBox2 doesn't get the right content
I'm having a problem with the content of a combobox. On my userform, there are 3 comboboxes.
Depending on the chosen item from combobox1, combobox2 should display either set 1 or set 2.
The same ...