The population tag has no wiki summary.
12
votes
4answers
8k 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 ...
8
votes
4answers
919 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 ...
6
votes
1answer
217 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 ...
3
votes
3answers
89 views
why the input argument on population count must be unsigned
int pcount_r (unsigned x) {
if(x==0)
return 0;
else
return ((x & 1) + pcount_r(x >> 1));
}
just wondering why the input argument is unsigned.
best regards!
3
votes
2answers
99 views
Population genetics modelling in python
so I need to make a program that generates generations of random equally fit alleles of a theoretical organism with a single gene.
I start with a list containing one mutated allele 2, and then I ...
3
votes
2answers
172 views
Populating a database in PostgreSQL
The following link on the PostgreSQL documentation manual http://www.postgresql.org/docs/8.3/interactive/populate.html says that to disable autocommit in postgreSQL you can simply place all insert ...
2
votes
1answer
446 views
How do get city population by name with SPARQL
I need to get city population by its name. I'm sure SPARQL could provide this, but I'm not sure how to write the query. I have a query which provides COuntry's capital and coordinates by it's name, so ...
2
votes
1answer
938 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 ...
2
votes
1answer
201 views
SQL Query to get limited number of results based on column entry
I'm struggling with SQL right now.
Ive got a table cities that contains the rows id, name, country, population.
ID | name | country | population
1 | Shanghai | CN | 14608512
...
2
votes
2answers
3k 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 ...
1
vote
4answers
290 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.
...
1
vote
1answer
70 views
R: Can a matrix be populated in a loop by indexing both rows and columns?
I am a biologist and an R newbie, and I'm learning how to create a simple population model.
So, I have a population matrix ("pop")of 30 age classes of female (1:4 are non-breeders, 5:30 are breeders) ...
1
vote
5answers
122 views
New to java, don't understand why my while loop program will not run
Here is the problem I am trying to solve.
"Mexico's population is 62 million and is growing at the annual rate of 7%. The United States' current population is 280 million and is growing at the annual ...
1
vote
3answers
483 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 ...
1
vote
1answer
52 views
WPF, MVVM Populate combobox using another combobox selected item
I have 2 comboboxes that the selected item of the first needs to change the itemsource of the second and it doesn't.
here is my xaml...
<ComboBox Grid.Column="1" ItemsSource="{Binding ...
1
vote
1answer
76 views
'firstyearpop' for `pop.sim` in `demography` package
I'm using R demography package to study Mauritian population. However, I'm having some problem with pop.sim function as I can't figure out how the mid year population must be entered? Can anyone give ...
1
vote
1answer
1k views
jqGrid: dataurl not working
I'm new to both jQuery and jQGrid. I tried to populate a dropdown combobox in the grid with data coming from server, I'm in java servlet environment.
I used dataUrl method and many others but still no ...
1
vote
2answers
146 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
1answer
28 views
How do i input values of matrix into a specific column in a matrix i have already generated in MATLAB
I am doing a matrix modeling project for a biology class using MATLAB. I set the matrix to all zeroes in a 3 by 100 matrix. ie. Pop_size = zeros(3, 100). How do i then input values to the first column ...
0
votes
2answers
485 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
4answers
6k views
Populating a drop down list dynamically in ASP.net, and passing that value to another query?
2 questions for everybody.
1) How can I order the years by their value, it crashes when I use DESC?
2) If I populate my list like so:
string strConn = ...
0
votes
1answer
98 views
Data Population for Windows Phone: Advice on best practice
So I've created my model, a single class that holds a few different string objects. What I now need to do is create a collection of these model objects to display to the user when they access the app. ...
0
votes
2answers
126 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
1answer
4k 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
54 views
YUI 2.5. Populating a dropdown from XML
Currently editing an application built using YUI 2.5 and Perl. I need to populate a dropdown from an xml file, and only specific rows are to be used depending on the attributes of the node. ...
0
votes
1answer
17 views
How to calculate averages from population data?
I am having a lot of trouble finding a method to calculate population census data which is clumped into groups, for example:
There are 280 people within the 0-4 years old age range, 258 within the 5-9 ...
0
votes
1answer
115 views
How can I get the value of the selected index of listbox
string KaloriSorgusu = "use FoodDB select drink_kal from Drinks";
SqlConnection baglanti2 = new SqlConnection("Data Source=" + IPFORM.ip.ToString() + "\\SQLEXPRESS;Initial Catalog=UserDB;User ...
0
votes
1answer
86 views
Selecting random values from list until they are gone in Python
Using Python, I want to randomly select people from a list and put them in groups of 5 without selecting the same person more than once. The people are defined by 2 criteria: age and sex. The list ...
0
votes
2answers
159 views
Populating a List within a class within another class
I apologize for such a simple question, but I've been working on fixing this code for several hours now and I can't make any headway.
I have a project that calls for the usage of three classes: a ...
0
votes
0answers
71 views
is sample size function of population size?
I want to test the accuracy of my population claiming that accuracy level is 95%, i.e null H: p=.95 with confidence of 95% and margin of error of 2%. The formula for determining sample size shows it ...
0
votes
0answers
96 views
How to dynamically populate content using spring tiles?
I have a Spring MVC web application that is using Tiles.
Instead of having content be hardcoded in the actual jspx tiles, I would like to have the tiles be populated with content from the Database.
...
0
votes
0answers
228 views
MVC 3 ASP.net populating a dropdownlist from table, submit to selected option value to another table in database
I'm trying to load data from a table in the database and then I want to select one of the options that pop up and store it to a new table in the same database.
I used a query in my controller to ...
0
votes
1answer
352 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 ...
