unified_texts stringlengths 32 30.1k | OpenStatus_id int64 0 4 | input_ids list | token_type_ids list | attention_mask list |
|---|---|---|---|---|
How to outline text in HTML / CSS
===
Let's say I have white characters and I want a black outline over each character (this is different from outlining the whole text box).
What is the code to make this outline ?
| 0 | [
2,
184,
20,
11160,
1854,
19,
13,
15895,
13,
118,
272,
18,
18,
800,
3726,
3726,
408,
22,
18,
395,
31,
57,
359,
1766,
17,
31,
259,
21,
319,
11160,
84,
206,
925,
13,
5,
1565,
25,
421,
37,
70,
8930,
14,
979,
1854,
1649,
6,
9,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0... |
How can I select and drag a line in canvas?
===
I'm now working on a painting app. It uses a html canvas. Users can draw shapes on the canvas.
Now a problem comes to me. I want to select the line that I drew on the canvas. When it is selected, I can drag it or delete it. How can I implement it ? Any good ideas? | 0 | [
2,
184,
92,
31,
5407,
17,
5501,
21,
293,
19,
9696,
60,
800,
3726,
3726,
31,
22,
79,
130,
638,
27,
21,
2469,
4865,
9,
32,
2027,
21,
13,
15895,
9696,
9,
3878,
92,
2003,
12129,
27,
14,
9696,
9,
130,
21,
1448,
1624,
20,
55,
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... |
EnvDTE.Breakpoint.FunctionName is sometimes empty
===
I'm programatically reading and setting breakpoints in Visual Studio. I get breakpoint information via Debugger.Breakpoints collection.
However, sometimes the Breakpoint.FunctionName is not set. Has anyone already encountered this problem or knows the exact cond... | 0 | [
2,
1957,
710,
43,
591,
9,
12008,
3132,
9,
22359,
7259,
25,
1030,
2424,
800,
3726,
3726,
31,
22,
79,
625,
721,
8438,
1876,
17,
2697,
1442,
3132,
18,
19,
3458,
1120,
9,
31,
164,
1442,
3132,
676,
1197,
121,
2345,
11356,
9,
12008,
3... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
ios core data - clone entity to another entity
===
I have 2 entity, Units and BUnits, the Units entity have a data that will be replaced many time, and the BUnits will be the backup of the Units entity before clearing it's data.
So, I've created a `NSManagedObjectContext` instance, then I've retrive an instance for... | 0 | [
2,
13,
7760,
2884,
1054,
13,
8,
13871,
9252,
20,
226,
9252,
800,
3726,
3726,
31,
57,
172,
9252,
15,
1398,
17,
5502,
7363,
15,
14,
1398,
9252,
57,
21,
1054,
30,
129,
44,
1141,
151,
85,
15,
17,
14,
5502,
7363,
129,
44,
14,
10119... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
apply permissions to the child folders using NTFS
===
i used the below code for applying permissions for a folder, that worked fine but i want the permissions to be applied for all the child folders also inside the main folder....how to achieve that?
ADsSecurity objADsSec;
SecurityDescripto... | 0 | [
2,
5645,
5572,
18,
20,
14,
850,
19294,
18,
568,
13,
2877,
11754,
800,
3726,
3726,
31,
147,
14,
1021,
1797,
26,
11989,
5572,
18,
26,
21,
19294,
15,
30,
577,
1123,
47,
31,
259,
14,
5572,
18,
20,
44,
2435,
26,
65,
14,
850,
19294,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 asp error '800706be' while creating the object in include files
===
I have got ASP application, and let me clear all code is working fine in my old server.
We recently moved our application to windows 2008 server R2 SP1, now after the deployment, in our default.asp page we we including four different files,... | 0 | [
2,
1017,
28,
306,
7019,
13,
22,
8464,
3318,
379,
863,
22,
133,
2936,
14,
3095,
19,
468,
6488,
800,
3726,
3726,
31,
57,
330,
28,
306,
3010,
15,
17,
408,
55,
1207,
65,
1797,
25,
638,
1123,
19,
51,
315,
8128,
9,
95,
1989,
385,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 eclipse be automated to automatically give your apk a different name when debugging?
===
I'd like to test my app on my phone, but obviously the app signed with the debug cert conflicts with the app published on the market.
I'm trying to locate a problem that I suspect is associated with proguard so I'd like to ... | 0 | [
2,
92,
11652,
44,
14904,
20,
7499,
590,
154,
21,
17244,
21,
421,
204,
76,
121,
16254,
2762,
60,
800,
3726,
3726,
31,
22,
43,
101,
20,
1289,
51,
4865,
27,
51,
1132,
15,
47,
4409,
14,
4865,
908,
29,
14,
121,
16254,
13,
17580,
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... |
Tabbar selection not working properly in xcode 4.2
===
I am developing a tabbar application in xcode 4.2, but i am facing strange problem that is when i tap on upper layer of tabbar then it select and when i tap on lower layer it not select.
![Here is my tabbar][1]
and area where it accept tap![upper layer][2]
... | 0 | [
2,
6523,
1850,
3155,
52,
638,
7428,
19,
993,
9375,
268,
9,
135,
800,
3726,
3726,
31,
589,
3561,
21,
6523,
1850,
3010,
19,
993,
9375,
268,
9,
135,
15,
47,
31,
589,
4325,
2578,
1448,
30,
25,
76,
31,
5526,
27,
1508,
5385,
16,
652... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Head movement detection - iOS
===
Someone asked me if is it possible to detect the head movement of someone using the iPhone's camera. It's because that the person wants to detect when his head touches some random objects falling from above.
[This game][1] represents almost what I'm trying to say. Is it possible t... | 0 | [
2,
157,
1018,
11643,
13,
8,
13,
7760,
800,
3726,
3726,
737,
411,
55,
100,
25,
32,
938,
20,
9092,
14,
157,
1018,
16,
737,
568,
14,
21024,
22,
18,
3336,
9,
32,
22,
18,
185,
30,
14,
840,
2846,
20,
9092,
76,
33,
157,
13935,
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... |
Why c# void is a structure?
===
**I realized that void return type is a Structure. Why?**
...
public void TestMethod()
{
}
... | 0 | [
2,
483,
272,
5910,
11364,
25,
21,
1411,
60,
800,
3726,
3726,
13,
1409,
49,
1896,
30,
11364,
788,
1001,
25,
21,
1411,
9,
483,
60,
1409,
13,
9,
9,
9,
317,
11364,
1289,
5909,
1807,
43,
5,
6,
13,
1,
13,
1,
13,
9,
9,
9,
3,
0,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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... |
I want vb script to send a emial notification from remote machine which is in vpn network to my local machine
===
I have the below code which works fine in local network, But i want the same feature to work for remote machine which i connect through vpn even when i am not logged in....
Function Sendmail()
Dim o... | 0 | [
2,
31,
259,
13,
20468,
3884,
20,
2660,
21,
8468,
192,
52,
4634,
37,
5388,
1940,
56,
25,
19,
13,
10924,
103,
982,
20,
51,
375,
1940,
800,
3726,
3726,
31,
57,
14,
1021,
1797,
56,
693,
1123,
19,
375,
982,
15,
47,
31,
259,
14,
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... |
how to set mac address in war file
===
User opens the my website link and fill the registration form....then we capture the user Ip address,mac address,Os version ,host name .Again war file directly send the user which the user mention email address in your registration form.then user download this war file and deplo... | 0 | [
2,
184,
20,
309,
1572,
3218,
19,
176,
3893,
800,
3726,
3726,
4155,
8965,
14,
51,
2271,
3508,
17,
3509,
14,
8587,
505,
9,
9,
9,
9,
2504,
95,
3683,
14,
4155,
15735,
3218,
15,
6893,
3218,
15,
759,
615,
13,
15,
11694,
204,
13,
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... |
Option to see the text in different language in android?
===
**I am working on an application in which i want to give the three language options to the user like English ,Hindi and Punjabi(Regional language).**
*I want to know that what is the best possible way to do that ?* **One way which i find is** to make the... | 0 | [
2,
4255,
20,
196,
14,
1854,
19,
421,
816,
19,
13005,
60,
800,
3726,
3726,
13,
1409,
49,
589,
638,
27,
40,
3010,
19,
56,
31,
259,
20,
590,
14,
132,
816,
6368,
20,
14,
4155,
101,
486,
13,
15,
28120,
17,
20889,
5,
24967,
816,
6... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Suggestion on iOS development
===
I am developing an iOS app - which is basically content driven - which has categorized information. But yes, the content would be updated often - for which the users would be prompted with an alert, if they would like to update now or later. So the suggestions I need are:
1. The co... | 0 | [
2,
10910,
27,
13,
7760,
522,
800,
3726,
3726,
31,
589,
3561,
40,
13,
7760,
4865,
13,
8,
56,
25,
11374,
2331,
5355,
13,
8,
56,
63,
23346,
676,
9,
47,
1643,
15,
14,
2331,
83,
44,
6372,
478,
13,
8,
26,
56,
14,
3878,
83,
44,
9... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to get HID profile connected to iOS device?
===
I want to check whether the BT device is the device I want by the HID profile.
Is is possible??
And how to get the HID profile?
Thanks for your help | 0 | [
2,
184,
20,
164,
10135,
5296,
2587,
20,
13,
7760,
3646,
60,
800,
3726,
3726,
31,
259,
20,
2631,
1472,
14,
334,
38,
3646,
25,
14,
3646,
31,
259,
34,
14,
10135,
5296,
9,
25,
25,
938,
60,
60,
17,
184,
20,
164,
14,
10135,
5296,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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... |
Line breaks in XSLT formatted code documentation (xml)
===
Our WinForms based application takes documentation files that were generated by Visual Studio (Xml documentation), performs some XSLT transformation and displays the result in a WebBrowser control inside our form.
Problem is, We cannot seem to get line brea... | 0 | [
2,
293,
7947,
19,
993,
18,
255,
38,
13,
29850,
1797,
13945,
13,
5,
396,
8184,
6,
800,
3726,
3726,
318,
628,
4190,
18,
432,
3010,
1384,
13945,
6488,
30,
46,
6756,
34,
3458,
1120,
13,
5,
396,
8184,
13945,
6,
15,
11563,
109,
993,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
image on top of buttton android
===
Is it possible to add an image(view) on top of a button (which as a background image)
It m porting and iOS app to Android and it wasnt a problem on iOS, but i m wondering if it s the right approch on android because of layouts..
| 0 | [
2,
1961,
27,
371,
16,
47,
38,
444,
13005,
800,
3726,
3726,
25,
32,
938,
20,
3547,
40,
1961,
5,
4725,
6,
27,
371,
16,
21,
5167,
13,
5,
2140,
28,
21,
2395,
1961,
6,
32,
307,
1295,
68,
17,
13,
7760,
4865,
20,
13005,
17,
32,
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... |
How to add subview to uiscrollview to start of content (before first subview)?
===
I write a chat module and i need to load previous messages to chat when user scrolling up a chat view. It is so easy to add subview to end of content, but i don't know how to add subview to start :(. | 0 | [
2,
184,
20,
3547,
972,
4725,
20,
13,
5661,
3862,
8694,
4725,
20,
799,
16,
2331,
13,
5,
12750,
64,
972,
4725,
6,
60,
800,
3726,
3726,
31,
2757,
21,
6615,
12613,
17,
31,
376,
20,
6305,
1158,
7561,
20,
6615,
76,
4155,
13,
28166,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Force close App after installing on device?
===
My App Installs successfully on device and emulator.In emulator it starts immediately but on **some** devices when user clicks on `open` button in activity that appears after installing App,"ANR" dialog appears and on other devices when user clicks `open` main Activity o... | 0 | [
2,
558,
543,
4865,
75,
25429,
27,
3646,
60,
800,
3726,
3726,
51,
4865,
16146,
18,
3673,
27,
3646,
17,
3579,
14868,
9,
108,
3579,
14868,
32,
3244,
1375,
47,
27,
13,
1409,
3220,
1409,
4690,
76,
4155,
10840,
18,
27,
13,
1,
10157,
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... |
Verification mail being marked as spam (Gmail only)
===
For our client we made a basic account registration functionality for his website. Each user is required to verify his/her e-mailaddress. However, Gmail keeps marking these verification messages as spam. Other spamfilters we've tested (SpamAssassin, Outlook Built... | 0 | [
2,
25056,
4216,
142,
2739,
28,
6954,
79,
13,
5,
263,
8079,
104,
6,
800,
3726,
3726,
26,
318,
6819,
95,
117,
21,
2125,
2176,
8587,
18548,
26,
33,
2271,
9,
206,
4155,
25,
1390,
20,
21012,
33,
118,
1694,
13,
62,
8,
8079,
27950,
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... |
Associations, create a task for a project from project index view
===
I have an association between a project and a task.
A project has_many taks and a task belongs_to a project.
My model is working great. I can create tasks from project and so on.
My problem comes when I want to add a button on the project i... | 0 | [
2,
10642,
15,
1600,
21,
3005,
26,
21,
669,
37,
669,
4348,
1418,
800,
3726,
3726,
31,
57,
40,
607,
128,
21,
669,
17,
21,
3005,
9,
21,
669,
63,
1,
14842,
13302,
18,
17,
21,
3005,
7034,
1,
262,
21,
669,
9,
51,
1061,
25,
638,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 many classes per unit are advisable to have?
===
My question is specific to Delphi. I think that in Java and C# world it is a rather accepted practice to generally have one module per class. I think this is a good rule to follow in Delphi too, because in Delphi private members aren't really private if you have mor... | 4 | [
2,
184,
151,
2684,
416,
1237,
50,
21,
43,
3762,
579,
20,
57,
60,
800,
3726,
3726,
51,
1301,
25,
1903,
20,
23030,
9,
31,
277,
30,
19,
8247,
17,
272,
5910,
126,
32,
25,
21,
864,
2217,
1345,
20,
1469,
57,
53,
12613,
416,
718,
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... |
Beginner's guide to ElasticSearch
===
There hasn't been any books about ElasticSearch (that I know of), and http://www.elasticsearch.org/guide/ seems to contain only references.
Any good beginner's guide or tutorials, perhaps by examples, to recommend, especially in terms of the different mapping and indexing strat... | 0 | [
2,
26931,
22,
18,
3378,
20,
931,
9428,
25136,
800,
3726,
3726,
80,
9979,
22,
38,
74,
186,
964,
88,
931,
9428,
25136,
13,
5,
887,
31,
143,
16,
6,
15,
17,
7775,
6903,
6483,
9,
532,
9428,
25136,
9,
5583,
118,
17599,
118,
2206,
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... |
Switch hosts file configuration ON/OFF
===
I have set up a local configuration mirroring my remote configuration using MAMP.
To tell my browser which environment to use I have an entry in `hosts` file which I can comment, selecting the local or remote configuration.
127.0.0.1 aem.davidcasillas.es #Uncomme... | 0 | [
2,
5521,
5397,
3893,
8091,
27,
118,
1299,
800,
3726,
3726,
31,
57,
309,
71,
21,
375,
8091,
3402,
68,
51,
5388,
8091,
568,
1216,
2554,
9,
20,
494,
51,
16495,
56,
2307,
20,
275,
31,
57,
40,
2792,
19,
13,
1,
11694,
18,
1,
3893,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
AppEngine: Using a single servlet to serve both authenticated and unauthenticated requests
===
What is the best method, security wise, to use the same servlet.
the servlet is Google's **com.google.web.bindery.requestfactory.server.RequestFactoryServlet**
I can use two types of urls, and using security-constraint... | 0 | [
2,
4865,
16847,
45,
568,
21,
345,
13,
10321,
1336,
20,
1884,
156,
14351,
1669,
17,
367,
1346,
2504,
1786,
1669,
12279,
800,
3726,
3726,
98,
25,
14,
246,
2109,
15,
1221,
6714,
15,
20,
275,
14,
205,
13,
10321,
1336,
9,
14,
13,
103... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Converting String with toCharArray results in different Characters
===
This is baffling me. I am grabbing a String and converting it to a Char array but the resulting characters are not the same as the original String. What gives? I've tried it one character at a time as well as trying toCharArray(). Same results.
... | 0 | [
2,
19583,
3724,
29,
20,
5433,
8576,
93,
1736,
19,
421,
1766,
800,
3726,
3726,
48,
25,
334,
6752,
802,
55,
9,
31,
589,
9910,
21,
3724,
17,
19583,
32,
20,
21,
4892,
7718,
47,
14,
2927,
1766,
50,
52,
14,
205,
28,
14,
501,
3724,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 run some code when a window is closed in a Sublime Text 2 plugin?
===
I need to make sure that some processes are killed when a user closes a window, or at least when the user closes the program.
I have tried numerous things and none of them are working, at this point I'm fairly certain it's not possible ... | 0 | [
2,
184,
92,
31,
485,
109,
1797,
76,
21,
1463,
25,
827,
19,
21,
27644,
1854,
172,
10922,
108,
60,
800,
3726,
3726,
31,
376,
20,
233,
562,
30,
109,
5102,
50,
841,
76,
21,
4155,
543,
18,
21,
1463,
15,
54,
35,
639,
76,
14,
4155,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Conditionally include resource in Android (Eclipse) based on project
===
I am building an Android app in Eclipse and have two similar apps based on the same code base, a 'London' one and a 'UK' one. To build each app, I just re-name the main package and change a static int in the Application class. The app uses the v... | 0 | [
2,
2874,
1326,
468,
6577,
19,
13005,
13,
5,
3319,
6013,
870,
6,
432,
27,
669,
800,
3726,
3726,
31,
589,
353,
40,
13005,
4865,
19,
11652,
17,
57,
81,
835,
4865,
18,
432,
27,
14,
205,
1797,
1000,
15,
21,
13,
22,
12474,
22,
53,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
OpenCV DestroyWindow doesn't work on Ubuntu
===
In the following code, DestroyWindow or DestroyAllWindows can't close the window opened by ShowImage. When I tried to close it by clicking the close button, the window suspended. After killing the window, the whole IDLE closed.
import cv
image = cv.LoadImag... | 0 | [
2,
368,
12732,
4407,
27508,
1437,
22,
38,
170,
27,
287,
12968,
2473,
800,
3726,
3726,
19,
14,
249,
1797,
15,
4407,
27508,
54,
4407,
1233,
27508,
18,
92,
22,
38,
543,
14,
1463,
520,
34,
298,
22039,
9,
76,
31,
794,
20,
543,
32,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
The connection was reset on wamp
===
hi there I have installed wamp server on my pc. Then I have installed a zend application. I put it in the medaffiliate.com directory in www directory. When I access that directory by `localhost/medaffiliate.com` it just shows
The connection was reset
I have gone through ma... | 0 | [
2,
14,
2760,
23,
23422,
27,
619,
10158,
800,
3726,
3726,
4148,
80,
31,
57,
4066,
619,
10158,
8128,
27,
51,
5168,
9,
94,
31,
57,
4066,
21,
10526,
43,
3010,
9,
31,
442,
32,
19,
14,
9488,
6752,
12765,
591,
9,
960,
16755,
19,
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... |
jQuery - Remove object from array
===
I'm trying to remove an object from an array with
delete array[index]
which is deleting the object from the array however the .length property of the array is still == 1
Any ideas?
PS I'm trying to delete a question e.g. topic->questions[question_id]
![enter image ... | 0 | [
2,
487,
8190,
93,
13,
8,
4681,
3095,
37,
7718,
800,
3726,
3726,
31,
22,
79,
749,
20,
4681,
40,
3095,
37,
40,
7718,
29,
27448,
7718,
2558,
25671,
500,
56,
25,
121,
1336,
68,
14,
3095,
37,
14,
7718,
207,
14,
13,
9,
6325,
1354,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 all tables from database and loop through each table using C#,linq query and entity frame work
===
I have sql server 2012 database with 12 tables (excluding look up tables). i am using entity frame work and trying to query. i am able to query a table
ClientEntities dc = new ClientEntities();
var ... | 0 | [
2,
164,
65,
7484,
37,
6018,
17,
5293,
120,
206,
859,
568,
272,
5910,
15,
1226,
1251,
25597,
17,
9252,
3523,
170,
800,
3726,
3726,
31,
57,
4444,
255,
8128,
563,
6018,
29,
390,
7484,
13,
5,
14938,
361,
71,
7484,
6,
9,
31,
589,
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... |
Rails form submit variations
===
I have two applications of this which I think may need to be solved differently.
First, I have a sign up button on my home screen, which should take me first to create a billing account, and then to create a user account. However, the create billing account submit redirects to the ... | 0 | [
2,
2240,
18,
505,
12298,
8194,
800,
3726,
3726,
31,
57,
81,
3767,
16,
48,
56,
31,
277,
123,
376,
20,
44,
15091,
12670,
9,
64,
15,
31,
57,
21,
1676,
71,
5167,
27,
51,
213,
2324,
15,
56,
378,
247,
55,
64,
20,
1600,
21,
1071,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
openGL draw line between two elements
===
I'm an openGL beginner, I need to draw a line between two meshes I've created.
Each mesh is associated with a different model matrix. I've been thinking on how to do it and I thought of this:
glMatrixMode(GL_MODELVIEW);
glLoadMatrixf(first_object_model_matrix);
... | 0 | [
2,
368,
8430,
2003,
293,
128,
81,
2065,
800,
3726,
3726,
31,
22,
79,
40,
368,
8430,
26931,
15,
31,
376,
20,
2003,
21,
293,
128,
81,
55,
1079,
18,
31,
22,
195,
679,
9,
206,
55,
1635,
25,
1598,
29,
21,
421,
1061,
8187,
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... |
Finally got my leader board up ,but score is not showing up
===
Ok, after a few headache pills and such I finally got my leaderboard to show up now I just need it where my score will pop up. My score is saved in a string as nsuserdefaults and under the name score.
.h file
#import <UIKi... | 0 | [
2,
722,
330,
51,
1156,
686,
71,
13,
15,
811,
1618,
25,
52,
3187,
71,
800,
3726,
3726,
5854,
15,
75,
21,
310,
14276,
17703,
17,
145,
31,
722,
330,
51,
1156,
2806,
20,
298,
71,
130,
31,
114,
376,
32,
113,
51,
1618,
129,
1675,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Issue with TreeSelectionListener
===
I am getting reference object from TreeselectionChangeEvent from my richface tree structure.
Can any one help me how to parse TreeselectionChangeEvent in java. | 0 | [
2,
1513,
29,
1913,
5033,
13891,
106,
800,
3726,
3726,
31,
589,
1017,
2801,
3095,
37,
1913,
5033,
16229,
4943,
38,
37,
51,
2042,
6413,
1541,
1411,
9,
92,
186,
53,
448,
55,
184,
20,
2017,
870,
1913,
5033,
16229,
4943,
38,
19,
8247,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... |
Creating a EDT (Eastern Daylight Time) - timestamp
===
I tried using the php function below to accomplish this, however, it returns a mounain time, timestamp. I was wondering if someone can help me understand how I change time zones, or if someone can help me correct this to EDT?
date("F j, Y, g:i a"); | 0 | [
2,
2936,
21,
13,
69,
38,
13,
5,
7842,
12344,
85,
6,
13,
8,
436,
38,
10158,
800,
3726,
3726,
31,
794,
568,
14,
13,
26120,
1990,
1021,
20,
14570,
48,
15,
207,
15,
32,
4815,
21,
11901,
325,
108,
85,
15,
436,
38,
10158,
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... |
Flash AS3 animation not running in IE9
===
I've got five Flash animations, that use AS3 computeSpectrum to create video animations for some of my songs.
Tested in Chrome, Firefox, Opera, and Safari just fine. Tested in IE7 and IE8 just fine. Tested in IE9, the flash player opens, but the music doesn't play, and the... | 0 | [
2,
4433,
28,
240,
6236,
52,
946,
19,
13,
660,
518,
800,
3726,
3726,
31,
22,
195,
330,
355,
4433,
6236,
18,
15,
30,
275,
28,
240,
23909,
7350,
4761,
20,
1600,
763,
6236,
18,
26,
109,
16,
51,
916,
9,
7631,
19,
13,
12985,
15,
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... |
404 error on remote appengine-go static file while local deploy works
===
I'm facing a problem where a static file is showing up correctly on the local machine via dev_appserver.py but once uploaded to the server it doesn't show and gives me a 404 error.
The partial directory file structre is:
- static/
... | 0 | [
2,
13,
23397,
7019,
27,
5388,
4865,
16847,
8,
839,
12038,
3893,
133,
375,
17617,
693,
800,
3726,
3726,
31,
22,
79,
4325,
21,
1448,
113,
21,
12038,
3893,
25,
3187,
71,
12044,
27,
14,
375,
1940,
1197,
9664,
1,
7753,
10321,
106,
9,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to detect Browser(Not window) close event
===
I want to detect Browser close(Not the window(tab)) and run a script. I tried `onunload` and `onbeforeunload` but they are working fine with tab close but if I close entire browser nothing happens. How can I do this? Thanks..! | 0 | [
2,
184,
20,
9092,
16495,
5,
1270,
1463,
6,
543,
807,
800,
3726,
3726,
31,
259,
20,
9092,
16495,
543,
5,
1270,
14,
1463,
5,
15783,
6,
6,
17,
485,
21,
3884,
9,
31,
794,
13,
1,
218,
1020,
8294,
1,
17,
13,
1,
218,
12750,
1020,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Show rows on clustered kmeans data
===
Hi I was wondering when you cluster data on the figure screen is there a way to show which rows the data points belong to when you scroll over them?
![enter image description here][1]
[1]: http://i.stack.imgur.com/yaVHZ.jpg
From the picture above I was hoping there w... | 0 | [
2,
298,
11295,
27,
7460,
69,
401,
5609,
18,
1054,
800,
3726,
3726,
4148,
31,
23,
5712,
76,
42,
7460,
1054,
27,
14,
1465,
2324,
25,
80,
21,
161,
20,
298,
56,
11295,
14,
1054,
819,
6219,
20,
76,
42,
12159,
84,
105,
60,
13,
187,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
telerik radcombobox "OnClientTextChange" event doesn't fire
===
I wrote the following code, based on telerik examples:
<telerik:RadComboBox ID="rcbPageSize"
runat="Server"
skin="Gray"
AllowCustomText="true"
Style="float:right; margin-left: 5px;"
Width="60px"
OnClie... | 0 | [
2,
4338,
6639,
4944,
960,
1192,
5309,
13,
7,
218,
150,
18513,
38,
11969,
16229,
7,
807,
1437,
22,
38,
535,
800,
3726,
3726,
31,
738,
14,
249,
1797,
15,
432,
27,
4338,
6639,
3770,
45,
13,
1,
14305,
6639,
45,
8278,
960,
1192,
5309... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Ruby: Trying to sneak another --option into Cucumber by monkey patching, but doesn't seem to work
===
I have written a small monkey patch for Cucumber which lets it print out file paths in a different way so I can Cmd-doubleclick on them in OSX Terminal to open the files directly in TextMate:
module Cucumber
... | 0 | [
2,
10811,
45,
749,
20,
10476,
226,
13,
8,
8,
2594,
3309,
77,
29440,
34,
11861,
7331,
68,
15,
47,
1437,
22,
38,
2260,
20,
170,
800,
3726,
3726,
31,
57,
642,
21,
284,
11861,
7331,
26,
29440,
56,
6884,
32,
4793,
70,
3893,
12074,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 data from Http request in servlet
===
I am sendin post request from jquery like this :
$.ajax({
type: "POST",
url: "Save",
data: { conr: conr ,expiry : expiry,settings : settings}
inside servlet , i am able to get parameters `(conr , expiry , settings)`
but the problem is that
t... | 0 | [
2,
164,
1054,
37,
7775,
3772,
19,
13,
10321,
1336,
800,
3726,
3726,
31,
589,
2660,
108,
678,
3772,
37,
487,
8190,
93,
101,
48,
13,
45,
5579,
9,
6881,
7522,
5,
1,
1001,
45,
13,
7,
6962,
7,
15,
287,
6362,
45,
13,
7,
19863,
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... |
Creating a simple web page using Java without using Servlet and Tomcat
===
I want to create a simple server application which runs on the desktop, and when I type my ip and port on the web browser, it connects to the server client which then opens a webpage with appropriate displays coded on the server application.
... | 0 | [
2,
2936,
21,
1935,
2741,
2478,
568,
8247,
366,
568,
13,
10321,
1336,
17,
2067,
5782,
800,
3726,
3726,
31,
259,
20,
1600,
21,
1935,
8128,
3010,
56,
1461,
27,
14,
17404,
15,
17,
76,
31,
1001,
51,
15735,
17,
1295,
27,
14,
2741,
164... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
having trouble getting sales for quarter
===
I'm trying to pull out the sales totals for quarter 1. I can't seem to get this to work. Any suggestions?
$total = 0;
$orders = Mage::getModel('sales_order/collection')
->addAttributeToSelect('*')
->addAttributeToFilter('created_at', array(
... | 0 | [
2,
452,
2572,
1017,
2598,
26,
2650,
800,
3726,
3726,
31,
22,
79,
749,
20,
2201,
70,
14,
2598,
600,
18,
26,
2650,
137,
9,
31,
92,
22,
38,
2260,
20,
164,
48,
20,
170,
9,
186,
18389,
60,
5579,
20148,
800,
713,
73,
5579,
7861,
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... |
brew install postgresql fails on Mac OS X Lion (10.7.4) with XCode 4.3.3
===
I'm running into an error while installing postgresql 9.1.4 with homebrew. I've tried everything I can think of to work around the problem including....
* running `brew install --use-gcc postgresql`
* running `brew install --use-clang pos... | 0 | [
2,
13,
13712,
16146,
678,
6879,
18,
22402,
13614,
27,
1572,
13,
759,
993,
6023,
13,
5,
1036,
9,
465,
9,
300,
6,
29,
993,
9375,
268,
9,
240,
9,
240,
800,
3726,
3726,
31,
22,
79,
946,
77,
40,
7019,
133,
25429,
678,
6879,
18,
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... |
spring mvc 3.1 catches jackson.map.jsonmappingexception and re-throws HttpMessageNotReadableException
===
looks like in 3.0.5, spring will not catch the jsonmappingexception and will just throw it.
Is it a bug fix or what? Thanks. | 0 | [
2,
1573,
307,
8990,
203,
9,
165,
12195,
2303,
9,
15022,
9,
728,
528,
540,
5574,
10066,
872,
17,
302,
8,
21440,
18,
7775,
3845,
18,
1303,
1270,
10647,
579,
10066,
872,
800,
3726,
3726,
1879,
101,
19,
203,
9,
387,
9,
264,
15,
1573... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Best way to use LUA
===
I have a game / app engine that I am currently integrating LUA into. An app is divided into scenes which contain actors. I want to allow the user to assign a LUA script per scene as well as per actor. What would be the best way to handle this? Should I create and manage a LUA state for each sce... | 0 | [
2,
246,
161,
20,
275,
1612,
58,
800,
3726,
3726,
31,
57,
21,
250,
13,
118,
4865,
1406,
30,
31,
589,
871,
24529,
1612,
58,
77,
9,
40,
4865,
25,
2350,
77,
3918,
56,
3717,
4977,
9,
31,
259,
20,
1655,
14,
4155,
20,
13952,
21,
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... |
How to Check If URL Exist Within SiteMapPath?
===
I am using the SiteMapPath for my breadcrumb. Currently it displays the path I took to my current page, but I have a message that displays "You are here: Level1 > Level2 > Level3". The SiteMapPath is placed within my MasterPage. I have pages that will not appear on the... | 0 | [
2,
184,
20,
2631,
100,
287,
6362,
3182,
363,
689,
15022,
8353,
60,
800,
3726,
3726,
31,
589,
568,
14,
689,
15022,
8353,
26,
51,
5988,
25241,
220,
9,
871,
32,
9412,
14,
2013,
31,
199,
20,
51,
866,
2478,
15,
47,
31,
57,
21,
2802... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Black screen after facebook update using android app
===
I am posting an image on facebook using android app. I am using SSO. After the update is done, a black screen appears rather than displaying where it left. Could anybody please tell me what is wrong? | 0 | [
2,
319,
2324,
75,
9090,
11100,
568,
13005,
4865,
800,
3726,
3726,
31,
589,
15669,
40,
1961,
27,
9090,
568,
13005,
4865,
9,
31,
589,
568,
13,
18,
656,
9,
75,
14,
11100,
25,
677,
15,
21,
319,
2324,
1780,
864,
119,
17418,
113,
32,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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... |
Capturing Android Menu button with a popup?
===
I have a main activity that does not use option menu. I need to implement this behavior:
1. When the Android Menu button is pressed, a popup is shown
2. When the Android Menu button is pressed again, the popup is dismissed.
I know how to do #1 by overriding onKeyDow... | 0 | [
2,
12859,
13005,
11379,
5167,
29,
21,
1675,
576,
60,
800,
3726,
3726,
31,
57,
21,
407,
2358,
30,
630,
52,
275,
4255,
11379,
9,
31,
376,
20,
8713,
48,
3257,
45,
137,
9,
76,
14,
13005,
11379,
5167,
25,
2931,
15,
21,
1675,
576,
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... |
Does the xlsx package work for xlsm files in R?
===
I am trying to read a range into a data.frame from a xlsm workbook. Can I do this with the xlsx package in R? If not, does anyone know of a way to do it?
Thank you! | 0 | [
2,
630,
14,
993,
7532,
396,
6030,
170,
26,
993,
7532,
79,
6488,
19,
761,
60,
800,
3726,
3726,
31,
589,
749,
20,
1302,
21,
978,
77,
21,
1054,
9,
8361,
37,
21,
993,
7532,
79,
170,
5199,
9,
92,
31,
107,
48,
29,
14,
993,
7532,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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/cURL Error 7; Couldn't connect to host
===
So I keep running into the same error... I've searched for hours to try to find a resolution, but I just can't seem to find the missing piece. Lots of other people asking about error 7 on stack overflow, but none that were similar to my scenario.
Basically, I'm using ... | 0 | [
2,
13,
26120,
118,
4734,
255,
7019,
453,
73,
711,
22,
38,
6379,
20,
2015,
800,
3726,
3726,
86,
31,
643,
946,
77,
14,
205,
7019,
9,
9,
9,
31,
22,
195,
9036,
26,
974,
20,
1131,
20,
477,
21,
4302,
15,
47,
31,
114,
92,
22,
38,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
pass value to button for jquery dialog
===
I have multiple buttons that gets created in a table which all look like this:
<button class="editbutton">Edit</button>
In this table the button will have a type associated with it, either APPLE or ORANGE.
What I want to do is pass in this type into my javascript... | 0 | [
2,
1477,
1923,
20,
5167,
26,
487,
8190,
93,
28223,
800,
3726,
3726,
31,
57,
1886,
12861,
30,
3049,
679,
19,
21,
859,
56,
65,
361,
101,
48,
45,
13,
1,
811,
444,
718,
3726,
7,
69,
242,
811,
444,
7,
1,
69,
242,
1,
118,
811,
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... |
How to get path of view file in codeigniter
===
I wanted to ask if there is any way i can get path of my view file in controller. For example
class welcome extends controller{
function __construct(){
parent::__construct();
}
function index(){
$this->load->view('... | 0 | [
2,
184,
20,
164,
2013,
16,
1418,
3893,
19,
1797,
9693,
242,
106,
800,
3726,
3726,
31,
417,
20,
1349,
100,
80,
25,
186,
161,
31,
92,
164,
2013,
16,
51,
1418,
3893,
19,
9919,
9,
26,
823,
718,
5575,
9073,
9919,
1,
1990,
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... |
How to display a jpanel thats been passed as an argument in netbeans?
===
I have used the netbeans GUI Designer to come up with a JFrame and I wishes to pass in two JPanels to the 2 dummy JPanels already placed inside the JFrame using the netbeans GUI Designer.
However, the code belows doesn't work and the JFrame ... | 0 | [
2,
184,
20,
3042,
21,
487,
3206,
532,
30,
18,
74,
1100,
28,
40,
5476,
19,
4275,
863,
5950,
60,
800,
3726,
3726,
31,
57,
147,
14,
4275,
863,
5950,
9457,
4742,
20,
340,
71,
29,
21,
487,
8361,
17,
31,
8803,
20,
1477,
19,
81,
48... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Telerik RadDock padding issue
===
I have set the RadDock padding to (0,0,0,0) on one of my windorms, but every time I build the project, the padding gets reset to the default size (5,5,5,5).
This is the first time I've encountered this problem, I've done this on numerous other forms in the past few days without an... | 0 | [
2,
4338,
6639,
4944,
11458,
4432,
3258,
1513,
800,
3726,
3726,
31,
57,
309,
14,
4944,
11458,
4432,
3258,
20,
13,
5,
387,
15,
387,
15,
387,
15,
387,
6,
27,
53,
16,
51,
1511,
248,
79,
18,
15,
47,
352,
85,
31,
1895,
14,
669,
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... |
Set texture for X.displayable.types.POINTS
===
Is it possible to set texture for X.displayable.types.POINTS ? | 0 | [
2,
309,
12714,
26,
993,
9,
2906,
5438,
579,
9,
4474,
18,
9,
3132,
18,
800,
3726,
3726,
25,
32,
938,
20,
309,
12714,
26,
993,
9,
2906,
5438,
579,
9,
4474,
18,
9,
3132,
18,
13,
60,
3,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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... |
CakePHP HTML qoute encoding issues
===
I’m working on cakephp 1.3. I’m finding issue in character encoding. I’ve two model **Keyword** and **Group**, such that Keyword belongs to Group. What I’m trying to do is to perform full text query in model Keyword.
function geParentKeyword($keyword) {
//$keywor... | 0 | [
2,
8390,
26120,
13,
15895,
2593,
1320,
62,
19608,
1549,
800,
3726,
3726,
31,
1,
79,
638,
27,
8390,
26120,
137,
9,
240,
9,
31,
1,
79,
3007,
1513,
19,
925,
19608,
9,
31,
1,
195,
81,
1061,
13,
1409,
4237,
9587,
1409,
17,
13,
1409... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Count lines of file in PHP on Windows
===
To determine the exact number of lines in a file I currently use:
if(exec("wc -l ".escapeshellarg($strFile), $arResult)) {
$arNum = explode(" ", $arResult[0]);
// ...
}
What is the best way of doing the same on Windows? | 0 | [
2,
2468,
1560,
16,
3893,
19,
13,
26120,
27,
1936,
800,
3726,
3726,
20,
3746,
14,
5340,
234,
16,
1560,
19,
21,
3893,
31,
871,
275,
45,
100,
5,
1706,
3319,
5,
7,
12354,
13,
8,
255,
13,
7,
9,
62,
13109,
15984,
10663,
5,
4403,
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... |
PivotalTracker to Github Isses migration
===
Folks.
Is there any beautyful and easy way to migrate all the user stories from PivotalTracker to Github Issues? | 0 | [
2,
22430,
4792,
106,
20,
13,
10404,
20926,
25,
7202,
8443,
800,
3726,
3726,
14563,
9,
25,
80,
186,
3679,
1566,
17,
2010,
161,
20,
22985,
65,
14,
4155,
1650,
37,
22430,
4792,
106,
20,
13,
10404,
20926,
1549,
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... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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... |
server timeout issue
===
I am using `tk10x` server to listen some request from a `GPS` device on my `OpenGTS` server. By default this tk10x has a timeout of 60000ms. I want to remove this timeout thing what should i do ? | 0 | [
2,
8128,
85,
1320,
1513,
800,
3726,
3726,
31,
589,
568,
13,
1,
38,
197,
1036,
396,
1,
8128,
20,
3834,
109,
3772,
37,
21,
13,
1,
13321,
18,
1,
3646,
27,
51,
13,
1,
10157,
263,
38,
18,
1,
8128,
9,
34,
12838,
48,
13,
38,
197,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Saving form fields in a MySQL DB usinf Flex
===
I have a MySQL database, and i created a DB and named it 'PERSONDB'. Within that DB, i have created a table and named it `Person`. This table has 3 fields. `id,name,age`.
Now i need to save some values from my flex website to the mySQL 'PERSONDB' that i created.
Ho... | 0 | [
2,
7599,
505,
2861,
19,
21,
51,
18,
22402,
13,
9007,
182,
108,
410,
14409,
800,
3726,
3726,
31,
57,
21,
51,
18,
22402,
6018,
15,
17,
31,
679,
21,
13,
9007,
17,
377,
32,
13,
22,
7276,
9007,
22,
9,
363,
30,
13,
9007,
15,
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 two Buttons on app widget UI, in android using XML having space in between two Buttons?
===
I am trying to make one widget in android which elaborate further my app. The widget should be like this...
Display two button 'punch in' and 'punch out' on its UI,having space in between.How to do this? Please ... | 0 | [
2,
184,
20,
164,
81,
12861,
27,
4865,
4807,
43,
3060,
13,
5661,
15,
19,
13005,
568,
23504,
452,
726,
19,
128,
81,
12861,
60,
800,
3726,
3726,
31,
589,
749,
20,
233,
53,
4807,
43,
3060,
19,
13005,
56,
7541,
653,
51,
4865,
9,
14... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Generating a sequence 1,3,8,22,60,164 .How to make my code more effficient?
===
#include <vector>
#include<iostream>
#include<stdio.h>
#define REP(i,n) for (ll i = 1; i <= n; i++)
using namespace std;
typedef unsigned long long int ll;
typedef vector<vector<ll> > matrix;
ll... | 0 | [
2,
13500,
21,
4030,
13,
19127,
15,
457,
15,
2287,
15,
3374,
15,
13700,
13,
9,
1544,
20,
233,
51,
1797,
91,
13,
9039,
1707,
18049,
38,
60,
800,
3726,
3726,
6926,
22640,
13,
1,
28033,
1,
6926,
22640,
1,
1963,
11260,
1,
6926,
22640... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
iPhone: SHA1 hash on ios 4.3
===
I'm using the following function for SHA1 hash from NSString in my application:
-(NSString *)stringToSha1:(NSString *)str{
const char *cstr = [str cStringUsingEncoding:NSUTF8StringEncoding];
NSData *data = [NSData dataWithBytes:cstr length:str.length];
... | 0 | [
2,
21024,
45,
4116,
165,
19170,
27,
13,
7760,
268,
9,
240,
800,
3726,
3726,
31,
22,
79,
568,
14,
249,
1990,
26,
4116,
165,
19170,
37,
13,
2172,
11130,
19,
51,
3010,
45,
13,
8,
5,
2172,
11130,
1637,
6,
11130,
262,
3162,
165,
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... |
Maven cycle dependency
===
I'm new to Maven and Im trying to make my own Java EE Maven project with some frameworks...
I have started with two modules and one parent module.
The problem is that Im getting this error when Im issue mvn clean:
[ERROR] The projects in the reactor contain a cyclic reference: Edge ... | 0 | [
2,
1216,
3124,
4150,
26835,
800,
3726,
3726,
31,
22,
79,
78,
20,
1216,
3124,
17,
797,
749,
20,
233,
51,
258,
8247,
13,
2851,
1216,
3124,
669,
29,
109,
6596,
18,
9,
9,
9,
31,
57,
373,
29,
81,
17113,
17,
53,
4766,
12613,
9,
14... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to search a String in Class in c#
===
I am developing an app in which i have some data fetched from net into a class.
Class is
public class Detail
{
public string name { get; set; }
public List<Education> education { get; set; }
public City city { get; set; }
... | 0 | [
2,
184,
20,
2122,
21,
3724,
19,
718,
19,
272,
5910,
800,
3726,
3726,
31,
589,
3561,
40,
4865,
19,
56,
31,
57,
109,
1054,
13,
28998,
37,
4275,
77,
21,
718,
9,
718,
25,
317,
718,
6110,
13,
1,
317,
3724,
204,
13,
1,
164,
73,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 count all row result as 1 in mysql?
===
how to count all row result as 1 in mysql?
i have a 2 tables, "tbl_a" which contain field patient and hospital,
next table name "tbl_b" is the consultation, now my problem is a want to count the patient that has let say 4 record in tbl_b if a patient has 4 record in t... | 0 | [
2,
184,
20,
2468,
65,
3131,
829,
28,
137,
19,
51,
18,
22402,
60,
800,
3726,
3726,
184,
20,
2468,
65,
3131,
829,
28,
137,
19,
51,
18,
22402,
60,
31,
57,
21,
172,
7484,
15,
13,
7,
38,
6287,
1,
58,
7,
56,
3717,
575,
4836,
17,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How do gaming companies locate the player for taxation on purchases?
===
I was just wondering about taxation policy for gaming companies. When we make an in-game purchase, there is an additional tax applied depending on the tax policies of the state we're playing the game from. How do gaming companies like Zynga know ... | 0 | [
2,
184,
107,
10968,
1532,
12717,
14,
517,
26,
17331,
27,
3301,
18,
60,
800,
3726,
3726,
31,
23,
114,
5712,
88,
17331,
1486,
26,
10968,
1532,
9,
76,
95,
233,
40,
19,
8,
5128,
3301,
15,
80,
25,
40,
1351,
2225,
2435,
4758,
27,
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... |
Call a Windows Forms .NET EXE from PHP
===
I've seen many posts on stackoverflow but none of them helped.
I was (am) trying to run a .NET Windows Forms application (it doesn't contain any forms/GUI/dialogs/so but because of the nature of app it has to be Windows Forms). I tried shell_exec(), exec(), passthru(), etc... | 0 | [
2,
645,
21,
1936,
1997,
13,
9,
2328,
1396,
62,
37,
13,
26120,
800,
3726,
3726,
31,
22,
195,
541,
151,
9868,
27,
7566,
2549,
9990,
47,
2369,
16,
105,
1456,
9,
31,
23,
13,
5,
765,
6,
749,
20,
485,
21,
13,
9,
2328,
1936,
1997,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
UserControl causes full postback
===
I have Placeholder within Update panel.
On Page_Load i load user contol via this code:
Control ctrl = LoadControl("~/UserControls/ListViewThumbs.ascx");
ucThumbs = (ListViewThumbs)ctrl;
... | 0 | [
2,
4155,
12898,
4047,
503,
678,
1958,
800,
3726,
3726,
31,
57,
209,
12427,
363,
11100,
4113,
9,
27,
2478,
1,
8294,
31,
6305,
4155,
1065,
13741,
1197,
48,
1797,
45,
569,
13,
4812,
6362,
800,
6305,
12898,
5,
7,
1,
118,
16704,
12898,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
cocoa: exception in main.m
===
When I run an application, the program just crashed in the main.m, I add an exception break point but the result is same, so I don't know what's the problem about my code, how can I solve it?
![enter image description here][1]
[1]: http://i.stack.imgur.com/U3Y0L.png | 0 | [
2,
24507,
45,
5391,
19,
407,
9,
79,
800,
3726,
3726,
76,
31,
485,
40,
3010,
15,
14,
625,
114,
7579,
19,
14,
407,
9,
79,
15,
31,
3547,
40,
5391,
1442,
454,
47,
14,
829,
25,
205,
15,
86,
31,
221,
22,
38,
143,
98,
22,
18,
1... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Android XML decompiling protection
===
Maybe this question was asked many times, but i can't find the answer.
Please explain, or give some links on how to protect XML files (layouts, values, animations, etc.) in my Android app from decompiling? For now, i see that some guys are just decompling apk file and using m... | 0 | [
2,
13005,
23504,
121,
11103,
49,
802,
2057,
800,
3726,
3726,
913,
48,
1301,
23,
411,
151,
436,
15,
47,
31,
92,
22,
38,
477,
14,
1623,
9,
2247,
3271,
15,
54,
590,
109,
6271,
27,
184,
20,
2196,
23504,
6488,
13,
5,
4414,
12638,
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... |
Use of DISTINCT with T-SQL Stored Procedure
===
I'm running the following stored procedure and there's a join of Classes and Dates tables. However, out of seven test records, I'm getting a single duplicate record in the results:
SELECT DISTINCT dbo.Classes.Title, dbo.Classes.ClassTime, dbo.Classes.Category,
... | 0 | [
2,
275,
16,
4421,
29,
13,
38,
8,
18,
22402,
8214,
7004,
800,
3726,
3726,
31,
22,
79,
946,
14,
249,
8214,
7004,
17,
80,
22,
18,
21,
1865,
16,
2684,
17,
4076,
7484,
9,
207,
15,
70,
16,
810,
1289,
742,
15,
31,
22,
79,
1017,
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... |
Resolving a shortcut that leads to an item in GameExplorer
===
I'm currently trying to resolve Windows shell links (*.lnk files) in a C# application.
Basically I'm using <a href="http://blogs.msdn.com/b/pigscanfly/archive/2010/12/05/c-ishelllink-com-interop-example.aspx">this</a> code and it's working really well.
... | 0 | [
2,
28687,
21,
502,
4118,
30,
4259,
20,
40,
9101,
19,
250,
6899,
7386,
106,
800,
3726,
3726,
31,
22,
79,
871,
749,
20,
9854,
1936,
3593,
6271,
13,
5,
2483,
9,
255,
5719,
6488,
6,
19,
21,
272,
5910,
3010,
9,
11374,
31,
22,
79,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
python print array without brackets in a single row
===
I have a list in Python
eg: names = ["Sam", "Peter", "James", "Julian", "Ann"]
I want to print the array in a single line without the normal "" []
names = ["Sam", "Peter", "James", "Julian", "Ann"]
print (names)
will give the output as;
... | 0 | [
2,
20059,
4793,
7718,
366,
21971,
19,
21,
345,
3131,
800,
3726,
3726,
31,
57,
21,
968,
19,
20059,
12369,
45,
1817,
800,
636,
7,
6101,
7,
15,
13,
7,
13734,
7,
15,
13,
7,
18309,
7,
15,
13,
7,
2142,
7757,
7,
15,
13,
7,
8636,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 MVC and validations on post?
===
**Hi,**
For a view that will be submited I have two actions with the same name but one of them have this attribute :
[AcceptVerbs(HttpVerbs.Post)]
In the nonPost action I usually makes some validations where the User will be redirect to another action if its not c... | 0 | [
2,
28,
306,
9,
2328,
307,
8990,
17,
27999,
18,
27,
678,
60,
800,
3726,
3726,
13,
1409,
1822,
15,
1409,
26,
21,
1418,
30,
129,
44,
12298,
69,
31,
57,
81,
3078,
29,
14,
205,
204,
47,
53,
16,
105,
57,
48,
35,
14755,
13,
45,
6... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Iterating through a context in parallel
===
As I understand Working with a `DataContext` in Parallel is not thread-safe but only if you declare your context as `static` (Based on MSDN documentation)
This is what I did, once I found it worked and the other time it failed !
It seems that I'm getting the usual error ... | 0 | [
2,
32,
106,
1880,
120,
21,
4141,
19,
3821,
800,
3726,
3726,
28,
31,
1369,
638,
29,
21,
13,
1,
18768,
1126,
11969,
1,
19,
3821,
25,
52,
9322,
8,
18166,
47,
104,
100,
42,
10123,
154,
4141,
28,
13,
1,
18077,
1,
13,
5,
1281,
27,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Is Windows registry redirection a "bad thing"?
===
I have my own installer program which I use to install several applications I have written.
I have been updating this program to avoid the application's data file updates going to the user's VirtualStore, as I read this was a "bad thing". I am doing this by storing... | 0 | [
2,
25,
1936,
18269,
302,
14706,
872,
21,
13,
7,
5989,
584,
7,
60,
800,
3726,
3726,
31,
57,
51,
258,
16146,
106,
625,
56,
31,
275,
20,
16146,
238,
3767,
31,
57,
642,
9,
31,
57,
74,
71,
43,
1880,
48,
625,
20,
2658,
14,
3010,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 Join three semi related tables
===
I have three tables in a Mysql database - countries, cities and hotels. Their relations are: countries hasMany cities and cities hasMany hotels.
I want to be able to select all hotels given a certain countries.id. I am pretty weak in SQL. The join statement i came up with ... | 0 | [
2,
184,
20,
1865,
132,
1922,
1597,
7484,
800,
3726,
3726,
31,
57,
132,
7484,
19,
21,
51,
18,
22402,
6018,
13,
8,
1166,
15,
1920,
17,
10499,
9,
66,
2649,
50,
45,
1166,
63,
14842,
1920,
17,
1920,
63,
14842,
10499,
9,
31,
259,
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... |
Android and drupal login system
===
Im in the middle of developing an android app, and in this app I want the user to login or register a new account. The way i want to have the login system to be, is that the app contacts my drupal website and (the site has the module called Janrain Engage) get the informations from ... | 0 | [
2,
13005,
17,
15708,
6720,
6738,
108,
329,
800,
3726,
3726,
797,
19,
14,
772,
16,
3561,
40,
13005,
4865,
15,
17,
19,
48,
4865,
31,
259,
14,
4155,
20,
6738,
108,
54,
2243,
21,
78,
2176,
9,
14,
161,
31,
259,
20,
57,
14,
6738,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Encode jpeg to H264 stream on Android (ffmpeg)
===
I have a bunch of jpeg images representing a video.
I need to encode the images in H264 format so I can stream it to a server (from android device).
I understand this can be done using ffmpeg library. I compiled ffmpeg to a .so file and now I'm trying to find out wh... | 0 | [
2,
20523,
487,
20427,
20,
746,
20470,
3766,
27,
13005,
13,
5,
2460,
79,
20427,
6,
800,
3726,
3726,
31,
57,
21,
7653,
16,
487,
20427,
3502,
3793,
21,
763,
9,
31,
376,
20,
20523,
14,
3502,
19,
746,
20470,
2595,
86,
31,
92,
3766,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
ExpressionEngine conditional logic with related_entries
===
{if taxonomy != "" OR related_pages != "" OR related_posts != "" OR related_news != ""}
<footer role="contentinfo">
{if taxonomy != ""}
<div id="taxonomy" itemprop="taxonomy">
<h3>Category tags for this page</h3>
<ul property... | 0 | [
2,
1803,
16847,
21206,
7085,
29,
1597,
1,
2291,
2829,
800,
3726,
3726,
13,
1,
821,
26802,
13,
187,
3726,
13,
7,
7,
54,
1597,
1,
6486,
18,
13,
187,
3726,
13,
7,
7,
54,
1597,
1,
6962,
18,
13,
187,
3726,
13,
7,
7,
54,
1597,
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... |
drag but empty clipdata
===
I can't find where's the problem, that I think I put things into the item and clipdata right,
however my onDrag always receive a null pointer exception and can't even get the number of item.
this is my OnDragListener Class
public class ScaleImageSize implements View.OnDragL... | 0 | [
2,
5501,
47,
2424,
12229,
18768,
800,
3726,
3726,
31,
92,
22,
38,
477,
113,
22,
18,
14,
1448,
15,
30,
31,
277,
31,
442,
564,
77,
14,
9101,
17,
12229,
18768,
193,
15,
207,
51,
27,
43,
11208,
550,
2588,
21,
16203,
454,
106,
5391... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Calculating convolution of two functions using FFT (FFTW)
===
I'm trying to speed up a computation for a neural simulator using the FFT.
The equation is:
(1) \sum(j=1 to N) (w(i - j) * s_NMDA[j])
where s_NMDA is a vector of length N and w is defined by:
(2) w(j) = tanh[1/(2 * sigma * p)] * exp(-abs(j) / (s... | 0 | [
2,
22937,
1065,
16261,
3309,
16,
81,
3719,
568,
13,
2460,
38,
13,
5,
2460,
38,
499,
6,
800,
3726,
3726,
31,
22,
79,
749,
20,
1362,
71,
21,
21683,
26,
21,
17371,
24565,
568,
14,
13,
2460,
38,
9,
14,
8020,
25,
45,
13,
5,
165,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Can't get my regular expression to match
===
It seems to me this should match just fine. Can someone point out to me what I'm doing wrong?
Regular Expression:
^.* ATM DEPOSIT (?'Month'\d{2})-(?'Day'\d{2}) #(?'Reference'[0-9A-Za-z]) .*$
String:
BKOFAMERICA ATM DEPOSIT 07-05 #006475 CUSTOMER 232... | 0 | [
2,
92,
22,
38,
164,
51,
1290,
1803,
20,
730,
800,
3726,
3726,
32,
2206,
20,
55,
48,
378,
730,
114,
1123,
9,
92,
737,
454,
70,
20,
55,
98,
31,
22,
79,
845,
1389,
60,
1290,
1803,
45,
13,
1,
9,
2483,
35,
79,
11380,
13,
5,
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... |
execute trigger when data is export from csv
===
We have seven tables in postgres database.t1,t2,t3,t4,t5,t,t7 Each table contains various columns with duplicate product_id number
The product_id number is exists is each table.That means
t1 --> 123(product_id)
t1 --> 123(with various other column data)... | 0 | [
2,
15644,
7286,
76,
1054,
25,
7487,
37,
272,
18,
710,
800,
3726,
3726,
95,
57,
810,
7484,
19,
678,
6879,
18,
6018,
9,
38,
165,
15,
38,
135,
15,
38,
240,
15,
38,
300,
15,
38,
264,
15,
38,
15,
38,
465,
206,
859,
1588,
617,
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... |
Presenting ModalViewController on resume from background, avoiding flash of content underneath
===
In my application I am presenting a modal view controller on top of the root view controller on launch and also when resuming from the background to present a loading/summary screen. This is dismissed after a few seconds... | 0 | [
2,
12310,
13,
20756,
4725,
12898,
1252,
27,
13113,
37,
2395,
15,
10298,
4433,
16,
2331,
7170,
800,
3726,
3726,
19,
51,
3010,
31,
589,
12310,
21,
13,
20756,
1418,
9919,
27,
371,
16,
14,
5900,
1418,
9919,
27,
3394,
17,
67,
76,
10719... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Migrating a PhoneGap iOS app to Android - experiencing terrible performance issues
===
We have been working for several months on a fairly substantial iOS app using PhoneGap 1.8.1 and Kendo UI from Telerik. I would say the iOS app is about 90% as fast as its native equivalent which is perfectly acceptable for us. We t... | 0 | [
2,
28749,
21,
1132,
1136,
306,
13,
7760,
4865,
20,
13005,
13,
8,
15138,
5803,
956,
1549,
800,
3726,
3726,
95,
57,
74,
638,
26,
238,
818,
27,
21,
6647,
6185,
13,
7760,
4865,
568,
1132,
1136,
306,
137,
9,
457,
9,
165,
17,
2639,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Testing with percentages and BigDecimal
===
I have two BigDecimals Actual, and Budgeted. I am dividing Actual by Budgeted to come up with a percent.
The problem I'm having is that as I am building some unit tests, I am trying to confirm that the resulting BigDecimal is .1 but when try equals(new BigDecimal(.1)) thi... | 0 | [
2,
4431,
29,
5780,
18,
17,
580,
9522,
49,
3482,
800,
3726,
3726,
31,
57,
81,
580,
9522,
49,
3482,
18,
3463,
15,
17,
3391,
69,
9,
31,
589,
18542,
3463,
34,
3391,
69,
20,
340,
71,
29,
21,
2091,
9,
14,
1448,
31,
22,
79,
452,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 billing address required for Paypal direct payment (credit card)
===
when user do a direct payment(buy as guest - pay by credit card), by default,user need to fill up credit card billing address and phone number before going to credit card number, csc etc. Actually i don't really want the billing address, can i dir... | 0 | [
2,
25,
1071,
68,
3218,
1390,
26,
1372,
6720,
1744,
7582,
13,
5,
21740,
2056,
6,
800,
3726,
3726,
76,
4155,
107,
21,
1744,
7582,
5,
2345,
93,
28,
2427,
13,
8,
1372,
34,
3251,
2056,
6,
15,
34,
12838,
15,
16704,
376,
20,
3509,
71... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Allow a delay before the swipe
===
I am writing a card game. When users touch a card in their hand, the one they are touching slides out to clarify which one they are touching since they can have up to 18 cards in their hand and they are kind of small. What I want next is for the user to be able to swipe the card up ... | 0 | [
2,
1655,
21,
7255,
115,
14,
27246,
800,
3726,
3726,
31,
589,
1174,
21,
2056,
250,
9,
76,
3878,
1723,
21,
2056,
19,
66,
224,
15,
14,
53,
59,
50,
6652,
18066,
70,
20,
23116,
56,
53,
59,
50,
6652,
179,
59,
92,
57,
71,
20,
474,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
JSF Annotations not working
===
I am having trouble getting the JSF annotations to work. I have spent some time trying to figure this out. I am useing Maven + Tomcat7 + JSF2.16 + JDK1.7 + Spring 3 + Hibernate 4.
Please forgive me in advance if it is something simple as I am a newbie.
Here is my pom.xml
<pro... | 0 | [
2,
487,
18,
410,
40,
1270,
7504,
52,
638,
800,
3726,
3726,
31,
589,
452,
2572,
1017,
14,
487,
18,
410,
40,
1270,
7504,
20,
170,
9,
31,
57,
1111,
109,
85,
749,
20,
1465,
48,
70,
9,
31,
589,
275,
68,
1216,
3124,
2754,
2067,
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... |
opening modal window and populating with jqGrid
===
Trying to get a jqGrid table to display in a modal window. Here is what I have so far:
<script>
// anonymous function start
(function() {
var $dialog = $('<div><table id="worklist"></table><div id="pager"></div></div>')
.dialog({
autoOpen:... | 0 | [
2,
1214,
13,
20756,
1463,
17,
1675,
10038,
29,
487,
1251,
16375,
800,
3726,
3726,
749,
20,
164,
21,
487,
1251,
16375,
859,
20,
3042,
19,
21,
13,
20756,
1463,
9,
235,
25,
98,
31,
57,
86,
463,
45,
13,
1,
8741,
1,
12894,
10364,
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... |
Trying to make a thai translator in Python, but am unable to write using Thai characters
===
I am trying to make a thai translator, but am unable to write using Thai characters.
I saw somewhere to do this to check what the default encoding is:
import sys; print(sys.getdefaultencoding())
I get utf-8
My ... | 0 | [
2,
749,
20,
233,
21,
7804,
10889,
19,
20059,
15,
47,
589,
2343,
20,
2757,
568,
7804,
1766,
800,
3726,
3726,
31,
589,
749,
20,
233,
21,
7804,
10889,
15,
47,
589,
2343,
20,
2757,
568,
7804,
1766,
9,
31,
441,
3493,
20,
107,
48,
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... |
Get name of executable jar from within main() method
===
This may sound pretty basic, but I can't figure out the easiest way to do this.
I've created an executable jar and using commons-cli to give the user the ability to specify command line parameters when he launches the client. Everything works fine. Howeve... | 0 | [
2,
164,
204,
16,
1396,
17194,
5924,
5112,
37,
363,
407,
5,
6,
2109,
800,
3726,
3726,
48,
123,
646,
1772,
2125,
15,
47,
31,
92,
22,
38,
1465,
70,
14,
27237,
161,
20,
107,
48,
9,
31,
22,
195,
679,
40,
1396,
17194,
5924,
5112,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 returns empty result set?
===
I have a table with the following structure:
CREATE TABLE IF NOT EXISTS `user_settings` (
`user_ID` smallint(6) unsigned NOT NULL,
`item` varchar(50) NOT NULL,
`value` text,
`app_ID` tinyint(4) NOT NULL DEFAULT '0',
KEY `user_ID` (`user_ID`)... | 0 | [
2,
51,
18,
22402,
4815,
2424,
829,
309,
60,
800,
3726,
3726,
31,
57,
21,
859,
29,
14,
249,
1411,
45,
1600,
859,
100,
52,
5636,
13,
1,
16704,
1,
19831,
18,
1,
13,
5,
13,
1,
16704,
1,
1340,
1,
284,
6391,
5,
379,
6,
28839,
52... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Where does WebSphere put the EAR file when RAD does a "Run On Server"? And how to run createEJBStubs on it?
===
I have a JavaEE-based web app with IBM RAD 7.5 (Eclipse) and WebSphere 7. The app has EJBs with remote interfaces. It runs fine.
I created a new project for JUnit tests, and I'm trying to do a JNDI look... | 0 | [
2,
113,
630,
2741,
14079,
442,
14,
2330,
3893,
76,
4944,
630,
21,
13,
7,
3169,
27,
8128,
7,
60,
17,
184,
20,
485,
1600,
10022,
220,
384,
4502,
18,
27,
32,
60,
800,
3726,
3726,
31,
57,
21,
8247,
2851,
8,
1281,
2741,
4865,
29,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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.