unified_texts stringlengths 32 30.1k | OpenStatus_id int64 0 4 | input_ids list | token_type_ids list | attention_mask list |
|---|---|---|---|---|
Warning: preg_match(): Unknown modifier ' ' in
===
I don't understand what is wrong, how can I have this error for this simple regex.
I can type whatever I want, it will always give me the same error. And in the message itself it doesn't show which modifier causes the problem, the modifier is just empty.
publi... | 0 | [
2,
3590,
45,
782,
263,
1,
12280,
5,
6,
45,
2562,
7226,
16292,
13,
22,
13,
22,
19,
800,
3726,
3726,
31,
221,
22,
38,
1369,
98,
25,
1389,
15,
184,
92,
31,
57,
48,
7019,
26,
48,
1935,
7953,
1706,
9,
31,
92,
1001,
2099,
31,
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... |
Slow File Writing on linux embedded system
===
I have multiple writes on a same database file. We insert and update many entries in the DB file. I have seen that insert and update in the file takes some (X) milliseconds to complete the task. Once in a while after 1500 inserts/updates time taken to insert and update is... | 0 | [
2,
2276,
3893,
1174,
27,
13024,
12138,
329,
800,
3726,
3726,
31,
57,
1886,
6215,
27,
21,
205,
6018,
3893,
9,
95,
14692,
17,
11100,
151,
11399,
19,
14,
13,
9007,
3893,
9,
31,
57,
541,
30,
14692,
17,
11100,
19,
14,
3893,
1384,
109... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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 a a new view to a view controller - iOS
===
I'm working on an application, where when I press the menu button, the IBAction creates a overlay with ( add a subview ). This subview must hold buttons which must be accessible. I initially made a mistake by adding the extra buttons to the previous view. Thus when I ... | 0 | [
2,
4721,
21,
21,
78,
1418,
20,
21,
1418,
9919,
13,
8,
13,
7760,
800,
3726,
3726,
31,
22,
79,
638,
27,
40,
3010,
15,
113,
76,
31,
901,
14,
11379,
5167,
15,
14,
13,
4598,
8645,
9695,
21,
84,
4414,
29,
13,
5,
3547,
21,
972,
4... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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... |
NSInvocationOperation with bad access crash
===
I got a big problem with NSInvocationOperation. When I run on my iPod 4, firmware 5.0.1, it's OK. But on my iPhone 4, iOS 4.1, it crashed. This is my code:
CustomAnnotation *annotation = [[[ModelManager defaultModelManager] getAnnotationDictionaryInMemory]... | 0 | [
2,
13,
2172,
108,
2625,
16893,
11377,
29,
896,
1381,
4597,
800,
3726,
3726,
31,
330,
21,
580,
1448,
29,
13,
2172,
108,
2625,
16893,
11377,
9,
76,
31,
485,
27,
51,
31,
10670,
268,
15,
1904,
5011,
331,
9,
387,
9,
165,
15,
32,
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... |
How to bring drop shadow effect for a div on mouseover using jQuery / Javascript
===
I have many divs in an html page. I need to give these divs a drop shadow effect on mouseover using jQuery/Javascript. I can get it work if the drop shadow is to be applied initially but I am not able to get it work at the run time.
... | 0 | [
2,
184,
20,
1499,
2804,
3118,
1590,
26,
21,
13,
12916,
27,
7567,
2549,
568,
487,
8190,
93,
13,
118,
8247,
8741,
800,
3726,
3726,
31,
57,
151,
13,
12916,
18,
19,
40,
13,
15895,
2478,
9,
31,
376,
20,
590,
158,
13,
12916,
18,
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... |
"extending" enum
===
I have multiple enum's that all have the same constructor and attributes, like this:
enum Enum1 {
A(1,2),
B(3,4);
public int a, b;
private Enum1(int a, int b) {
this.a = a;
this.b = b;
}
}
enum Enum2 {
... | 0 | [
2,
13,
7,
1706,
38,
7601,
7,
1957,
723,
800,
3726,
3726,
31,
57,
1886,
1957,
723,
22,
18,
30,
65,
57,
14,
205,
6960,
248,
17,
13422,
15,
101,
48,
45,
1957,
723,
1957,
723,
165,
13,
1,
21,
5,
15793,
6,
15,
334,
5,
240,
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... |
Restoring redmine issues by email and svn
===
We lost server with redmine.
Now we have old database dump and email notifications by redmine and svn history with descriptions (descriptions contains num of issue and some comment).
Does anybody know any way to restore some of lost information? | 0 | [
2,
19144,
402,
7640,
1549,
34,
8517,
17,
13,
18,
16578,
800,
3726,
3726,
95,
529,
8128,
29,
402,
7640,
9,
130,
95,
57,
315,
6018,
11424,
17,
8517,
52,
4634,
18,
34,
402,
7640,
17,
13,
18,
16578,
447,
29,
15740,
13,
5,
546,
874... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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... |
Does the flag register need to be saved when an interrupt occurs, or a process scheduling happens?
===
I know all the general registers are pushed on the stack when the an interrupts happen, but I can't see any code that flag register are save. The assembly instruction like setl which depends on the flag register, is ... | 0 | [
2,
630,
14,
3157,
2243,
376,
20,
44,
4377,
76,
40,
15811,
3690,
15,
54,
21,
953,
23096,
5531,
60,
800,
3726,
3726,
31,
143,
65,
14,
297,
2243,
18,
50,
2007,
27,
14,
7566,
76,
14,
40,
15811,
18,
2384,
15,
47,
31,
92,
22,
38,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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't display a Zend Form in my .phtml file
===
I'm working on a small php application using Zend Framework. I created a form using `Zend_Form` but when I try to display it in the browser, it's not working properly.
Here is my Form class:
<?php
class IndexForm extends Zend_Form {
public function in... | 0 | [
2,
92,
22,
38,
3042,
21,
10526,
43,
505,
19,
51,
13,
9,
306,
15895,
3893,
800,
3726,
3726,
31,
22,
79,
638,
27,
21,
284,
13,
26120,
3010,
568,
10526,
43,
6596,
9,
31,
679,
21,
505,
568,
13,
1,
4257,
43,
1,
4190,
1,
47,
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... |
altering gcc to recognize new escape sequence
===
I have started to work on code optimisation in gcc.
Just to start off I wanted to add a few escape sequence like \c and make it behave the way i want.I am working on gcc 4.6.2. For that I have to know where is source code should I modifyto file where escape sequences ... | 1 | [
2,
7835,
68,
489,
3384,
20,
5844,
78,
2220,
4030,
800,
3726,
3726,
31,
57,
373,
20,
170,
27,
1797,
19259,
4330,
19,
489,
3384,
9,
114,
20,
799,
168,
31,
417,
20,
3547,
21,
310,
2220,
4030,
101,
13,
1,
150,
17,
233,
32,
14149,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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... |
Forking a process
===
I have a process that goes to the database and gets data. The complexities and my questions are as follow:
Some data comes from one data source and the rest come from the other data source. I was wondering once i start a process, i can create the object where in i will dump all the data and th... | 0 | [
2,
26,
1581,
21,
953,
800,
3726,
3726,
31,
57,
21,
953,
30,
1852,
20,
14,
6018,
17,
3049,
1054,
9,
14,
1502,
3808,
17,
51,
2346,
50,
28,
1740,
45,
109,
1054,
1624,
37,
53,
1054,
1267,
17,
14,
760,
340,
37,
14,
89,
1054,
1267... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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 hindi characters in blackberry os 5.0 application
===
We are developing an app in which we have to develope the whole app in hindi i.e labelfield containg hindi characters. Kindly help if any one knows how we can do it. | 0 | [
2,
3042,
10748,
1766,
19,
27367,
13,
759,
331,
9,
387,
3010,
800,
3726,
3726,
95,
50,
3561,
40,
4865,
19,
56,
95,
57,
20,
2803,
62,
14,
979,
4865,
19,
10748,
31,
9,
62,
1899,
1109,
3717,
263,
10748,
1766,
9,
22215,
448,
100,
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,
0,
0,
0,
0,
0,
0,
0,
0,
0... |
Is there any way to do a launchpad ppa for a ant project?
===
I have a normal netbeans project and used jdeb to create a deb package. I was hoping to upload that to launchpad ppa i created, but realized that launchpad requires to build the packages itself, probably to have both the sources and the signature so as to h... | 0 | [
2,
25,
80,
186,
161,
20,
107,
21,
3394,
8240,
13,
13031,
26,
21,
40,
38,
669,
60,
800,
3726,
3726,
31,
57,
21,
1826,
4275,
863,
5950,
669,
17,
147,
487,
546,
220,
20,
1600,
21,
12406,
6030,
9,
31,
23,
3935,
20,
71,
8294,
30,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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 does one use Resources.getFraction()?
===
How do I store a fractional value like `3.1416` in resources? What to write in the XML and how to retrieve it in Java code?
The documentation for [`getFraction()`][1] states:
> `public float getFraction (int id, int base, int pbase)`
>
> Retrieve a fractional unit... | 0 | [
2,
184,
630,
53,
275,
2566,
9,
3060,
26778,
5,
6,
60,
800,
3726,
3726,
184,
107,
31,
1718,
21,
10885,
192,
1923,
101,
13,
1,
240,
9,
1419,
1091,
1,
19,
2566,
60,
98,
20,
2757,
19,
14,
23504,
17,
184,
20,
11917,
32,
19,
8247,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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 javascript function to initialize php variable
===
hi i want to initialize php variable in javascript function and than call the php function with php initialized variable. Please help me for solving this problem...
<?php
function printDiv($abc) {
echo '<div align="center" width... | 3 | [
2,
568,
8247,
8741,
1990,
20,
2104,
2952,
13,
26120,
7612,
800,
3726,
3726,
4148,
31,
259,
20,
2104,
2952,
13,
26120,
7612,
19,
8247,
8741,
1990,
17,
119,
645,
14,
13,
26120,
1990,
29,
13,
26120,
2104,
1333,
7612,
9,
2247,
448,
55... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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... |
Upload multiple images to server with progress bar in a table
===
I want to upload multiple images to server.and want to show the progress as well for that i need to show all images with progress bar in table.
please suggest me what is the best way and if any sample code available will help much | 0 | [
2,
71,
8294,
1886,
3502,
20,
8128,
29,
3455,
748,
19,
21,
859,
800,
3726,
3726,
31,
259,
20,
71,
8294,
1886,
3502,
20,
8128,
9,
290,
259,
20,
298,
14,
3455,
28,
134,
26,
30,
31,
376,
20,
298,
65,
3502,
29,
3455,
748,
19,
859... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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... |
Like facebook fanpage page with koala
===
I'm using Koala to post a status message to the users facebook page. How do I get the user to like the product's fanpage in the process?
def post_to_facebook_feed(message)
facebook_client = Koala::Facebook::API.new(token)
facebook_client.put_connection... | 0 | [
2,
101,
9090,
2514,
6486,
2478,
29,
1584,
4242,
800,
3726,
3726,
31,
22,
79,
568,
1584,
4242,
20,
678,
21,
1782,
2802,
20,
14,
3878,
9090,
2478,
9,
184,
107,
31,
164,
14,
4155,
20,
101,
14,
2374,
22,
18,
2514,
6486,
19,
14,
95... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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 scroll bug > only visible on touch
===
I'm creating a web app with PhoneGap 1.9 and on android I'm running into a problem, currently running on Android 3.2.
I have a simple ul list with li elements, for some reason the content doesn't get visible instantly when scrolling, but you have to touch the screen to... | 0 | [
2,
13005,
12159,
6256,
13,
1,
104,
4560,
27,
1723,
800,
3726,
3726,
31,
22,
79,
2936,
21,
2741,
4865,
29,
1132,
1136,
306,
137,
9,
518,
17,
27,
13005,
31,
22,
79,
946,
77,
21,
1448,
15,
871,
946,
27,
13005,
203,
9,
135,
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... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Could you show how we can open a specific tab in the accordion from another page?
===
I have been following tutorials from "learnnerd", a Youtube contributer. Url: http://www.youtube.com/watch?v=WjHt_v6nK_E&list=UU08OUGXLKqlnADsUDqA8evg&index=2&feature=plcp
I have made my website using the codes he provided. Here's m... | 0 | [
2,
110,
42,
298,
184,
95,
92,
368,
21,
1903,
6523,
19,
14,
20753,
37,
226,
2478,
60,
800,
3726,
3726,
31,
57,
74,
249,
29724,
18,
37,
13,
7,
413,
10818,
1031,
43,
7,
15,
21,
7330,
8606,
139,
9,
287,
6362,
45,
7775,
6903,
648... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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 query IN GROUP_CONCAT not working
===
Having problems with a MySQL query. Only returning the results for the first item in the resulting GROUP_CONCAT array. i.e resulting array is [1,3,4], the quesitionnaires for only user id 1 is returned.
$query_search = "SELECT questionnaires_index.id, questionnaires_i... | 0 | [
2,
51,
18,
22402,
25597,
19,
214,
1,
1126,
5782,
52,
638,
800,
3726,
3726,
452,
1716,
29,
21,
51,
18,
22402,
25597,
9,
104,
2485,
14,
1736,
26,
14,
64,
9101,
19,
14,
2927,
214,
1,
1126,
5782,
7718,
9,
31,
9,
62,
2927,
7718,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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... |
JQuery - Duplicating drag and drop object
===
When I drag my proposed item the clone helper is dragged and the original object is left in its place, but cannot be dragged again after. I need to be able to drag the same object twice.How can I do this?
$('.drop').droppable({
drop: function(event, ui) {
... | 0 | [
2,
487,
8190,
93,
13,
8,
1052,
25971,
1203,
5501,
17,
2804,
3095,
800,
3726,
3726,
76,
31,
5501,
51,
2097,
9101,
14,
13871,
448,
106,
25,
7465,
17,
14,
501,
3095,
25,
225,
19,
82,
209,
15,
47,
1967,
44,
7465,
188,
75,
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... |
nfs encoding issue
===
I have a Celerra NS-20 that export a filesystem with cifs and nfs. The files are written by windows machines.
When I mount the cifs in linux all filename special characters are ok, but when mount the nfs (same filesystem) the filenames special character are broken.
Are there a way to mount... | 0 | [
2,
13,
11408,
18,
19608,
1513,
800,
3726,
3726,
31,
57,
21,
11692,
106,
525,
13,
2172,
8,
1323,
30,
7487,
21,
3893,
10724,
29,
272,
821,
18,
17,
13,
11408,
18,
9,
14,
6488,
50,
642,
34,
1936,
6035,
9,
76,
31,
2149,
14,
272,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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... |
WPF popup window
===
I would like to let the usr choose their options after a button being clicked. For example, there are two buttons, "Restart Now" and "Restart Later". It is better to have a popup window, and should be presented modally. MessageBox is NOT the solution, as it does not allow user to change the title ... | 0 | [
2,
619,
7721,
1675,
576,
1463,
800,
3726,
3726,
31,
83,
101,
20,
408,
14,
182,
139,
3538,
66,
6368,
75,
21,
5167,
142,
15802,
9,
26,
823,
15,
80,
50,
81,
12861,
15,
13,
7,
99,
13680,
130,
7,
17,
13,
7,
99,
13680,
138,
7,
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... |
UTF8 Unicode problems
===
I need a simple PHP&MySQL source that works fine on UTF8 Unicode system. Please give me the simplest source that works at 100% on UTF8 Unicode. I wait for you help. Thank you.
| 1 | [
2,
287,
11720,
457,
28010,
1716,
800,
3726,
3726,
31,
376,
21,
1935,
13,
26120,
1569,
915,
18,
22402,
1267,
30,
693,
1123,
27,
287,
11720,
457,
28010,
329,
9,
2247,
590,
55,
14,
24384,
1267,
30,
693,
35,
12849,
27,
287,
11720,
457... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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,
0,
0,
0,
0,
0,
0,
0,
0... |
How can we set time or delay of 5 seconds in dropdown sub menu?
===
How can we set time or delay of 5 seconds in dropdown.
Requirement are like this: When someone hover over main menu then its shows that submenu for 5 sec only when your mouse is away from main menu or sub menu.
For now i have increased the heigh... | 0 | [
2,
184,
92,
95,
309,
85,
54,
7255,
16,
331,
2582,
19,
2804,
2968,
972,
11379,
60,
800,
3726,
3726,
184,
92,
95,
309,
85,
54,
7255,
16,
331,
2582,
19,
2804,
2968,
9,
8981,
50,
101,
48,
45,
76,
737,
21350,
84,
407,
11379,
94,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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... |
An error occurred while installing Adobe AIR
===
- I'm trying many time to install Adobe AIR.
Normal : Error said...
> **An error occurred while installing Adobe AIR. Installation may not be allowed by your administrator. Please contact your administrator.**
Then, I run as Administrator, but I get same error ... | 0 | [
2,
40,
7019,
2437,
133,
25429,
20299,
282,
800,
3726,
3726,
13,
8,
31,
22,
79,
749,
151,
85,
20,
16146,
20299,
282,
9,
1826,
13,
45,
7019,
87,
9,
9,
9,
13,
1,
13,
1409,
210,
7019,
2437,
133,
25429,
20299,
282,
9,
7758,
123,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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 app cannot resolve host
===
Hi I'm developing an app in Android which connects with a wcf service and returns me the results.The wcf is written with soap and I'm using KSOAP2 for connecting.At first I was connecting to a certain url and everything was working nicely.Then i had to change url and i get an unknow... | 0 | [
2,
13005,
4865,
1967,
9854,
2015,
800,
3726,
3726,
4148,
31,
22,
79,
3561,
40,
4865,
19,
13005,
56,
8534,
29,
21,
11801,
410,
365,
17,
4815,
55,
14,
1736,
9,
124,
11801,
410,
25,
642,
29,
6447,
17,
31,
22,
79,
568,
680,
656,
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... |
Android-Code to Implement PDF Viewer
===
Here i need to use Pdf-Viewer in my app.i took many API as a reference but still stucking up in viewing Pdf files from SDCARD. here my code
`**First.java**
public class First extends ListActivity {
String[] pdflist;
File[] imagelist;
@Override
... | 0 | [
2,
13005,
8,
9375,
20,
8713,
13,
11124,
16812,
800,
3726,
3726,
235,
31,
376,
20,
275,
13,
11124,
8,
4725,
106,
19,
51,
4865,
9,
49,
199,
151,
21,
2159,
28,
21,
2801,
47,
174,
4549,
68,
71,
19,
11244,
13,
11124,
6488,
37,
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... |
I am a beginner in Fone Monkey. I performed the following steps and run the simple Hello World program. But failed to.
===
I am a beginner in Fone Monkey. I performed the following steps and run the simple Hello World program. But failed to. Should I proceed with any more steps.
1. Installed the AspectJ Development... | 0 | [
2,
31,
589,
21,
26931,
19,
398,
849,
11861,
9,
31,
986,
14,
249,
2382,
17,
485,
14,
1935,
10975,
126,
625,
9,
47,
1702,
20,
9,
800,
3726,
3726,
31,
589,
21,
26931,
19,
398,
849,
11861,
9,
31,
986,
14,
249,
2382,
17,
485,
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... |
Can't find hidden file in sdcard
===
I am downloading a file to the sd memory card of the client, I use the dot (".") in front of the name of the file to hide it, the problem is that when searching for it then to open it, not found. Any way to find it?
Edit:
I'm looking for it as well:
File file = new File(... | 0 | [
2,
92,
22,
38,
477,
3689,
3893,
19,
13,
18,
43,
6648,
800,
3726,
3726,
31,
589,
7121,
68,
21,
3893,
20,
14,
13,
18,
43,
1912,
2056,
16,
14,
6819,
15,
31,
275,
14,
14123,
13,
5,
7,
9,
7,
6,
19,
431,
16,
14,
204,
16,
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... |
Calling javascript file residing in a different folder
===
Am new to javascript. Am trying to call an external javascript file from jsp.
I have no problem in doing the above but when I tried to place this **javascript in a different folder and then call**, am not able to do it.
Code which calls js from jsp
... | 0 | [
2,
2555,
8247,
8741,
3893,
6291,
19,
21,
421,
19294,
800,
3726,
3726,
589,
78,
20,
8247,
8741,
9,
589,
749,
20,
645,
40,
4886,
8247,
8741,
3893,
37,
487,
3401,
9,
31,
57,
90,
1448,
19,
845,
14,
784,
47,
76,
31,
794,
20,
209,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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... |
Sorting DateTime Column In JQuery Datatables and ASP.NET MVC
===
I am using the JQuery Datatables plugin in an ASP.NET MVC project to display some tabular data, which is in turn taken from a database using Entity Framework.
I have configured the Datatable to use ajax search and sort routines, and I am using an exte... | 0 | [
2,
2058,
68,
1231,
891,
4698,
19,
487,
8190,
93,
1054,
5924,
18,
17,
28,
306,
9,
2328,
307,
8990,
800,
3726,
3726,
31,
589,
568,
14,
487,
8190,
93,
1054,
5924,
18,
10922,
108,
19,
40,
28,
306,
9,
2328,
307,
8990,
669,
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... |
streamreader exception URI formats are not supported
===
I am using `azure blob storage`. I stored an txt file in the storage, and now i am trying to read it through :
StreamReader reader = new StreamReader(Blob.Uri.AbsoluteUri);
Blob containes the reference of the blob where txt file is stored.
But he... | 0 | [
2,
3766,
10647,
106,
5391,
13,
3594,
13767,
50,
52,
1827,
800,
3726,
3726,
31,
589,
568,
13,
1,
24412,
62,
334,
10904,
4326,
1,
9,
31,
8214,
40,
20225,
38,
3893,
19,
14,
4326,
15,
17,
130,
31,
589,
749,
20,
1302,
32,
120,
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... |
PBKDF2 with SHA256 on android
===
I want to generate a derived hash of a password using PBKDF2 with SHA256. with this `SecretKeyFactory.getInstance("PBKDF2WithHmacSHA1")` this work but it use SHA1.
With `SecretKeyFactory.getInstance("PBKDF2WithHmacSHA256")` (or `SecretKeyFactory.getInstance("PBKDF2WithHmacSHA256","SC... | 0 | [
2,
351,
16356,
8736,
135,
29,
4116,
16910,
27,
13005,
800,
3726,
3726,
31,
259,
20,
7920,
21,
3981,
19170,
16,
21,
20884,
568,
351,
16356,
8736,
135,
29,
4116,
16910,
9,
29,
48,
13,
1,
17902,
4237,
17455,
93,
9,
3060,
108,
384,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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 create new plugin for jqplot -option?
===
I've added just a few lines to the jqplot.pointlabels.js file so I get an extra option in the jqplot pointlabels option. How do I make a new plugin for that?
Of course I like to keep those changes if I need to update. I'm not sure how to do this. I'm trying to make a... | 0 | [
2,
184,
20,
1600,
78,
10922,
108,
26,
487,
1251,
13221,
38,
13,
8,
2594,
3309,
60,
800,
3726,
3726,
31,
22,
195,
905,
114,
21,
310,
1560,
20,
14,
487,
1251,
13221,
38,
9,
3132,
21018,
18,
9,
728,
18,
3893,
86,
31,
164,
40,
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... |
Send mail from PHP with minimum 3rd party services?
===
Dont ignore if this sounds like a duplicate. I went through similar questions here but couldnt resolve my doubts.
Im developing a site in my localhost. Its coded in PHP. I need to send mail to my site's customers from my PHP script. I know we can use gmail smt... | 0 | [
2,
2660,
4216,
37,
13,
26120,
29,
5187,
203,
897,
346,
687,
60,
800,
3726,
3726,
1049,
7174,
100,
48,
2795,
101,
21,
19429,
9,
31,
296,
120,
835,
2346,
235,
47,
3245,
9854,
51,
16313,
9,
797,
3561,
21,
689,
19,
51,
375,
11694,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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 disable delay signed in c#.net web projects
===
I am getting these error as
Build (web): Could not load file or assembly 'PetShop.DBUtility, Version=4.0.0.0, Culture=neutral, PublicKeyToken=a7987b61c51ca872' or one of its dependencies. Strong name signature could not be verified. The assembly may have been... | 0 | [
2,
184,
20,
1460,
579,
7255,
908,
19,
272,
5910,
9,
2328,
2741,
2314,
800,
3726,
3726,
31,
589,
1017,
158,
7019,
28,
1895,
13,
5,
14113,
6,
45,
110,
52,
6305,
3893,
54,
1475,
13,
22,
6240,
18,
5347,
9,
43,
811,
20901,
15,
615,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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 - Adding text values of multiple text box values to a variable
===
I want to add the following information to a variable, (The txt-via-hn textboxes are house numbers, the txt-via are address details)
$vias = $_POST['txt-via-hn2'].' '.$_POST['txt-via2']
.$_POST['txt-via-hn3'].' '... | 0 | [
2,
13,
26120,
13,
8,
4721,
1854,
4070,
16,
1886,
1854,
1649,
4070,
20,
21,
7612,
800,
3726,
3726,
31,
259,
20,
3547,
14,
249,
676,
20,
21,
7612,
15,
13,
5,
124,
20225,
38,
8,
5034,
8,
5905,
1854,
5309,
160,
50,
191,
2116,
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... |
Packaging Images with SQL Server Script
===
i have a sql server db which needs to be deployed with an asp.net application. In a particular master table data is populated via a batch when installing the app. There are some images which must be saved in the db during installation. How do I package these images and how d... | 0 | [
2,
16850,
3502,
29,
4444,
255,
8128,
3884,
800,
3726,
3726,
31,
57,
21,
4444,
255,
8128,
13,
9007,
56,
2274,
20,
44,
6698,
29,
40,
28,
306,
9,
2328,
3010,
9,
19,
21,
1498,
1129,
859,
1054,
25,
11111,
1197,
21,
13064,
76,
25429,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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... |
Create a desktop application in Java, Which should not run in anyother machine than which I prefer
===
I am trying to create a desktop application in Java,
1. It should not run in another machine than which I prefer.
2. It should not run after a particular expiry data.
Is there any good idea to do so. Pleas... | 0 | [
2,
1600,
21,
17404,
3010,
19,
8247,
15,
56,
378,
52,
485,
19,
186,
9539,
1940,
119,
56,
31,
6369,
800,
3726,
3726,
31,
589,
749,
20,
1600,
21,
17404,
3010,
19,
8247,
15,
137,
9,
32,
378,
52,
485,
19,
226,
1940,
119,
56,
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... |
extracting a dictionary key and assigning it to a variable in python
===
The file names.dat looks exactly like this:
Fry, Philip J.;999 111-1111;999 222-2222
Rodriguez, Bender B.;999 333-3333;999 444-4444
Farnsworth, Professor;999 555-5555;999 666-6666
Leela, Turanga;999 777-7777;999 888-88... | 0 | [
2,
10962,
68,
21,
9186,
1246,
17,
13952,
68,
32,
20,
21,
7612,
19,
20059,
800,
3726,
3726,
14,
3893,
1817,
9,
593,
38,
1879,
1890,
101,
48,
45,
9887,
15,
3214,
487,
9,
73,
23170,
14091,
8,
1306,
1306,
73,
23170,
13,
19428,
8,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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 form serialization for JSON
===
I am trying to serialize a form into a JSON object in such a way that i can send the data via AJAX. I'm using the function below:
$.fn.serializeObject = function() {
var arrayData, objectData;
arrayData = this.serializeArray();
objectData = {};
$.each(arrayData... | 0 | [
2,
8247,
8741,
505,
5956,
1829,
26,
487,
528,
800,
3726,
3726,
31,
589,
749,
20,
5956,
2952,
21,
505,
77,
21,
487,
528,
3095,
19,
145,
21,
161,
30,
31,
92,
2660,
14,
1054,
1197,
20624,
9,
31,
22,
79,
568,
14,
1990,
1021,
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... |
retrieving the cell / column value with JQuery / JavaScript
===
I have this following Table, which utilizes Google Visualization API:
<html>
<head>
<script type='text/javascript' src='https://www.google.com/jsapi'></script>
<script type='text/javascript'>
google.load('visuali... | 0 | [
2,
13,
6239,
3272,
8397,
14,
1667,
13,
118,
4698,
1923,
29,
487,
8190,
93,
13,
118,
8247,
8741,
800,
3726,
3726,
31,
57,
48,
249,
859,
15,
56,
13151,
18,
8144,
28873,
21,
2159,
45,
13,
1,
15895,
1,
13,
1,
1743,
1,
13,
1,
874... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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 safely change the value of the primary key field in a Django model?
===
I have a Django model with a custom specified primary key:
class ModelA(models.Model):
my_primary_key = models.CharField(primary_key=True, ...)
...
I also have other models which have ForeignKey references t... | 0 | [
2,
184,
107,
31,
9817,
753,
14,
1923,
16,
14,
1256,
1246,
575,
19,
21,
3857,
14541,
1061,
60,
800,
3726,
3726,
31,
57,
21,
3857,
14541,
1061,
29,
21,
5816,
9931,
1256,
1246,
45,
718,
1061,
58,
5,
13998,
18,
9,
13998,
6,
45,
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... |
Ignoring strange Parsing errors with Xerces
===
I am trying to parse the following url as a DOM Document in Java: http://www.op.org/en/rss-category-home/8.
However, when I do this, I get the following error:
13:51:38,470 ERROR ~ Error processing site Site 1
org.xml.sax.SAXParseException: The entity "aci... | 0 | [
2,
9321,
2578,
2017,
18,
68,
11908,
29,
993,
106,
5052,
800,
3726,
3726,
31,
589,
749,
20,
2017,
870,
14,
249,
287,
6362,
28,
21,
11859,
4492,
19,
8247,
45,
7775,
6903,
6483,
9,
2594,
9,
5583,
118,
219,
118,
1224,
18,
8,
14375,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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... |
Junit 4 - running all the tests in a test class
===
I have been setting up some contract JUnit 4 tests (following advice in answer to this [question][1]) - e.g. if I have an interface (I've included generics in the example, since I'm using them in my project):
public interface MyInterface<T> {
public T m... | 0 | [
2,
7446,
242,
268,
13,
8,
946,
65,
14,
4894,
19,
21,
1289,
718,
800,
3726,
3726,
31,
57,
74,
2697,
71,
109,
1305,
7446,
242,
268,
4894,
13,
5,
19184,
68,
4978,
19,
1623,
20,
48,
636,
24652,
500,
2558,
165,
500,
6,
13,
8,
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... |
index action getting executed after every action call (MVC2)
===
In my controller, i don't have a requirement for index action since i got my action names from marketing. When i execute a given action, as soon as its html gets rendered, the index action gets called automatically (found out as elmah started sending pag... | 0 | [
2,
4348,
1028,
1017,
5557,
75,
352,
1028,
645,
13,
5,
79,
8990,
135,
6,
800,
3726,
3726,
19,
51,
9919,
15,
31,
221,
22,
38,
57,
21,
8981,
26,
4348,
1028,
179,
31,
330,
51,
1028,
1817,
37,
4743,
9,
76,
31,
15644,
21,
504,
102... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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... |
Class Libraries, MVC, and Data Annotation
===
I'm new to MVC and am unsure about proper design.
I have class objects which I use in a variety of applications. I have taken the approach to write a custom view model class so that I can have access to properties in all of these objects and have strong typing. Without... | 0 | [
2,
718,
8649,
15,
307,
8990,
15,
17,
1054,
40,
1270,
857,
800,
3726,
3726,
31,
22,
79,
78,
20,
307,
8990,
17,
589,
13815,
88,
4119,
704,
9,
31,
57,
718,
3916,
56,
31,
275,
19,
21,
1747,
16,
3767,
9,
31,
57,
658,
14,
2141,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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 query second 10 records order by date in varchar format in DB2
===
assuming below table;
column name | type
id | int
date | varchar
when use ROWNUMBER() OVER( ORDER BY TYPE_DATE ) as ROWID, TO_DATE( date, 'mm\dd\yyyy' ) as TYPE_DATE, * FROM TABLE.
I always get below error:
SQL010... | 0 | [
2,
184,
20,
25597,
153,
332,
742,
389,
34,
1231,
19,
4033,
5433,
2595,
19,
13,
9007,
135,
800,
3726,
3726,
11704,
1021,
859,
73,
4698,
204,
13,
1,
1001,
4924,
13,
1,
19,
38,
1231,
13,
1,
4033,
5433,
76,
275,
3131,
16299,
5,
6,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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... |
go:video tag with token links
===
I am trying to use the OG tags for my site and share videos. this works fine but then after a period of time the video link i share expires. the link is from cloudfront and is being set for a limited about of time 15 min. I have tried extending the time limit on the video to 36 hours ... | 0 | [
2,
162,
45,
14785,
3383,
29,
20,
2853,
6271,
800,
3726,
3726,
31,
589,
749,
20,
275,
14,
7096,
3383,
18,
26,
51,
689,
17,
1891,
6610,
9,
48,
693,
1123,
47,
94,
75,
21,
620,
16,
85,
14,
763,
3508,
31,
1891,
25910,
18,
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 import an Android Projects with git into workspace using egit?
===
In my projects I use some Android Libraries that are hosted on github, for example, [facebook android sdk][1]. Until now I downloaded the .zip with the library and added it to my workspace. This made keeping up to date libraries were a tedious j... | 0 | [
2,
184,
20,
9010,
40,
13005,
2314,
29,
13,
10404,
77,
170,
5582,
568,
12369,
242,
60,
800,
3726,
3726,
19,
51,
2314,
31,
275,
109,
13005,
8649,
30,
50,
2812,
27,
13,
10404,
20926,
15,
26,
823,
15,
636,
6413,
5199,
13005,
13,
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... |
Java class will not compile
===
I am getting a couple errors I cannot seem to fix... This is example code, so I'm confused what's going on. The error's are commented to the side of the lines where they show up.
import java.io.DataInputStream;
import java.io.DataOutputStream;
import java.net.URL;
... | 0 | [
2,
8247,
718,
129,
52,
26561,
800,
3726,
3726,
31,
589,
1017,
21,
1335,
11908,
31,
1967,
2260,
20,
6098,
9,
9,
9,
48,
25,
823,
1797,
15,
86,
31,
22,
79,
4230,
98,
22,
18,
228,
27,
9,
14,
7019,
22,
18,
50,
5973,
20,
14,
270... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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... |
jquery set css for multiple elements syntax
===
I'm developing an Jquery plugin and have to set many css values inside of script to make it flexible.
It looks something like this:
...var loadingBarInsideFWidth = loadingBarWidth - 4;
var loadingBarInsideWidth;
$(holder).find('.round').css({
'wi... | 0 | [
2,
487,
8190,
93,
309,
272,
18,
18,
26,
1886,
2065,
22649,
800,
3726,
3726,
31,
22,
79,
3561,
40,
487,
8190,
93,
10922,
108,
17,
57,
20,
309,
151,
272,
18,
18,
4070,
572,
16,
3884,
20,
233,
32,
13568,
9,
32,
1879,
301,
101,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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... |
MVC 3 WebGrid with a dynamic source
===
I have a dynamic list of data with a dynamic number of columns being created by a PIVOT function. Everything more or less works, but I wanted to apply some custom formatting to some of the columns. I figured out how to get a list of the columns by just taking the first row and... | 0 | [
2,
307,
8990,
203,
2741,
16375,
29,
21,
7782,
1267,
800,
3726,
3726,
31,
57,
21,
7782,
968,
16,
1054,
29,
21,
7782,
234,
16,
7498,
142,
679,
34,
21,
20670,
1990,
9,
796,
91,
54,
787,
693,
15,
47,
31,
417,
20,
5645,
109,
5816,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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... |
Choosing an ORM for Android project (min. API level 7)
===
I currently have an application, where it's primary performance issue is using file-based database consisted of JSON responses.
I'd like to rewrite my application to use SQLite database feature.
Since I'm lazy, I'd like to use some kind of ORM.
So far I... | 0 | [
2,
10883,
40,
54,
79,
26,
13005,
669,
13,
5,
2160,
9,
21,
2159,
662,
453,
6,
800,
3726,
3726,
31,
871,
57,
40,
3010,
15,
113,
32,
22,
18,
1256,
956,
1513,
25,
568,
3893,
8,
1281,
6018,
3597,
16,
487,
528,
13231,
9,
31,
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... |
How do I make a UIImagePickerController camera not take up the whole screen?
===
I have a tab bar controller. I want to have a camera always open on one of the tabs, but underneath the camera, you can still see the rest of the tabs. How do I make it so that the camera doesn't take up the whole screen, but is just abov... | 0 | [
2,
184,
107,
31,
233,
21,
13,
5661,
22039,
16855,
106,
12898,
1252,
3336,
52,
247,
71,
14,
979,
2324,
60,
800,
3726,
3726,
31,
57,
21,
6523,
748,
9919,
9,
31,
259,
20,
57,
21,
3336,
550,
368,
27,
53,
16,
14,
6523,
18,
15,
47... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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... |
struts2 jquery plugin wraps html to returned id
===
I am using struts2-jquery plugin in my project. I am trying to submit a form using `<sj:submit>` tag like this:
<sj:submit id="caseSubmit"
targets="result"
formIds="mainForm"
onCompleteTopics="caseSubmitted"
... | 0 | [
2,
18316,
18,
135,
487,
8190,
93,
10922,
108,
8118,
18,
13,
15895,
20,
587,
4924,
800,
3726,
3726,
31,
589,
568,
18316,
18,
135,
8,
728,
8190,
93,
10922,
108,
19,
51,
669,
9,
31,
589,
749,
20,
12298,
21,
505,
568,
13,
1,
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... |
Recurring payments for SaaS sites
===
I have a development taking place that I would ultimately like to deliver as an SaaS website. I currently have no experience in this sort of platform and I am looking for guidance on a few things, namely:
1. What providers should I be looking at?
2. Should I utilize an API o... | 0 | [
2,
11344,
11161,
26,
18194,
18,
3259,
800,
3726,
3726,
31,
57,
21,
522,
741,
209,
30,
31,
83,
3308,
101,
20,
5879,
28,
40,
18194,
18,
2271,
9,
31,
871,
57,
90,
1496,
19,
48,
2058,
16,
2452,
17,
31,
589,
699,
26,
8193,
27,
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... |
EF and data change tracking
===
I'm a bit new to EF and would like to ask a few questions to understand the framework better specially data change tracking.
Here's my scenario:
1. Create a DBContext and get an entity with specified criteria
2. Detach the entity and pass the entity to the calling module
3. W... | 0 | [
2,
11599,
17,
1054,
753,
10353,
800,
3726,
3726,
31,
22,
79,
21,
1142,
78,
20,
11599,
17,
83,
101,
20,
1349,
21,
310,
2346,
20,
1369,
14,
6596,
574,
13444,
1054,
753,
10353,
9,
235,
22,
18,
51,
12705,
45,
137,
9,
1600,
21,
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... |
Show Loading Dialog When Making A HTTP Request in Android
===
In an effort to learn Android I am writing a small app. The first thing I am trying to do is login via a remote API.
I would like to show a "loading" dialog when the call is being made (in case he user in using mobile internet). Researching this has show... | 0 | [
2,
298,
12797,
28223,
76,
544,
21,
7775,
3772,
19,
13005,
800,
3726,
3726,
19,
40,
2150,
20,
2484,
13005,
31,
589,
1174,
21,
284,
4865,
9,
14,
64,
584,
31,
589,
749,
20,
107,
25,
6738,
108,
1197,
21,
5388,
21,
2159,
9,
31,
83,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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... |
What is the WPF equivalent of Windows Forms' `StartPosition` property?
===
On Windows Forms, you have the `StartPosition` property which allows you to specify the position on the screen your form will be placed when it launches.
Does WPF have an equivalent and if so what is it?
Thanks | 0 | [
2,
98,
25,
14,
619,
7721,
4602,
16,
1936,
1997,
22,
13,
1,
13680,
9339,
1,
1354,
60,
800,
3726,
3726,
27,
1936,
1997,
15,
42,
57,
14,
13,
1,
13680,
9339,
1,
1354,
56,
2965,
42,
20,
19077,
14,
649,
27,
14,
2324,
154,
505,
129... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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... |
MVC 4 simple reroute, how?
===
I am trying to do something seemingly simple in MVC 4:
I get a request on a route that looks like this
>data/* whatever *
I would then like to reroute this to the following:
>Content/data/* whatever *
I guess this should be done with the `routes.MapRoute` in `RouteConfig.cs`... | 0 | [
2,
307,
8990,
268,
1935,
302,
20179,
15,
184,
60,
800,
3726,
3726,
31,
589,
749,
20,
107,
301,
9688,
1935,
19,
307,
8990,
3418,
31,
164,
21,
3772,
27,
21,
858,
30,
1879,
101,
48,
13,
1,
18768,
118,
2483,
2099,
1637,
31,
83,
94... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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... |
Pygame - Space Invaders aliens, hit detection, and bounding area?
===
http://pastebin.com/FvQTpeqh
is the code I have so far, but I want to change it so if the player attempts to move outside the area of the screen, the spaceship will stay stuck on one side or the other
also I would like to be able to make 5 rows ... | 3 | [
2,
7103,
5128,
13,
8,
726,
19784,
14118,
15,
770,
11643,
15,
17,
4138,
68,
217,
60,
800,
3726,
3726,
7775,
6903,
19802,
62,
4772,
9,
960,
118,
410,
710,
1251,
13726,
18550,
252,
25,
14,
1797,
31,
57,
86,
463,
15,
47,
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... |
How to gracefully stop a server process which is listening on a pipe on Windows
===
I have a named pipe server similar to the MSDN sample at http://msdn.microsoft.com/en-us/library/windows/desktop/aa365588(v=vs.85).aspx and would like to allow clients to send an "exit" message which causes the server to gracefully sto... | 0 | [
2,
184,
20,
28138,
747,
21,
8128,
953,
56,
25,
4948,
27,
21,
7642,
27,
1936,
800,
3726,
3726,
31,
57,
21,
377,
7642,
8128,
835,
20,
14,
4235,
43,
103,
5717,
35,
7775,
6903,
79,
18,
43,
103,
9,
22019,
12980,
9,
960,
118,
219,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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... |
Selenuim on IE9 and jQuery addClass and removeClass
===
Hi – apologies for a bot of a generic question... We are automating our UI testing by using Selenium Web Driver (v2.24.1), and it works like a dream with the exception on IE9.
We are doing part of client side functionality by hiding/showing UI controls via add... | 0 | [
2,
23027,
23029,
79,
27,
13,
660,
518,
17,
487,
8190,
93,
3547,
1898,
17,
4681,
1898,
800,
3726,
3726,
4148,
13,
10,
27101,
26,
21,
11012,
16,
21,
12733,
1301,
9,
9,
9,
95,
50,
3108,
79,
1880,
318,
13,
5661,
4431,
34,
568,
230... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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... |
Get exception from threads in java
===
I have a question with my code.
I have two threads running from the main method & I want to catch the exception that can occur in any of the two threads in the main method.
Future<Object> incoming=Executors.newSingleThreadExecutor().submit(new Task1(param1));
Futu... | 0 | [
2,
164,
5391,
37,
20396,
19,
8247,
800,
3726,
3726,
31,
57,
21,
1301,
29,
51,
1797,
9,
31,
57,
81,
20396,
946,
37,
14,
407,
2109,
279,
31,
259,
20,
2949,
14,
5391,
30,
92,
3744,
19,
186,
16,
14,
81,
20396,
19,
14,
407,
2109,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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: Wrong number of arguments to #<procedure
===
When I run the following piece of code, I encountered an error:
**ERROR: Wrong number of arguments to #<procedure lattice->cartesian (x)>**
;;;; function definition
(define (eps-func p)
(let* ((p (lattice->cartesian))
(x (vector3-... | 0 | [
2,
7019,
45,
1389,
234,
16,
10553,
20,
6926,
1,
15617,
69,
4221,
800,
3726,
3726,
76,
31,
485,
14,
249,
1855,
16,
1797,
15,
31,
8208,
40,
7019,
45,
13,
1409,
29992,
45,
1389,
234,
16,
10553,
20,
6926,
1,
15617,
69,
4221,
18508,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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... |
scala Either & Neither handling
===
Not sure what to call this, Option would fit just as well as Either, I need to handle a 3rd case regardless.
Scalaz likely already provides something like this, but am curious to know how, without a separate library, one can concisely handle the following simple case:
I need t... | 0 | [
2,
25975,
694,
279,
3028,
7988,
800,
3726,
3726,
52,
562,
98,
20,
645,
48,
15,
4255,
83,
2742,
114,
28,
134,
28,
694,
15,
31,
376,
20,
3053,
21,
203,
897,
610,
7148,
9,
25975,
380,
1720,
614,
1927,
301,
101,
48,
15,
47,
589,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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... |
Trouble understanding instance variable
===
Here is the definition:
In object-oriented programming with classes, an instance variable is a variable defined in a class (i.e. a member variable) // I get this part
, for which each object of the class has a separate copy. // This part I don't get.
How can an obje... | 0 | [
2,
2572,
3260,
4851,
7612,
800,
3726,
3726,
235,
25,
14,
5465,
45,
19,
3095,
8,
6800,
3143,
29,
2684,
15,
40,
4851,
7612,
25,
21,
7612,
2811,
19,
21,
718,
13,
5,
49,
9,
62,
9,
21,
322,
7612,
6,
12894,
31,
164,
48,
141,
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... |
Rails: Recursion in has_many/self reference association to find all children
===
I have two models like this:
class Manager < ActiveRecord::Base
has_many :clients
has_many :managers, :class_name => "Manager"
belongs_to :boss, :class_name => "Manager"
end
class Client < Activ... | 0 | [
2,
2240,
18,
45,
26604,
5991,
19,
63,
1,
14842,
118,
8411,
2801,
607,
20,
477,
65,
391,
800,
3726,
3726,
31,
57,
81,
2761,
101,
48,
45,
718,
1382,
13,
1,
1348,
14953,
45,
45,
8436,
63,
1,
14842,
13,
45,
150,
18513,
38,
18,
6... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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 is my for-in loop is looping double the size of my array?
===
I am using a for-in loop to iterate over an array of two elements, but it is like its looping twice.
I have an example here: http://jsbin.com/etoyac/8/ | 0 | [
2,
483,
25,
51,
26,
8,
108,
5293,
25,
5293,
68,
1494,
14,
1072,
16,
51,
7718,
60,
800,
3726,
3726,
31,
589,
568,
21,
26,
8,
108,
5293,
20,
32,
106,
1373,
84,
40,
7718,
16,
81,
2065,
15,
47,
32,
25,
101,
82,
5293,
68,
2088,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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... |
Advice on learning software development and design patterns
===
I've been programming for a while and I know basics of Java, C, and C++. I know a bit of Object Oriented Programming. At the moment, I'm trying to improve my knowledge (and I need to use C# for a programming project).
But I feel really lost and frustra... | 0 | [
2,
4978,
27,
2477,
2306,
522,
17,
704,
6282,
800,
3726,
3726,
31,
22,
195,
74,
3143,
26,
21,
133,
17,
31,
143,
2125,
18,
16,
8247,
15,
272,
15,
17,
272,
20512,
9,
31,
143,
21,
1142,
16,
3095,
13,
6800,
3143,
9,
35,
14,
688,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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... |
Rails, SRP, and Unit Tests
===
**Preamble**
Hey, this is my first time attempting to build an app with SRP in mind and really trying to use tests to drive the code for the site, rather than starting with my data architecture (AR) and then building the app to fit.
But... I'm running into problems... I've subscrib... | 0 | [
2,
2240,
18,
15,
13,
18,
6952,
15,
17,
1237,
4894,
800,
3726,
3726,
13,
1409,
3515,
18260,
1409,
8409,
15,
48,
25,
51,
64,
85,
6314,
20,
1895,
40,
4865,
29,
13,
18,
6952,
19,
594,
17,
510,
749,
20,
275,
4894,
20,
1493,
14,
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... |
Api call to upload file for article or page
===
i'm new here, and trying to understand from the docs how to upload images for articles/blog posts through the api.
I can see the "Asset" resource is it the one i have to deal with?
how is the file structure of the store bucket?
Image uploaded to the blog can be... | 0 | [
2,
21,
2159,
645,
20,
71,
8294,
3893,
26,
2002,
54,
2478,
800,
3726,
3726,
31,
22,
79,
78,
235,
15,
17,
749,
20,
1369,
37,
14,
9765,
18,
184,
20,
71,
8294,
3502,
26,
3376,
118,
220,
5567,
9868,
120,
14,
21,
2159,
9,
31,
92,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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 on Rails Inline around_save Callback Yields a LocalJumpError
===
In Rails 3.0.5 & Ruby 1.9.3, is it possible to define the body of an `around_save` callback inline with the `around_save` declaration?
That is, I've noticed that this case works properly:
around_save :around_save_body
def around_save_... | 0 | [
2,
10811,
27,
2240,
18,
19,
1143,
140,
1,
19863,
645,
1958,
18733,
21,
375,
21925,
29992,
800,
3726,
3726,
19,
2240,
18,
203,
9,
387,
9,
264,
279,
10811,
137,
9,
518,
9,
240,
15,
25,
32,
938,
20,
9267,
14,
358,
16,
40,
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... |
Method to take account for device orientation for OS snapshot
===
This is regarding the OS taking a snapshot of the app when applicationDidEnterBackground returns. Here is a link to a [reference][1].
[1]: http://developer.apple.com/library/ios/#DOCUMENTATION/iPhone/Conceptual/iPhoneOSProgrammingGuide/ManagingYourApp... | 0 | [
2,
2109,
20,
247,
2176,
26,
3646,
10245,
26,
13,
759,
29946,
800,
3726,
3726,
48,
25,
3467,
14,
13,
759,
741,
21,
29946,
16,
14,
4865,
76,
3010,
3052,
13679,
1958,
8810,
4815,
9,
235,
25,
21,
3508,
20,
21,
636,
28018,
500,
2558,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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... |
jQuery ajaxSend prevention for a specific ajax request
===
All my website is almost depending on ajax, there's a little problem i cant solve, one of the ajax request takes way longer than expected till it loads which causes the ajaxSend text or image to be ran until this request is complete<br><br>
i tried to use dis... | 0 | [
2,
487,
8190,
93,
20624,
18,
2451,
10173,
26,
21,
1903,
20624,
3772,
800,
3726,
3726,
65,
51,
2271,
25,
557,
4758,
27,
20624,
15,
80,
22,
18,
21,
265,
1448,
31,
2973,
8402,
15,
53,
16,
14,
20624,
3772,
1384,
161,
1045,
119,
1727... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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... |
jQuery AJAX $.each with Instagram JSON
===
I'm trying to print information using jQuery and AJAX to print from an Instagram API call... Here's what I have so far...
$.ajax({
type: 'GET',
url: 'ajaxloadlikes.php',
data: {
user: user,
max_id: maxid
},
dataType: 'json'... | 0 | [
2,
487,
8190,
93,
20624,
5579,
9,
14322,
29,
28205,
487,
528,
800,
3726,
3726,
31,
22,
79,
749,
20,
4793,
676,
568,
487,
8190,
93,
17,
20624,
20,
4793,
37,
40,
28205,
21,
2159,
645,
9,
9,
9,
235,
22,
18,
98,
31,
57,
86,
463,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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 get HTML5 Video to scrub in chrome when delivered via a service?
===
So due to content being on a different drive than my server application's virtual directory, I've had to implement a file getting service.
I am able to the get the file size. Then I want to set the content headers so that the browser kno... | 0 | [
2,
184,
107,
31,
164,
13,
15895,
264,
763,
20,
13371,
19,
13,
12985,
76,
4002,
1197,
21,
365,
60,
800,
3726,
3726,
86,
397,
20,
2331,
142,
27,
21,
421,
1493,
119,
51,
8128,
3010,
22,
18,
6599,
16755,
15,
31,
22,
195,
41,
20,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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... |
IIS 7 Subdomains not responding
===
I have an IIS 7 server running with subdomains. I am finding that a few subdomains are not sending any kind of response. Where would I start to figure this out? | 0 | [
2,
595,
18,
453,
972,
537,
6232,
18,
52,
15887,
800,
3726,
3726,
31,
57,
40,
595,
18,
453,
8128,
946,
29,
972,
537,
6232,
18,
9,
31,
589,
3007,
30,
21,
310,
972,
537,
6232,
18,
50,
52,
4907,
186,
825,
16,
1627,
9,
113,
83,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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... |
SQL Many to many select distinct
===
I need some help with the following query. So far what I have is below. What I am trying to do is get uniqure ServiceEntryPart records when parts are same and multiple service entry records when parts are unique. The following query works fine with the search filters, its just I ne... | 1 | [
2,
4444,
255,
151,
20,
151,
5407,
4421,
800,
3726,
3726,
31,
376,
109,
448,
29,
14,
249,
25597,
9,
86,
463,
98,
31,
57,
25,
1021,
9,
98,
31,
589,
749,
20,
107,
25,
164,
9911,
5495,
99,
365,
18195,
3091,
742,
76,
1341,
50,
20... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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... |
Making an app that prints
===
Before I ask my question I want to clarify that I dont expect you gusy to fully write out the answer for me, just give me a link on where I can learn how to do this or something like that.
How can you program an app to print something out that you have made within the app. Basically w... | 1 | [
2,
544,
40,
4865,
30,
12202,
800,
3726,
3726,
115,
31,
1349,
51,
1301,
31,
259,
20,
23116,
30,
31,
1049,
4186,
42,
12736,
93,
20,
2337,
2757,
70,
14,
1623,
26,
55,
15,
114,
590,
55,
21,
3508,
27,
113,
31,
92,
2484,
184,
20,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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... |
Displaying random canvas using c# for wp7 app
===
I'm creating a quiz game for Windows 7. Each question opens up in a new canvas. How can I randomize the canvas view so that each time a player plays the game he gets random questions? | 0 | [
2,
17418,
5477,
9696,
568,
272,
5910,
26,
13,
13790,
465,
4865,
800,
3726,
3726,
31,
22,
79,
2936,
21,
17667,
250,
26,
1936,
453,
9,
206,
1301,
8965,
71,
19,
21,
78,
9696,
9,
184,
92,
31,
5477,
2952,
14,
9696,
1418,
86,
30,
20... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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,
0,
0,
0,
0,
0,
0... |
creating a li menu to function as a form list
===
wanted a clean looking select list that isnt to heavy manage to get part of the way but struggling with collecting the data and send it to form. the most practical way is maybe collecting the span value and entering as into a hidden input field? not sure running out of... | 0 | [
2,
2936,
21,
2093,
11379,
20,
1990,
28,
21,
505,
968,
800,
3726,
3726,
417,
21,
2745,
699,
5407,
968,
30,
8441,
20,
1278,
4705,
20,
164,
141,
16,
14,
161,
47,
7587,
29,
10079,
14,
1054,
17,
2660,
32,
20,
505,
9,
14,
127,
5713,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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 compile multiple C-programs into one executable file using makefile???
===
please write down a makefile for compiling multiple C programs into one executable file. | 4 | [
2,
184,
20,
26561,
1886,
272,
8,
19746,
18,
77,
53,
1396,
17194,
5924,
3893,
568,
233,
16877,
60,
60,
60,
800,
3726,
3726,
2247,
2757,
125,
21,
233,
16877,
26,
24378,
1886,
272,
1726,
77,
53,
1396,
17194,
5924,
3893,
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... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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... |
"Auth fail" in jsch-0.1.42 with Java 1.4.2
===
I have this simple Java program that uses [Jsch][1] to connect to an SFTP server.
The connection fails with an "Auth fail" exception on Java 1.4.2, but it connects flawlessly on Java 1.7.
try {
JSch jsch = new JSch();
jsch.setKnownHosts(KNOWN_HO... | 0 | [
2,
13,
7,
1346,
96,
7476,
7,
19,
487,
2992,
8,
387,
9,
165,
9,
3941,
29,
8247,
137,
9,
300,
9,
135,
800,
3726,
3726,
31,
57,
48,
1935,
8247,
625,
30,
2027,
636,
728,
2992,
500,
2558,
165,
500,
20,
6379,
20,
40,
15025,
13726,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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... |
Updated servlet class not being referred in tomcat ubuntu
===
I am beginner to servlets. I am trying to create and run servlets using tomcat in ubuntu. I am facing a problem. I am able to call the servlet from the html file by adding an entries into web.xml. But when I change the java program a little and recompile an... | 0 | [
2,
6372,
13,
10321,
1336,
718,
52,
142,
1870,
19,
2067,
5782,
287,
12968,
2473,
800,
3726,
3726,
31,
589,
26931,
20,
13,
10321,
11045,
9,
31,
589,
749,
20,
1600,
17,
485,
13,
10321,
11045,
568,
2067,
5782,
19,
287,
12968,
2473,
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... |
C# - change "where" restriction through inheritance
===
let's say I have an generic data access layer, that is supposed to support different implementations. To realize this I have an base interface `IPeristenceService` that defines all methods to access data inside the persistence tier. The interface could look somet... | 0 | [
2,
272,
5910,
13,
8,
753,
13,
7,
2798,
7,
18732,
120,
13852,
800,
3726,
3726,
408,
22,
18,
395,
31,
57,
40,
12733,
1054,
1381,
5385,
15,
30,
25,
2293,
20,
555,
421,
6123,
18,
9,
20,
4007,
48,
31,
57,
40,
1000,
6573,
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... |
Permission issue while starting a service from android
===
I have written a service as part of an application. I try to call this service from a second application using the following code:
Intent intent = new Intent () ;
intent.setClassName("com.test" ,"com.test.DownloadService") ;
// Cre... | 0 | [
2,
5572,
1513,
133,
1422,
21,
365,
37,
13005,
800,
3726,
3726,
31,
57,
642,
21,
365,
28,
141,
16,
40,
3010,
9,
31,
1131,
20,
645,
48,
365,
37,
21,
153,
3010,
568,
14,
249,
1797,
45,
6936,
6936,
800,
78,
6936,
13,
5,
6,
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... |
GET the CURRENT LOCATION lattitude and longitude
===
i have some code that i want to use to get the longitude and latitude...
here's the code
package ncsu.course.android.broadcastchatui1;
import java.util.ArrayList;
import java.util.Locale;
import org.apache.http.NameValuePair;
... | 0 | [
2,
164,
14,
866,
1474,
13,
25135,
16731,
17,
22291,
800,
3726,
3726,
31,
57,
109,
1797,
30,
31,
259,
20,
275,
20,
164,
14,
22291,
17,
16337,
9,
9,
9,
235,
22,
18,
14,
1797,
6030,
9276,
1666,
9,
17556,
9,
290,
18524,
9,
24162,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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... |
attach() inside function
===
I'd like to give a params argument to a function and then attach it so that I can use a instead of params$a everytime I refer to the list element a.
run.simulation<-function(model,params){
attach(params)
#
# Use elements of params as parameters in a simulation
detach(params)
}
Is th... | 0 | [
2,
19514,
5,
6,
572,
1990,
800,
3726,
3726,
31,
22,
43,
101,
20,
590,
21,
2258,
79,
18,
5476,
20,
21,
1990,
17,
94,
19514,
32,
86,
30,
31,
92,
275,
21,
700,
16,
2258,
79,
18,
4403,
58,
352,
891,
31,
5017,
20,
14,
968,
4520... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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... |
sample Bash script or commadn to retrive number files in directory
===
I have problem with number of files in directory
I use
$(ls /test -l | grep '^-' | wc -l)
but this way retrive just number of files in the same path but dont retrive number of files in subdirectors
if I have
/test/1
/t... | 0 | [
2,
5717,
13158,
3884,
54,
11951,
1283,
103,
20,
302,
3367,
195,
234,
6488,
19,
16755,
800,
3726,
3726,
31,
57,
1448,
29,
234,
16,
6488,
19,
16755,
31,
275,
5579,
5,
7532,
13,
118,
10543,
13,
8,
255,
13,
1,
5604,
306,
13,
22,
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... |
Altering User Definde Table Types in SQL
===
How can I alter a User Definde Table Types in SQL server ? | 0 | [
2,
7835,
68,
4155,
121,
19811,
62,
859,
2551,
19,
4444,
255,
800,
3726,
3726,
184,
92,
31,
7835,
21,
4155,
121,
19811,
62,
859,
2551,
19,
4444,
255,
8128,
13,
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,
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,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... |
Custom Functions in Thread
===
I have a simple Question:
I have a Thread named rlMF. I created it this way:
public Thread rlMF = new Thread(new Runnable() {
public void run() {
reloadMissingFiles();
stopTh();
}
public void stopTh() {
activityStopped = true;
}
});
Now i want to cal... | 0 | [
2,
5816,
3719,
19,
9322,
800,
3726,
3726,
31,
57,
21,
1935,
1301,
45,
31,
57,
21,
9322,
377,
13,
6362,
13235,
9,
31,
679,
32,
48,
161,
45,
317,
9322,
13,
6362,
13235,
800,
78,
9322,
5,
2681,
485,
103,
579,
5,
6,
13,
1,
317,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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... |
JSONObjectWithData returns null if degree symbol is in json object
===
JSONObjectWithData is returning null without an error if the json string contains a degree sign ° (U+00B0). The json string displays fine if I serve it to my desktop browser.
My code (a category) with a few NSLogs to see what is happening looks... | 0 | [
2,
487,
528,
23793,
1410,
18768,
4815,
16203,
100,
1168,
4678,
25,
19,
487,
528,
3095,
800,
3726,
3726,
487,
528,
23793,
1410,
18768,
25,
2485,
16203,
366,
40,
7019,
100,
14,
487,
528,
3724,
1588,
21,
1168,
1676,
13,
1,
13,
5,
291... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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 would I assign a control an order number?
===
I'm in a predicament. I have created a method which draws all the controls to the panel, but its draws them based on the order which I have listed them, which means PictureBox1 will always be *behind* all the other pictureboxes. Example:
e.Graphics.DrawImage(Pic... | 0 | [
2,
184,
83,
31,
13952,
21,
569,
40,
389,
234,
60,
800,
3726,
3726,
31,
22,
79,
19,
21,
28204,
9,
31,
57,
679,
21,
2109,
56,
10802,
65,
14,
8671,
20,
14,
4113,
15,
47,
82,
10802,
105,
432,
27,
14,
389,
56,
31,
57,
1510,
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,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How can i interleave elements of 2 lists in scala
===
i'm trying to combine 2 lists in such a way that it inserts elements from list #2 after every n-th element in list #1.
So having
val a = List(1,2,3,4,5,6,7)
val b = List(101,102,103)
val n = 3
i want the resulting list to look like this :... | 0 | [
2,
184,
92,
31,
1480,
14416,
2065,
16,
172,
7227,
19,
25975,
800,
3726,
3726,
31,
22,
79,
749,
20,
12287,
172,
7227,
19,
145,
21,
161,
30,
32,
14692,
18,
2065,
37,
968,
7921,
75,
352,
13,
103,
8,
96,
4520,
19,
968,
4253,
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... |
Way to iterate two items at a time in a list?
===
I am wondering if there is a better way to iterate two items at a time in a list. I work with Maya a lot, and one of its commands (listConnections) returns a list of alternating values. The list will look like [connectionDestination, connectionSource, connectionDestina... | 0 | [
2,
161,
20,
32,
106,
1373,
81,
3755,
35,
21,
85,
19,
21,
968,
60,
800,
3726,
3726,
31,
589,
5712,
100,
80,
25,
21,
574,
161,
20,
32,
106,
1373,
81,
3755,
35,
21,
85,
19,
21,
968,
9,
31,
170,
29,
10473,
21,
865,
15,
17,
5... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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 insert TD in datatables
===
Have spent the morning on the examples page, and can't seem to spot why this isn't working.
The intent is to populate the table with ajax(currently a sample txt file), and add a column to each row to allow editing and deletion. Have tried all sorts of variations of the below code... | 0 | [
2,
184,
20,
14692,
15596,
19,
1054,
5924,
18,
800,
3726,
3726,
57,
1111,
14,
959,
27,
14,
3770,
2478,
15,
17,
92,
22,
38,
2260,
20,
1999,
483,
48,
2532,
22,
38,
638,
9,
14,
6936,
25,
20,
1675,
12383,
14,
859,
29,
20624,
5,
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... |
jQuery live preview / selector not working
===
Ok. jQuery is not my strong suit. I am showing a live address as the person types it in, in another DIV. There has to be :
1) A better way to iterate through the fields without all the vars?
2) My select onchange is not working / showing the value?
Any ideas / he... | 0 | [
2,
487,
8190,
93,
515,
16121,
13,
118,
23946,
52,
638,
800,
3726,
3726,
5854,
9,
487,
8190,
93,
25,
52,
51,
966,
2961,
9,
31,
589,
3187,
21,
515,
3218,
28,
14,
840,
2551,
32,
19,
15,
19,
226,
13,
12916,
9,
80,
63,
20,
44,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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.