Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
2answers
386 views

How can I create a Set of Sets in Python?

I am fairly new to Python. I have done some looking online and read someone say somewhere that it is impossible to create a set of sets in Python. Is there a way around this? ie... Starting with ...
4
votes
1answer
478 views

hash functions family generator in python

I am looking for a hash functions family generator that could generate a family of hash functions given a set of parameters. I haven't found any such generator so far. Is there a way to do that with ...
1
vote
1answer
146 views

text representation

I have built a family tree program which thus far allows you to add relationships to nodes (mother, father, partner & siblings). This allows the tree to be built. well at least the links to be ...
1
vote
3answers
673 views

(How) Can I determine the socket family from the socket file descriptor

I am writing an API which includes IPC functions which send data to another process which may be local or on another host. I'd really like the send function to be as simple as: int ...
0
votes
0answers
19 views

Facebook Family query only returning partial list of family friends

I'm developing an app that pulls a user's friends if they are members of the family group. In the last few days, something has happened such that this query select uid from family where profile_id = ...
0
votes
1answer
22 views

Google maps key error

Last month im working on web site witch use Google Maps and all is working fine but, last week i'm getting error that my key is invalid for this gersion of google maps? I get the same error if i run ...
0
votes
0answers
27 views

How to invite friends to act as family members and how to display them on my page once they accept the invitation

I am new to web application building. I want to send invitations to few of my friends who are my family. Can somebody tell me how to write a code so that when we send invitation, then the other person ...
0
votes
3answers
81 views

How to indicate the ios app must be installed on iphone ,not ipod and not ipad

I want to develope an app which only work on iphone,not ipad and not ipod.How I should indicate this case in info.plist or xcode project setting?
0
votes
0answers
372 views

Android: Jsoup java.net.socketException addreess family not supported

Im doing an app wich gathers information from a webpage. Im using Jsoup cause i used it before for a similar work and went very well. Im getting this message on the Logcat: request time failed: ...
0
votes
1answer
134 views

Finding highest value within an n -ary tree

I have an arraylist which is linked in a tree structure (a family tree to be precise). Each node is an object containing a generation field. I would like to find the leaf with the highest generation ...
0
votes
2answers
1k views

dompdf font family issue

I'm using Bamboo invoice as an invoice generator, and I'm trying to customize the invoice template, but no matter what I do, the font just won't seem to adjust. currently I have body { margin: ...