unified_texts stringlengths 32 30.1k | OpenStatus_id int64 0 4 | input_ids list | token_type_ids list | attention_mask list |
|---|---|---|---|---|
multiple matches for NSRegularExpression
===
I have the following regex pattern to match:
NSString *pattern=[NSString stringWithFormat:@"%@(.*)%@", key, key2];
So let say if key=\\\\[\\\\\[ and key2=\\\\]\\\\] then I am getting the string containing the keys along with the contained text. But the problem is th... | 0 | [
2,
1886,
1717,
26,
13,
2172,
25049,
28993,
800,
3726,
3726,
31,
57,
14,
249,
7953,
1706,
3732,
20,
730,
45,
13,
2172,
11130,
1637,
5972,
8766,
3726,
2558,
2172,
11130,
3724,
1410,
23588,
45,
1,
7,
11881,
1,
5,
9,
2483,
6,
11881,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Click events and MouseOut events not working in chrome
===
Not able to get into the functions for onclick & onmouseout/over events in chrome and firefoz. Any reasons for not working in Chrome and FF is there a way around for this. These work fine in IE9 and Opera..
Code in html page is shown below:
... | 0 | [
2,
10840,
963,
17,
7567,
1320,
963,
52,
638,
19,
13,
12985,
800,
3726,
3726,
52,
777,
20,
164,
77,
14,
3719,
26,
27,
150,
10129,
279,
27,
14002,
62,
1320,
118,
2549,
963,
19,
13,
12985,
17,
535,
4120,
380,
9,
186,
2932,
26,
52... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Android : cannot input text from keyboard
===
When my android sdk update to newest version, i met the issue is : I cannot type text into Android Emulator by using computer keyboard, and I cannot use Android Emulator keyboard (the keyboard that next to the screen).
If I want to input some text, I must use this : cl... | 0 | [
2,
13005,
13,
45,
1967,
6367,
1854,
37,
8896,
800,
3726,
3726,
76,
51,
13005,
13,
18,
43,
197,
11100,
20,
17175,
615,
15,
31,
798,
14,
1513,
25,
13,
45,
31,
1967,
1001,
1854,
77,
13005,
3579,
14868,
34,
568,
1428,
8896,
15,
17,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to get acces to elements from another GUi?
===
//imports
/* Firt I have a GUI(gui1), when I press a button, a different GUI(gui2) is created .
My question is: How I can get access to elements from gui2, using methods from gui1?
Examaple: When I press a button from gui1, I want to QuesHandText.setText(myV... | 0 | [
2,
184,
20,
164,
7602,
160,
20,
2065,
37,
226,
9457,
60,
800,
3726,
3726,
12894,
1660,
1993,
18,
13,
118,
2483,
16113,
38,
31,
57,
21,
9457,
5,
7215,
165,
6,
15,
76,
31,
901,
21,
5167,
15,
21,
421,
9457,
5,
7215,
135,
6,
25,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Eclipse - can I disable the commit facility?
===
I have a project work situation where all users an checkout projects from CVS and create patch files, but only team leaders can commit back.
I note that Eclipse has a commit option - can I shackle it not to work on a normal user's IDE - or do I HAVE to go and fiddle ... | 0 | [
2,
11652,
13,
8,
92,
31,
1460,
579,
14,
9686,
2646,
60,
800,
3726,
3726,
31,
57,
21,
669,
170,
1858,
113,
65,
3878,
40,
2631,
1320,
2314,
37,
13,
12732,
18,
17,
1600,
7331,
6488,
15,
47,
104,
173,
2544,
92,
9686,
97,
9,
31,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
adaptive chained payment and ekmpowershop
===
I have just signed up with ekmpowershop ecommerce software and I want to run it like a marketplace. One shopping cart, me as primary receiver taking commission and lots of different sellers who get payment on their products automatically. I looked at adaptive chained payme... | 0 | [
2,
22142,
2858,
69,
7582,
17,
15351,
79,
5484,
18,
5347,
800,
3726,
3726,
31,
57,
114,
908,
71,
29,
15351,
79,
5484,
18,
5347,
13,
62,
26470,
2306,
17,
31,
259,
20,
485,
32,
101,
21,
19408,
9,
53,
4884,
6420,
15,
55,
28,
1256,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
load only content page
===
I want to know that when we use master page + content page then every time we request any page based on a master page then every time that same master page loads with content page.
So is it possible somethig that when we request pages then only content page must be loaded and not the mas... | 0 | [
2,
6305,
104,
2331,
2478,
800,
3726,
3726,
31,
259,
20,
143,
30,
76,
95,
275,
1129,
2478,
2754,
2331,
2478,
94,
352,
85,
95,
3772,
186,
2478,
432,
27,
21,
1129,
2478,
94,
352,
85,
30,
205,
1129,
2478,
19069,
29,
2331,
2478,
9,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to make a library replaceable in java?
===
I’m searching for a way to make a library replaceable.
For example: I have a library which is managing communication over multicast . I’m using that library in my main application. My idea was to use an interface for that:
public interface MessageHandler {
... | 0 | [
2,
184,
20,
233,
21,
1248,
3934,
579,
19,
8247,
60,
800,
3726,
3726,
31,
1,
79,
5792,
26,
21,
161,
20,
233,
21,
1248,
3934,
579,
9,
26,
823,
45,
31,
57,
21,
1248,
56,
25,
5616,
3291,
84,
1889,
6146,
13,
9,
31,
1,
79,
568,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
jquerymobile listview refresh doesn't update theme
===
Could you try this simple example and tell me what's going wrong
http://jsfiddle.net/ca11111/unQWP/1/
the li theme is changed, but the listview refresh cannot update it | 0 | [
2,
487,
8190,
93,
12571,
968,
4725,
24905,
1437,
22,
38,
11100,
3184,
800,
3726,
3726,
110,
42,
1131,
48,
1935,
823,
17,
494,
55,
98,
22,
18,
228,
1389,
7775,
6903,
728,
18,
1707,
12312,
9,
2328,
118,
793,
1306,
15974,
118,
1020,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0... |
Java: how convert this strange url to normal?
===
I have got a url from facebook as this:
http:\/\/a6.sphotos.ak.fbcdn.net\/hphotos-ak-snc7\/s2048x2048\/582167_359167994154900_1489271360_n.jpg
It looks strange and I suppose that is one of well known standart but I don;t find the answer in google.
Could y... | 0 | [
2,
8247,
45,
184,
8406,
48,
2578,
287,
6362,
20,
1826,
60,
800,
3726,
3726,
31,
57,
330,
21,
287,
6362,
37,
9090,
28,
48,
45,
7775,
45,
1,
118,
1,
118,
58,
379,
9,
18,
25445,
18,
9,
1378,
9,
13478,
6324,
103,
9,
2328,
1,
1... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Category that can be sub category of more than one category?
===
I have a different situation that `a category` can be `a sub category` of `more than one category`. How should I design this ?
The tree structure below doesnt solve my problem I guess. Should I do `ParentCategoryId` as a string and can take multiple c... | 0 | [
2,
3230,
30,
92,
44,
972,
3230,
16,
91,
119,
53,
3230,
60,
800,
3726,
3726,
31,
57,
21,
421,
1858,
30,
13,
1,
58,
3230,
1,
92,
44,
13,
1,
58,
972,
3230,
1,
16,
13,
1,
1995,
119,
53,
3230,
1,
9,
184,
378,
31,
704,
48,
1... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Android:showing same result when choosing location provider
===
I am trying to get current location using `GPS`,`Cellular Network` or `WiFi`.I am giving criteria to choose best provider. But It is always showing `GPS` is best provider. It is ok when i am outside and `GPS` signal is strong but it is not true when i am ... | 0 | [
2,
13005,
45,
9303,
68,
205,
829,
76,
10883,
1474,
11747,
800,
3726,
3726,
31,
589,
749,
20,
164,
866,
1474,
568,
13,
1,
13321,
18,
1,
15,
1,
25886,
982,
1,
54,
13,
1,
3976,
1707,
1,
9,
49,
589,
1438,
9157,
20,
3538,
246,
11... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
preg_match end by a specific symbol
===
This is a string<br>
$string = "example.com/TARGET/noneed/noneed/noooo";
how to get TARGET using preg_match to start finding from first "/" till second "/" and ignore whatever follows
yup, its a bit nooby question, sorry but im not really good with regular expressio... | 0 | [
2,
782,
263,
1,
12280,
241,
34,
21,
1903,
4678,
800,
3726,
3726,
48,
25,
21,
3724,
1,
5145,
1,
5579,
11130,
800,
13,
7,
29041,
9,
960,
118,
3958,
3060,
118,
15746,
69,
118,
15746,
69,
118,
103,
28290,
7,
73,
184,
20,
164,
2935... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Sort associative arrays in js
===
I've a big problem. I wanto to sort an array like this
'0' ...
'0' ...
'id' => "XXXXX"
'from' ...
'name' => "XXXX"
'id' => "XXXXXXXX"
'story' => "XXXXXXXXXX"
'1' ...
'id' => "XX... | 0 | [
2,
2058,
28,
18,
16325,
3366,
7718,
18,
19,
487,
18,
800,
3726,
3726,
31,
22,
195,
21,
580,
1448,
9,
31,
259,
111,
20,
2058,
40,
7718,
101,
48,
13,
22,
387,
22,
13,
9,
9,
9,
13,
22,
387,
22,
13,
9,
9,
9,
13,
22,
1340,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
shrQATest.h in cuda sample
===
I am compiling vectorAdd.cu(from cuda samples) in Visual Studio 2010. Where I got a error shrQATest.h is not found. I searched for the header file in Nvidia include folder(C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v5.0\include), but I didn't find it..
My Question is, is shrQA... | 0 | [
2,
13,
18,
3112,
8681,
10543,
9,
252,
19,
272,
5729,
5717,
800,
3726,
3726,
31,
589,
24378,
7497,
14854,
9,
3987,
5,
2665,
272,
5729,
7855,
6,
19,
3458,
1120,
498,
9,
113,
31,
330,
21,
7019,
13,
18,
3112,
8681,
10543,
9,
252,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Append Jquery Ajax result to existing table
===
I need to place ajax request result to existing table, how can it be done? here is my ajax request
$("input#order").click(function(){
var idmenu = $("#idmenu").val();
var menu = $("#idmenu :selected").text();
var qty = $("#qty").val();
... | 0 | [
2,
4865,
2451,
487,
8190,
93,
20624,
829,
20,
3149,
859,
800,
3726,
3726,
31,
376,
20,
209,
20624,
3772,
829,
20,
3149,
859,
15,
184,
92,
32,
44,
677,
60,
235,
25,
51,
20624,
3772,
5579,
5,
7,
108,
4881,
5910,
7861,
7,
6,
9,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to know if application is disabled in Android ICS
===
In Android ICS we have an ability to disable built-in applications.
Is it possible to know if specific app is disabled or enabled in code? | 0 | [
2,
184,
20,
143,
100,
3010,
25,
10154,
19,
13005,
13,
8354,
800,
3726,
3726,
19,
13005,
13,
8354,
95,
57,
40,
2165,
20,
1460,
579,
392,
8,
108,
3767,
9,
25,
32,
938,
20,
143,
100,
1903,
4865,
25,
10154,
54,
9338,
19,
1797,
60,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... |
wpf4, prim4 switching between views in the same region
===
I Want to display three views on the same region(list, add and Edit view) on the same region using wpf with prism, MEF. user have to consult a list and choose an action that enable the add or edit view. I dont' want to use Popups.
it's a sort of navigation ... | 0 | [
2,
619,
7721,
300,
15,
4566,
79,
300,
13027,
128,
4146,
19,
14,
205,
632,
800,
3726,
3726,
31,
259,
20,
3042,
132,
4146,
27,
14,
205,
632,
5,
5739,
15,
3547,
17,
9392,
1418,
6,
27,
14,
205,
632,
568,
619,
7721,
29,
21985,
15,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Abstract class implements Interface
===
Why an abstract class that implements an interface has not the necessity to implements interface's methods while instead a class has the necessity to implements all the methods? | 0 | [
2,
8502,
718,
8713,
18,
6573,
800,
3726,
3726,
483,
40,
8502,
718,
30,
8713,
18,
40,
6573,
63,
52,
14,
14981,
20,
8713,
18,
6573,
22,
18,
3195,
133,
700,
21,
718,
63,
14,
14981,
20,
8713,
18,
65,
14,
3195,
60,
3,
0,
0,
0,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... |
SVG external link works with Chrome but not with Safari (WebKit)
===
I'm working on a php project that needs to display different SVG images depending on a variable. The image is displayed in a iFrame like this:
<iframe name="dispFrame" id="dispFrame" src="<?php echo $svgPath; ?>" frameborder="0">
</iframe... | 0 | [
2,
13,
18,
22955,
4886,
3508,
693,
29,
13,
12985,
47,
52,
29,
25055,
13,
5,
14113,
13703,
6,
800,
3726,
3726,
31,
22,
79,
638,
27,
21,
13,
26120,
669,
30,
2274,
20,
3042,
421,
13,
18,
22955,
3502,
4758,
27,
21,
7612,
9,
14,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Any security vulnerabilities with this custom SSO scheme
===
I am going to use the following scheme for implementing SSO -
Initial login -
1) Whenever a user loads a client app, he is redirected to the SSO login page.
2) Once the user logs in, an encrypted cookie token is set on the client and the value is also s... | 0 | [
2,
186,
1221,
13,
12708,
1031,
58,
9168,
3808,
29,
48,
5816,
13,
18,
656,
4276,
800,
3726,
3726,
31,
589,
228,
20,
275,
14,
249,
4276,
26,
17333,
13,
18,
656,
13,
8,
2104,
6738,
108,
13,
8,
137,
6,
6634,
21,
4155,
19069,
21,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
XCode methods file
===
How can a i create a .m file that houses all of my methods for my iphone app?
I need these methods to be able to be called from any view.
Example Method:
-(void)loadinfo(id):sender{
//Dynamically load UI Stuff
} | 0 | [
2,
993,
9375,
3195,
3893,
800,
3726,
3726,
184,
92,
21,
31,
1600,
21,
13,
9,
79,
3893,
30,
1947,
65,
16,
51,
3195,
26,
51,
21024,
4865,
60,
31,
376,
158,
3195,
20,
44,
777,
20,
44,
227,
37,
186,
1418,
9,
823,
2109,
45,
13,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Syntax to Output Email by Razor in ASP.net
===
Lets say
`{
string domain="domain.com";
}`
I like to output
`webmaster@domain.com`, so I use
`webmaster@@domain` not working
Please advice correct syntax | 0 | [
2,
22649,
20,
5196,
8517,
34,
14282,
19,
28,
306,
9,
2328,
800,
3726,
3726,
6884,
395,
13,
1,
3724,
4603,
3726,
7,
537,
6232,
9,
960,
7,
73,
13,
1,
31,
101,
20,
5196,
13,
1,
14113,
4594,
1,
537,
6232,
9,
960,
1,
15,
86,
31... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Redirection Rule Using web.config
===
I want to redirect
http://www.mydomain.com/rakhi-blog/index.php/2012/06/20/my-article/ to
http://www.mydomain.com/rakhi-blog/2012/06/20/my-article/
For this I use the following code:
`<configuration>`
`<system.webServer>`
`<defaultDocument>`
`<files... | 0 | [
2,
302,
14706,
872,
1828,
568,
2741,
9,
14093,
2816,
800,
3726,
3726,
31,
259,
20,
302,
14706,
7775,
6903,
6483,
9,
915,
537,
6232,
9,
960,
118,
26874,
49,
8,
220,
5567,
118,
25671,
9,
26120,
118,
3212,
118,
3370,
118,
1323,
118,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Python: why regular expression is slower than replace() method?
===
I have next 2 blocks of code:
def replace_re(text):
start = time.time()
new_text = re.compile(r'(\n|\s{4})').sub('', text)
finish = time.time()
return finish - start
def replace_builtin(text):
... | 0 | [
2,
20059,
45,
483,
1290,
1803,
25,
14085,
119,
3934,
5,
6,
2109,
60,
800,
3726,
3726,
31,
57,
328,
172,
5198,
16,
1797,
45,
6312,
3934,
1,
99,
5,
11969,
6,
45,
799,
800,
85,
9,
891,
5,
6,
78,
1,
11969,
800,
302,
9,
11103,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Is there a version of Autofac for WinRT
===
I have a windows phone 7 application that I would like to port to WinRT. My app currently uses Autofac and I am wondering if there is a version for WinRT around. I have been unable to find any information about this.
Cheers,
Dave | 0 | [
2,
25,
80,
21,
615,
16,
3108,
1473,
150,
26,
628,
5256,
800,
3726,
3726,
31,
57,
21,
1936,
1132,
453,
3010,
30,
31,
83,
101,
20,
1295,
20,
628,
5256,
9,
51,
4865,
871,
2027,
3108,
1473,
150,
17,
31,
589,
5712,
100,
80,
25,
2... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Is it possible to hide the Windows 7 touch pointer/cursor?
===
I'm trying to hide the little blue diamond that momentarily appears when I touch something on a touch screen in Windows 7.
I only actually need to do this for one application (written in .NET 4/WPF) but a system wide solution would be equally acceptable... | 0 | [
2,
25,
32,
938,
20,
3077,
14,
1936,
453,
1723,
454,
106,
118,
4734,
18,
248,
60,
800,
3726,
3726,
31,
22,
79,
749,
20,
3077,
14,
265,
705,
5313,
30,
18212,
1780,
76,
31,
1723,
301,
27,
21,
1723,
2324,
19,
1936,
453,
9,
31,
1... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How can i show labels on a single bar graph depecting its value in flex for column chart?
===
**Please check this link**
http://livedocs.adobe.com/flex/3/html/help.html?content=charts_displayingdata_07.html#332805
here the thing is it is showing labelposition on all 3 column chart(column series)
(from link.. jan ... | 0 | [
2,
184,
92,
31,
298,
13173,
27,
21,
345,
748,
7210,
121,
12610,
1203,
82,
1923,
19,
14409,
26,
4698,
1795,
60,
800,
3726,
3726,
13,
1409,
6744,
2631,
48,
3508,
1409,
7775,
6903,
8279,
2499,
18,
9,
5672,
863,
9,
960,
118,
19752,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Default Sort of tr:table?
===
Is there a way to sort the initial data displayed on UI using tr:table? I know there are sort properties which can be defined on tr:column and which are used to sort the data present in the table.
But the requirement here is to have the data sorted by default when the page is opened. I... | 0 | [
2,
12838,
2058,
16,
9235,
45,
5924,
60,
800,
3726,
3726,
25,
80,
21,
161,
20,
2058,
14,
2104,
1054,
6115,
27,
13,
5661,
568,
9235,
45,
5924,
60,
31,
143,
80,
50,
2058,
3704,
56,
92,
44,
2811,
27,
9235,
45,
716,
4404,
103,
17,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Slider images don't work in internet explorer, but works in the other ones
===
http://teothemes.com/wp/
The slider is not showing up on internet explorer, but after I refresh it some times it starts working. Obviously that's not an acceptable behaviour, but I can't understand what the issue is.
It works fine on ... | 0 | [
2,
3295,
106,
3502,
221,
22,
38,
170,
19,
2620,
8520,
15,
47,
693,
19,
14,
89,
53,
18,
800,
3726,
3726,
7775,
6903,
591,
111,
124,
3845,
9,
960,
118,
13790,
118,
14,
3295,
106,
25,
52,
3187,
71,
27,
2620,
8520,
15,
47,
75,
3... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Spring Roo Show ID in list.jspx
===
I have the following in my list.jspx file.
<table:table data="${tests}" id="l_com_ets_test_Test" path="/tests" typeIdFieldName="testId" z="rVizJj8FpPQ5KoK8/JRRK464fR8=">
<table:column id="c_com_ets_test_Test_name" property="name" z="FdtZTAmJsb4/B16zRGrrO8e2pT8="/>
... | 0 | [
2,
1573,
12764,
298,
4924,
19,
968,
9,
728,
3401,
396,
800,
3726,
3726,
31,
57,
14,
249,
19,
51,
968,
9,
728,
3401,
396,
3893,
9,
13,
1,
5924,
45,
5924,
1054,
3726,
7,
4403,
1,
10543,
18,
1,
7,
4924,
3726,
7,
255,
1,
960,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to convert a Jira Issue to Json format
===
> I have to develop a plugin where all the details of an Issue has to be
> sent to a different database through http and in JSON format . How Can
> I see the documentation of **Isuue** Class in atlasian - JIRA or Convert obj to JIRA
>
>
> Here is the function
... | 0 | [
2,
184,
20,
8406,
21,
487,
3517,
1513,
20,
487,
528,
2595,
800,
3726,
3726,
13,
1,
31,
57,
20,
2803,
21,
10922,
108,
113,
65,
14,
3289,
16,
40,
1513,
63,
20,
44,
13,
1,
795,
20,
21,
421,
6018,
120,
7775,
17,
19,
487,
528,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
how to specify a general file path for a a changing directory name in python code
===
I want to access the following path on Ubuntu in my python code:~/.mozilla/firefox/dh4ytbdj.default/bookmarkbackups which contains Firefox bookmarks
The problem is that the part before the '.default' is different for every user and ... | 0 | [
2,
184,
20,
19077,
21,
297,
3893,
2013,
26,
21,
21,
4226,
16755,
204,
19,
20059,
1797,
800,
3726,
3726,
31,
259,
20,
1381,
14,
249,
2013,
27,
287,
12968,
2473,
19,
51,
20059,
1797,
45,
1,
118,
9,
18057,
3247,
118,
5929,
18219,
1... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
is there android any idea about Finger Print Scan apps in Android
===
Please help me to make apps of Finger Print Scan apps. that's app for just Fun purpose. So please give me any idea or sample code if you have ? | 1 | [
2,
25,
80,
13005,
186,
882,
88,
2363,
4793,
8313,
4865,
18,
19,
13005,
800,
3726,
3726,
2247,
448,
55,
20,
233,
4865,
18,
16,
2363,
4793,
8313,
4865,
18,
9,
30,
22,
18,
4865,
26,
114,
2414,
2131,
9,
86,
2247,
590,
55,
186,
882... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0... |
jQuery ui multi select drag
===
I need the below functionalities
1. select the items from list by mouse dragging and cntrl key similar to this [example][1]
2. The items should be draggable multiple and individual
I need the application similar to the operating system drag and drop functionality.
I was t... | 0 | [
2,
487,
8190,
93,
13,
5661,
1889,
5407,
5501,
800,
3726,
3726,
31,
376,
14,
1021,
7652,
3808,
137,
9,
5407,
14,
3755,
37,
968,
34,
7567,
13052,
17,
272,
2877,
6362,
1246,
835,
20,
48,
636,
29041,
500,
2558,
165,
500,
172,
9,
14,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to move the current cell of datagridview to next column in the same using cellendedit event?
===
I am using datagridview to enter values quickly as i am new to it i am not able to move the current cell to next column in the same row. I am using the CellEndEdit event of the grid view since it gets fired after the e... | 0 | [
2,
184,
20,
780,
14,
866,
1667,
16,
1054,
16375,
4725,
20,
328,
4698,
19,
14,
205,
568,
1667,
10726,
242,
807,
60,
800,
3726,
3726,
31,
589,
568,
1054,
16375,
4725,
20,
2830,
4070,
976,
28,
31,
589,
78,
20,
32,
31,
589,
52,
77... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Youtube API not loading in firefox
===
I have this test slider http://mjmonline.se/test/
In Chrome it works nice, but in firefox and safari it bugs out when the animation is done.
In the scripts file I check after each animation if the current visible element is the youtube player, if so play the video. And when l... | 0 | [
2,
7330,
21,
2159,
52,
12797,
19,
535,
18219,
800,
3726,
3726,
31,
57,
48,
1289,
3295,
106,
7775,
6903,
79,
728,
2111,
1143,
9,
870,
118,
10543,
118,
19,
13,
12985,
32,
693,
2210,
15,
47,
19,
535,
18219,
17,
25055,
32,
13925,
70... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Display NSString in table
===
I have some NSString objects to display in a label, you can think of it as rows of records as in database table. I am wondering if there is a way to display this data in such a table format using xcode? (Imagine you are doing so in html and it will be straight forward. Is there a similar ... | 0 | [
2,
3042,
13,
2172,
11130,
19,
859,
800,
3726,
3726,
31,
57,
109,
13,
2172,
11130,
3916,
20,
3042,
19,
21,
1899,
15,
42,
92,
277,
16,
32,
28,
11295,
16,
742,
28,
19,
6018,
859,
9,
31,
589,
5712,
100,
80,
25,
21,
161,
20,
3042... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to implement a javascript app licensing model?
===
I'm developing a javascript application that runs on a client PC and is communicating with a server (via websockets).
A client has to buy an amount of licenses (e.g. 2) to run this application on e.g. 2 PCs / browsers.
I'd like to know if it's somehow possib... | 0 | [
2,
184,
20,
8713,
21,
8247,
8741,
4865,
15038,
1061,
60,
800,
3726,
3726,
31,
22,
79,
3561,
21,
8247,
8741,
3010,
30,
1461,
27,
21,
6819,
5168,
17,
25,
23284,
29,
21,
8128,
13,
5,
5034,
2741,
18,
5668,
6095,
6,
9,
21,
6819,
63... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Can my boss see my iPod DNS settings?
===
I'm using a DNS service from unblock-us.com to access BBC iPlayer.
We have wireless network at work, and my question is whether it is possible for my boss to see if my iPod is using the dns service?
| 0 | [
2,
92,
51,
4054,
196,
51,
31,
10670,
13,
43,
2172,
12410,
60,
800,
3726,
3726,
31,
22,
79,
568,
21,
13,
43,
2172,
365,
37,
367,
12048,
8,
267,
9,
960,
20,
1381,
2313,
31,
14049,
9,
95,
57,
10149,
982,
35,
170,
15,
17,
51,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Onchange ,Arrow key up,down works in FF & Chrom but not work in IE
===
It is my jquery code
<script type="text/javascript" charset="utf-8">
$(document).ready(function() {
$(function(){
$("#tasks").hide();
$("select#categories").change(function(){
... | 0 | [
2,
27,
16229,
13,
15,
17638,
1246,
71,
15,
2968,
693,
19,
13,
2460,
279,
13,
20151,
47,
52,
170,
19,
13,
660,
800,
3726,
3726,
32,
25,
51,
487,
8190,
93,
1797,
13,
1,
8741,
1001,
3726,
7,
11969,
118,
1004,
1385,
8741,
7,
4892,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
how to fill webGrid through dropdown selection in mvc 3?
===
<p>
Hi; i want to fill webGrid after selection dropdownlist. But i can not. i've been selected drb1 and then filling drb2. Bu i can not fill webGrid1 after selection drb2. Also i can not fing any sample by googling.How to fill webgrid? My aim is descripted ... | 0 | [
2,
184,
20,
3509,
2741,
16375,
120,
2804,
2968,
3155,
19,
307,
8990,
203,
60,
800,
3726,
3726,
13,
1,
306,
1,
4148,
73,
31,
259,
20,
3509,
2741,
16375,
75,
3155,
2804,
2968,
5739,
9,
47,
31,
92,
52,
9,
31,
22,
195,
74,
1704,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
UIButton with UIHTTPImageView
===
My aim is to have a button whose properties are determined by an object (specifically Advert : NSObject). Advert defines the properties destination url (to be visited on the touch of a button) and imageurl (to url of the image to be loaded asynchronously).
I want to have a button w... | 0 | [
2,
13,
5661,
811,
444,
29,
13,
5661,
21127,
22039,
4725,
800,
3726,
3726,
51,
5226,
25,
20,
57,
21,
5167,
1196,
3704,
50,
2734,
34,
40,
3095,
13,
5,
9219,
1326,
13,
22898,
13,
45,
13,
2172,
23793,
6,
9,
13,
22898,
13110,
14,
3... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
iOS: Using Instruments to detect nil value insertion into dictionary
===
I am trying to use Instruments to detect following error. Could someone please tell me if it is possible to get the line that causes this exception using Instruments. Thanks.
*** Terminating app due to uncaught exception 'NSInvalidArgument... | 0 | [
2,
13,
7760,
45,
568,
4507,
20,
9092,
1781,
255,
1923,
24245,
77,
9186,
800,
3726,
3726,
31,
589,
749,
20,
275,
4507,
20,
9092,
249,
7019,
9,
110,
737,
2247,
494,
55,
100,
32,
25,
938,
20,
164,
14,
293,
30,
4047,
48,
5391,
568... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
ASP.NET Tooltip on GridView ImageButton controls
===
For now I can change the imagebutton control tooltip when the edit button is clicked on my gridview.
When the gridview is on Edit mod the first column show two imagebutton with: Accept and Cancel.
With this code I can change the tooltip of the "Accept" imagebu... | 0 | [
2,
28,
306,
9,
2328,
5607,
10169,
27,
7354,
4725,
1961,
811,
444,
8671,
800,
3726,
3726,
26,
130,
31,
92,
753,
14,
1961,
811,
444,
569,
5607,
10169,
76,
14,
9392,
5167,
25,
15802,
27,
51,
7354,
4725,
9,
76,
14,
7354,
4725,
25,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Obtaining Phone number
===
I am trying to get the user's phone number but the problem is that I am getting null response
based on my research so far we can get the same by using the object of TelePhony Manager and calling function getLine1Number()
but I am not getting any response,somebody suggested that this i... | 0 | [
2,
12114,
1132,
234,
800,
3726,
3726,
31,
589,
749,
20,
164,
14,
4155,
22,
18,
1132,
234,
47,
14,
1448,
25,
30,
31,
589,
1017,
16203,
1627,
432,
27,
51,
527,
86,
463,
95,
92,
164,
14,
205,
34,
568,
14,
3095,
16,
4338,
22031,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
C# SQL Database Windows Form Login System
===
Im working on a SQL database project in C#. I'm looking to create a login form which will be presented when someone starts the application.
The connection is made to the database, however they must enter a correct username and password into the first form before they ca... | 0 | [
2,
272,
5910,
4444,
255,
6018,
1936,
505,
6738,
108,
329,
800,
3726,
3726,
797,
638,
27,
21,
4444,
255,
6018,
669,
19,
272,
5910,
9,
31,
22,
79,
699,
20,
1600,
21,
6738,
108,
505,
56,
129,
44,
1831,
76,
737,
3244,
14,
3010,
9,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Query work with localhost and not work in live server
===
everyone
My this mysql query is working properly in localhost
$qry = "SELECT GROUP_CONCAT(subject.subjects SEPARATOR ', ') AS subjects
FROM subject
INNER JOIN tutor_category_subject ON tutor_category_subject.subject_id = subject.subject_id
... | 0 | [
2,
25597,
170,
29,
375,
11694,
17,
52,
170,
19,
515,
8128,
800,
3726,
3726,
1266,
51,
48,
51,
18,
22402,
25597,
25,
638,
7428,
19,
375,
11694,
5579,
1251,
622,
800,
13,
7,
18,
16964,
214,
1,
1126,
5782,
5,
28743,
9,
28743,
18,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
getting values using php simpleXML
===
I'm trying to traverse through the images node in the xml at the bottom, but my code only displays the first image amongst many. I'm traversing through it using foreach, any help would be much appreciated.
Also, I'm trying to access the 'description' and 'features' under produ... | 0 | [
2,
1017,
4070,
568,
13,
26120,
1935,
396,
8184,
800,
3726,
3726,
31,
22,
79,
749,
20,
15810,
120,
14,
3502,
15421,
19,
14,
23504,
35,
14,
2129,
15,
47,
51,
1797,
104,
9412,
14,
64,
1961,
4667,
151,
9,
31,
22,
79,
19501,
68,
12... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to retrieve records from Hibernate having many to many relationship?
===
I have three tables
Users Deal Dealusers
========== ====== ==========
userid(PK) dealid(PK) dealid(PK+FK)
... | 0 | [
2,
184,
20,
11917,
742,
37,
4148,
2102,
8820,
452,
151,
20,
151,
1429,
60,
800,
3726,
3726,
31,
57,
132,
7484,
3878,
1183,
1183,
16704,
18,
800,
3726,
3726,
3726,
3726,
3726,
3726,
3726,
3726,
3726,
800,
3726,
3726,
3726,
3726,
3726... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
error C2678: binary '<' : no operator found which takes a left-hand operand... (or there is no acceptable conversion)
===
Here is my code to insert values in a map:
bool myclass::getFreqFromCache( plVariablesConjunction& varABC, vector<plFloat>& freq )
{
std::map<plVariablesConjunction, std::vector<plFlo... | 0 | [
2,
7019,
272,
2409,
4130,
45,
14171,
13,
22,
1,
22,
13,
45,
90,
6022,
216,
56,
1384,
21,
225,
8,
3203,
1877,
706,
9,
9,
9,
13,
5,
248,
80,
25,
90,
12513,
6263,
6,
800,
3726,
3726,
235,
25,
51,
1797,
20,
14692,
4070,
19,
21... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
When is static data (.bss) allocated?
===
I have been looking into reducing the memory footprint of an application. Following on from a previous question: http://stackoverflow.com/questions/11613713/gdb-can-i-find-large-data-elements-in-memory I have found and removed most of the biggest culprits.
`nm --size-sort`... | 0 | [
2,
76,
25,
12038,
1054,
13,
5,
9,
4562,
18,
6,
11685,
60,
800,
3726,
3726,
31,
57,
74,
699,
77,
7974,
14,
1912,
18511,
16,
40,
3010,
9,
249,
27,
37,
21,
1158,
1301,
45,
7775,
6903,
25325,
2549,
9990,
9,
960,
118,
24652,
18,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Update on Entity fails using generic Repository
===
I have a generic repository:
public class GenericRepository<TEntity> : AbstractRepository<TEntity>, IRepository<TEntity> where TEntity : class
{
private DbContext _context;
[...]
public GenericRepository(Db... | 0 | [
2,
11100,
27,
9252,
13614,
568,
12733,
24869,
800,
3726,
3726,
31,
57,
21,
12733,
24869,
45,
317,
718,
12733,
99,
14882,
14599,
1,
1316,
38,
856,
1,
13,
45,
8502,
99,
14882,
14599,
1,
1316,
38,
856,
1,
15,
31,
99,
14882,
14599,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
upgrade app on jailbreak device
===
I have a free app. I also make the version for jailbreak iphones.
The problem is that the normal upgrade on iphone is just run updating of appstore app.
But for the version works on jailbreak device, I hope I can check whether the new version existes,
if sure, it downloads the ve... | 0 | [
2,
9483,
4865,
27,
5734,
12008,
3646,
800,
3726,
3726,
31,
57,
21,
551,
4865,
9,
31,
67,
233,
14,
615,
26,
5734,
12008,
21024,
18,
9,
14,
1448,
25,
30,
14,
1826,
9483,
27,
21024,
25,
114,
485,
71,
43,
1880,
16,
4865,
16828,
48... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Ruby - Rails 3 - upload file - 406 Not Acceptable
===
I am trying to upload a file, I am using sample codes. I am not getting any compilation errors but `406 Not Acceptable`. What does this mean?
Port request -
Started POST "/files/upload" for 10.15.24.38 at 2012-06-22 21:18:11 -0400
Processing by... | 0 | [
2,
10811,
13,
8,
2240,
18,
203,
13,
8,
71,
8294,
3893,
13,
8,
13,
24570,
52,
12513,
800,
3726,
3726,
31,
589,
749,
20,
71,
8294,
21,
3893,
15,
31,
589,
568,
5717,
11358,
9,
31,
589,
52,
1017,
186,
4868,
11908,
47,
13,
1,
245... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Java Hibernate trouble
===
and thx for your help in advanced.
I have some concept error with hibernate since i cant do something that shouldn't be hard.
I have this mapping:
Entity 1 Entity 2 Entity 3
And Entity 4
Entities number 1,2 and 3 have a List of Entity 4.
Now Entity 4 has only 2 Field's: a Stri... | 0 | [
2,
8247,
4148,
2102,
8820,
2572,
800,
3726,
3726,
17,
13,
96,
396,
26,
154,
448,
19,
2255,
9,
31,
57,
109,
2420,
7019,
29,
4148,
2102,
8820,
179,
31,
2973,
107,
301,
30,
5714,
22,
38,
44,
552,
9,
31,
57,
48,
13305,
45,
9252,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How do I use regex to insert srt files into mysql?
===
I have a directory of SRT files, formated:
8
00:00:45,879 --> 00:00:50,680
- Oh! Just leave me in the car with the window open a crack.
- That's the plan.
9
00:00:50,784 --> 00:00:54,117
I think it's nice we're doing some... | 0 | [
2,
184,
107,
31,
275,
7953,
1706,
20,
14692,
3441,
38,
6488,
77,
51,
18,
22402,
60,
800,
3726,
3726,
31,
57,
21,
16755,
16,
3441,
38,
6488,
15,
2595,
69,
45,
469,
13,
2032,
45,
2032,
45,
2520,
15,
457,
3399,
13,
8,
8,
1,
13,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Expndand a YouTube video on click, like Facebook
===
I have a site with a lot of thumbnails for YouTube videos that follow this format:
<iframe width="250" height="141" src="http://www.youtube.com/embed/<VIDEOID>" frameborder="0" allowfullscreen ></iframe>
What I would like to happen is when you click to pla... | 0 | [
2,
13,
6899,
706,
290,
21,
7330,
763,
27,
10840,
15,
101,
9090,
800,
3726,
3726,
31,
57,
21,
689,
29,
21,
865,
16,
5078,
325,
947,
18,
26,
7330,
6610,
30,
1740,
48,
2595,
45,
13,
1,
49,
8361,
9456,
3726,
7,
9798,
7,
2947,
37... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
upgrade Ninject v2 to v3 with .NET 4 System.ServiceProcess.ServiceBase
===
I am attempting to use Ninject v3 to test a web service hosted within a .NET4 windows service ( `System.ServiceProcess.ServiceBase` ).
I create `MyServerModule : NinjectModule` , and within `Load()` I conditionally bind my interfaces to runt... | 0 | [
2,
9483,
13,
5703,
17759,
566,
135,
20,
566,
240,
29,
13,
9,
2328,
268,
329,
9,
11449,
16835,
9,
11449,
8436,
800,
3726,
3726,
31,
589,
6314,
20,
275,
13,
5703,
17759,
566,
240,
20,
1289,
21,
2741,
365,
2812,
363,
21,
13,
9,
2... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Build a Hadoop Ecplise Library from CDH4 jar files
===
I am trying to build a Hadoop library of all the jar files that I need to a build map/reduce job in Eclipse.
What are the .jar files that I need AND from what folders of the single node install of CDH4 when installed Hadoop on Ubuntu?
| 0 | [
2,
1895,
21,
41,
21709,
6695,
5727,
2628,
1248,
37,
1745,
252,
300,
5112,
6488,
800,
3726,
3726,
31,
589,
749,
20,
1895,
21,
41,
21709,
1248,
16,
65,
14,
5112,
6488,
30,
31,
376,
20,
21,
1895,
2942,
118,
99,
16041,
1205,
19,
116... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Show specific category posts on page
===
I desperately need help from someone who knows Wordpress and PHP. I've looked literally all over the web for this answer, yet nobody on the entire planet has ever asked it.
I have two issues. First of all i want to show only specific post categories on the "Blog" page, which... | 0 | [
2,
298,
1903,
3230,
9868,
27,
2478,
800,
3726,
3726,
31,
9832,
376,
448,
37,
737,
72,
3620,
833,
5890,
17,
13,
26120,
9,
31,
22,
195,
292,
6949,
65,
84,
14,
2741,
26,
48,
1623,
15,
768,
5908,
27,
14,
1078,
3027,
63,
462,
411,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Querying records by name in a lookup in a Access Control List (in sql and korma)
===
I'm a newbie to sql and am trying to follow this example here:
http://net.tutsplus.com/tutorials/php/a-better-login-system/
So gist of the problem is,
1. There are `permissions` that allow access to resources
2. There are `r... | 0 | [
2,
25597,
68,
742,
34,
204,
19,
21,
361,
576,
19,
21,
1381,
569,
968,
13,
5,
108,
4444,
255,
17,
4435,
540,
6,
800,
3726,
3726,
31,
22,
79,
21,
78,
5893,
20,
4444,
255,
17,
589,
749,
20,
1740,
48,
823,
235,
45,
7775,
6903,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Where to get an aggregate view of ratings, reviews and ranking for WP7 apps?
===
What service or tool are you using to track your Windows Phone 7 apps on the marketplace (ranking over time, reviews across all markets)? This is probably not the best forum to ask this question. However since some people on must be devel... | 0 | [
2,
113,
20,
164,
40,
8544,
1418,
16,
8786,
15,
2783,
17,
4992,
26,
13,
13790,
465,
4865,
18,
60,
800,
3726,
3726,
98,
365,
54,
5607,
50,
42,
568,
20,
792,
154,
1936,
1132,
453,
4865,
18,
27,
14,
19408,
13,
5,
14675,
84,
85,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Why ld.so.conf and ld.so.cache files are missing in the /etc folder of qnx neutrino operating system?
===
I was exploring the filesystem of qnx through a vmware image.I wanted to include some library files which are necessary for my application which is located outside standard library location.But to my distress thes... | 0 | [
2,
483,
13,
6252,
9,
656,
9,
14093,
17,
13,
6252,
9,
656,
9,
793,
2569,
6488,
50,
2863,
19,
14,
13,
118,
1198,
150,
19294,
16,
2593,
103,
396,
29700,
2455,
329,
60,
800,
3726,
3726,
31,
23,
11748,
14,
3893,
10724,
16,
2593,
10... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to add more item in a list view without refreshing the previous item
===
I have a listview in which i am adding some data after fixed interval.but I don't want to set the adapter again as it will refresh the complete list.Is there any method to add item without refreshing the complete list.
Thanks in advance. | 0 | [
2,
184,
20,
3547,
91,
9101,
19,
21,
968,
1418,
366,
27134,
14,
1158,
9101,
800,
3726,
3726,
31,
57,
21,
968,
4725,
19,
56,
31,
589,
4721,
109,
1054,
75,
3535,
14422,
9,
811,
31,
221,
22,
38,
259,
20,
309,
14,
9924,
106,
188,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to remove class with this JS function
===
This function is set up so it simply finds the -a's- within the class of menu-option-set, and says, upon click, add the class "selected" and remove the class "selected" from all others within that list.
What I want to do is simply have it so if you click the item that a... | 0 | [
2,
184,
20,
4681,
718,
29,
48,
487,
18,
1990,
800,
3726,
3726,
48,
1990,
25,
309,
71,
86,
32,
1659,
3797,
14,
13,
8,
58,
22,
18,
8,
363,
14,
718,
16,
11379,
8,
2594,
3309,
8,
3554,
15,
17,
898,
15,
685,
10840,
15,
3547,
14... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
[Presta]Admin panel stopped counting rates
===
I use PrestaShop 1.4.4.1. When in admin I try to add a product, it doesn't count additional tax rates (eg. with 23% tax). For example, when I type in "Pre-tax retail price" 100 and select "23% tax rate", final price is still 100. What can I do? | 0 | [
2,
636,
11973,
536,
500,
1283,
2160,
4113,
1175,
11195,
5332,
800,
3726,
3726,
31,
275,
26481,
472,
5347,
137,
9,
300,
9,
300,
9,
165,
9,
76,
19,
21,
43,
2160,
31,
1131,
20,
3547,
21,
2374,
15,
32,
1437,
22,
38,
2468,
1351,
22... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Transforming XML using XSLT Exception: "System.OutOfMemoryException at System.Text.StringBuilder.ToString() "
===
Hi I am facing the serious issue when transforming the **XML** using **XSLT** by System.Xml.Xsl.XslTransform XSLTR = new System.Xml.Xsl.XslTransform();
XSLTR.Transform(XPathNavigator input, XsltArgumentLi... | 3 | [
2,
22335,
23504,
568,
993,
18,
255,
38,
5391,
45,
13,
7,
10724,
9,
1320,
1041,
790,
5171,
93,
10066,
872,
35,
329,
9,
11969,
9,
11130,
20904,
9,
262,
11130,
5,
6,
13,
7,
800,
3726,
3726,
4148,
31,
589,
4325,
14,
2055,
1513,
76... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Proper technique when passing data between methods
===
If you have two methods in a model or controller and you want to pass a variable between methods e.g.
def foo
@param = 2
@test = 1
callee
#do something with @test
end
def callee
@test += @param
end
Is i... | 0 | [
2,
4119,
4873,
76,
2848,
1054,
128,
3195,
800,
3726,
3726,
100,
42,
57,
81,
3195,
19,
21,
1061,
54,
9919,
17,
42,
259,
20,
1477,
21,
7612,
128,
3195,
13,
62,
9,
263,
9,
6312,
4310,
111,
13,
1,
6351,
79,
800,
172,
13,
1,
1054... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
names of the arguments in a R widget
===
Below is an artificial example of a R widget
library(gWidgets)
options("guiToolkit"="RGtk2")
f <- function(file, max.rows){
dat <- read.table(file, nrows=max.rows)
return(max(dat[,])
}
lst <- list()
lst$action <- list(beg... | 0 | [
2,
1817,
16,
14,
10553,
19,
21,
761,
4807,
43,
3060,
800,
3726,
3726,
1021,
25,
40,
6809,
823,
16,
21,
761,
4807,
43,
3060,
1248,
5,
263,
3976,
43,
3060,
18,
6,
6368,
5,
7,
7215,
20799,
13703,
7,
3726,
7,
8911,
38,
197,
135,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
"The type of one of teh expressionin the join clause is incorrect. Types inference failedin the call to 'Group Join'"
===
var val1 =
(from main in
(from irac in objIRAC
join iip in objIIP on irac.InvoiceItemID equals iip.InvoiceItemID
... | 0 | [
2,
13,
7,
124,
1001,
16,
53,
16,
13,
22314,
1803,
108,
14,
1865,
9040,
25,
18867,
9,
2551,
25883,
1702,
108,
14,
645,
20,
13,
22,
8024,
1865,
22,
7,
800,
3726,
3726,
4033,
3347,
165,
800,
13,
5,
2665,
407,
19,
13,
5,
2665,
3... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Right sidebar as a template in joomla
===
I m working one a two column template in joomla 2.5, I want to make it as three column with a addition right sidebar only on the front page. Rest of the pages only two column (Left side and content area).
I did the necessary changes in index.php, css, xml files and created ... | 0 | [
2,
193,
270,
1850,
28,
21,
22894,
19,
2640,
2636,
531,
800,
3726,
3726,
31,
307,
638,
53,
21,
81,
4698,
22894,
19,
2640,
2636,
531,
172,
9,
264,
15,
31,
259,
20,
233,
32,
28,
132,
4698,
29,
21,
848,
193,
270,
1850,
104,
27,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Showing a message in the terminal from which signal was sent
===
My process in running as daemon.
I want to reload the configuration using signal.
The problem is that if configuration is wrong it should error message in the tty form which signal was sent.
1. Is there a way to do this ?
2. Is it recommended... | 0 | [
2,
3187,
21,
2802,
19,
14,
3855,
37,
56,
2800,
23,
795,
800,
3726,
3726,
51,
953,
19,
946,
28,
13127,
9,
31,
259,
20,
27339,
14,
8091,
568,
2800,
9,
14,
1448,
25,
30,
100,
8091,
25,
1389,
32,
378,
7019,
2802,
19,
14,
13,
120... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Using variables after refereshing the page
===
I was wondering if it is possible to keep some data even after refreshing the page. For example, I have values in my array and I don't want to lose them after refreshing the page. | 0 | [
2,
568,
12157,
75,
5017,
6134,
68,
14,
2478,
800,
3726,
3726,
31,
23,
5712,
100,
32,
25,
938,
20,
643,
109,
1054,
166,
75,
27134,
14,
2478,
9,
26,
823,
15,
31,
57,
4070,
19,
51,
7718,
17,
31,
221,
22,
38,
259,
20,
2926,
105,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... |
Error while installing VB 6.0 on windows 7
===
I am trying to install VB 6.0 on windows 7. But showing errror "Error Accessing STF file E:\Visual Studio 6.0\setup\vs98ent.stf"
Any solution please. | 0 | [
2,
7019,
133,
25429,
13,
20468,
400,
9,
387,
27,
1936,
453,
800,
3726,
3726,
31,
589,
749,
20,
16146,
13,
20468,
400,
9,
387,
27,
1936,
453,
9,
47,
3187,
13,
106,
5932,
248,
13,
7,
29992,
1381,
68,
354,
410,
3893,
13,
62,
45,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Reference resources from a test-jat artifact
===
I have two artifact an artifact which contains resources in /src/test/resources/
- **artifact-A**: contains resources in src/test/resources/
> <plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin... | 0 | [
2,
2801,
2566,
37,
21,
1289,
8,
1004,
38,
22929,
800,
3726,
3726,
31,
57,
81,
22929,
40,
22929,
56,
1588,
2566,
19,
13,
118,
18,
5453,
118,
10543,
118,
99,
12097,
18,
118,
13,
8,
13,
1409,
2900,
49,
16839,
8,
58,
1409,
45,
158... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Dynamic ImageView in android
===
I'm a newbie in android so please don't judge me hard.<br>
I'm trying to create a screen with two areas, an image area and a text area.<br>
In the image area several images should be changed within a periodical time, 3-4 seconds. (Please see the image: http://tinyurl.com/c44ydvw)
... | 0 | [
2,
7782,
1961,
4725,
19,
13005,
800,
3726,
3726,
31,
22,
79,
21,
78,
5893,
19,
13005,
86,
2247,
221,
22,
38,
1878,
55,
552,
9,
1,
5145,
1,
31,
22,
79,
749,
20,
1600,
21,
2324,
29,
81,
924,
15,
40,
1961,
217,
17,
21,
1854,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Complete themes, styling of widgets like SeekBar
===
I am able to find collections of icons like the [Noun Project][1] (which is BTW brilliant).
What I would also like is to find ready made themes which would style the different widgets like a SeekBar buttons etc..
Something complete where the different widgets h... | 0 | [
2,
1279,
6876,
15,
23020,
16,
4807,
43,
3060,
18,
101,
5048,
1850,
800,
3726,
3726,
31,
589,
777,
20,
477,
5721,
16,
9801,
18,
101,
14,
636,
251,
1020,
669,
500,
2558,
165,
500,
13,
5,
2140,
25,
334,
38,
499,
7472,
6,
9,
98,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Javascript (jQuery) / HTML: Setting an <input> or <select> to enabled, not working?
===
I'm currently using Mozilla Firefox 14.0.1 and Google Chrome 20.0.1132.57 (latest I think).
My code goes something like this: http://jsfiddle.net/SVtDj/
Here's what I want to happen:
1. Enter something on input1
2. Click ... | 0 | [
2,
8247,
8741,
13,
5,
728,
8190,
93,
6,
13,
118,
13,
15895,
45,
2697,
40,
13,
1,
108,
4881,
1,
54,
13,
1,
18,
16964,
1,
20,
9338,
15,
52,
638,
60,
800,
3726,
3726,
31,
22,
79,
871,
568,
13,
18057,
3247,
535,
18219,
513,
9,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Unable to browse in IE during AJAX requests
===
On one of the subpages on my webpage I'm doing 10 multiple AJAX requests. In IE I'm unable to browse to other subpages (clicking on links in the navigator) until all of the request are finish running. IE just keeps working, and when the ajax requests finished, I'm redire... | 0 | [
2,
2343,
20,
10175,
62,
19,
13,
660,
112,
20624,
12279,
800,
3726,
3726,
27,
53,
16,
14,
972,
6486,
18,
27,
51,
2741,
6486,
31,
22,
79,
845,
332,
1886,
20624,
12279,
9,
19,
13,
660,
31,
22,
79,
2343,
20,
10175,
62,
20,
89,
9... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Migrating XDoclet Security Tags into Annotations
===
we have an EJB 2.1 project mit XDoclet. Therfore the user rules are defined with Xdoclet.
I want to migrate the project EJB 3.1 and get rid of XDoclet.
But i could not find any guideline or a list for the rules.
What should i take care in this process? | 0 | [
2,
28749,
993,
13799,
1336,
1221,
3383,
18,
77,
40,
1270,
7504,
800,
3726,
3726,
95,
57,
40,
13,
10022,
220,
172,
9,
165,
669,
6414,
993,
13799,
1336,
9,
14,
139,
16558,
14,
4155,
1761,
50,
2811,
29,
993,
13799,
1336,
9,
31,
259... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Why does Win32_ComputerSystemProduct UUID returns all F's?
===
I'm running the following code on a Windows XP SP3 machine with the purpose of obtaining its UUID:
On Error Resume Next
strComputer = "."
Set objWMIService = GetObject("winmgmts:\\" & strComputer & "\root\cimv2")
Set colItems = objWMI... | 0 | [
2,
483,
630,
628,
3125,
1,
18448,
10724,
14086,
13,
19612,
1340,
4815,
65,
398,
22,
18,
60,
800,
3726,
3726,
31,
22,
79,
946,
14,
249,
1797,
27,
21,
1936,
23045,
3782,
240,
1940,
29,
14,
2131,
16,
12114,
82,
13,
19612,
1340,
45,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to detect if map visible is more than one time the earth width
===
Is it possible to detect if the visible map display more than one time the earth
For example, if Australia is visible twice or more like in zoom = 0
Regards | 0 | [
2,
184,
20,
9092,
100,
2942,
4560,
25,
91,
119,
53,
85,
14,
1073,
9456,
800,
3726,
3726,
25,
32,
938,
20,
9092,
100,
14,
4560,
2942,
3042,
91,
119,
53,
85,
14,
1073,
26,
823,
15,
100,
750,
25,
4560,
2088,
54,
91,
101,
19,
19... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... |
maven profile activation based on existence of several files
===
I would like to activate a profile based on the existence of several files. In the following example I want the profile to be activated if both files `my.marker` and `another.marker` exists.
<activation>
<file>
<exists>${basedir}/my.marke... | 0 | [
2,
1216,
3124,
5296,
15519,
432,
27,
3012,
16,
238,
6488,
800,
3726,
3726,
31,
83,
101,
20,
18163,
21,
5296,
432,
27,
14,
3012,
16,
238,
6488,
9,
19,
14,
249,
823,
31,
259,
14,
5296,
20,
44,
9654,
100,
156,
6488,
13,
1,
915,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Adding double value to List<double[]>
===
I'm making an android app, and I need to save the double value(BodySize) to a file in a form of List<double[]> to draw a graph. Actually this code was in form of 'List<Double>' and I tried to change it into 'List<double[]>'. But it makes error in 'list.add(BodySize)'. How can ... | 0 | [
2,
4721,
1494,
1923,
20,
968,
1,
14368,
2558,
500,
1,
800,
3726,
3726,
31,
22,
79,
544,
40,
13005,
4865,
15,
17,
31,
376,
20,
2079,
14,
1494,
1923,
5,
9760,
10454,
6,
20,
21,
3893,
19,
21,
505,
16,
968,
1,
14368,
2558,
500,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to forget a wireless network in android programmatically?
===
I am working on an app which wifi , where user will be asked to enter password for the scanned network he selects, if user enters a correct password, it connects and works well. But when user enters wrong password, a new network is added with that name,... | 0 | [
2,
184,
20,
3856,
21,
10149,
982,
19,
13005,
625,
6732,
1326,
60,
800,
3726,
3726,
31,
589,
638,
27,
40,
4865,
56,
4807,
1707,
13,
15,
113,
4155,
129,
44,
411,
20,
2830,
20884,
26,
14,
12752,
982,
24,
5407,
18,
15,
100,
4155,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
PHP include strange behaviour
===
I am working on a client site (PHP) and there is a very strange behavior. Using include, include_once, require, or require_once also seems to pull in other content that should not be there at all. Has anyone heard of anything like this?
Even if the include file is empty or has just... | 0 | [
2,
13,
26120,
468,
2578,
7727,
800,
3726,
3726,
31,
589,
638,
27,
21,
6819,
689,
13,
5,
26120,
6,
17,
80,
25,
21,
253,
2578,
3257,
9,
568,
468,
15,
468,
1,
13120,
15,
4077,
15,
54,
4077,
1,
13120,
67,
2206,
20,
2201,
19,
89,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Passing an object array to Fortan using f2py
===
Fortran subroutines can take another subroutine as argument.
subroutine mst(yht)
..
..
call yht(..)
But how about an array of objects from python? How can i send say arr=[yht,yht,yht]
to fortran.I tried it but failed.Is there any way to do this?
| 0 | [
2,
2848,
40,
3095,
7718,
20,
26,
2463,
568,
398,
135,
6448,
800,
3726,
3726,
26,
17685,
972,
8821,
7538,
18,
92,
247,
226,
972,
8821,
7538,
28,
5476,
9,
972,
8821,
7538,
4235,
38,
5,
93,
9020,
6,
13,
9,
9,
13,
9,
9,
645,
13,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to extract a range from a collection in powershell?
===
I have a large set of items and I want to extract items from it. I need to skip some items from start and some from end.
The following example is simplified.
I first tried to extract the bounding elements:
> ("a", "b", "c", "d", "e")[1,-2]
b... | 0 | [
2,
184,
20,
10962,
21,
978,
37,
21,
1206,
19,
414,
15984,
60,
800,
3726,
3726,
31,
57,
21,
370,
309,
16,
3755,
17,
31,
259,
20,
10962,
3755,
37,
32,
9,
31,
376,
20,
12532,
109,
3755,
37,
799,
17,
109,
37,
241,
9,
14,
249,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
C# - custom control property editor change event
===
i've written a custom control.
Is there any way to get a notification / event when a user changes a property during design-time? Or do I have to implement the handler on every set-event myself? This would mean, that even for something that trivial like "Padding" ... | 0 | [
2,
272,
5910,
13,
8,
5816,
569,
1354,
1835,
753,
807,
800,
3726,
3726,
31,
22,
195,
642,
21,
5816,
569,
9,
25,
80,
186,
161,
20,
164,
21,
52,
4634,
13,
118,
807,
76,
21,
4155,
1693,
21,
1354,
112,
704,
8,
891,
60,
54,
107,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Pause guard using a system wide keyboard shortcut (OSX)?
===
I use the phantastic Guard gem to do BDD in Rails. It's great that it executes all my specs etc. automatically after changing a file, but there are times where I don't want them to run immediately, and I pause Guard by pressing `p` in the console. But after ... | 0 | [
2,
6911,
1611,
568,
21,
329,
1051,
8896,
502,
4118,
13,
5,
759,
396,
6,
60,
800,
3726,
3726,
31,
275,
14,
13,
9944,
38,
9428,
1611,
8551,
20,
107,
334,
8096,
19,
2240,
18,
9,
32,
22,
18,
374,
30,
32,
15644,
18,
65,
51,
12737... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Animating AnnotationView disappears when zooming mapview?
===
I add a CABasicAnimation to the AnnotationView layer to simulate a car moving on the mapview.
This works fine until I try to zoom in or out the mapview when the animation is in progress.
I found the animating annotation view disappears when zooming t... | 0 | [
2,
14487,
1203,
40,
1270,
857,
4725,
20341,
76,
19469,
68,
2942,
4725,
60,
800,
3726,
3726,
31,
3547,
21,
1658,
26467,
3443,
79,
857,
20,
14,
40,
1270,
857,
4725,
5385,
20,
24969,
21,
349,
1219,
27,
14,
2942,
4725,
9,
48,
693,
1... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Stiky Notes for small network
===
Can You tell me about a software that can send notes with the attachments through the network. freely.. | 2 | [
2,
13,
5509,
3329,
2434,
26,
284,
982,
800,
3726,
3726,
92,
42,
494,
55,
88,
21,
2306,
30,
92,
2660,
2434,
29,
14,
14575,
18,
120,
14,
982,
9,
11298,
9,
9,
3,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... |
Chrome <audio> playbackRate
===
guys. I'm trying to use playbackRate attribute of the <audio> element in chrome.
I've created simple markup:
<!DOCTYPE html>
<html>
<body>
<audio id="myAudio" preload="metadata" defaultPlaybackRate="1.0" playbackRate="2.0" src="http://path_to_mp3_stream/" autopla... | 0 | [
2,
13,
12985,
13,
1,
1346,
6921,
1,
21306,
5487,
800,
3726,
3726,
2776,
9,
31,
22,
79,
749,
20,
275,
21306,
5487,
35,
14755,
16,
14,
13,
1,
1346,
6921,
1,
4520,
19,
13,
12985,
9,
31,
22,
195,
679,
1935,
943,
576,
45,
13,
1,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
MySQL: where clausule on field defined by sub-query
===
I have this query which displays some properties and count the number of references to it from an other table:
SELECT
p.id,p.propName
(
SELECT COUNT(*) FROM propLoc WHERE propLoc.propID = p.id
) AS number
... | 0 | [
2,
51,
18,
22402,
45,
113,
17831,
9813,
27,
575,
2811,
34,
972,
8,
8190,
93,
800,
3726,
3726,
31,
57,
48,
25597,
56,
9412,
109,
3704,
17,
2468,
14,
234,
16,
7231,
20,
32,
37,
40,
89,
859,
45,
5407,
351,
9,
1340,
15,
306,
9,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Ruby: replace the values in a key-value pair of an array of hashes with the values from a 2nd array
===
In Ruby, I have an array of hashes and an array. In my array of hashes, I want to replace the values in one of the key-value pairs with the values from my second array. What is the cleanest way to accomplish this?... | 0 | [
2,
10811,
45,
3934,
14,
4070,
19,
21,
1246,
8,
15165,
2146,
16,
40,
7718,
16,
63,
438,
18,
29,
14,
4070,
37,
21,
172,
706,
7718,
800,
3726,
3726,
19,
10811,
15,
31,
57,
40,
7718,
16,
63,
438,
18,
17,
40,
7718,
9,
19,
51,
7... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to group by a field and return list of other field?
===
I have a table with columns id, user
I want to group by column id and show a list of users (comma separated) for each id.
In the final output I need to display:
user joe - id 1
users jim, mark, john - id 2
user dave - id 3
.... | 0 | [
2,
184,
20,
214,
34,
21,
575,
17,
788,
968,
16,
89,
575,
60,
800,
3726,
3726,
31,
57,
21,
859,
29,
7498,
4924,
15,
4155,
31,
259,
20,
214,
34,
4698,
4924,
17,
298,
21,
968,
16,
3878,
13,
5,
960,
540,
4196,
6,
26,
206,
4924... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Using jQuery in a wordpress theme
===
I want to use a jquery plugin in a wordpress theme but am having trouble getting it to work.
In functions.php I have:
<?php wp_enqueue_script('jquery'); ?>
<?php wp_enqueue_script('jquerycountdownpackjs', '/wp-content/themes/mytheme/jquery.countdown.pack.js', array... | 0 | [
2,
568,
487,
8190,
93,
19,
21,
833,
5890,
3184,
800,
3726,
3726,
31,
259,
20,
275,
21,
487,
8190,
93,
10922,
108,
19,
21,
833,
5890,
3184,
47,
589,
452,
2572,
1017,
32,
20,
170,
9,
19,
3719,
9,
26120,
31,
57,
45,
13,
1,
60,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How Set And Get data using the same Dependency Property?
===
I am working on a WPF project. And I just created a extension which allows me to set text to a RichTextBox using binding and it works perfectly, but **when the user writes anything in the RichTextBox I cannot rerieve that text from my Property in my viewMode... | 0 | [
2,
184,
309,
17,
164,
1054,
568,
14,
205,
26835,
1354,
60,
800,
3726,
3726,
31,
589,
638,
27,
21,
619,
7721,
669,
9,
17,
31,
114,
679,
21,
3896,
56,
2965,
55,
20,
309,
1854,
20,
21,
2042,
11969,
5309,
568,
8728,
17,
32,
693,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Is there an easy way to abort with status code 429?
===
Trying to abort from a "before_request" handler (in Flask) with that code gives the following error: `LookupError: no exception for 429`. Is there a way to fix this? | 0 | [
2,
25,
80,
40,
2010,
161,
20,
21557,
29,
1782,
1797,
268,
2738,
60,
800,
3726,
3726,
749,
20,
21557,
37,
21,
13,
7,
12750,
1,
99,
10351,
7,
24641,
13,
5,
108,
28972,
6,
29,
30,
1797,
2352,
14,
249,
7019,
45,
13,
1,
5810,
576... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.