unified_texts stringlengths 32 30.1k | OpenStatus_id int64 0 4 | input_ids list | token_type_ids list | attention_mask list |
|---|---|---|---|---|
how to program hold event in silverlight/wp7
===
I got a little problem with button events. I programmed one button to decrease specific value by 1 (click), and I want to decrease it over time while holding button pressed. I'm using Silverlight, not XNA.
myTimer.Change(0, 100);
private void OnMyTimerDone(o... | 0 | [
2,
184,
20,
625,
1027,
807,
19,
1172,
3130,
118,
13790,
465,
800,
3726,
3726,
31,
330,
21,
265,
1448,
29,
5167,
963,
9,
31,
2866,
43,
53,
5167,
20,
9826,
1903,
1923,
34,
137,
13,
5,
150,
10129,
6,
15,
17,
31,
259,
20,
9826,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
BitmapFactory.decodeStream cannot decode png type from ftp
===
- What was my mistake? How I show png from FTP?
I'm newby for android and try to show image from difference connection/source.
Then I already show image which load from drawable and HTTP.
Now, I'm try to show from FTP, I get message "--- decoder-... | 0 | [
2,
1142,
15022,
17455,
93,
9,
546,
9375,
11260,
1967,
121,
9375,
351,
2723,
1001,
37,
1187,
306,
800,
3726,
3726,
13,
8,
98,
23,
51,
5643,
60,
184,
31,
298,
351,
2723,
37,
1187,
306,
60,
31,
22,
79,
78,
779,
26,
13005,
17,
113... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
text listen(speech) in java how to
===
Does anyone know any good API or LIBRARY that can listen(speech) text. I try to listen(speech) text in three languages and I would like to know where and how is best to start. Can I use general voice for all three languages? I will use `eclipse` and `java` for language.
Thank ... | 0 | [
2,
1854,
3834,
5,
18,
1664,
7455,
6,
19,
8247,
184,
20,
800,
3726,
3726,
630,
1276,
143,
186,
254,
21,
2159,
54,
1248,
30,
92,
3834,
5,
18,
1664,
7455,
6,
1854,
9,
31,
1131,
20,
3834,
5,
18,
1664,
7455,
6,
1854,
19,
132,
255... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 Web API and KnockoutJS
===
I'm developing an ASP Web API project and using KnockoutJS as the client side technology. To the best of my knowledge there are no examples projects or any kind of sources available in internet for these two technologies yet. If someone has used these two technologies for their devel... | 1 | [
2,
28,
306,
9,
2328,
2741,
21,
2159,
17,
11676,
728,
18,
800,
3726,
3726,
31,
22,
79,
3561,
40,
28,
306,
2741,
21,
2159,
669,
17,
568,
11676,
728,
18,
28,
14,
6819,
270,
1099,
9,
20,
14,
246,
16,
51,
1918,
80,
50,
90,
3770,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Add some files and commit in Git
===
I have some files
> 1, 2, 3, 4, 5, 6, 7, 8, 9, 10
And I want to commit files 1-5 only, so I have added files 1-5
> Changes to be committed:
>
> (use "git reset HEAD <file>..." to unstage)
>
> 1, 2, 3, 4, 5
and leave files 6-10 in changes "not staged for commit" list.... | 0 | [
2,
3547,
109,
6488,
17,
9686,
19,
13,
10404,
800,
3726,
3726,
31,
57,
109,
6488,
13,
1,
137,
15,
172,
15,
203,
15,
268,
15,
331,
15,
400,
15,
453,
15,
469,
15,
561,
15,
332,
17,
31,
259,
20,
9686,
6488,
137,
8,
264,
104,
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... |
CSS to stop text wrapping
===
I have the following markup:
<li id="CN2787">
<img class="fav_star" src="images/fav.png">
<span>Text, text and more text</span>
</li>
I want it so that if the text wraps, it doesn't go into the 'column' for the image. I know I can do it with a `table` (which I... | 0 | [
2,
272,
18,
18,
20,
747,
1854,
13437,
800,
3726,
3726,
31,
57,
14,
249,
943,
576,
45,
13,
1,
1210,
4924,
3726,
7,
9881,
135,
23723,
7,
1,
13,
1,
1660,
263,
718,
3726,
7,
1473,
710,
1,
2265,
7,
13,
18,
5453,
3726,
7,
22039,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 APK resign.jar is getting hanged
===
Actually i am working on android platform,I am using robotium for automation testing.In my scenario i dont have the code i only have the apk file of an application which i can resign it and do my automation testing.For resigning of signature of apk i am using resign.jar ,i ... | 0 | [
2,
13005,
21,
17244,
12761,
9,
6300,
25,
1017,
20093,
800,
3726,
3726,
1121,
31,
589,
638,
27,
13005,
2452,
15,
49,
589,
568,
8288,
2187,
26,
23217,
4431,
9,
108,
51,
12705,
31,
1049,
57,
14,
1797,
31,
104,
57,
14,
21,
17244,
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... |
Display image in a cocoa status app
===
Hi I developed a cocoa status app. when I put a long title for example , it can't be shown and if i put an image as icon too it can't be shown , but if i put a small title it works correctly.
How can I fix this problem and make the image shown? | 0 | [
2,
3042,
1961,
19,
21,
24507,
1782,
4865,
800,
3726,
3726,
4148,
31,
885,
21,
24507,
1782,
4865,
9,
76,
31,
442,
21,
175,
581,
26,
823,
13,
15,
32,
92,
22,
38,
44,
1721,
17,
100,
31,
442,
40,
1961,
28,
9801,
266,
32,
92,
22,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to highlight edited cell in a datagrid
===
How can I highlight a cell in DataGrid that has been edited? XAML solution through some style using triggers is preferable. But if not possible, then a code behind approach would be good enough.
I am not posting any code as I did not have any break through with the pro... | 0 | [
2,
184,
20,
14373,
4802,
1667,
19,
21,
1054,
16375,
800,
3726,
3726,
184,
92,
31,
14373,
21,
1667,
19,
1054,
16375,
30,
63,
74,
4802,
60,
13,
6791,
8184,
4295,
120,
109,
1034,
568,
7286,
18,
25,
6369,
579,
9,
47,
100,
52,
938,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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: FrameLayout squeezes View
===
I am using the following layout:
![enter image description here][1]
FrameLayout fills the entire Viewport, i.e. width and height are set to MATCH_PARENT
Width and height of RelativeLayout are set to WRAP_CONTENT
View1 to View5 have fixed dimensions e.g. width = 500,... | 0 | [
2,
13005,
45,
3523,
4414,
1320,
10202,
18,
1418,
800,
3726,
3726,
31,
589,
568,
14,
249,
9106,
45,
13,
187,
2558,
13679,
1961,
5318,
235,
500,
2558,
165,
500,
3523,
4414,
1320,
3509,
18,
14,
1078,
1418,
1993,
15,
31,
9,
62,
9,
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... |
Search a file with a zimage file extension in Qt
===
I am writing a program to upgrade a firmware using a flash drive. I need to upgrade the Kernel with the image present in the flash device. But I am not getting any idea of how to find a file with zimage file extension in a directory.
I am new to Qt and Linux. So I ... | 0 | [
2,
2122,
21,
3893,
29,
21,
2052,
22039,
3893,
3896,
19,
2593,
38,
800,
3726,
3726,
31,
589,
1174,
21,
625,
20,
9483,
21,
1904,
5011,
568,
21,
4433,
1493,
9,
31,
376,
20,
9483,
14,
17007,
29,
14,
1961,
734,
19,
14,
4433,
3646,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 total retweets TO a user by JSON Parsing
===
I am calculating total number of retweets in C#,My Idea is to calulate the `retweeted_status` field in the JSON response.I am using JSON.NET.Is there any shorter way to calculate it?
Other way would be to create the classes and populate the Response and iterate... | 0 | [
2,
22937,
600,
13,
6239,
458,
6095,
20,
21,
4155,
34,
487,
528,
2017,
18,
68,
800,
3726,
3726,
31,
589,
22937,
600,
234,
16,
13,
6239,
458,
6095,
19,
272,
5910,
15,
915,
882,
25,
20,
3550,
12383,
14,
13,
1,
6239,
10969,
1427,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 change a javascript variable to PHP
===
I have a Javascript variable `screenName` for twitter users. When they connect to my site, I want a php script to write their name in a txt file. How could I do this. I looked into writing files with AJAX but no luck.
<script type="text/javascript">
t... | 0 | [
2,
184,
20,
753,
21,
8247,
8741,
7612,
20,
13,
26120,
800,
3726,
3726,
31,
57,
21,
8247,
8741,
7612,
13,
1,
7187,
7259,
1,
26,
10623,
3878,
9,
76,
59,
6379,
20,
51,
689,
15,
31,
259,
21,
13,
26120,
3884,
20,
2757,
66,
204,
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... |
Form post data from checkboxes lost in Firefox using cakePHP Formhelper
===
I'm developping my first cakePHP application and I encountered my first major problem. I have a Search/Filter form which submits data to the Index action of my controller. This is all done using cakePHP's Formhelper. I then access this data us... | 0 | [
2,
505,
678,
1054,
37,
2631,
5309,
160,
529,
19,
535,
18219,
568,
8390,
26120,
505,
14593,
106,
800,
3726,
3726,
31,
22,
79,
2803,
3181,
51,
64,
8390,
26120,
3010,
17,
31,
8208,
51,
64,
394,
1448,
9,
31,
57,
21,
2122,
118,
11924... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
quartz with eclipse source not found error
===
Hai friends i want to run the Helloworld quartz program in eclipse as a java application. when i run this in eclipse i got the following source not found error.
Exception in thread "main" java.lang.NoClassDefFoundError: org/slf4j/LoggerFactory
at org.... | 0 | [
2,
20913,
29,
11652,
1267,
52,
216,
7019,
800,
3726,
3726,
8349,
954,
31,
259,
20,
485,
14,
10975,
4423,
20913,
625,
19,
11652,
28,
21,
8247,
3010,
9,
76,
31,
485,
48,
19,
11652,
31,
330,
14,
249,
1267,
52,
216,
7019,
9,
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... |
How to select multiple deep DOM using JQUERY
===
I have multiple level DOM elements, But I still finding how to select DOM element.
My html here.
<div class="data"><div class="item"><form class="comment" method="post" action=""><div class="d1"><a href="">Tree</a><p></p></div><div class="d2"><p class="quote"></... | 0 | [
2,
184,
20,
5407,
1886,
855,
11859,
568,
487,
8190,
93,
800,
3726,
3726,
31,
57,
1886,
662,
11859,
2065,
15,
47,
31,
174,
3007,
184,
20,
5407,
11859,
4520,
9,
51,
13,
15895,
235,
9,
13,
1,
12916,
718,
3726,
7,
18768,
7,
1,
129... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Play framework hangs on startup at: "Loading project definition from"
===
I am just getting started with Play Framework. I have downloaded and installed play and created a sample java application. When I try to start the play console in the application directory it hangs at "Loading project definition".
PS C:\d... | 0 | [
2,
418,
6596,
4546,
18,
27,
20205,
35,
45,
13,
7,
16866,
669,
5465,
37,
7,
800,
3726,
3726,
31,
589,
114,
1017,
373,
29,
418,
6596,
9,
31,
57,
23887,
17,
4066,
418,
17,
679,
21,
5717,
8247,
3010,
9,
76,
31,
1131,
20,
799,
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... |
makedict in ICS keyboard Android
===
I try to use main.dict from gingerbread keyboard but it's not working. then I try to makedict from xml file to main.dict base on ics source code. The problem is if word in xml file is not much(10-20) I can use it but if I try to add more it has error said that cannot open resource ... | 0 | [
2,
233,
16315,
19,
13,
8354,
8896,
13005,
800,
3726,
3726,
31,
1131,
20,
275,
407,
9,
16315,
37,
12101,
22852,
8896,
47,
32,
22,
18,
52,
638,
9,
94,
31,
1131,
20,
233,
16315,
37,
23504,
3893,
20,
407,
9,
16315,
1000,
27,
13,
8... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
iOS - when to use strong or weak for properties
===
I have a `tableView` as an `IBOutlet`, and by default XCode set it's property to `strong` rather than `weak`. sometimes I get receiveMemoryWarning message. So I tried to change many properties from `strong` to `weak`. and it doesn't seem to affect the process and thi... | 0 | [
2,
13,
7760,
13,
8,
76,
20,
275,
966,
54,
3910,
26,
3704,
800,
3726,
3726,
31,
57,
21,
13,
1,
5924,
4725,
1,
28,
40,
13,
1,
4598,
1320,
1336,
1,
15,
17,
34,
12838,
993,
9375,
309,
32,
22,
18,
1354,
20,
13,
1,
15004,
1,
8... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
MySQL COUNT query in join
===
I have two tables.
The first table is the member table
MEMBER TABLE
ID | NAME
1 | User
2 | Another User
3 | Some other User
and the second table is friends
FRIENDS TABLE
ID | member_id | Friend Name | Notified
... | 0 | [
2,
51,
18,
22402,
2468,
25597,
19,
1865,
800,
3726,
3726,
31,
57,
81,
7484,
9,
14,
64,
859,
25,
14,
322,
859,
322,
859,
4924,
13,
1,
204,
137,
13,
1,
4155,
172,
13,
1,
226,
4155,
203,
13,
1,
109,
89,
4155,
17,
14,
153,
859... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
writing a mobile version of a web service in vb.net
===
I've been asked to take an api call -for getting search results- which is present as a web service on a particular website, then to write a mobile version of it. I have no idea where to start though, and was hoping someone could point me in the right direction. ... | 0 | [
2,
1174,
21,
3241,
615,
16,
21,
2741,
365,
19,
13,
20468,
9,
2328,
800,
3726,
3726,
31,
22,
195,
74,
411,
20,
247,
40,
21,
2159,
645,
13,
8,
1106,
1017,
2122,
1736,
8,
56,
25,
734,
28,
21,
2741,
365,
27,
21,
1498,
2271,
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... |
chack gps, cell tower and wifi availability - blackberry
===
I am acquiring the current location in my BlackBerry app through GPS and it is working fine. This location is being updated every few seconds. I would like to introduce a logic to check the availability of GPS, wifi and cell tower and based on that start tra... | 0 | [
2,
2438,
2601,
18298,
15,
1667,
1710,
17,
4807,
1707,
11886,
13,
8,
27367,
800,
3726,
3726,
31,
589,
15120,
14,
866,
1474,
19,
51,
27367,
4865,
120,
18298,
17,
32,
25,
638,
1123,
9,
48,
1474,
25,
142,
6372,
352,
310,
2582,
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... |
Wicket : Check of CheckGroup not getting the selected options and perform the submit action
===
I'm a newbie to WICKET and got stuck using PageableListView.
For selection of individual checkboxes I'm using Check and for group selection CheckGroupSelector .
Now inspite of using Check if I use Che... | 0 | [
2,
14414,
13,
45,
2631,
16,
2631,
8024,
52,
1017,
14,
1704,
6368,
17,
2985,
14,
12298,
1028,
800,
3726,
3726,
31,
22,
79,
21,
78,
5893,
20,
14414,
17,
330,
4549,
568,
2478,
579,
5739,
4725,
9,
26,
3155,
16,
1359,
2631,
5309,
160... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Asynchronous call with AJAX or ASP.NET?
===
#Context
I have this function which synchronize a list of sites between a table and several remote IIS:
namespace Dashboard.Controllers
{
public class SiteController : Controller
{
public ActionResult Synchronize()
{... | 0 | [
2,
21,
16023,
1291,
645,
29,
20624,
54,
28,
306,
9,
2328,
60,
800,
3726,
3726,
6926,
1126,
11969,
31,
57,
48,
1990,
56,
13,
16023,
2952,
21,
968,
16,
3259,
128,
21,
859,
17,
238,
5388,
595,
18,
45,
204,
5582,
26478,
9,
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... |
Apple pushNotification with Javapns "Invalid certificate chain"
===
I making web services for apple pushnotification but on pushing the notification
Push.alert("notification test", "C:/Temp/myCertificates.p12", "myPassword", false, TokenId);
i got error:
javapns.notification.PushNotificationManager? - Delivery... | 0 | [
2,
4037,
3250,
1270,
4634,
29,
8247,
17479,
18,
13,
7,
108,
18506,
43,
6259,
2858,
7,
800,
3726,
3726,
31,
544,
2741,
687,
26,
4037,
3250,
1270,
4634,
47,
27,
5076,
14,
52,
4634,
3250,
9,
192,
6767,
5,
7,
1270,
4634,
1289,
7,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to show Image editing screen with custom camera overlay with takePicture method
===
In my application I have to show a custom camera overlay.It is showing perfectly.
On that view , I have a button which hits the method `takePicture` which is responsible for capturing image from camera.
My problem is after I sh... | 0 | [
2,
184,
20,
298,
1961,
9510,
2324,
29,
5816,
3336,
84,
4414,
29,
247,
25602,
2109,
800,
3726,
3726,
19,
51,
3010,
31,
57,
20,
298,
21,
5816,
3336,
84,
4414,
9,
242,
25,
3187,
5759,
9,
27,
30,
1418,
13,
15,
31,
57,
21,
5167,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Jboss7.1 Change Server Banner response header
===
For some security reasons in out project the normal server banner header
Server : Apache-Coyote/1.1
Needs to be changed, I have tried adding following in the standalone.xml system properties
<property name="org.apache.coyote.http11.Http11Protocol.SERVER" ... | 0 | [
2,
487,
10349,
18,
465,
9,
165,
753,
8128,
7492,
1627,
157,
106,
800,
3726,
3726,
26,
109,
1221,
2932,
19,
70,
669,
14,
1826,
8128,
7492,
157,
106,
8128,
13,
45,
17140,
8,
716,
93,
10417,
11698,
9,
165,
2274,
20,
44,
1015,
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... |
Box-shadow, border doesn't show on top-bottom of element
===
Alright so, I have a carousel slider using a public jquery script and it seems like I'm dealing with some problems with the style of the boxes for the slider.
Everything is fine except that the border and the shadow isn't appearing on the top and on the b... | 0 | [
2,
1649,
8,
18396,
15,
1862,
1437,
22,
38,
298,
27,
371,
8,
22389,
16,
4520,
800,
3726,
3726,
11885,
86,
15,
31,
57,
21,
27374,
3295,
106,
568,
21,
317,
487,
8190,
93,
3884,
17,
32,
2206,
101,
31,
22,
79,
5746,
29,
109,
1716,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Is it possible to state in one place that all outbound jms messages should have certain outbound property?
===
I would like my outbound jms messages (either to queues or topics) to contain certain outbound property. Is it possible to state that in one place (say, for example, at the connector level)? | 0 | [
2,
25,
32,
938,
20,
146,
19,
53,
209,
30,
65,
70,
7410,
487,
79,
18,
7561,
378,
57,
1200,
70,
7410,
1354,
60,
800,
3726,
3726,
31,
83,
101,
51,
70,
7410,
487,
79,
18,
7561,
13,
5,
18840,
20,
22521,
18,
54,
7569,
6,
20,
371... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
DOMDocument getElementsByTagName not working
===
I'm trying to use the `DOMDocument` function `getElementsByTagName()`, but it keeps returning an empty object. I'm using the following code:
// Create some HTML
$output = '
<html>
<body>
<a href="foo">Bar</a>
</body>
</ht... | 0 | [
2,
11859,
28132,
164,
27567,
18,
779,
8628,
7259,
52,
638,
800,
3726,
3726,
31,
22,
79,
749,
20,
275,
14,
13,
1,
5555,
28132,
1,
1990,
13,
1,
3060,
27567,
18,
779,
8628,
7259,
5,
6,
1,
15,
47,
32,
8968,
2485,
40,
2424,
3095,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Issues of the subreport with add to main report
===
I have report that contains a subreport,the reports in the main are created dynamicaly depending on the parameter values,i have a subreport that contain textboxs,the problem with this subreport when add to the main report that is shown on a given parameter and it... | 0 | [
2,
1549,
16,
14,
972,
17437,
29,
3547,
20,
407,
1330,
800,
3726,
3726,
31,
57,
1330,
30,
1588,
21,
972,
17437,
15,
124,
2813,
19,
14,
407,
50,
679,
7782,
58,
102,
4758,
27,
14,
18906,
4070,
15,
49,
57,
21,
972,
17437,
30,
3717... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Preserving line breaks from text area before or after php filter sanitize
===
Im having trouble understanding how to go about this.
I have content in a <textarea> tag which i want to save in a database.
Im using FILTER_SANITIZE_STRING to escape XSS attacks however its getting rid of the line breaks in my textarea c... | 0 | [
2,
17936,
293,
7947,
37,
1854,
217,
115,
54,
75,
13,
26120,
11945,
523,
242,
2952,
800,
3726,
3726,
797,
452,
2572,
3260,
184,
20,
162,
88,
48,
9,
31,
57,
2331,
19,
21,
13,
1,
11969,
17760,
1,
3383,
56,
31,
259,
20,
2079,
19,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Binding knockout to external html
===
I have a button in my app that when clicked pops up a dialog window that will query data. This windows uses jquery to call a $.get and load in a html form and add it to the DOM. Once done it will use jQuery UI to show a modal dialog window. I have a button on this form that sub... | 0 | [
2,
8728,
11676,
20,
4886,
13,
15895,
800,
3726,
3726,
31,
57,
21,
5167,
19,
51,
4865,
30,
76,
15802,
1675,
18,
71,
21,
28223,
1463,
30,
129,
25597,
1054,
9,
48,
1936,
2027,
487,
8190,
93,
20,
645,
21,
5579,
9,
3060,
17,
6305,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Compiling java code within .net
===
I need to compile java code from a .net application. I tried running a cmd process and giving arguments but it didn't work. Any idea on how to get this to work? | 1 | [
2,
24378,
8247,
1797,
363,
13,
9,
2328,
800,
3726,
3726,
31,
376,
20,
26561,
8247,
1797,
37,
21,
13,
9,
2328,
3010,
9,
31,
794,
946,
21,
2390,
43,
953,
17,
1438,
10553,
47,
32,
223,
22,
38,
170,
9,
186,
882,
27,
184,
20,
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,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... |
warnings when casting to void**
===
I'm trying to cast a struct pointer to a `void**` for a function that takes a `void**`;
typedef struct {
uint64_t key; // the key in the key/value pair
void *value; // the value in the key/value pair
} HTKeyValue, *HTKeyValuePtr;
HTKey... | 0 | [
2,
3590,
18,
76,
9087,
20,
11364,
1409,
800,
3726,
3726,
31,
22,
79,
749,
20,
1325,
21,
13,
10346,
454,
106,
20,
21,
13,
1,
2625,
1340,
1409,
1,
26,
21,
1990,
30,
1384,
21,
13,
1,
2625,
1340,
1409,
1,
73,
1001,
13862,
13,
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... |
Regular expression to find " but not the ones that have ","
===
I just cant get the hang of regular expressions, trying to find the " , but not the ones with , on either side
I ","can haz ","kittens. "Mmmm". Tasty, tasty kittens.
Thanks in advance | 0 | [
2,
1290,
1803,
20,
477,
13,
7,
47,
52,
14,
53,
18,
30,
57,
13,
7,
15,
7,
800,
3726,
3726,
31,
114,
2973,
164,
14,
4546,
16,
1290,
13832,
15,
749,
20,
477,
14,
13,
7,
13,
15,
47,
52,
14,
53,
18,
29,
13,
15,
27,
694,
270... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Load Telerik MVC Grid (with data) into master Grid DataView using jQuery
===
For reasons of dynamics, I need to load different grids into the detailview of a telerik mvc gridview.
I am using partial views and jQuery to call the controller while passing in the id to return the partial view and binding model.
I ca... | 0 | [
2,
6305,
4338,
6639,
307,
8990,
7354,
13,
5,
1410,
1054,
6,
77,
1129,
7354,
1054,
4725,
568,
487,
8190,
93,
800,
3726,
3726,
26,
2932,
16,
12289,
15,
31,
376,
20,
6305,
421,
7354,
18,
77,
14,
6110,
4725,
16,
21,
4338,
6639,
307,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Disable close button of MSBuild child process
===
I have a PowerShell script that launches an MSBuild child process. I would like to disable the "close" button on the child process window, so that the user cannot interrupt the process. However, I have not been able to find any information indicating whether this is po... | 0 | [
2,
1460,
579,
543,
5167,
16,
4235,
29361,
850,
953,
800,
3726,
3726,
31,
57,
21,
414,
15984,
3884,
30,
22933,
40,
4235,
29361,
850,
953,
9,
31,
83,
101,
20,
1460,
579,
14,
13,
7,
14330,
7,
5167,
27,
14,
850,
953,
1463,
15,
86,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Convert a factor column to multiple boolean columns
===
Given data that looks like:
library(data.table)
DT <- data.table(x=rep(1:5, 2))
I would like to split this data into 5 boolean columns that indicate the presence of each number.
I can do this like this:
new.names <- sort(unique(DT$x))
... | 0 | [
2,
8406,
21,
3932,
4698,
20,
1886,
9827,
413,
210,
7498,
800,
3726,
3726,
504,
1054,
30,
1879,
101,
45,
1248,
5,
18768,
9,
5924,
6,
13,
43,
38,
13,
1,
8,
1054,
9,
5924,
5,
396,
3726,
99,
306,
5,
165,
45,
264,
15,
172,
6,
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... |
Git and binary files history
===
<sup>This is a follow up on some similar "*answered*" questions about [git handling binary files][1] and how [git can't follow file history very well][2].</sup>
As far as I currently understand this, after few hours of researching, *git can't properly follow file history*. Heck, eve... | 0 | [
2,
13,
10404,
17,
14171,
6488,
447,
800,
3726,
3726,
13,
1,
18,
576,
1,
1565,
25,
21,
1740,
71,
27,
109,
835,
13,
7,
2483,
5950,
4662,
69,
2483,
7,
2346,
88,
636,
10404,
7988,
14171,
6488,
500,
2558,
165,
500,
17,
184,
636,
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... |
multipications table?
===
hey everyone so i need to Write 2 web pages with the following attributes:
Form (decide if this should be html or jsp file).
Form contains an HTML form with two fields:a text input (called "size") and a button.
When the button is clicked, another page appears..
Table (decide if this... | 0 | [
2,
1889,
7763,
7504,
859,
60,
800,
3726,
3726,
8409,
1266,
86,
31,
376,
20,
2757,
172,
2741,
4434,
29,
14,
249,
13422,
45,
505,
13,
5,
9522,
3448,
100,
48,
378,
44,
13,
15895,
54,
487,
3401,
3893,
6,
9,
505,
1588,
40,
13,
1589... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Listening for volume up and down key events have reversed effect on Acer Iconia 7" tablet
===
I'm capturing the VOLUME_UP and VOLUME_DOWN keys to increase respectively decrease a value in my app. I use the following code:
@Override
public boolean dispatchKeyEvent(KeyEvent event) {
int action = eve... | 0 | [
2,
4948,
26,
2310,
71,
17,
125,
1246,
963,
57,
12951,
1590,
27,
21,
5482,
9801,
549,
453,
7,
16394,
800,
3726,
3726,
31,
22,
79,
12859,
14,
2310,
1,
576,
17,
2310,
1,
2968,
5534,
20,
1839,
2820,
9826,
21,
1923,
19,
51,
4865,
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... |
where is my Sql Sevrer 2008 instance?
===
Folks
I have Sql Sevrer 2005 and Sql Server 2008 R2 insatlled on my machine.
whenver I start `SQL Server Management Studio` from Server 2008 R2 Menu.
where `ServerName - .\SqlExpress or mymachine\SqlExpress`
and run `select @@version` - i always see `Microsoft SQL ... | 0 | [
2,
113,
25,
51,
4444,
255,
13,
18,
22384,
139,
570,
4851,
60,
800,
3726,
3726,
14563,
31,
57,
4444,
255,
13,
18,
22384,
139,
812,
17,
4444,
255,
8128,
570,
761,
135,
19,
10833,
211,
69,
27,
51,
1940,
9,
76,
2304,
31,
799,
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... |
Invalid Path in Cookie constructor C#
===
When adding new aquired cookies from RestResponse I have strange problem with cookies from wiedzmin.wikia.com .
The Exception Message is
" The 'Path'='/wiki/Specjalna:Nowe_pliki' part of the cookie is invalid. "
foreach (RestSharp.RestResponseCookie buiscuit in r... | 0 | [
2,
16671,
2013,
19,
19980,
6960,
248,
272,
5910,
800,
3726,
3726,
76,
4721,
78,
21,
3003,
2095,
19396,
37,
760,
99,
18,
8782,
870,
31,
57,
2578,
1448,
29,
19396,
37,
11842,
11064,
2160,
9,
17375,
58,
9,
960,
13,
9,
14,
5391,
280... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Cube 3D rotation - direction bug (Javascript - CSS3)
===
I'm doing a 3D cube with CSS3 animating with touch events. Here's the link (you can activate "touch events" in Chrome): <http://adevby.me/cube/> .
I made two diffents functions (cube1 & cube2). The only change is line 254 for the second cube.
**First cube:... | 0 | [
2,
13682,
203,
43,
9431,
13,
8,
1400,
6256,
13,
5,
1004,
1385,
8741,
13,
8,
272,
18,
18,
240,
6,
800,
3726,
3726,
31,
22,
79,
845,
21,
203,
43,
13682,
29,
272,
18,
18,
240,
14487,
1203,
29,
1723,
963,
9,
235,
22,
18,
14,
3... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
AUTO SUBMIT FORM SHOWING AN ERROR
===
PLEASE HELP ME CREATING Curl auto submit script to submit
http://resultsarchives.nic.in/cbseresults/cbseresults2009/class10/cbse10.htm
form | 0 | [
2,
3108,
12298,
505,
3187,
40,
7019,
800,
3726,
3726,
2247,
448,
55,
2936,
14320,
3108,
12298,
3884,
20,
12298,
7775,
6903,
29955,
18,
23941,
18,
9,
4796,
9,
108,
118,
21389,
62,
29955,
18,
118,
21389,
62,
29955,
18,
2849,
118,
1898... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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... |
How can I find the first and last date in a month
===
How can I find the first and last date in a month in previous 2 years.For example, today is 07-01-2012(mm-dd-yyyy); I want to find data from 2011 ...
01-01-2011
01-31-2011
02-01-2011
02-28-2011. Something like that
Thanks. | 0 | [
2,
184,
92,
31,
477,
14,
64,
17,
236,
1231,
19,
21,
1617,
800,
3726,
3726,
184,
92,
31,
477,
14,
64,
17,
236,
1231,
19,
21,
1617,
19,
1158,
172,
122,
9,
1106,
823,
15,
786,
25,
13,
2984,
8,
3026,
8,
3212,
5,
3363,
8,
8096,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
copy directory, but only update files if needed
===
I am using the following code:
my.Computer.FileSystem.CopyDirectory(path, path, true)
However I think this copies the entire directory even if one single file is changed in a directory. Is this true?
If so is there any validation I can put it to say onl... | 0 | [
2,
4344,
16755,
15,
47,
104,
11100,
6488,
100,
851,
800,
3726,
3726,
31,
589,
568,
14,
249,
1797,
45,
51,
9,
18448,
9,
16877,
10724,
9,
19625,
10197,
93,
5,
8353,
15,
2013,
15,
1151,
6,
207,
31,
277,
48,
3298,
14,
1078,
16755,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 have an unbound sortable queue utilized by a fixed amount of threads?
===
Please assume the following:
public static void main(String[] args) {
ThreadPoolExecutor pool = new ThreadPoolExecutor(0, 5, 1L, TimeUnit.SECONDS, new PriorityBlockingQueue<Runnable>());
DashboardHtmlExport d = new DashboardHtml... | 0 | [
2,
184,
20,
57,
40,
367,
7410,
2058,
579,
22521,
14326,
34,
21,
3535,
2006,
16,
20396,
60,
800,
3726,
3726,
2247,
7158,
14,
249,
45,
317,
12038,
11364,
407,
5,
11130,
2558,
500,
13,
10663,
18,
6,
13,
1,
9322,
13378,
1706,
17194,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 how to select things between .first() and .(last)
===
I've got this code
<ul>
<li><a href="index.php">Web Development</a></li>
<span data-landing_count="1">
<li class="subli"><a href="1.html">E-shop</a></li>
<li ... | 0 | [
2,
487,
8190,
93,
184,
20,
5407,
564,
128,
13,
9,
3552,
5,
6,
17,
13,
9,
5,
8558,
6,
800,
3726,
3726,
31,
22,
195,
330,
48,
1797,
13,
1,
1287,
1,
13,
1,
1210,
1,
58,
746,
14057,
3726,
7,
25671,
9,
26120,
7,
1,
14113,
522... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Redirect www to non-www is redirecting to script instead of nice URL
===
My domain **domain.com is redirected to www.domain.com** but, due to internal redirects, it only works in some cases:
- ***domain.com/folder/*** should redirect **to www.domain.com/folder/** but it is redirected to ***www.domain.com/blog/inde... | 0 | [
2,
302,
14706,
13,
6483,
20,
538,
8,
6483,
25,
302,
14706,
68,
20,
3884,
700,
16,
2210,
287,
6362,
800,
3726,
3726,
51,
4603,
13,
1409,
537,
6232,
9,
960,
25,
302,
14147,
20,
13,
6483,
9,
537,
6232,
9,
960,
1409,
47,
15,
397,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
apps script not found error
===
I had the snooze app script working on gmail for some time but it seems that after converting to google drive, the spreadsheet vanished (not in trash) and I get emails every night telling me that my script "Not Found" failed to finish successfully etc etc.
The Error message is that ... | 0 | [
2,
4865,
18,
3884,
52,
216,
7019,
800,
3726,
3726,
31,
41,
14,
13,
18,
251,
111,
1734,
4865,
3884,
638,
27,
489,
8079,
26,
109,
85,
47,
32,
2206,
30,
75,
19583,
20,
8144,
1493,
15,
14,
1789,
17627,
10546,
13,
5,
1270,
19,
1074... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
MIgrated from EJB2 to ejb3 now build is getting failed,
===
I recenlty migrated to EJB 2 to EJB3 , but now I am not able to build the project (application), Please anyone tell me what are the modification we have to make in build.xml? Or what are the points I need to take care to make a successful buld?? Using ANT for... | 0 | [
2,
14204,
37,
13,
10022,
220,
135,
20,
13,
10022,
220,
240,
130,
1895,
25,
1017,
1702,
15,
800,
3726,
3726,
31,
6042,
219,
255,
1084,
14204,
20,
13,
10022,
220,
172,
20,
13,
10022,
220,
240,
13,
15,
47,
130,
31,
589,
52,
777,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 install pre-configured virtual box using vagrant. Init failing
===
first of all I'm pretty new at this but i'm trying to follow along installing an open source crowd funding platform using a guide
https://github.com/danielweinmann/catarse/wiki/Pre-Configured-Catarse-Virtual-Box-using-Vagrant-%28Ubuntu-11... | 0 | [
2,
749,
20,
16146,
782,
8,
1126,
15951,
43,
6599,
1649,
568,
3471,
12965,
9,
19,
242,
7250,
800,
3726,
3726,
64,
16,
65,
31,
22,
79,
1772,
78,
35,
48,
47,
31,
22,
79,
749,
20,
1740,
303,
25429,
40,
368,
1267,
2476,
3234,
2452,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Unix:Recursively unzipping .zip file in respective folder
===
I have a number of zipped files say <code>a.zip b.zip</code> etc in a folder. I would like to unzip those and put into a respective directory like <code>a,b</code>.Can you suggest me some unix script for it.? | 0 | [
2,
22540,
45,
99,
24244,
102,
367,
2553,
5574,
13,
9,
2553,
306,
3893,
19,
7390,
19294,
800,
3726,
3726,
31,
57,
21,
234,
16,
28693,
6488,
395,
13,
1,
9375,
1,
58,
9,
2553,
306,
334,
9,
2553,
306,
1,
118,
9375,
1,
2722,
19,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
HowTo parse this (see description) text file in Pharo Smalltalk
===
I want to parse a textfile in Pharo Smalltalk, that has the structure outlined below into a Smalltalk object called TestResults, that has instance variables for all the data elements:
Properties:
Name: Value
Name: Value
...... | 0 | [
2,
184,
262,
2017,
870,
48,
13,
5,
1798,
5318,
6,
1854,
3893,
19,
10781,
661,
284,
9718,
800,
3726,
3726,
31,
259,
20,
2017,
870,
21,
1854,
16877,
19,
10781,
661,
284,
9718,
15,
30,
63,
14,
1411,
16978,
1021,
77,
21,
284,
9718,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Unusual inactive uitableview after scroll
===
I have a strange issue and I am not sure what is causing it. I have a horizontal scroll view which has an unknown width (paging is enabled):
myScrollView.contentSize = CGSizeMake(320 * count, myScrollView.frame.size.height);
Inside this scroll view is a single ta... | 0 | [
2,
4706,
19,
7889,
13,
11193,
579,
4725,
75,
12159,
800,
3726,
3726,
31,
57,
21,
2578,
1513,
17,
31,
589,
52,
562,
98,
25,
3242,
32,
9,
31,
57,
21,
10095,
12159,
1418,
56,
63,
40,
2562,
9456,
13,
5,
306,
7426,
25,
9338,
6,
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 know if an object is an instance of a TypeTag's type?
===
I have a function which is able to know if an object is an instance of a `Manifest`'s type. I would like to migrate it to a `TypeTag` version. The old function is the following one:
def myIsInstanceOf[T: Manifest](that: Any) =
implicitly[M... | 0 | [
2,
184,
20,
143,
100,
40,
3095,
25,
40,
4851,
16,
21,
1001,
8628,
22,
18,
1001,
60,
800,
3726,
3726,
31,
57,
21,
1990,
56,
25,
777,
20,
143,
100,
40,
3095,
25,
40,
4851,
16,
21,
13,
1,
8002,
9962,
1,
22,
18,
1001,
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... |
eclipse is not finding plugin in dependencies
===
i have to add a plugin in dependencies tab. but after click on add in required plugins when i enter that plugin name it does not show that plugin in matching items.but that plugin is available in my target platform content . anyone know what is happening and how to ... | 0 | [
2,
11652,
25,
52,
3007,
10922,
108,
19,
29411,
800,
3726,
3726,
31,
57,
20,
3547,
21,
10922,
108,
19,
29411,
6523,
9,
47,
75,
10840,
27,
3547,
19,
1390,
10922,
108,
18,
76,
31,
2830,
30,
10922,
108,
204,
32,
630,
52,
298,
30,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Python csv: preserve headers when writing to file
===
I wrote a simple function that acts depending on the number of rows of the CSV the user is supplying, by either adding or removing columns:
def sanExt(ifpath, ofpath):
with open(ifpath, "rb") as fin, open(ofpath, "wb") as fout:
csvin = ... | 0 | [
2,
20059,
272,
18,
710,
45,
6224,
157,
445,
76,
1174,
20,
3893,
800,
3726,
3726,
31,
738,
21,
1935,
1990,
30,
3167,
4758,
27,
14,
234,
16,
11295,
16,
14,
272,
18,
710,
14,
4155,
25,
20679,
15,
34,
694,
4721,
54,
9096,
7498,
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... |
Forms Authentication cookie passing passing in some servers not others on multiple servers and sub domains
===
I am trying to set up forms authentication across multiple servers and subdomains but I am finding an issue where it works on some of our boxes and not others. We are passing 2 cookies from one server to anot... | 0 | [
2,
1997,
27963,
19980,
2848,
2848,
19,
109,
17595,
52,
654,
27,
1886,
17595,
17,
972,
15544,
800,
3726,
3726,
31,
589,
749,
20,
309,
71,
1997,
27963,
464,
1886,
17595,
17,
972,
537,
6232,
18,
47,
31,
589,
3007,
40,
1513,
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,
1,
1,
1,
1,
1,
1,
1... |
Jquery Coin Slider - not working at all
===
I'm trying to integrate the Coin Slider (http://workshop.rs/projects/coin-slider/)
into my page, and I've downloaded and attached the latest Jquery to my header, along with all of the necessary Coin-slider files. However, the page simply stacks the images as if I had sim... | 0 | [
2,
487,
8190,
93,
8646,
3295,
106,
13,
8,
52,
638,
35,
65,
800,
3726,
3726,
31,
22,
79,
749,
20,
18399,
14,
8646,
3295,
106,
13,
5,
21127,
6903,
7684,
5347,
9,
1224,
118,
21011,
18,
118,
716,
108,
8,
18,
1210,
1157,
118,
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... |
Getting String from server into GWT DateBox/DatePicker OR writing my own DateTimeFormat?
===
I'm currently writing some Localization-Package for GWT, which retrieves its translations fly from server. Now I'm building my `LocaleAwareDateBox` and `LocaleAwareDatePicker` and I have to modify the source for the month-Stri... | 0 | [
2,
1017,
3724,
37,
8128,
77,
14094,
38,
1231,
5309,
118,
8209,
16855,
106,
54,
1174,
51,
258,
1231,
891,
23588,
60,
800,
3726,
3726,
31,
22,
79,
871,
1174,
109,
375,
1829,
8,
8573,
1303,
26,
14094,
38,
15,
56,
11917,
18,
82,
136... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Inputting XSD to Rails Forms
===
I have been happily creating forms in Rails that accept XML and JSON examples, but now I am stuck with related XSD files.
The XSDs are accepted by the form, but are not displayed on the resultant show page.
Any direction on how to display the XSD would be great. . .
Thanks | 0 | [
2,
6367,
1203,
993,
18,
43,
20,
2240,
18,
1997,
800,
3726,
3726,
31,
57,
74,
12356,
2936,
1997,
19,
2240,
18,
30,
3440,
23504,
17,
487,
528,
3770,
15,
47,
130,
31,
589,
4549,
29,
1597,
993,
18,
43,
6488,
9,
14,
993,
18,
43,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Creating PDF from photos on a Facebook Rails app
===
I'm creating a Facebook app using Rails and hosted on Heroku and I'm having a bit of trouble finding the ideal way to solve a problem. I want the user to be able to move their photos around on the screen, position them, and then download that as either a PDF or a PN... | 0 | [
2,
2936,
13,
11124,
37,
7064,
27,
21,
9090,
2240,
18,
4865,
800,
3726,
3726,
31,
22,
79,
2936,
21,
9090,
4865,
568,
2240,
18,
17,
2812,
27,
36,
9266,
17,
31,
22,
79,
452,
21,
1142,
16,
2572,
3007,
14,
5628,
161,
20,
8402,
21,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Base64 InputStream to String
===
I have been trying to get an input stream reading a file, which isa plain text and has embeded some images and another files in `base64` and write it again in a String. But keeping the encoding, I mean, I want to have in the String something like:
/9j/4AAQSkZJRgABAQEAYABgAAD/2wB... | 0 | [
2,
1000,
3470,
6367,
11260,
20,
3724,
800,
3726,
3726,
31,
57,
74,
749,
20,
164,
40,
6367,
3766,
1876,
21,
3893,
15,
56,
25,
58,
3748,
1854,
17,
63,
11911,
69,
69,
109,
3502,
17,
226,
6488,
19,
13,
1,
8436,
3470,
1,
17,
2757,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
.Net App only redirects user to authenticate if they visit the root url
===
I'm running into a strange issue. I have a .Net application deploying to Azure which is using Azure ACS for authentication. While the project is set up as a web application, we are primarily serving static .html and .js files. The problem is t... | 0 | [
2,
13,
9,
2328,
4865,
104,
302,
14706,
18,
4155,
20,
14351,
1373,
100,
59,
2139,
14,
5900,
287,
6362,
800,
3726,
3726,
31,
22,
79,
946,
77,
21,
2578,
1513,
9,
31,
57,
21,
13,
9,
2328,
3010,
17617,
68,
20,
25715,
56,
25,
568,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How can i add multiple values to localstorage array?
===
**My Problem**: The code below stores one value to the regId, When i click the buton again this value gets overwritten. How can i store a new value in the regId without overwriting the other values in the regId array ?
$('.btn-joinContest').live('click',... | 0 | [
2,
184,
92,
31,
3547,
1886,
4070,
20,
375,
18,
2153,
1303,
7718,
60,
800,
3726,
3726,
13,
1409,
915,
1448,
1409,
45,
14,
1797,
1021,
4134,
53,
1923,
20,
14,
7953,
1340,
15,
76,
31,
10840,
14,
47,
218,
188,
48,
1923,
3049,
84,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
UiHandler doesn't work with SuggestBox SuggestionEvent
===
I am using a SuggestBox and trying to capture the SuggestionEvent that is fired when the user selects a Suggestion. I can do this with normal event handlers easily enough:
itemInputBox.addEventHandler(new SuggestionHandler() {
@Override
... | 0 | [
2,
13,
5661,
3203,
1252,
1437,
22,
38,
170,
29,
5601,
5309,
10910,
4943,
38,
800,
3726,
3726,
31,
589,
568,
21,
5601,
5309,
17,
749,
20,
3683,
14,
10910,
4943,
38,
30,
25,
3899,
76,
14,
4155,
5407,
18,
21,
10910,
9,
31,
92,
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... |
Use git svn on an orphaned branch
===
I have created an empty orphan branch on my git repo called 'docs' by doing the following:
cd my-git-repo
git checkout --orphan docs
git rm -rf .
How do I populate this clean orphan branch from an old SVN repo?
Thanks in advance! | 0 | [
2,
275,
13,
10404,
13,
18,
16578,
27,
40,
11728,
69,
1686,
800,
3726,
3726,
31,
57,
679,
40,
2424,
11728,
1686,
27,
51,
13,
10404,
302,
1638,
227,
13,
22,
13799,
18,
22,
34,
845,
14,
249,
45,
1745,
51,
8,
10404,
8,
99,
1638,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Influence of amount element range indexes on memory consumption
===
I am interested, how amount element range indexes influence on system performance? I mean those indexes which are used very rarely. Maybe I should remove they, or they do not affect on RAM memory consumption? | 0 | [
2,
1915,
16,
2006,
4520,
978,
4348,
160,
27,
1912,
8330,
800,
3726,
3726,
31,
589,
3158,
15,
184,
2006,
4520,
978,
4348,
160,
1915,
27,
329,
956,
60,
31,
884,
273,
4348,
160,
56,
50,
147,
253,
5664,
9,
913,
31,
378,
4681,
59,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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... |
Macports warning when installing automake: Warning: Deactivate forced. Proceeding despite dependencies
===
I just installed MacPorts and issued the command:
sudo port install automake
Throughout the process I see this message:
Warning: Deactivate forced. Proceeding despite dependencies.
What does ... | 0 | [
2,
1572,
1993,
18,
3590,
76,
25429,
3108,
11115,
45,
3590,
45,
121,
19516,
1373,
1292,
9,
20459,
869,
29411,
800,
3726,
3726,
31,
114,
4066,
1572,
1993,
18,
17,
2212,
14,
1202,
45,
13,
18,
18601,
1295,
16146,
3108,
11115,
892,
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... |
Add text to Action Link
===
Simple question:
Using `ActionLink`, how to create a hyperlink like this?
<a href="#"
class="dropdown-toggle"
data-toggle="dropdown">
test
<b class="caret"></b></a>
I am trying to add a drop down using bootstrap. Thank you. | 0 | [
2,
3547,
1854,
20,
1028,
3508,
800,
3726,
3726,
1935,
1301,
45,
568,
13,
1,
8645,
6258,
1,
15,
184,
20,
1600,
21,
5443,
6258,
101,
48,
60,
13,
1,
58,
746,
14057,
3726,
7,
5910,
7,
718,
3726,
7,
12361,
2968,
8,
262,
263,
4875,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Select multiple elements with multiple attributes (language switcher)
===
Why is `$('*[lang|="de"][lang|="sv"]').hide();` not selecting and then hiding all my h1s, h2s and ps with the lang="de" and lang="se" attributes? For example with
<p lang="de">Lorem Ipsum ist ein einfacher Blindtext für die Druckindustrie... | 0 | [
2,
5407,
1886,
2065,
29,
1886,
13422,
13,
5,
7020,
5521,
106,
6,
800,
3726,
3726,
483,
25,
13,
1,
4403,
5,
22,
2483,
2558,
9949,
1,
3726,
7,
546,
7,
500,
2558,
9949,
1,
3726,
7,
18,
710,
7,
500,
22,
6,
9,
19522,
5,
6,
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... |
Python excepting input only if in range
===
Hi I want to get a number from user and only except input within a certain range.
The below appears to work but I am a noob and thought whilst it works there is no doubt a more elegant example... just trying not to fall into bad habits!
One thing I have noticed is whe... | 0 | [
2,
20059,
1613,
68,
6367,
104,
100,
19,
978,
800,
3726,
3726,
4148,
31,
259,
20,
164,
21,
234,
37,
4155,
17,
104,
1613,
6367,
363,
21,
1200,
978,
9,
14,
1021,
1780,
20,
170,
47,
31,
589,
21,
90,
4995,
17,
289,
4575,
32,
693,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Objective C: Storing hidden information into a UIView
===
I've been reading up a lot about Gesture Recognizers on SO - and have managed to write a working code which when a long-press is recognised on an UIImage, an action sheet appears:
{ ...
UILongPressGestureRecognizer *longPressWall = [[[UILongPressGe... | 0 | [
2,
7038,
272,
45,
25615,
3689,
676,
77,
21,
13,
5661,
4725,
800,
3726,
3726,
31,
22,
195,
74,
1876,
71,
21,
865,
88,
7222,
5844,
1224,
27,
86,
13,
8,
17,
57,
1471,
20,
2757,
21,
638,
1797,
56,
76,
21,
175,
8,
5890,
25,
7163,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Table View: setEditing programmatically
===
`NSMutableArray *objects` holds some objects which I use to display the content of my table view cells. If `objects.count` is 0 I would like to enable the editing mode of my table view when `viewDidLoad`:
- (void)viewDidLoad {
[self setEditing:YES anima... | 0 | [
2,
859,
1418,
45,
309,
69,
242,
68,
625,
6732,
1326,
800,
3726,
3726,
13,
1,
2172,
7903,
579,
8576,
93,
1637,
23793,
18,
1,
2763,
109,
3916,
56,
31,
275,
20,
3042,
14,
2331,
16,
51,
859,
1418,
2934,
9,
100,
13,
1,
23793,
18,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
apache serving tomcat proxy ajp, images with https not displaying
===
i'm using apache in front of tomcat with mod_proxy_ajp, i have a tomcat and a site with spring security. My static contents are delivered by tomcat this is my ajp config:
...
ProxyRequests Off
<Proxy *>
Order deny,allow
... | 0 | [
2,
17140,
1799,
2067,
5782,
27188,
21,
12851,
15,
3502,
29,
7775,
18,
52,
17418,
800,
3726,
3726,
31,
22,
79,
568,
17140,
19,
431,
16,
2067,
5782,
29,
7226,
1,
4899,
9229,
1,
58,
12851,
15,
31,
57,
21,
2067,
5782,
17,
21,
689,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
CSS: Why are images shifted slightly down in Chrome?
===
I've got some images in a DIV tag and in firefox, things look lined up nicely but when viewed in chrome they are not. I can't figure out why they get slightly pushed down in chrome.
Site located at www realstockphotos com
http://i.stack.imgur com/FRhg0.jp... | 0 | [
2,
272,
18,
18,
45,
483,
50,
3502,
4106,
1847,
125,
19,
13,
12985,
60,
800,
3726,
3726,
31,
22,
195,
330,
109,
3502,
19,
21,
13,
12916,
3383,
17,
19,
535,
18219,
15,
564,
361,
9011,
71,
24050,
47,
76,
6084,
19,
13,
12985,
59,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 do asp:ContentPlaceHolders have opening and closing tags?
===
I tried googling. (And MSDN-ing.)
I also tried putting text there, but it didn't have any effect.
| 4 | [
2,
483,
107,
28,
306,
45,
25424,
5119,
11119,
57,
1214,
17,
4239,
3383,
18,
60,
800,
3726,
3726,
31,
794,
162,
5598,
802,
9,
13,
5,
290,
4235,
43,
103,
8,
68,
9,
6,
31,
67,
794,
3873,
1854,
80,
15,
47,
32,
223,
22,
38,
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,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... |
While retrieving image from datastore i am getting this error
===
I am new to google appengine.
I have stored the image in blob field. I am trying to get the image it shows error.
Below i have pasted my code and output.
main.py
import cgi
import webapp2
from google.appengine.api import users... | 0 | [
2,
133,
13,
6239,
3272,
8397,
1961,
37,
1054,
16828,
31,
589,
1017,
48,
7019,
800,
3726,
3726,
31,
589,
78,
20,
8144,
4865,
16847,
9,
31,
57,
8214,
14,
1961,
19,
334,
10904,
575,
9,
31,
589,
749,
20,
164,
14,
1961,
32,
1285,
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... |
Connection R to Cassandra using RCassandra
===
I have an instance of Cassandra running on my localhost. For this example I have used the default configuration provided in conf\cassandra.yaml
I tried to connect R to Cassandra using the RCassandra package.
Basically, i have just installed the RCassandra package i... | 0 | [
2,
2760,
761,
20,
17825,
568,
15445,
18,
18,
13977,
800,
3726,
3726,
31,
57,
40,
4851,
16,
17825,
946,
27,
51,
375,
11694,
9,
26,
48,
823,
31,
57,
147,
14,
12838,
8091,
1173,
19,
13,
14093,
1,
5949,
18,
13977,
9,
8580,
255,
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... |
Using composer to install third party symfony bundle
===
Ok. Composer seems great.
But is more complex that deps method to add new bundles. I still don´t get it.
Please someone give me a complete example on how to add a third party bundle to a symfony2 2.1.0-BETA4 installation.
The bundle I want to add is thi... | 0 | [
2,
568,
3039,
20,
16146,
422,
346,
13,
7261,
10229,
93,
10194,
800,
3726,
3726,
5854,
9,
3039,
2206,
374,
9,
47,
25,
91,
1502,
30,
121,
1919,
2109,
20,
3547,
78,
10194,
18,
9,
31,
174,
221,
13,
38,
164,
32,
9,
2247,
737,
590,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
how to prevent concatenation in javascript while using $_GET in ajax function
===
i am having a html <form> on my page having a textarea ......i want to send the textvalue entered by using ajax XMLHttp object......the text goes to other php page from where i insert it into sql..........but problem i am facing is that ... | 0 | [
2,
184,
20,
2501,
1065,
9530,
7914,
19,
8247,
8741,
133,
568,
5579,
1,
3060,
19,
20624,
1990,
800,
3726,
3726,
31,
589,
452,
21,
13,
15895,
13,
1,
4190,
1,
27,
51,
2478,
452,
21,
1854,
17760,
13,
9,
9,
9,
9,
9,
9,
49,
259,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
What is the id=xxx next to variable entries in the Eclipse Debugger
===
What is the `id=xxx` next to variable entries in the Eclipse Debugger> I know it seems to uniquely identify the object. But what I can't tell is what it's relationship to the object is. | 0 | [
2,
98,
25,
14,
4924,
3726,
13290,
328,
20,
7612,
11399,
19,
14,
11652,
121,
2345,
11356,
800,
3726,
3726,
98,
25,
14,
13,
1,
1340,
3726,
13290,
1,
328,
20,
7612,
11399,
19,
14,
11652,
121,
2345,
11356,
1,
31,
143,
32,
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... |
Min Enclosing for a bounding rect?
===
I would like to compute the minumum enclosing circle of a bounding rectangle (a window) using opencv? | 0 | [
2,
4232,
1957,
13023,
18,
68,
26,
21,
4138,
68,
6042,
38,
60,
800,
3726,
3726,
31,
83,
101,
20,
23909,
14,
27113,
18535,
1957,
13023,
18,
68,
2775,
16,
21,
4138,
68,
27181,
13,
5,
58,
1463,
6,
568,
368,
12732,
60,
3,
0,
0,
0... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... |
How to connect to a mysql database located on a different system on a intranet using wamp
===
Can anyone tell how to connect to a mysql database located on a different system on a intranet using wamp!!! | 0 | [
2,
184,
20,
6379,
20,
21,
51,
18,
22402,
6018,
335,
27,
21,
421,
329,
27,
21,
14369,
2328,
568,
619,
10158,
800,
3726,
3726,
92,
1276,
494,
184,
20,
6379,
20,
21,
51,
18,
22402,
6018,
335,
27,
21,
421,
329,
27,
21,
14369,
2328... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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... |
Implement SSL protocol with Spring MVC
===
my project implements a RESTful client which connects to a repository in order to retrieve and send data (XML). However,when a user provide personal information i want to use SSL encryption.
The user completes a form:
<table>
<tr>
<td... | 0 | [
2,
8713,
13,
18,
18,
255,
8494,
29,
1573,
307,
8990,
800,
3726,
3726,
51,
669,
8713,
18,
21,
760,
1566,
6819,
56,
8534,
20,
21,
24869,
19,
389,
20,
11917,
17,
2660,
1054,
13,
5,
396,
8184,
6,
9,
207,
15,
3185,
21,
4155,
1181,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 speech recognition emotion detector
===
i would like to create an emotion speech recognition application in android which will detect the emotion of the users through getting the sound of their voice. is it possible to make this kind of app in android?if yes, can you give me links that will help me to make thi... | 0 | [
2,
13005,
2974,
3514,
6691,
16255,
800,
3726,
3726,
31,
83,
101,
20,
1600,
40,
6691,
2974,
3514,
3010,
19,
13005,
56,
129,
9092,
14,
6691,
16,
14,
3878,
120,
1017,
14,
646,
16,
66,
430,
9,
25,
32,
938,
20,
233,
48,
825,
16,
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... |
closing connection in web sql
===
Is it required to close the web sql connection?. I am not able to access the DB second time when i run the same code.I am able to run and retrieve the data first time. Please share the code if it Closing connection in web sql is required.
| 0 | [
2,
4239,
2760,
19,
2741,
4444,
255,
800,
3726,
3726,
25,
32,
1390,
20,
543,
14,
2741,
4444,
255,
2760,
60,
9,
31,
589,
52,
777,
20,
1381,
14,
13,
9007,
153,
85,
76,
31,
485,
14,
205,
1797,
9,
49,
589,
777,
20,
485,
17,
11917... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 someone please explain the right way to use SBT?
===
I'm getting out off the closet on this! I don't understand SBT. There, I said it, now help me please.
All roads lead to Rome, and that is the same for SBT: To get started with SBT there is SBT, SBT Launcher, SBT-extras, etc, and then there are different ways ... | 0 | [
2,
92,
737,
2247,
3271,
14,
193,
161,
20,
275,
13,
18,
220,
38,
60,
800,
3726,
3726,
31,
22,
79,
1017,
70,
168,
14,
9337,
27,
48,
187,
31,
221,
22,
38,
1369,
13,
18,
220,
38,
9,
80,
15,
31,
87,
32,
15,
130,
448,
55,
2247... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Google Maps API V3 - Prevent ImageMapType from wrapping
===
**Please note:**
This question is very similar to this one I found on stackoverflow.
http://stackoverflow.com/questions/10898279/google-maps-v3-imagemaptype-prevent-wrapping
However, the above question and answer did not work for my example / issu... | 0 | [
2,
8144,
6867,
21,
2159,
566,
240,
13,
8,
2501,
1961,
15022,
4474,
37,
13437,
800,
3726,
3726,
13,
1409,
6744,
1945,
45,
1409,
48,
1301,
25,
253,
835,
20,
48,
53,
31,
216,
27,
7566,
2549,
9990,
9,
7775,
6903,
25325,
2549,
9990,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Phone freezes when listening for incong sms's
===
Why does the following code freeze all operations on the phone? The app reads the incoming sms's, but the app doesn't open. Right after the app is clicked, the phone freezes. What am I doing wrong. I would appreciate any help.
try {
Datagr... | 0 | [
2,
1132,
11551,
18,
76,
4948,
26,
3016,
3279,
7613,
18,
22,
18,
800,
3726,
3726,
483,
630,
14,
249,
1797,
11551,
65,
1311,
27,
14,
1132,
60,
14,
4865,
11137,
14,
17126,
7613,
18,
22,
18,
15,
47,
14,
4865,
1437,
22,
38,
368,
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... |
Android NdefFormattable tag write error
===
07-10 15:27:48.158: W/System.err(1300): java.io.IOException
07-10 15:27:48.158: W/System.err(1300): at android.nfc.tech.BasicTagTechnology.connect(BasicTagTechnology.java:85)
07-10 15:27:48.158: W/System.err(1300): at android.nfc.tech.NdefFormatable.connect(N... | 0 | [
2,
13005,
13,
103,
13862,
23588,
5924,
3383,
2757,
7019,
800,
3726,
3726,
13,
2984,
8,
1036,
357,
22448,
22838,
9,
13836,
45,
619,
118,
10724,
9,
106,
139,
5,
165,
6571,
6,
45,
8247,
9,
1963,
9,
1963,
10066,
872,
13,
2984,
8,
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... |
Greek character are not displayed in winform combobox
===
I am working on a winform application, where I have grid with column displaying certain length measurement units. I have defined a column as below.
var unitColumn = new DataGridViewComboBoxColumn
{
Name = "UnitColumn",
HeaderText =... | 0 | [
2,
1645,
925,
50,
52,
6115,
19,
628,
4190,
22621,
5309,
800,
3726,
3726,
31,
589,
638,
27,
21,
628,
4190,
3010,
15,
113,
31,
57,
7354,
29,
4698,
17418,
1200,
1476,
11688,
1398,
9,
31,
57,
2811,
21,
4698,
28,
1021,
9,
4033,
1237,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
For tab panel iconCls is not working on Android
===
I have created tab panel and I have used iconCls property to show different icons on tab buttons. This works fine on chrome browser on desktop and on safari on iPad. But these icon images are not displaying on andorid tab, instead it displays blank square. | 0 | [
2,
26,
6523,
4113,
9801,
5316,
18,
25,
52,
638,
27,
13005,
800,
3726,
3726,
31,
57,
679,
6523,
4113,
17,
31,
57,
147,
9801,
5316,
18,
1354,
20,
298,
421,
9801,
18,
27,
6523,
12861,
9,
48,
693,
1123,
27,
13,
12985,
16495,
27,
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... |
Relocate error labels using jQuery validation
===
So I'm using [jQuery validation][1] and have managed (despite some out of date documentation) to get a group of required radio boxes working. The problem is the plugin is appending the error label directly after the first radio (the first of that group that has the req... | 0 | [
2,
21761,
7019,
13173,
568,
487,
8190,
93,
27999,
800,
3726,
3726,
86,
31,
22,
79,
568,
636,
728,
8190,
93,
27999,
500,
2558,
165,
500,
17,
57,
1471,
13,
5,
24854,
109,
70,
16,
1231,
13945,
6,
20,
164,
21,
214,
16,
1390,
603,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Export xml data to Excel using OpenXML
===
I had tried doing as u sujested to my previous post, it downloading an xlsx file for me. but when i tried to open the file it is saying file is corrupted. here is the code i'm trying to use please let me know if any changes has to be done for the following.
private void b... | 0 | [
2,
7487,
23504,
1054,
20,
20700,
568,
368,
396,
8184,
800,
3726,
3726,
31,
41,
794,
845,
28,
287,
2538,
1969,
10859,
20,
51,
1158,
678,
15,
32,
7121,
68,
40,
993,
7532,
396,
3893,
26,
55,
9,
47,
76,
31,
794,
20,
368,
14,
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... |
looping through an object twice - php
===
I'm playing around with a zencart trying to make it do what I want but I'm a bit of a noob and I've run out of ideas of what to google.
when I query the DB using the zencart function the software returns an object which looks like:
queryFactoryResult Object
(
... | 0 | [
2,
5293,
68,
120,
40,
3095,
2088,
13,
8,
13,
26120,
800,
3726,
3726,
31,
22,
79,
791,
140,
29,
21,
10526,
1367,
38,
749,
20,
233,
32,
107,
98,
31,
259,
47,
31,
22,
79,
21,
1142,
16,
21,
90,
4995,
17,
31,
22,
195,
485,
70,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Where is the DataContext?
===
I have been reviewing the MSDN article, shown at http://msdn.microsoft.com/en-us/magazine/dd419663.aspx.
The above article shows how he is using a DataTemplate to display CustomerViewModel; But looking at the actual CustomerView, there is no DataContext set! How is he calling the Sa... | 0 | [
2,
113,
25,
14,
1054,
1126,
11969,
60,
800,
3726,
3726,
31,
57,
74,
18046,
14,
4235,
43,
103,
2002,
15,
1721,
35,
7775,
6903,
79,
18,
43,
103,
9,
22019,
12980,
9,
960,
118,
219,
8,
267,
118,
27605,
118,
8096,
300,
8408,
240,
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... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.