210
Points
Questions
40
Answers
41
-
I have a existing XML that looks like this: <data> <item> <A>value1</A> <B>value1<B> </item> <item> <A>value2</A> <B>value2<B> </item> </data> To …
- 474 views
- 1 answers
- 0 votes
-
I have a database table with three columns: street name, house number (nullable) and city. I want to print the …
- 408 views
- 2 answers
- 0 votes
-
- 408 views
- 1 answers
- 0 votes
-
- 405 views
- 0 answers
- 0 votes
-
- 450 views
- 1 answers
- 0 votes
-
I am writing a code in php which searches in a database for people who speaks at least one language …
- 412 views
- 0 answers
- 0 votes
-
1º act) someones DELETEs a record. 2º act) the users, through the AJAX-web-interface continues seeing the deleted record, as only …
- 435 views
- 0 answers
- 0 votes
-
I’m just starting new about knockout js because of a project so I tried to write one line condition in …
- 353 views
- 0 answers
- 0 votes
-
I have a function that feeds variables to a Popup, which is working so far. Now I inserted a button …
- 536 views
- 2 answers
- 0 votes
-
WARNING: This is still Python 2.7! For some reason the following function has extremely slow runtime: def get_content(d,content): if isinstance(d,unicode): …
- 432 views
- 1 answers
- 0 votes