unified_texts stringlengths 32 30.1k | OpenStatus_id int64 0 4 | input_ids list | token_type_ids list | attention_mask list |
|---|---|---|---|---|
css form android
===
I've a form in my website.
I made it firstly for desktop browsers, and now I need that this forms works in android browsers too.
So, I got an android device, and tested the website, **but when I try introduce values in input fields, I can't.** Any help?
This is the code of the fields of the... | 4 | [
2,
272,
18,
18,
505,
13005,
800,
3726,
3726,
31,
22,
195,
21,
505,
19,
51,
2271,
9,
31,
117,
32,
64,
102,
26,
17404,
16495,
18,
15,
17,
130,
31,
376,
30,
48,
1997,
693,
19,
13005,
16495,
18,
266,
9,
86,
15,
31,
330,
40,
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... |
Center aligining text in compact framework?
===
I'm trying to draw a custom button in compact framework, in the 'OnPaint' function I do something like this:
protected override void OnPaint(PaintEventArgs e)
{
System.Drawing.Imaging.ImageAttributes a = new System.Drawing.Imaging.ImageAttributes... | 0 | [
2,
459,
2767,
5831,
68,
1854,
19,
8285,
6596,
60,
800,
3726,
3726,
31,
22,
79,
749,
20,
2003,
21,
5816,
5167,
19,
8285,
6596,
15,
19,
14,
13,
22,
218,
20578,
22,
1990,
31,
107,
301,
101,
48,
45,
3803,
84,
11891,
11364,
27,
205... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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 you optimize this?
===
I have a struct like this:
static struct F_t {
char *_1;
char *_2;
char *_3;
char *_4;
char *_5;
char *_6;
char *_7;
char *_8;
char *_9;
char *_10;
char *_11;
char *_12;
} F = { 0 };
Accordi... | 0 | [
2,
184,
107,
42,
22864,
48,
60,
800,
3726,
3726,
31,
57,
21,
13,
10346,
101,
48,
45,
12038,
13,
10346,
398,
1,
38,
13,
1,
4892,
1637,
1,
165,
73,
4892,
1637,
1,
135,
73,
4892,
1637,
1,
240,
73,
4892,
1637,
1,
300,
73,
4892,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Why can't I interrupt this particular boost::thread?
===
I have two tests for interrupting a boost::thread. One works, the other doesn't. Can anyone tell me why?
**Working:**
#include <iostream>
#include <string>
#include <boost/thread.hpp>
#include <boost/chrono.hpp>
#include <unistd.h>
... | 0 | [
2,
483,
92,
22,
38,
31,
15811,
48,
1498,
10419,
45,
45,
96,
10647,
60,
800,
3726,
3726,
31,
57,
81,
4894,
26,
24820,
21,
10419,
45,
45,
96,
10647,
9,
53,
693,
15,
14,
89,
1437,
22,
38,
9,
92,
1276,
494,
55,
483,
60,
13,
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... |
VB.NET Sort File on new line?
===
Im looking at creating an application in VB.NET and im having some issues sorting a file on new line.
Basically on the new line, i wanna capture the data in that line, and store it in an array for later use.
Can anyone help me with this? It'd be greatly appreciated :)
Example... | 0 | [
2,
13,
20468,
9,
2328,
2058,
3893,
27,
78,
293,
60,
800,
3726,
3726,
797,
699,
35,
2936,
40,
3010,
19,
13,
20468,
9,
2328,
17,
797,
452,
109,
1549,
2058,
68,
21,
3893,
27,
78,
293,
9,
11374,
27,
14,
78,
293,
15,
31,
11024,
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... |
ELM327 Returning "ERROR" when sending OBD Commands
===
I am currently working on an Android Application to Read from a vehicle's OBDII Port via a ELM327 bluetooth dongle...
For those of you who dont know much about the ELM, I would reccomend this data sheet, it has been very helpful...
[Data Sheet][1]
I a... | 0 | [
2,
11799,
24090,
2485,
13,
7,
29992,
7,
76,
4907,
5122,
43,
14294,
800,
3726,
3726,
31,
589,
871,
638,
27,
40,
13005,
3010,
20,
1302,
37,
21,
2664,
22,
18,
5122,
1115,
49,
1295,
1197,
21,
11799,
24090,
705,
15808,
221,
4875,
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... |
javafx update ui from another thread
===
I have a javafx application, and a worker thread, implemented via `javafx.concurrent.Task`, that performs a long process, that is zipping and uploading a set of files. <br/>
I've connected the task progress to a progress bar via `progressProperty`. <br/>
In addition to this, ... | 0 | [
2,
8247,
16488,
11100,
13,
5661,
37,
226,
9322,
800,
3726,
3726,
31,
57,
21,
8247,
16488,
3010,
15,
17,
21,
7444,
9322,
15,
6807,
1197,
13,
1,
1004,
1385,
16488,
9,
1126,
17657,
9,
38,
20310,
1,
15,
30,
11563,
21,
175,
953,
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... |
No Metro-style app template in Visual Studio 2012 RC
===
I'm trying to create a Metro-style app following this guide for a "hello, word" application: http://msdn.microsoft.com/en-us/library/windows/apps/hh986965.aspx
But I don't have any Metro-style app template when creating a new project in Visual Studio 2012 RC ... | 0 | [
2,
90,
3986,
8,
4381,
4865,
22894,
19,
3458,
1120,
563,
16462,
800,
3726,
3726,
31,
22,
79,
749,
20,
1600,
21,
3986,
8,
4381,
4865,
249,
48,
3378,
26,
21,
13,
7,
11515,
15,
833,
7,
3010,
45,
7775,
6903,
79,
18,
43,
103,
9,
2... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Paypal Payments Pro on Sandbox return always #10001 "Internal Error"
===
I've been testing Paypal Payments Pro for a while. Switching to Sandbox I got always the error number #10001 "Internal Error".
Paypal KB is not very clear about this error and many have this issue while testing in Sandbox.
Someone says that S... | 0 | [
2,
1372,
6720,
11161,
895,
27,
1965,
5309,
788,
550,
27122,
18951,
13,
7,
6280,
5025,
7019,
7,
800,
3726,
3726,
31,
22,
195,
74,
4431,
1372,
6720,
11161,
895,
26,
21,
133,
9,
13027,
20,
1965,
5309,
31,
330,
550,
14,
7019,
234,
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... |
Django-CMS 2.3 site missing static content
===
After installing, with some trouble, django-cms to run in a virtualenv. I may load the index page as well as the admin pages. However, on the index page, I see the following text at the bottom
> If you don't see the django CMS logo at the end of this line make sure
> ... | 0 | [
2,
3857,
14541,
8,
9095,
18,
172,
9,
240,
689,
2863,
12038,
2331,
800,
3726,
3726,
75,
25429,
15,
29,
109,
2572,
15,
3857,
14541,
8,
9095,
18,
20,
485,
19,
21,
6599,
219,
710,
9,
31,
123,
6305,
14,
4348,
2478,
28,
134,
28,
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... |
Getting an error when trying to delete objects with Entity Framework 4
===
I'm getting the following error when trying to delete objects in my database while using Entity Framework 4.
"Unable to update the EntitySet 'SampleDetails' because it has a DefiningQuery and no <DeleteFunction> element exists in the <Mo... | 0 | [
2,
1017,
40,
7019,
76,
749,
20,
27448,
3916,
29,
9252,
6596,
268,
800,
3726,
3726,
31,
22,
79,
1017,
14,
249,
7019,
76,
749,
20,
27448,
3916,
19,
51,
6018,
133,
568,
9252,
6596,
268,
9,
13,
7,
1020,
579,
20,
11100,
14,
9252,
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... |
Get relative path in J2EE project
===
I've a normal Java class (neither a JSP nor a Servlet) that performs some processing on files like reading, writing, and executing some executable files. How to know the relative path of each file?
I know about `getClass().getResourceStream()`, but this is useful only for readi... | 0 | [
2,
164,
4543,
2013,
19,
487,
135,
2851,
669,
800,
3726,
3726,
31,
22,
195,
21,
1826,
8247,
718,
13,
5,
25994,
21,
487,
3401,
2127,
21,
13,
10321,
1336,
6,
30,
11563,
109,
5511,
27,
6488,
101,
1876,
15,
1174,
15,
17,
25836,
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... |
Synchronized block: are variables "inside" other variables updated
===
Sorry for the non-technical title, but I think it summarizes my question well. If I interpret what I've read correctly, the synchronized block (apart from other consequences) will make all variables updated to/from the main memory (even those which... | 0 | [
2,
27202,
1921,
45,
50,
12157,
13,
7,
108,
1416,
7,
89,
12157,
6372,
800,
3726,
3726,
1875,
26,
14,
538,
8,
22307,
581,
15,
47,
31,
277,
32,
18074,
11088,
160,
51,
1301,
134,
9,
100,
31,
11584,
98,
31,
22,
195,
1302,
12044,
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... |
Defining a global variable(s)
===
My project contains some packages: UI, SQL and analysis.
I connect through a URL object to get data in the analysis package, in a class named "connect" (which builds the URL and connects to it) and the data is extracted through the UI package (i.e. date..).
I'm a bit confused whethe... | 1 | [
2,
14684,
21,
2062,
7612,
5,
18,
6,
800,
3726,
3726,
51,
669,
1588,
109,
16875,
45,
13,
5661,
15,
4444,
255,
17,
2495,
9,
31,
6379,
120,
21,
287,
6362,
3095,
20,
164,
1054,
19,
14,
2495,
6030,
15,
19,
21,
718,
377,
13,
7,
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... |
MVC 3 validate 2 fields in different classes
===
I have a viewmodel with 2 objects inside
class trip
{
public DateTime returnedDate {get;set;}
....
}
class personData
{
public DateTime PassportExpDate {get;set;}
....
}
The ViewModel contains th... | 0 | [
2,
307,
8990,
203,
7394,
1373,
172,
2861,
19,
421,
2684,
800,
3726,
3726,
31,
57,
21,
1418,
13998,
29,
172,
3916,
572,
718,
2305,
13,
1,
317,
1231,
891,
587,
8209,
13,
1,
3060,
73,
3554,
73,
1,
13,
9,
9,
9,
9,
13,
1,
718,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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 I build a commercial Internet Explorer BHO using VISUAL C++ 2010 EXPRESS?
===
I don't have any experience building software for Windows but I have experience with C++ and with software development in general.
I now need to develop a commercial Internet Explorer BHO and I wanted to do it using freeware - can I u... | 0 | [
2,
92,
31,
1895,
21,
1439,
2620,
8520,
334,
1807,
568,
3458,
272,
20512,
498,
2999,
60,
800,
3726,
3726,
31,
221,
22,
38,
57,
186,
1496,
353,
2306,
26,
1936,
47,
31,
57,
1496,
29,
272,
20512,
17,
29,
2306,
522,
19,
297,
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... |
Django retrieving value from model
===
I have this model.py:
from google.appengine.ext import db
class Poem(db.Model):
title = db.StringProperty()
words = db.StringListProperty()
created_on = db.DateTimeProperty(auto_now_add = 1)
created_by = db.UserProperty()
def... | 0 | [
2,
3857,
14541,
13,
6239,
3272,
8397,
1923,
37,
1061,
800,
3726,
3726,
31,
57,
48,
1061,
9,
6448,
45,
37,
8144,
9,
7753,
16847,
9,
1706,
38,
9010,
13,
9007,
718,
4629,
5,
9007,
9,
13998,
6,
45,
581,
800,
13,
9007,
9,
11130,
10... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Objective-C: What is the difference between creating an object from alloc/init and class method calls?
===
For example,
1.
NSString *string = [NSString stringWithString:@"a string"];
2.
NSString *string = [NSString alloc] initWithString:@"a string"];
and while we're talking about s... | 0 | [
2,
7038,
8,
150,
45,
98,
25,
14,
2841,
128,
2936,
40,
3095,
37,
65,
2499,
118,
108,
242,
17,
718,
2109,
3029,
60,
800,
3726,
3726,
26,
823,
15,
137,
9,
13,
2172,
11130,
1637,
11130,
800,
636,
2172,
11130,
3724,
1410,
11130,
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... |
MinLength constraint on ICollection fails, Entity Framework
===
This is the datamodel I have:
public class Team
{
[Key]
public int Id { get; set;}
[Required]
public string Name { get; set; }
[MinLength(1)]
public virtual ICollection<User> Users { get... | 0 | [
2,
4232,
6325,
28804,
27,
31,
15015,
872,
13614,
15,
9252,
6596,
800,
3726,
3726,
48,
25,
14,
1054,
13998,
31,
57,
45,
317,
718,
173,
13,
1,
636,
4237,
500,
317,
19,
38,
4924,
13,
1,
164,
73,
309,
73,
1,
636,
99,
3003,
2095,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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... |
Injecting JAX-RA SecurityContext to Filter class
===
I have JAX-RS application and I would like to know if I can inject SecurityContext into a class which implements javax.servlet.Filter and it's not a @Producer?
For example as follows;
import javax.ws.rs.core.Context;
import javax.ws.rs.core.SecurityCo... | 0 | [
2,
20316,
68,
11712,
8,
525,
1221,
1126,
11969,
20,
11945,
718,
800,
3726,
3726,
31,
57,
11712,
8,
1224,
3010,
17,
31,
83,
101,
20,
143,
100,
31,
92,
20316,
1221,
1126,
11969,
77,
21,
718,
56,
8713,
18,
8247,
396,
9,
10321,
1336... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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... |
Sencha touch 2 - Memory management - destroying tab panels
===
I want to ensure my app is handling memory correctly, i have it destroying panels on the 'erased' event, but when i do this to tab panels, it removes them from the tabbar.
What strategy is best for handling memory and removing tab panels? | 0 | [
2,
8252,
1651,
1723,
172,
13,
8,
1912,
1097,
13,
8,
10498,
6523,
9449,
800,
3726,
3726,
31,
259,
20,
4062,
51,
4865,
25,
7988,
1912,
12044,
15,
31,
57,
32,
10498,
9449,
27,
14,
13,
22,
2615,
18,
69,
22,
807,
15,
47,
76,
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... |
include jspf in another jspf
===
i'm working on a jsf project on netbeans.
i'm using jspf fragments for modularity.
my jspf directory is "/WEB-INF/jspf"
i'm using <jsp:include page="/WEB-INF/jspf/myincludefile.jspf"/> for including jspf files.
the problem is i tried to include a jspf file in another jspf file b... | 0 | [
2,
468,
487,
18,
7721,
19,
226,
487,
18,
7721,
800,
3726,
3726,
31,
22,
79,
638,
27,
21,
487,
18,
410,
669,
27,
4275,
863,
5950,
9,
31,
22,
79,
568,
487,
18,
7721,
10837,
26,
20802,
856,
9,
51,
487,
18,
7721,
16755,
25,
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... |
VBA PutInClipboard Error
===
I have a macro that run fine in my PC . But when someone else run it throw the following exception :
"Run-time error '-2147221036 (800401d4)'
DataObject:PutInClipboard CloseClipboard Failed"
Here is my code :
Dim buf As String, FSO As Object
Dim CB As New DataOb... | 0 | [
2,
566,
969,
442,
108,
150,
6013,
2806,
7019,
800,
3726,
3726,
31,
57,
21,
9069,
30,
485,
1123,
19,
51,
5168,
13,
9,
47,
76,
737,
962,
485,
32,
3814,
14,
249,
5391,
13,
45,
13,
7,
3169,
8,
891,
7019,
13,
22,
8,
19029,
4009,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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... |
Opening search results in new window, then link result to parent
===
I'm not the best javascript programmer, so bear with me here. :)
One of my co-workers created his own search engine for our wiki, so we're adding it to the sidebar below the regular wiki search box. Because the search engine is hosted on another d... | 0 | [
2,
1214,
2122,
1736,
19,
78,
1463,
15,
94,
3508,
829,
20,
4766,
800,
3726,
3726,
31,
22,
79,
52,
14,
246,
8247,
8741,
17968,
15,
86,
2746,
29,
55,
235,
9,
13,
45,
6,
53,
16,
51,
326,
8,
16355,
679,
33,
258,
2122,
1406,
26,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to specify multiple fields as geocodeable with dm-geokit?
===
So say that I have a model like so (to be used in a sinatra app):
class Ticket
include DataMapper::Resource
include DataMapper::GeoKit
property :id, Serial
has_geographic_location :origin
has_geographi... | 0 | [
2,
184,
20,
19077,
1886,
2861,
28,
6389,
9375,
579,
29,
15728,
8,
834,
13826,
38,
60,
800,
3726,
3726,
86,
395,
30,
31,
57,
21,
1061,
101,
86,
13,
5,
262,
44,
147,
19,
21,
21491,
4865,
6,
45,
718,
6133,
468,
1054,
540,
8763,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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... |
@NonNullByDefault project-wide setting
===
The [documentation for the @NonNullByDefault attribute][1] states the following:
"If a @NonNullByDefault annotation is used within the scope of another @NonNullByDefault annotation or a project-wide default setting, the innermost annotation defines the default applicable a... | 0 | [
2,
13,
1,
3951,
4215,
211,
779,
13862,
9708,
669,
8,
8077,
2697,
800,
3726,
3726,
14,
636,
28132,
857,
26,
14,
13,
1,
3951,
4215,
211,
779,
13862,
9708,
35,
14755,
500,
2558,
165,
500,
202,
14,
249,
45,
13,
7,
821,
21,
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... |
Resize two DIVs Relative to Window Size
===
I currently have one DIV resizing to the full height of the window whenever a user resizes their browser like so:
$(window).resize(function() {
$("#selected-folders-area").height($(window).height()-350);
});
**NOTE:** The `-350` accounts for the heade... | 0 | [
2,
302,
10454,
81,
13,
12916,
18,
4543,
20,
1463,
1072,
800,
3726,
3726,
31,
871,
57,
53,
13,
12916,
10719,
3335,
20,
14,
503,
2947,
16,
14,
1463,
6634,
21,
4155,
10719,
13569,
66,
16495,
101,
86,
45,
5579,
5,
27508,
6,
9,
99,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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... |
GUI drag and drop component using swing application
===
I want to make project which create swing application and whose java source code is
created side by side.(like drag Button and drop to frame whose source is to be created.)
q1.how much time it will take ?
q2.should i use JInternalFrame or... | 0 | [
2,
9457,
5501,
17,
2804,
5912,
568,
5587,
3010,
800,
3726,
3726,
31,
259,
20,
233,
669,
56,
1600,
5587,
3010,
17,
1196,
8247,
1267,
1797,
25,
679,
270,
34,
270,
9,
5,
1403,
5501,
5167,
17,
2804,
20,
3523,
1196,
1267,
25,
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... |
MySQL datetime comparison
===
this is my problem:
I have a table in my mysql database which contains some products, and it has two columns called "date_from" and "date_to" which determine the period when the product is active.
On my website a have a form where the admin can choose two datetime values and if the ... | 0 | [
2,
51,
18,
22402,
1231,
891,
6050,
800,
3726,
3726,
48,
25,
51,
1448,
45,
31,
57,
21,
859,
19,
51,
51,
18,
22402,
6018,
56,
1588,
109,
1985,
15,
17,
32,
63,
81,
7498,
227,
13,
7,
8209,
1,
2665,
7,
17,
13,
7,
8209,
1,
262,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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... |
Live search with fetchResultsController
===
Hi im new to stackoverflow so forgive me for any question mistakes.
I am new to the NSFetchResultsController and UISearchDisplayController classes and i dont know very well what the delegate methods acomplish, i have gathered some code from stackoverflow about these 2 class... | 0 | [
2,
515,
2122,
29,
18312,
29955,
18,
12898,
1252,
800,
3726,
3726,
4148,
797,
78,
20,
7566,
2549,
9990,
86,
8591,
55,
26,
186,
1301,
13623,
9,
31,
589,
78,
20,
14,
13,
2172,
410,
19913,
29955,
18,
12898,
1252,
17,
13,
5661,
25136,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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... |
Slickgrid editors by row rather than column?
===
Is it possible in slickgrid to add the editors by row rather then column? if so how is it done?
| 0 | [
2,
12544,
16375,
12149,
34,
3131,
864,
119,
4698,
60,
800,
3726,
3726,
25,
32,
938,
19,
12544,
16375,
20,
3547,
14,
12149,
34,
3131,
864,
94,
4698,
60,
100,
86,
184,
25,
32,
677,
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... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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... |
Adding to a range of generic lists in c#
===
Anyone know of a way to add a value to a range of generic lists in c#?
I'm currently building up a large `List<List<int>>` and the whole process is taking too long and I'm trying to avoid using foreach loops and nested foreach loops in order to shave some time off.
Le... | 0 | [
2,
4721,
20,
21,
978,
16,
12733,
7227,
19,
272,
5910,
800,
3726,
3726,
1276,
143,
16,
21,
161,
20,
3547,
21,
1923,
20,
21,
978,
16,
12733,
7227,
19,
272,
5910,
60,
31,
22,
79,
871,
353,
71,
21,
370,
13,
1,
5739,
1,
5739,
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... |
multilingual site : including language file
===
I got some work related to multilingual. before going to live I tried a demo at my local. I am using different language files for different languages.
These languages are having different variables in it. When I include that language file in my main file then it show... | 0 | [
2,
1889,
23427,
689,
13,
45,
215,
816,
3893,
800,
3726,
3726,
31,
330,
109,
170,
1597,
20,
1889,
23427,
9,
115,
228,
20,
515,
31,
794,
21,
8376,
35,
51,
375,
9,
31,
589,
568,
421,
816,
6488,
26,
421,
2556,
9,
158,
2556,
50,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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... |
Hooking to the windows process
===
I need to perform some operations just after the applications starts and right before it quits (some kind of automated memory leaks detection using UMDH).
I've prepared DLL, that is injected to all process and on DLL_PROCESS_ATTACH I'm performing my first operation (just after the... | 0 | [
2,
5559,
68,
20,
14,
1936,
953,
800,
3726,
3726,
31,
376,
20,
2985,
109,
1311,
114,
75,
14,
3767,
3244,
17,
193,
115,
32,
6489,
18,
13,
5,
3220,
825,
16,
14904,
1912,
11724,
18,
11643,
568,
13,
723,
9756,
6,
9,
31,
22,
195,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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 use Coldfusion toScript when refreshing a page in Jquery Mobile?
===
I'm having a multi-language site and need to pass error messages in different languages to the browser for client-side form validation.
Right now I'm using a error.cfc, which contains:
<cfcomponent displayname="errorMsg" hint="crea... | 0 | [
2,
184,
20,
275,
1191,
9818,
20,
8741,
76,
27134,
21,
2478,
19,
487,
8190,
93,
3241,
60,
800,
3726,
3726,
31,
22,
79,
452,
21,
1889,
8,
7020,
689,
17,
376,
20,
1477,
7019,
7561,
19,
421,
2556,
20,
14,
16495,
26,
6819,
8,
1416,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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 will be the output of the following program written in C?
===
I am a novice for C language.but I could understand why this
following code is giving **output as 'A'**.
one thing that is bothering me is the array name p in the
printf statement.how this p is being treated by the compiler?
**How can th... | 0 | [
2,
98,
129,
44,
14,
5196,
16,
14,
249,
625,
642,
19,
272,
60,
800,
3726,
3726,
31,
589,
21,
21999,
26,
272,
816,
9,
811,
31,
110,
1369,
483,
48,
249,
1797,
25,
1438,
13,
1409,
1320,
4881,
28,
13,
22,
58,
22,
1409,
9,
53,
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... |
wp7 How to send E-mail on hotmail account?
===
wp7 How to send E-mail on hotmail account? possible? C#
WP7 emulator Can be tested this project?
http://msdn.microsoft.com/en-us/library/ff428647(v=vs.92) | 1 | [
2,
13,
13790,
465,
184,
20,
2660,
13,
62,
8,
8079,
27,
1047,
8079,
2176,
60,
800,
3726,
3726,
13,
13790,
465,
184,
20,
2660,
13,
62,
8,
8079,
27,
1047,
8079,
2176,
60,
938,
60,
272,
5910,
13,
13790,
465,
3579,
14868,
92,
44,
7... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Comparing two Classes using the equality operator
===
What are the pitfalls of comparing Class instances using the equality operator?
boolean compareTypes(Class<?> clazz, Class<?> rootClazz) {
return clazz == rootClazz;
} | 0 | [
2,
15047,
81,
2684,
568,
14,
10337,
6022,
800,
3726,
3726,
98,
50,
14,
4175,
5660,
18,
16,
15047,
718,
13946,
568,
14,
10337,
6022,
60,
9827,
413,
210,
11590,
4474,
18,
5,
1898,
1,
60,
1,
13,
7232,
5092,
15,
718,
1,
60,
1,
590... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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... |
SDWebImage Issue while Archieve
===
When i am trying to “Build Profile” everything is working fine. When i Archieve for submission, the SDWebImage is throwing error while importing UIImageView+WebCache.I m importing files as:
`#import <SDWebImage/UIImageView+WebCache.h>`
I have been working on this since morning b... | 0 | [
2,
13,
18,
43,
14113,
22039,
1513,
133,
14811,
195,
800,
3726,
3726,
76,
31,
589,
749,
20,
13,
1,
29361,
5296,
1,
796,
25,
638,
1123,
9,
76,
31,
14811,
195,
26,
10923,
15,
14,
13,
18,
43,
14113,
22039,
25,
6033,
7019,
133,
901... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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 encrypt sensitive SQL information in java
===
Lets say I wanna connect to oracle database in my Java application, I will have to write down the jdbc url and put the username and password for that database, I don't know the way to hack this password without the source of the program, but do I have to encrypt? is... | 0 | [
2,
184,
20,
1957,
11435,
7830,
4444,
255,
676,
19,
8247,
800,
3726,
3726,
6884,
395,
31,
11024,
6379,
20,
15759,
6018,
19,
51,
8247,
3010,
15,
31,
129,
57,
20,
2757,
125,
14,
487,
43,
7229,
287,
6362,
17,
442,
14,
4155,
7259,
17... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Windows 2008 r2 debugview (OutputDebugString) issue
===
Hi we are installing x86 application as a service on windows 2008 R2 which is using OutputDebugString for debug messages.
The problem is that DebugView utility catches the debug output from the application only when application is run from console in elevated... | 0 | [
2,
1936,
570,
761,
135,
121,
16254,
4725,
13,
5,
1320,
4881,
546,
16254,
11130,
6,
1513,
800,
3726,
3726,
4148,
95,
50,
25429,
993,
3274,
3010,
28,
21,
365,
27,
1936,
570,
761,
135,
56,
25,
568,
5196,
546,
16254,
11130,
26,
121,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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... |
PayPal Mobile Payments Library - Libraries do not communicate with the app
===
I am developing an application using the PayPal API. It is a simple application with one button that execute a simple payment. I have a sandbox account and I can see there that the payment has been carried out correctly. But the problem is ... | 0 | [
2,
1372,
6720,
3241,
11161,
1248,
13,
8,
8649,
107,
52,
8709,
29,
14,
4865,
800,
3726,
3726,
31,
589,
3561,
40,
3010,
568,
14,
1372,
6720,
21,
2159,
9,
32,
25,
21,
1935,
3010,
29,
53,
5167,
30,
15644,
21,
1935,
7582,
9,
31,
57... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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... |
Content of Excel cells to HTML
===
I have a question which is (I think) not easy to solve.
I have an Excel-sheet (.xls) that contains multiple columns and multiple rows. The Excel-file is derived from an export from a database. Within that export all the HTML-tags are stripped from the content so when you open the ... | 0 | [
2,
2331,
16,
20700,
2934,
20,
13,
15895,
800,
3726,
3726,
31,
57,
21,
1301,
56,
25,
13,
5,
49,
277,
6,
52,
2010,
20,
8402,
9,
31,
57,
40,
20700,
8,
17627,
13,
5,
9,
396,
7532,
6,
30,
1588,
1886,
7498,
17,
1886,
11295,
9,
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... |
Block some programs accessing only util package
===
i am trying to block some programs to access util package.
m working on ubuntu and even after providing 770 permission to util folder as a root my program as a normal user is able to compile and run per-se
Scanner sc = new Scanner(System.in);
int a = sc.nextInt(... | 0 | [
2,
1921,
109,
1726,
1381,
68,
104,
13,
14255,
6030,
800,
3726,
3726,
31,
589,
749,
20,
1921,
109,
1726,
20,
1381,
13,
14255,
6030,
9,
307,
638,
27,
287,
12968,
2473,
17,
166,
75,
2674,
13,
20810,
5572,
20,
13,
14255,
19294,
28,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
ASP.Net URL Routing 4.0 somehow stops fancybox from working after i implement URL Routing
===
I am working in asp.net web-form project which so far works fine with `fancybox` once user click on link it show a form as fancybox popup. But same doesn't work when i implement URL Routing, Routing works fine images show, cs... | 0 | [
2,
28,
306,
9,
2328,
287,
6362,
19880,
268,
9,
387,
3625,
6604,
12251,
5309,
37,
638,
75,
31,
8713,
287,
6362,
19880,
800,
3726,
3726,
31,
589,
638,
19,
28,
306,
9,
2328,
2741,
8,
4190,
669,
56,
86,
463,
693,
1123,
29,
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... |
why my columns in my sql table can only be filled with one word?
===
I have a table like this
id | dest_city | supexp |
___________________________________
1 | Fremantle | Starsindo |
2 | Sydney | Candra |
3 | Brisbane | Candra Cargo |
I have input th... | 1 | [
2,
483,
51,
7498,
19,
51,
4444,
255,
859,
92,
104,
44,
1943,
29,
53,
833,
60,
800,
3726,
3726,
31,
57,
21,
859,
101,
48,
4924,
13,
1,
1746,
38,
1,
5788,
13,
1,
11128,
6899,
13,
1,
13,
1,
137,
13,
1,
23312,
13,
1,
1610,
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... |
Display webview with dialog progress and webchrome client
===
My app had webview and i add progress dialog for display loading until web finish loading. i search in google and got good solution
wv.setWebChromeClient(new MyWebChromeClient());
wv.setWebViewClient(new MyWebViewClient());
wv.loadUrl("http... | 0 | [
2,
3042,
2741,
4725,
29,
28223,
3455,
17,
2741,
12985,
6819,
800,
3726,
3726,
51,
4865,
41,
2741,
4725,
17,
31,
3547,
3455,
28223,
26,
3042,
12797,
163,
2741,
2106,
12797,
9,
31,
2122,
19,
8144,
17,
330,
254,
4295,
619,
710,
9,
35... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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 verify cursor/focus is present on a text field
===
I have a text field after login. After login cursor will be focused on that text field automatically. How can I verify whether cursor/focus is present or not on that text field?
Here is the HTML code of text field:
<input type="text" name="field(TITLE)" i... | 0 | [
2,
184,
20,
21012,
29588,
118,
23371,
25,
734,
27,
21,
1854,
575,
800,
3726,
3726,
31,
57,
21,
1854,
575,
75,
6738,
108,
9,
75,
6738,
108,
29588,
129,
44,
2604,
27,
30,
1854,
575,
7499,
9,
184,
92,
31,
21012,
1472,
29588,
118,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Android EditText onfocuschange is not working
===
I'm new to Android programming.
My following program does a simple Farenheit to Celsius conversion. If you enter values in a Farenheit EditText it will convert it into Celsius for every keystroke entered. And Vice versa.
I'm getting the following errors:
1) The... | 0 | [
2,
13005,
9392,
11969,
27,
23371,
16229,
25,
52,
638,
800,
3726,
3726,
31,
22,
79,
78,
20,
13005,
3143,
9,
51,
249,
625,
630,
21,
1935,
463,
219,
438,
242,
20,
29616,
6263,
9,
100,
42,
2830,
4070,
19,
21,
463,
219,
438,
242,
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... |
dropnet api c# unauthorized user exception
===
I am using dropnet api to access dropbox using c#.i send my apikey and secret key,i get token in response.but when i try to get account info or delete a file it throws unauthorized use exceptions.can any one help me.my code is as follow.
DropNet.DropNetClient client =... | 0 | [
2,
2804,
2328,
21,
2159,
272,
5910,
25881,
4155,
5391,
800,
3726,
3726,
31,
589,
568,
2804,
2328,
21,
2159,
20,
1381,
2804,
5309,
568,
272,
5910,
9,
49,
2660,
51,
21,
2159,
4237,
17,
1699,
1246,
15,
49,
164,
20,
2853,
19,
1627,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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 show dynamic maps in PDF using wicked_pdf
===
I want to show world region wise map inside my PDF document. I had generated map using some jquery library but not bale to export same map inside PDF document generated through wicked_pdf.
| 0 | [
2,
184,
20,
298,
7782,
6867,
19,
13,
11124,
568,
9840,
1,
11124,
800,
3726,
3726,
31,
259,
20,
298,
126,
632,
6714,
2942,
572,
51,
13,
11124,
4492,
9,
31,
41,
6756,
2942,
568,
109,
487,
8190,
93,
1248,
47,
52,
18608,
20,
7487,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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... |
Install Smarty on Mac by using Web Sharing
===
<html><body>
I am using Mac 0SX 10.7. I am trying to install Smarty on my local Web Sharing. This is what i am done :- <br>
- Turn 'On' Web Sharing in System Preference.<br>
- Download 'Smarty-3.1.10' from here http://www.smarty.net/download , and rename it to 'Smart... | 0 | [
2,
16146,
3978,
93,
27,
1572,
34,
568,
2741,
6126,
800,
3726,
3726,
13,
1,
15895,
1,
9760,
1,
31,
589,
568,
1572,
713,
18,
396,
332,
9,
465,
9,
31,
589,
749,
20,
16146,
3978,
93,
27,
51,
375,
2741,
6126,
9,
48,
25,
98,
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... |
How can I dismiss several controllers ?
===
Using storyboard , I'm invoking a segue (set type to modal) in order to display the second controller , and the same way to display the third controller. A->B->C. I expect dismiss B and C together , and return to A. There was no navigation view controllers , no `popToRootVie... | 0 | [
2,
184,
92,
31,
14372,
238,
9919,
18,
13,
60,
800,
3726,
3726,
568,
609,
2806,
13,
15,
31,
22,
79,
19,
2625,
1581,
21,
1353,
3982,
13,
5,
3554,
1001,
20,
13,
20756,
6,
19,
389,
20,
3042,
14,
153,
9919,
13,
15,
17,
14,
205,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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... |
vb.net math.round odd behaviour on customer pc
===
I have a very strange problem which is occurring on only one pc out of my many customers. I have tracked it down to the the math.round function. On this brand new win7 pc the math.round(1.59999,2) gives 1.59?? It should be 1.6 and is in all other cases. I understand t... | 0 | [
2,
13,
20468,
9,
2328,
5057,
9,
5000,
4210,
7727,
27,
7705,
5168,
800,
3726,
3726,
31,
57,
21,
253,
2578,
1448,
56,
25,
10428,
27,
104,
53,
5168,
70,
16,
51,
151,
5279,
9,
31,
57,
15535,
32,
125,
20,
14,
14,
5057,
9,
5000,
1... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
how do i get my ShareActionProvider to submit text Dynamically (from listeners) view pagers etc
===
I am using Sherlock Library Action Bar, which is similar to the ICS action bars, the place where I am stuck is this
@Override
public boolean onCreateOptionsMenu(Menu menu) {
menu.add("Save")
.se... | 0 | [
2,
184,
107,
31,
164,
51,
1891,
8645,
26735,
139,
20,
12298,
1854,
7782,
1326,
13,
5,
2665,
15672,
6,
1418,
2478,
1224,
2722,
800,
3726,
3726,
31,
589,
568,
22815,
1248,
1028,
748,
15,
56,
25,
835,
20,
14,
13,
8354,
1028,
6062,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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... |
Opening JQuery Apps
===
I have a very basic question about Jquery Mobile. I am planning to write a mobile app (for iOS and Android) and am confused whether to use Jquery Mobile or write an app using ObjectiveC/Java.
My aim is to write an app that can be locally installed on the mobile device (like various Android a... | 0 | [
2,
1214,
487,
8190,
93,
4865,
18,
800,
3726,
3726,
31,
57,
21,
253,
2125,
1301,
88,
487,
8190,
93,
3241,
9,
31,
589,
2334,
20,
2757,
21,
3241,
4865,
13,
5,
1106,
13,
7760,
17,
13005,
6,
17,
589,
4230,
1472,
20,
275,
487,
8190,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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 TransalteAnimation on Bitmap
===
I need to draw movable bitmap in canvas, I need to move it by matrix from TransalteAnimation
I have this code:
> float[] values = new float[9];
TranslateAnimation slide = new TranslateAnimation(-100,100, 0, 0);
slide.setDuration(100);
slide.setRepeatC... | 0 | [
2,
13005,
2982,
192,
591,
3443,
79,
857,
27,
1142,
15022,
800,
3726,
3726,
31,
376,
20,
2003,
29618,
1142,
15022,
19,
9696,
15,
31,
376,
20,
780,
32,
34,
8187,
37,
2982,
192,
591,
3443,
79,
857,
31,
57,
48,
1797,
45,
13,
1,
11... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
typing indication in xmpp chat in iphone
===
I am developing chat application using XMPP. Here my problem is, I want to send chat notifications .I tried the fallowing way but not getting correctly.
- (void)sendMessage:(id)sender
{
NSString *messageStr =messageField.te... | 0 | [
2,
25266,
11290,
19,
993,
79,
3421,
6615,
19,
21024,
800,
3726,
3726,
31,
589,
3561,
6615,
3010,
568,
993,
79,
3421,
9,
235,
51,
1448,
25,
15,
31,
259,
20,
2660,
6615,
52,
4634,
18,
13,
9,
49,
794,
14,
1080,
3581,
68,
161,
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... |
How to write text to the bottom of n SQL script?
===
I have the need to add text(`SQL`) to the bottom of an existing `script`.
I have a `STORED PROCEDURE` that generates `INSERT statements` for me. They are quit allot, so at the moment i copy and past them in the desired `scripts`.
This is basically what SQL loo... | 0 | [
2,
184,
20,
2757,
1854,
20,
14,
2129,
16,
13,
103,
4444,
255,
3884,
60,
800,
3726,
3726,
31,
57,
14,
376,
20,
3547,
1854,
5,
1,
18,
22402,
1,
6,
20,
14,
2129,
16,
40,
3149,
13,
1,
8741,
1,
9,
31,
57,
21,
13,
1,
16828,
43... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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 want to use The GATE Predicate-Argument EXtractor Component (PAX)
===
I want to use The GATE Predicate-Argument EXtractor Component (PAX).
But i can't load the plugin on GATE developer (ver. 7)
please, help me.
how to load it? | 0 | [
2,
31,
259,
20,
275,
14,
3315,
28712,
8,
512,
3073,
1130,
10962,
248,
5912,
13,
5,
1060,
396,
6,
800,
3726,
3726,
31,
259,
20,
275,
14,
3315,
28712,
8,
512,
3073,
1130,
10962,
248,
5912,
13,
5,
1060,
396,
6,
9,
47,
31,
92,
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... |
Done button in UIToolbar not working
===
So I'm creating a UIToolbar to go ontop of a UIKeyboard, and the done button works perfectly until I call a method to reload my UITableView. Then everything still works except the callback function for the done button, (i.e. done:). Does anybody know why this might be? I'm usin... | 0 | [
2,
677,
5167,
19,
13,
5661,
20799,
1850,
52,
638,
800,
3726,
3726,
86,
31,
22,
79,
2936,
21,
13,
5661,
20799,
1850,
20,
162,
27,
3880,
16,
21,
13,
5661,
4237,
2806,
15,
17,
14,
677,
5167,
693,
5759,
163,
31,
645,
21,
2109,
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... |
Too high level of nesting while implementing SQL INTERSECT in MySQL
===
One of my last works is Yii based hardware catalog. Each item can be linked with a lot of groups.
CREATE TABLE item_group (
id INT(10) UNSIGNED NOT NULL AUTO_INCREMENT,
itemId INT(10) UNSIGNED NOT NULL,
groupId INT(10) UNSIGNED NOT NU... | 0 | [
2,
266,
183,
662,
16,
24338,
133,
17333,
4444,
255,
17822,
19,
51,
18,
22402,
800,
3726,
3726,
53,
16,
51,
236,
693,
25,
7679,
49,
432,
7610,
10594,
9,
206,
9101,
92,
44,
4727,
29,
21,
865,
16,
1170,
9,
1600,
859,
9101,
1,
802... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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... |
Association Ruby on Rails
===
I am trying a an simple association which should work. I followed the tutorial at http://ruby.railstutorial.org/chapters/ and at chapter 10
Here what I have wrote down
model/customer
class Customer < ActiveRecord::Base
has_many :events, dependent: :destroy
... | 0 | [
2,
607,
10811,
27,
2240,
18,
800,
3726,
3726,
31,
589,
749,
21,
40,
1935,
607,
56,
378,
170,
9,
31,
709,
14,
29724,
35,
7775,
6903,
1820,
779,
9,
7301,
384,
11780,
20050,
9,
5583,
118,
27396,
18,
118,
17,
35,
1260,
332,
235,
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... |
Google TV emulator can not start
===
I follow the Google TV Emulation guide
https://developers.google.com/tv/android/docs/gtv_emulator,
to set up my emulator environment. but when i lunch the AVD created by AVD manager, the emulator is start with no logo appear and one of the cpu core is always 100 percent, and... | 0 | [
2,
8144,
983,
3579,
14868,
92,
52,
799,
800,
3726,
3726,
31,
1740,
14,
8144,
983,
3579,
11123,
3378,
7775,
18,
6903,
26051,
445,
9,
16111,
4875,
9,
960,
118,
1709,
118,
290,
18524,
118,
13799,
18,
118,
263,
1709,
1,
1503,
14868,
1... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How can I get the Account information into the Partial View while still knowing if the User IsAuthenticated?
===
I want to show a certain section only if the user logged in. I have this set up as a Partial View.
@Html.Partial("ListPartial")
This part I can do by wrapping everything within that Partial View ... | 0 | [
2,
184,
92,
31,
164,
14,
2176,
676,
77,
14,
7284,
1418,
133,
174,
2506,
100,
14,
4155,
25,
1346,
2504,
1786,
1669,
60,
800,
3726,
3726,
31,
259,
20,
298,
21,
1200,
1050,
104,
100,
14,
4155,
13,
19287,
19,
9,
31,
57,
48,
309,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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... |
Zend model declaration not compatible with abstract
===
Even that my system is still functioning properly my error-log is suddenly overflowding with errors like these:
2012-07-20T02:53:25+00:00 WARN (4): [2048] Declaration of User_Model_User::getParent() should be compatible with Core_Model_Item_Abstract::getPa... | 0 | [
2,
10526,
43,
1061,
7098,
52,
14961,
29,
8502,
800,
3726,
3726,
166,
30,
51,
329,
25,
174,
14175,
7428,
51,
7019,
8,
5567,
25,
1605,
20285,
3258,
29,
11908,
101,
158,
45,
563,
8,
2984,
8,
1323,
38,
3564,
22939,
45,
1811,
2430,
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... |
Knockout fail to bind drag and drop
===
please take a look why I cant bind the drag and drop function.
Refer to [my code here][1]
I have put some console log to track the flow and it seem to not event execute the bind event due to 'drag init' and 'drop init' is not printed at all.
[1]: http://jsfiddle.net/Si... | 0 | [
2,
11676,
7476,
20,
10193,
5501,
17,
2804,
800,
3726,
3726,
2247,
247,
21,
361,
483,
31,
2973,
10193,
14,
5501,
17,
2804,
1990,
9,
5017,
20,
636,
915,
1797,
235,
500,
2558,
165,
500,
31,
57,
442,
109,
8650,
6738,
20,
792,
14,
33... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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... |
Validating radio button with jQuery
===
I have a form (a dynamically created questionnaire) with multiple questions. I have used jQuery to style the radios as buttons (http://jqueryui.com/demos/button/#radio) but I've cut down the code slightly here...
<div class="yesnoradios">
<input type="radio" name... | 0 | [
2,
7394,
1880,
603,
5167,
29,
487,
8190,
93,
800,
3726,
3726,
31,
57,
21,
505,
13,
5,
58,
7782,
1326,
679,
29499,
6,
29,
1886,
2346,
9,
31,
57,
147,
487,
8190,
93,
20,
1034,
14,
603,
18,
28,
12861,
13,
5,
21127,
6903,
728,
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... |
Entity Framework update in disconnected mode
===
I am trying to update an entity Order using an object (i.e. order) which is sent from the UI.
I have the following in my method
Order neworder = new Order
{
ID = order.ID,
FirstName = order.FirstName,
LastName = order.LastName,
};
_b... | 0 | [
2,
9252,
6596,
11100,
19,
25730,
3740,
800,
3726,
3726,
31,
589,
749,
20,
11100,
40,
9252,
389,
568,
40,
3095,
13,
5,
49,
9,
62,
9,
389,
6,
56,
25,
795,
37,
14,
13,
5661,
9,
31,
57,
14,
249,
19,
51,
2109,
389,
78,
7861,
80... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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... |
Dynatree( Expand all) is really slow for 500 nodes
===
Friends i am using dynatree and i have more then 500 nodes, i am using JSON to send data from server to client, with onlazy true, while load dynatree tree it work perfect, but when i am trying to expand all dynatree is goes really really slow and to expand complet... | 0 | [
2,
24151,
8101,
5,
6073,
65,
6,
25,
510,
2276,
26,
3033,
16272,
800,
3726,
3726,
954,
31,
589,
568,
24151,
8101,
17,
31,
57,
91,
94,
3033,
16272,
15,
31,
589,
568,
487,
528,
20,
2660,
1054,
37,
8128,
20,
6819,
15,
29,
27,
531,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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 communcicate to a android from Linux pc via SSH?
===
I want to communicate the android form my pc with the help of SSH.As in a network if i know the user id and password I can connect with the linux device form other device.Is this applicable for the android. I want to communicate with the android device form ... | 0 | [
2,
184,
20,
13,
14869,
9946,
1373,
20,
21,
13005,
37,
13024,
5168,
1197,
13,
18,
1635,
60,
800,
3726,
3726,
31,
259,
20,
8709,
14,
13005,
505,
51,
5168,
29,
14,
448,
16,
13,
18,
1635,
9,
472,
19,
21,
982,
100,
31,
143,
14,
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... |
android seekbar handle - long key press
===
I'm trying to implement event trigger on long keypress on android seekbar thumb handle.
Does anyone knows if it's possible to identify long keypress on seek bar handle (thumb picture)?
Thanks,
Lior | 0 | [
2,
13005,
5048,
1850,
3053,
13,
8,
175,
1246,
901,
800,
3726,
3726,
31,
22,
79,
749,
20,
8713,
807,
7286,
27,
175,
1246,
5890,
27,
13005,
5048,
1850,
5078,
3053,
9,
630,
1276,
3620,
100,
32,
22,
18,
938,
20,
5808,
175,
1246,
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,
0,
0... |
A better way to intercept property updates from UI using EF and MVVM
===
I have a WPF application with an undo-redo functionality. I use EF to interact with the database.
I would like to know if there is a better approach or pattern to be notified when the UI changes some property.
Here is the approach I current... | 0 | [
2,
21,
574,
161,
20,
18324,
1354,
16779,
37,
13,
5661,
568,
11599,
17,
17967,
20147,
800,
3726,
3726,
31,
57,
21,
619,
7721,
3010,
29,
40,
367,
537,
8,
99,
537,
18548,
9,
31,
275,
11599,
20,
10001,
29,
14,
6018,
9,
31,
83,
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... |
OLE DB provider 'MSDASQL' reported an error
===
I'm trying to run this code:
<%
Dim rsSelectOrder
Dim rsSelectOrder_numRows
Set rsSelectOrder = Server.CreateObject("ADODB.Recordset")
rsSelectOrder.ActiveConnection = MM_conn_to_mhwebdb_STRING
rsSelectOrder.Source = "SELECT * from " & ... | 0 | [
2,
12116,
13,
9007,
11747,
13,
22,
79,
18,
8016,
22402,
22,
1117,
40,
7019,
800,
3726,
3726,
31,
22,
79,
749,
20,
485,
48,
1797,
45,
13,
1,
11881,
5937,
13,
1224,
18,
16964,
7861,
5937,
13,
1224,
18,
16964,
7861,
1,
6336,
5417,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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 function error Can't use function return value in write context - function returning an array. Brain slowly imploding
===
I am calling a function that returns an array, but I'm running into this error: Can't use function return value in write context
Lots of people get this error, but I can't see what I've done... | 3 | [
2,
13,
26120,
1990,
7019,
92,
22,
38,
275,
1990,
788,
1923,
19,
2757,
4141,
13,
8,
1990,
2485,
40,
7718,
9,
1964,
1447,
5420,
17752,
68,
800,
3726,
3726,
31,
589,
2555,
21,
1990,
30,
4815,
40,
7718,
15,
47,
31,
22,
79,
946,
77... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Controlling placement of empty lattice panels
===
When plotting fewer panels than the full grid you get a gap without a panel. Most lattice functions puts the gap in the top right, but I would like to have it in the lower right, as `marginal.plot` does (see the picture). Is there a way to make other lattice functions ... | 0 | [
2,
10106,
10774,
16,
2424,
18508,
9449,
800,
3726,
3726,
76,
22716,
8477,
9449,
119,
14,
503,
7354,
42,
164,
21,
4127,
366,
21,
4113,
9,
127,
18508,
3719,
11179,
14,
4127,
19,
14,
371,
193,
15,
47,
31,
83,
101,
20,
57,
32,
19,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
ASP.NET and C# - Changing datagridview style under condition
===
Here is a code that I have in one of my ASPX pages:
<asp:GridView
ID="GridView1"
runat="server"
AutoGenerateColumns="False"
HorizontalAlign="Center"
Sho... | 0 | [
2,
28,
306,
9,
2328,
17,
272,
5910,
13,
8,
4226,
1054,
16375,
4725,
1034,
131,
2874,
800,
3726,
3726,
235,
25,
21,
1797,
30,
31,
57,
19,
53,
16,
51,
28,
306,
396,
4434,
45,
13,
1,
472,
306,
45,
16375,
4725,
4924,
3726,
7,
16... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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... |
Google Calendar API - PHP - set event's color
===
Please, how do we set a color when inserting an event with Google Calendar API (PHP)?
Thanks!! | 0 | [
2,
8144,
7036,
21,
2159,
13,
8,
13,
26120,
13,
8,
309,
807,
22,
18,
1665,
800,
3726,
3726,
2247,
15,
184,
107,
95,
309,
21,
1665,
76,
14692,
68,
40,
807,
29,
8144,
7036,
21,
2159,
13,
5,
26120,
6,
60,
3669,
19015,
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,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... |
Android (or iOS) - Image Upload Queue
===
We've written an app for Android (and iOS), and it allows users to upload photos to our REST server. The issue we're hitting is that sometimes the users are in places with terrible cell signal and no WIFI. So, I was wondering if there was either a prebuilt solution, or a recom... | 0 | [
2,
13005,
13,
5,
248,
13,
7760,
6,
13,
8,
1961,
71,
8294,
22521,
800,
3726,
3726,
95,
22,
195,
642,
40,
4865,
26,
13005,
13,
5,
290,
13,
7760,
6,
15,
17,
32,
2965,
3878,
20,
71,
8294,
7064,
20,
318,
760,
8128,
9,
14,
1513,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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 give my controller function its own template?
===
I've built a widget module that has this basic controller:
class MyModule_OrderForm_HandlersController extends Mage_Core_Controller_Front_Action{
public function handleroneAction(){
// do some stuff
}
}
So this is giving... | 0 | [
2,
184,
107,
31,
590,
51,
9919,
1990,
82,
258,
22894,
60,
800,
3726,
3726,
31,
22,
195,
392,
21,
4807,
43,
3060,
12613,
30,
63,
48,
2125,
9919,
45,
718,
51,
19673,
62,
1,
7861,
4190,
1,
3203,
1252,
18,
12898,
1252,
9073,
12507,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
When I add event by using It suceessfully add event but it takes a next day for event start and end date
===
When i add a event by using "[eventupdateStore saveEvent:eventupdate span:EKSpanThisEvent error:&err];" EventStore is eventupdateStore and Ekevent is eventupdate. at the time of event event start and end date... | 0 | [
2,
76,
31,
3547,
807,
34,
568,
32,
21792,
10102,
18,
5655,
3547,
807,
47,
32,
1384,
21,
328,
208,
26,
807,
799,
17,
241,
1231,
800,
3726,
3726,
76,
31,
3547,
21,
807,
34,
568,
13,
7,
2558,
4943,
38,
576,
8209,
16828,
2079,
494... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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... |
This jquery script aint working in internet explorer :(
===
This script is working well with chrome and firefox, but not with Internet Explorer. :(
Can anyone please help?
<script type="text/javascript" language="javascript">
$(document).scroll(function(e) {
if($(this).scrollTop() > 170 && $(window).scrollTo... | 0 | [
2,
48,
487,
8190,
93,
3884,
21,
6391,
638,
19,
2620,
8520,
13,
45,
5,
800,
3726,
3726,
48,
3884,
25,
638,
134,
29,
13,
12985,
17,
535,
18219,
15,
47,
52,
29,
2620,
8520,
9,
13,
45,
5,
92,
1276,
2247,
448,
60,
13,
1,
8741,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
passing rvalue reference into boost::in_place function
===
I'm new to rvalue references in C++ and want to learn how to use them in everyday life.
I've got 2 connected questions about popular usecases: using rvalue references with boost::in_place and boost::bind.
1. Using rvalue ref in boost::in_place
Consider... | 0 | [
2,
2848,
761,
15165,
2801,
77,
10419,
45,
45,
108,
1,
5119,
1990,
800,
3726,
3726,
31,
22,
79,
78,
20,
761,
15165,
7231,
19,
272,
20512,
17,
259,
20,
2484,
184,
20,
275,
105,
19,
10789,
201,
9,
31,
22,
195,
330,
172,
2587,
234... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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... |
Table with alternate colors and tr rounded corners
===
Hi guys having a issue if you guys can help.
I need to create a table that has both alternate and rounded TR corners, managed to create the tr corners using something like this http://jsfiddle.net/tXa53/
but now I cannot create the alternate part is there a jq... | 0 | [
2,
859,
29,
4912,
5268,
17,
9235,
8472,
8894,
800,
3726,
3726,
4148,
2776,
452,
21,
1513,
100,
42,
2776,
92,
448,
9,
31,
376,
20,
1600,
21,
859,
30,
63,
156,
4912,
17,
8472,
9235,
8894,
15,
1471,
20,
1600,
14,
9235,
8894,
568,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
display dropdownlist box option on jgrid
===
> I have a drop down list box where i display timezone with gmt hours.
> Now I want to display this option in Jgrid. Is it possible?
for(..)
{
<option value=<%=tzone.getTimeZoneID() %> > <%=tzone.getTimeZoneName() %> </option>
}
... | 0 | [
2,
3042,
2804,
2968,
5739,
1649,
4255,
27,
487,
16375,
800,
3726,
3726,
13,
1,
31,
57,
21,
2804,
125,
968,
1649,
113,
31,
3042,
85,
11661,
29,
12600,
38,
974,
9,
13,
1,
130,
31,
259,
20,
3042,
48,
4255,
19,
487,
16375,
9,
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... |
Entity framework - any difference between SaveChanges inside and outside a foreach loop?
===
Is there any performance benefit/technical differences between calling EF SaveChanges() in a foreach loop or outside a loop, assuming a change is made to an EF entity inside the loop? | 0 | [
2,
9252,
6596,
13,
8,
186,
2841,
128,
2079,
16229,
18,
572,
17,
719,
21,
26,
14322,
5293,
60,
800,
3726,
3726,
25,
80,
186,
956,
4234,
118,
22307,
4921,
128,
2555,
11599,
2079,
16229,
18,
5,
6,
19,
21,
26,
14322,
5293,
54,
719,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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,
0,
0... |
rotate image in android imageview
===
I want to build an application where, I have an image displayed via (ImageView).
and a textbox in the application.
I want to rotate the image in continuously for about 10 degree for every one second. when the image rotates, the textbox should display the number of times the imag... | 0 | [
2,
21448,
1961,
19,
13005,
1961,
4725,
800,
3726,
3726,
31,
259,
20,
1895,
40,
3010,
113,
15,
31,
57,
40,
1961,
6115,
1197,
13,
5,
22039,
4725,
6,
9,
17,
21,
1854,
5309,
19,
14,
3010,
9,
31,
259,
20,
21448,
14,
1961,
19,
11738... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Is too much memory allocation in Instruments bad?
===
I am playing around with Instruments. And I just recorded/profiled for memory leaks, I had very few memory leaks, but an overwhelming amount of allocations just keep going even when my app just opened. Here is a screenshot after using the app for less than 10 secon... | 0 | [
2,
25,
266,
212,
1912,
16840,
19,
4507,
896,
60,
800,
3726,
3726,
31,
589,
791,
140,
29,
4507,
9,
17,
31,
114,
801,
118,
14503,
43,
26,
1912,
11724,
18,
15,
31,
41,
253,
310,
1912,
11724,
18,
15,
47,
40,
11276,
2006,
16,
16840... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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 user site customization options form to change CSS?
===
I'm currently working on a simple web application where users each have their own site with its own subdomain.
I want to give each user a settings panel where they have a form for changing a few simple css properties for only their site.
I'm thinking ... | 0 | [
2,
2240,
18,
4155,
689,
5816,
1829,
6368,
505,
20,
753,
272,
18,
18,
60,
800,
3726,
3726,
31,
22,
79,
871,
638,
27,
21,
1935,
2741,
3010,
113,
3878,
206,
57,
66,
258,
689,
29,
82,
258,
972,
537,
6232,
9,
31,
259,
20,
590,
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... |
Sending value to ajax using a button
===
I have a table in which i get some data from mysql database, These are actually some requests from users, I want to review the requests and then either approve or reject them, so basically I'll get each row from data base and I'll edit one column only which is status.
currentl... | 0 | [
2,
4907,
1923,
20,
20624,
568,
21,
5167,
800,
3726,
3726,
31,
57,
21,
859,
19,
56,
31,
164,
109,
1054,
37,
51,
18,
22402,
6018,
15,
158,
50,
1121,
109,
12279,
37,
3878,
15,
31,
259,
20,
1487,
14,
12279,
17,
94,
694,
14741,
54,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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... |
use the android MediaController in xml layout
===
Im on the computer for few hours, searching for this answer on android developers, google, youtube and every other source. I tried to search on this site but I got nothin.
when I go to the main.xml file and add MediaController to the layout, I have only these option... | 0 | [
2,
275,
14,
13005,
941,
12898,
1252,
19,
23504,
9106,
800,
3726,
3726,
797,
27,
14,
1428,
26,
310,
974,
15,
5792,
26,
48,
1623,
27,
13005,
10168,
15,
8144,
15,
7330,
17,
352,
89,
1267,
9,
31,
794,
20,
2122,
27,
48,
689,
47,
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... |
Replacing with java regex
===
String str = "abcde123_92qwq_1a_02x_1e";
I want to replace the first string part between the first two underscores (**92qwq**) with the o. How can I do this with regex?
Eg :
<br>abcde123_**92qwq**_1a_02x_1e must be abcde123_**0**_1a_02x_1e;
<br>abcde123_**sdet4**_1a_02x_1e mu... | 0 | [
2,
5496,
29,
8247,
7953,
1706,
800,
3726,
3726,
3724,
13,
9729,
800,
13,
7,
21880,
546,
918,
240,
1,
4327,
1251,
499,
1251,
1,
165,
58,
1,
3564,
396,
1,
165,
62,
7,
73,
31,
259,
20,
3934,
14,
64,
3724,
141,
128,
14,
64,
81,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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 set metadata when posting via email in Wordpress
===
I have a custom post defined that includes an item of metadata (a URL). My Wordpress loop displays the title of the post and links to the URL - the content is not displayed.
Can anyone help me set up posting via e-mail in Wordpress such that the subject li... | 0 | [
2,
184,
20,
309,
28057,
76,
15669,
1197,
8517,
19,
833,
5890,
800,
3726,
3726,
31,
57,
21,
5816,
678,
2811,
30,
1103,
40,
9101,
16,
28057,
13,
5,
58,
287,
6362,
6,
9,
51,
833,
5890,
5293,
9412,
14,
581,
16,
14,
678,
17,
6271,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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... |
Creating sprites in programming
===
I'm making a game in html5 and js using the canvas.
I created the basic structure: move the map, objects and sprites.
I have a problem of logic, not programming:
for the entertainment of men use the sprites, (like this: http://www.d-grafix.com/gfx/walk_iso.jpg)
I would allow the... | 0 | [
2,
2936,
27902,
18,
19,
3143,
800,
3726,
3726,
31,
22,
79,
544,
21,
250,
19,
13,
15895,
264,
17,
487,
18,
568,
14,
9696,
9,
31,
679,
14,
2125,
1411,
45,
780,
14,
2942,
15,
3916,
17,
27902,
18,
9,
31,
57,
21,
1448,
16,
7085,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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... |
XMLSerialization for a List
===
I have class like this below shown. which contains the shopping items where the number can vary from 0 to n.
namespace SerializationPOC
{
public class ShoppingItems
{
public string CustomerName { get; set; }
public string Address { g... | 0 | [
2,
23504,
4104,
2815,
1829,
26,
21,
968,
800,
3726,
3726,
31,
57,
718,
101,
48,
1021,
1721,
9,
56,
1588,
14,
4884,
3755,
113,
14,
234,
92,
7392,
37,
713,
20,
13,
103,
9,
204,
5582,
5956,
1829,
23093,
13,
1,
317,
718,
4884,
211... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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 mySQL JOIN with matching column names
===
Noticed a rather large problem. When I join two tables togeter the fact that there is a column called ID in both of them causes the wrong tables ID to be used in a PHP equasion later on.
The simple solution would be to change the column name, but there are other standar... | 0 | [
2,
13,
26120,
51,
18,
22402,
1865,
29,
10120,
4698,
1817,
800,
3726,
3726,
2711,
21,
864,
370,
1448,
9,
76,
31,
1865,
81,
7484,
20,
3060,
106,
14,
837,
30,
80,
25,
21,
4698,
227,
4924,
19,
156,
16,
105,
4047,
14,
1389,
7484,
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... |
Running Django with Run can not find LESS CSS
===
I have a Django project that uses buildout. When running or debugging the application it runs fine by using my buildout script. I also use django-compressor to compress and compile my LESS files. I installed LESS server side with node and you can access the lessc binar... | 0 | [
2,
946,
3857,
14541,
29,
485,
92,
52,
477,
787,
272,
18,
18,
800,
3726,
3726,
31,
57,
21,
3857,
14541,
669,
30,
2027,
1895,
1320,
9,
76,
946,
54,
121,
16254,
2762,
14,
3010,
32,
1461,
1123,
34,
568,
51,
1895,
1320,
3884,
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... |
How to get errors in jquery
===
I didn't work with jQuery since 1.3 and now it seems like every think that you do is wrapped in a try catch. how do i see my runtime error? its impossible to program | 0 | [
2,
184,
20,
164,
11908,
19,
487,
8190,
93,
800,
3726,
3726,
31,
223,
22,
38,
170,
29,
487,
8190,
93,
179,
137,
9,
240,
17,
130,
32,
2206,
101,
352,
277,
30,
42,
107,
25,
3684,
19,
21,
1131,
2949,
9,
184,
107,
31,
196,
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,
0,
0,
0,
0,
0,
0,
0,
0... |
Which is better to design dynamic worlflow diagrams : Graphiti or Draw2D?
===
Which is more better , powerful and flexible between Graphiti or Draw2D,
As i need to design dynamic workflow diagrams.
So please let me know which is better ?
As I am also unable to make Diamond shape so please tell me how to make diamon... | 0 | [
2,
56,
25,
574,
20,
704,
7782,
4808,
6362,
9990,
14161,
18,
13,
45,
7210,
8793,
54,
2003,
135,
43,
60,
800,
3726,
3726,
56,
25,
91,
574,
13,
15,
2177,
17,
13568,
128,
7210,
8793,
54,
2003,
135,
43,
15,
28,
31,
376,
20,
704,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
dynamic library loading with linking to static library
===
I have a program structure that have a static library(ACE), static library(common.a), dynamic library plugin 1(1.so), plugin 2(2.so) and executable
plugin1, plugin2 and executable all use both common.a and libACE.a
Follow the tutorial here: http://www.yo... | 0 | [
2,
7782,
1248,
12797,
29,
12585,
20,
12038,
1248,
800,
3726,
3726,
31,
57,
21,
625,
1411,
30,
57,
21,
12038,
1248,
5,
6174,
6,
15,
12038,
1248,
5,
17130,
9,
58,
6,
15,
7782,
1248,
10922,
108,
137,
5,
165,
9,
656,
6,
15,
10922,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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.