-
as seen on Super User
- Search for 'Super User'
Hi all
Does anyone know a ancestry site that allows you to create a public profile or tree, so that other visitors can see your family tree. In all sites that I have found (dynastree.com, familylink.com, ancestry.com, genebase.com), if someone wants to see your family tree, they must be members or…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi All,
I am creating a family tree program in Java, or at least trying to. I have developed several classes:
Person - getters and setter for name
gender age etc
FamilyMember - extends Person getters
and setters for setting arents and
children
Family - which consists of multiple
family members…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello,
The other day i just accidently visited the site myheritage.com. I was just wondering, how they must have created one? Can anybody tell me what can be their database design? and if possible, algorithm that we can use to generate such a tree?
Generating simple binary tree is very easy using…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi I have a Question in prolog ,
I did it but its not showing answers When i ask about the brothers,sisters,uncles,aunts
This is what I wrote, what's wrong ?
/*uncle(X, Y) :– male(X), sibling(X, Z), parent(Z, Y).*/
/*uncle(X, Y) :– male(X), spouse(X, W), sibling(W, Z), parent(Z, Y).*/
uncle(X…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Using SQL server 2008.
I have a family tree of animals stored in a table, and want to give some information on how 'genetically diverse' (or not) the offspring is.
In SQL how can I produce sensible metrics to show how closely related the parents are?
Perhaps some sort of percentage of shared blood…
>>> More