unified_texts stringlengths 32 30.1k | OpenStatus_id int64 0 4 | input_ids list | token_type_ids list | attention_mask list |
|---|---|---|---|---|
sending an string like JSON from C# to javascript
===
I have some code in `JavaScript` like this:
slider.setPhotos([
{ "src": "image1", "name": "n1" },
{ "src": "image2", "name": "n2" },
{ "src": "image3", "name": "n3" }
]);
And I want to set the values of `src` and `name` from `C#`.
Assume v... | 0 | [
2,
4907,
40,
3724,
101,
487,
528,
37,
272,
5910,
20,
8247,
8741,
800,
3726,
3726,
31,
57,
109,
1797,
19,
13,
1,
1004,
1385,
8741,
1,
101,
48,
45,
3295,
106,
9,
3554,
25445,
18,
5,
2558,
13,
1,
13,
7,
18,
5453,
7,
45,
13,
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... |
Move file into a specific folder
===
I have a question regarding file handle, i have:
Files:
"Mark, 123456, HTCOM.pdf"
"John, 409721, JESOA.pdf
Folders:
"Mark, 123456"
"Mark, 345212"
"Mark, 645352"
"John, 409721"
"John, 235212"
"John, 124554"
I need a routine to move fil... | 0 | [
2,
780,
3893,
77,
21,
1903,
19294,
800,
3726,
3726,
31,
57,
21,
1301,
3467,
3893,
3053,
15,
31,
57,
45,
6488,
45,
13,
7,
4527,
15,
390,
3965,
3776,
15,
13,
9020,
960,
9,
11124,
7,
13,
7,
7373,
15,
1417,
3643,
1941,
15,
4641,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 parcel an Object with an ArrayList with other Object which have a Reverence to the first Object
===
It's a little bit complex.
I've Object 'A' which have an ArrayList of Object 'B'
Object 'B' have a Reference to Object 'A'.
When I'm starting to parcel, then follows a StackoverflowError.
Is there a W... | 0 | [
2,
184,
20,
16554,
40,
3095,
29,
40,
7718,
5739,
29,
89,
3095,
56,
57,
21,
29080,
20,
14,
64,
3095,
800,
3726,
3726,
32,
22,
18,
21,
265,
1142,
1502,
9,
31,
22,
195,
3095,
13,
22,
58,
22,
56,
57,
40,
7718,
5739,
16,
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... |
Flipping texture after its model matrix transposition in OpenGL
===
In OpenGL we have z direction forward (into the screen ) as negative value.I transpose the model matrix (plane primitive) to make it positive.But there is a problem -The texture becomes flipped in local X axis.I can flip it doing negative scaling of X... | 0 | [
2,
21422,
12714,
75,
82,
1061,
8187,
2982,
9339,
19,
368,
8430,
800,
3726,
3726,
19,
368,
8430,
95,
57,
2052,
1400,
917,
13,
5,
108,
262,
14,
2324,
13,
6,
28,
3682,
1923,
9,
49,
2982,
15690,
14,
1061,
8187,
13,
5,
10207,
11473,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 do cross-column linked filtering using jQuery DataTables plugin?
===
I have a table that groups data into multiple categories for different users, and am using the jQuery plugin [DataTables][1] to allow filtering for this data.
My problem is that a user can have multiple items within a group that are linke... | 0 | [
2,
184,
20,
107,
919,
8,
716,
4404,
103,
4727,
25272,
568,
487,
8190,
93,
1054,
5924,
18,
10922,
108,
60,
800,
3726,
3726,
31,
57,
21,
859,
30,
1170,
1054,
77,
1886,
6422,
26,
421,
3878,
15,
17,
589,
568,
14,
487,
8190,
93,
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... |
Why is 'NaN' numeric according to the warnings pragma?
===
I'm a little surprised (and scared) by the fact that the [`warnings`](http://perldoc.perl.org/warnings.html) pragma doesn't complain about 'NaN' and 'nan' being non-numeric.
Why does `warnings` not emit the customary `'Argument isn't numeric in addition (+)... | 0 | [
2,
483,
25,
13,
22,
3198,
22,
15764,
596,
496,
20,
14,
3590,
18,
3865,
14336,
60,
800,
3726,
3726,
31,
22,
79,
21,
265,
2948,
13,
5,
290,
5056,
6,
34,
14,
837,
30,
14,
636,
1,
1885,
2981,
18,
1,
500,
5,
21127,
6903,
1432,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Manipulate itemView through CollectionView
===
Fiddle:
http://jsfiddle.net/lifeinafolder/mpcRr/
Essentially, I want to hide the current 'visible' item and make the next one 'visible' but toggleProperty doesn't seem to be working on the childView object. It just silently fails and throws no errors as well. | 0 | [
2,
18468,
9101,
4725,
120,
1206,
4725,
800,
3726,
3726,
12759,
45,
7775,
6903,
728,
18,
1707,
12312,
9,
2328,
118,
4102,
1673,
8814,
106,
118,
79,
5779,
5932,
118,
7398,
15,
31,
259,
20,
3077,
14,
866,
13,
22,
3762,
3426,
22,
9101... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
HostProtectionAttribute.Synchronization. Abstract class
===
I wonder about this attribute. How derived class can be thread-safe when parent abstract class is decorated with this attribute. What undelying mechanism is used here? Does it mean that overriding abstract method will make that method thread-safe too?! | 0 | [
2,
2015,
16265,
872,
721,
14755,
9,
16023,
1829,
9,
8502,
718,
800,
3726,
3726,
31,
2666,
88,
48,
35,
14755,
9,
184,
3981,
718,
92,
44,
9322,
8,
18166,
76,
4766,
8502,
718,
25,
6933,
29,
48,
35,
14755,
9,
98,
13,
12239,
102,
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... |
How can I aggregate OpenGraph objects that are connected to another object in the timeline?
===
I have an application that publishes a `read` action for every `magazine` object you've read.
Every `magazine` object is in the meta tags connected to a `publisher` object. One `publisher` can be connected to multiple `m... | 0 | [
2,
184,
92,
31,
8544,
368,
9614,
3916,
30,
50,
2587,
20,
226,
3095,
19,
14,
18398,
60,
800,
3726,
3726,
31,
57,
40,
3010,
30,
13829,
21,
13,
1,
10647,
1,
1028,
26,
352,
13,
1,
27605,
1,
3095,
42,
22,
195,
1302,
9,
352,
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... |
Compare two datetimes and get day difference
===
I have an array of dates. I am comparing the objects of the array (B) to a control (A). How do I check if B's age is 10 days when compared to A? Ideally, I would like to be able to declare a variable as the difference in days. Thanks. | 0 | [
2,
11590,
81,
1231,
891,
18,
17,
164,
208,
2841,
800,
3726,
3726,
31,
57,
40,
7718,
16,
4076,
9,
31,
589,
15047,
14,
3916,
16,
14,
7718,
13,
5,
220,
6,
20,
21,
569,
13,
5,
58,
6,
9,
184,
107,
31,
2631,
100,
334,
22,
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... |
How to add the Project Explorer view to an eclipse rcp application
===
Can some1 tell me in detail how to implement this view in my rcp? | 0 | [
2,
184,
20,
3547,
14,
669,
8520,
1418,
20,
40,
11652,
761,
7439,
3010,
800,
3726,
3726,
92,
109,
165,
494,
55,
19,
6110,
184,
20,
8713,
48,
1418,
19,
51,
761,
7439,
60,
3,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... |
undefined constant error
===
I get undefined constat error when I try to access my site from settings.php. It doesnt stop program from working but it appears for 0,5 second everytime and it is annoying. It points to this code and line ($siteName = "Automoto";):
switch ($siteNumber)
{
case 1... | 0 | [
2,
367,
13439,
3587,
7019,
800,
3726,
3726,
31,
164,
367,
13439,
1065,
10631,
7019,
76,
31,
1131,
20,
1381,
51,
689,
37,
12410,
9,
26120,
9,
32,
5886,
747,
625,
37,
638,
47,
32,
1780,
26,
713,
15,
264,
153,
352,
891,
17,
32,
2... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
c# web service consumption error
===
Im trying to consume a web service using the below WSDL from a .NET C# project.
I've added the web reference etc and tried invoking the method (getPatients) but it always returns an error:
"MyService.PatientType[] PatientService.getPatients(MyService.getPatients getPatien... | 0 | [
2,
272,
5910,
2741,
365,
8330,
7019,
800,
3726,
3726,
797,
749,
20,
16447,
21,
2741,
365,
568,
14,
1021,
619,
18,
8643,
37,
21,
13,
9,
2328,
272,
5910,
669,
9,
31,
22,
195,
905,
14,
2741,
2801,
2722,
17,
794,
19,
2625,
1581,
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... |
Unable to render PDF to browser using Prawn PDF for Ruby on Rails
===
I am creating a pdf file in the latest version of the Prawn library (v1.0.1rc) in Rails (3.1.1) and when I run my code it generates the PDF into the root of the application.
I don't want this. I want it to render the output into user's browser wi... | 0 | [
2,
2343,
20,
16535,
13,
11124,
20,
16495,
568,
3865,
6156,
13,
11124,
26,
10811,
27,
2240,
18,
800,
3726,
3726,
31,
589,
2936,
21,
13,
11124,
3893,
19,
14,
5736,
615,
16,
14,
3865,
6156,
1248,
13,
5,
710,
165,
9,
387,
9,
165,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
SIGABRT error in Xcode
===
The following code is taken from much larger code but I believe that this is the section that is giving me trouble. when I run it I get no errors but upon pressing the hardcoded button inside 'playMovie' that is suppose to execute, 'exit movie' I get the message: Terminating app due to uncau... | 0 | [
2,
8858,
2297,
5256,
7019,
19,
993,
9375,
800,
3726,
3726,
14,
249,
1797,
25,
658,
37,
212,
1662,
1797,
47,
31,
985,
30,
48,
25,
14,
1050,
30,
25,
1438,
55,
2572,
9,
76,
31,
485,
32,
31,
164,
90,
11908,
47,
685,
7196,
14,
55... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
jquery select class with similar names
===
A really simple question. I am generating some html tables within a loop with dynamic class names. These classes look like:
<tr class="method_11">
<tr class="method_12">
<tr class="method_13">
Is there a way to select all those classes by only using their ... | 0 | [
2,
487,
8190,
93,
5407,
718,
29,
835,
1817,
800,
3726,
3726,
21,
510,
1935,
1301,
9,
31,
589,
13500,
109,
13,
15895,
7484,
363,
21,
5293,
29,
7782,
718,
1817,
9,
158,
2684,
361,
101,
45,
13,
1,
6384,
718,
3726,
7,
5909,
1807,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
mobile credit card swiping systems with API
===
I'm looking for a credit card swiping system for ios/androids that comes with an API. PayPal Here and Square are two well known companies that offers the card swiping, but they do not yet have an API.
Payanywhere is another service with an API, but unfortunately it's... | 0 | [
2,
3241,
3251,
2056,
13,
18,
27803,
68,
1242,
29,
21,
2159,
800,
3726,
3726,
31,
22,
79,
699,
26,
21,
3251,
2056,
13,
18,
27803,
68,
329,
26,
13,
7760,
118,
19554,
9178,
30,
1624,
29,
40,
21,
2159,
9,
1372,
6720,
235,
17,
735,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
SQL Server XML - leg shot?
===
I need to store dynamic forms - some kind of flowchart and i need to store the whole decisions made by a user. The flowcharts may differ from customer to customer and i dont need to search for the content - just need to display the decisions. It should be possible to deploy it to Azure i... | 0 | [
2,
4444,
255,
8128,
23504,
13,
8,
1860,
999,
60,
800,
3726,
3726,
31,
376,
20,
1718,
7782,
1997,
13,
8,
109,
825,
16,
3312,
5433,
38,
17,
31,
376,
20,
1718,
14,
979,
6003,
117,
34,
21,
4155,
9,
14,
3312,
5433,
38,
18,
123,
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... |
No data appear on my datagridview when using dataset in c#, what am i missing here?
===
SqlCommand cmd = new SqlCommand("Select sur_accounttype from tsys_user",conSQL ) ;
SqlDataAdapter da = new SqlDataAdapter(cmd);
DataSet ds = new DataSet();
da.Fill(ds,"tsys_user... | 0 | [
2,
90,
1054,
1893,
27,
51,
1054,
16375,
4725,
76,
568,
1054,
3554,
19,
272,
5910,
15,
98,
589,
31,
2863,
235,
60,
800,
3726,
3726,
4444,
255,
16239,
2390,
43,
800,
78,
4444,
255,
16239,
5,
7,
18,
16964,
3645,
1,
29148,
4474,
37,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Which OSS license fit for "Keep my part open always"
===
I want the license be general permissive, but:
1. You can embed my software in your software, but the source code of my part must be distributed with your product, and keep the license of my part unchanged.
2. You can change and rename my software, but t... | 0 | [
2,
56,
19504,
3962,
2742,
26,
13,
7,
12211,
51,
141,
368,
550,
7,
800,
3726,
3726,
31,
259,
14,
3962,
44,
297,
416,
7292,
1284,
15,
47,
45,
137,
9,
42,
92,
11911,
69,
51,
2306,
19,
154,
2306,
15,
47,
14,
1267,
1797,
16,
51,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Boost-bjam: link result with precompiled library
===
What should I put into my jamroot.jam file so that libAPLibrary.so is linked with the result of MyProject compilation?
<pre>
root
|-MyProject
| |-jamroot.jam
|
|-AnotherProject
|-lib
|-libAPLibrary.so
</pre> | 0 | [
2,
10419,
8,
220,
12976,
45,
3508,
829,
29,
782,
11103,
49,
1294,
1248,
800,
3726,
3726,
98,
378,
31,
442,
77,
51,
4001,
14032,
9,
12976,
3893,
86,
30,
2093,
969,
15540,
2559,
622,
9,
656,
25,
4727,
29,
14,
829,
16,
51,
21011,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Wordpress local file permissions
===
I have a local install of wordpress.
I am having a nightmare setting the the permissions right.
If it set it all to 777 it errors 500, I have i set it 644 but still the same!
What exactly are the right settings under apache2 | 0 | [
2,
833,
5890,
375,
3893,
5572,
18,
800,
3726,
3726,
31,
57,
21,
375,
16146,
16,
833,
5890,
9,
31,
589,
452,
21,
10586,
2697,
14,
14,
5572,
18,
193,
9,
100,
32,
309,
32,
65,
20,
13,
25081,
32,
11908,
3033,
15,
31,
57,
31,
309... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Physical key pressed event can NOT be caught in LWUIT
===
I have a phone with only one physical key, which is clicked as BACK operation. But the key event can NOT be caught in LWUIT 1.5. Here is my codes:
<pre><code>
import com.sun.lwuit.Command;
import com.sun.lwuit.Form;
import com.sun.lwuit.events... | 0 | [
2,
1825,
1246,
2931,
807,
92,
52,
44,
1383,
19,
13,
23281,
11193,
800,
3726,
3726,
31,
57,
21,
1132,
29,
104,
53,
1825,
1246,
15,
56,
25,
15802,
28,
97,
1453,
9,
47,
14,
1246,
807,
92,
52,
44,
1383,
19,
13,
23281,
11193,
137,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Need help viewing data from jquery call in c# textbox and parsing specific parts
===
Just to be clear I am very new to C# and PHP and will probably not use the proper terminology. That said, I have a URL:
**http://"website"/ajax/u.php?b=0&i=938t72F&lb_id=938597215&c=jQuery17208232601864729077_1342598607103**
t... | 0 | [
2,
376,
448,
11244,
1054,
37,
487,
8190,
93,
645,
19,
272,
5910,
1854,
5309,
17,
2017,
18,
68,
1903,
1341,
800,
3726,
3726,
114,
20,
44,
1207,
31,
589,
253,
78,
20,
272,
5910,
17,
13,
26120,
17,
129,
910,
52,
275,
14,
4119,
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... |
RestTemplate -- default timeout value
===
What is the default timeout value when using Spring's RestTemplate ?
For e.g., I am invoking a web service like this:
RestTemplate restTemplate = new RestTemplate();
String response = restTemplate.getForObject("http://webservice.com/item/3455", String.class);
... | 0 | [
2,
760,
9577,
6554,
13,
8,
8,
12838,
85,
1320,
1923,
800,
3726,
3726,
98,
25,
14,
12838,
85,
1320,
1923,
76,
568,
1573,
22,
18,
760,
9577,
6554,
13,
60,
26,
13,
62,
9,
263,
9,
15,
31,
589,
19,
2625,
1581,
21,
2741,
365,
101,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Statelessness of a REST api with authenticated users
===
I'm currently designing a REST Http api. (With HATEOAS stuff, to make clients "simpler", and avoid clients to do complicated things, instead of letting the api tell them what to do ...)
Because of the social characteristic of the app, in order to interact wit... | 0 | [
2,
146,
15756,
16,
21,
760,
21,
2159,
29,
14351,
1669,
3878,
800,
3726,
3726,
31,
22,
79,
871,
15026,
21,
760,
7775,
21,
2159,
9,
13,
5,
1410,
3223,
6941,
18,
3217,
15,
20,
233,
7421,
13,
7,
24629,
139,
7,
15,
17,
2658,
7421,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Fetching Outlook Contacts with Python
===
I am given a task to fetch all the contacts from (Microsoft)Outlook using Python. I tried this :
import win32com.client
object = win32com.client.Dispatch("Outlook.Application")
ns = object.GetNamespace("MAPI")
print ns
It gave me the output :
<wi... | 0 | [
2,
18312,
68,
19837,
11894,
29,
20059,
800,
3726,
3726,
31,
589,
504,
21,
3005,
20,
18312,
65,
14,
11894,
37,
13,
5,
22019,
12980,
6,
1320,
5810,
568,
20059,
9,
31,
794,
48,
13,
45,
9010,
628,
3125,
960,
9,
150,
18513,
38,
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... |
ndroid.database.sqlite.SQLiteException: no such column: title: , while compiling:
===
Hy everbody.
I need help in my query. I receive a warning but I don't know what is wrong.
android.database.sqlite.SQLiteException: no such column: title: , while compiling: SELECT _id, display_name FROM view_data_restrict... | 0 | [
2,
13,
706,
18524,
9,
18768,
8436,
9,
18,
1251,
10601,
9,
18,
1251,
10601,
10066,
872,
45,
90,
145,
4698,
45,
581,
45,
13,
15,
133,
24378,
45,
800,
3726,
3726,
4085,
462,
9760,
9,
31,
376,
448,
19,
51,
25597,
9,
31,
2588,
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... |
Is QNX® Momentics IDE for BlackBerry® 10 Native SDK Version: 10.0.4 providing Drag and drop functionality in Blackberry 10 native SDK development ?
===
i have a good experience with blackberry java environment.But I need to know about QNX based IDE for development of Blackberry 10.I successfully installed all setup. ... | 0 | [
2,
25,
2593,
103,
396,
1,
688,
8354,
13,
3448,
26,
27367,
1,
332,
1275,
13,
18,
43,
197,
615,
45,
332,
9,
387,
9,
300,
2674,
5501,
17,
2804,
18548,
19,
27367,
332,
1275,
13,
18,
43,
197,
522,
13,
60,
800,
3726,
3726,
31,
57,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Controller must return a response in Symfony2
===
I have an ajax call in my code. What I want to achieve with the call works fine. I want to delete some records from the database which is actually deleted when the method is called via ajax but as in symfony method it must return a response and thats why when the metho... | 0 | [
2,
9919,
491,
788,
21,
1627,
19,
13,
7261,
10229,
93,
135,
800,
3726,
3726,
31,
57,
40,
20624,
645,
19,
51,
1797,
9,
98,
31,
259,
20,
4689,
29,
14,
645,
693,
1123,
9,
31,
259,
20,
27448,
109,
742,
37,
14,
6018,
56,
25,
1121,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
i am not able to launch jnlp from GWT console
===
This the jsp which i have written for launching a jar using jnlp
<%response.setContentType("application/x-java-jnlp-file");
String merchantId = request.getParameter("merchantId");
String restaurantId = request.getParameter("restaurantId");
... | 0 | [
2,
31,
589,
52,
777,
20,
3394,
13,
19180,
5478,
37,
14094,
38,
8650,
800,
3726,
3726,
48,
14,
487,
3401,
56,
31,
57,
642,
26,
13762,
21,
5112,
568,
13,
19180,
5478,
13,
1,
11881,
99,
18,
8782,
870,
9,
3554,
25424,
4474,
5,
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... |
Can you modify VisualSVN so that it renders HTML files?
===
We use SVN at work and have a VisualSVN server that everyone can use to see the structure of a repos. But when you look at a file it just shows it as text, which is good I guess, but we want to change it so that it actually renders the HTML or shows the image... | 0 | [
2,
92,
42,
17579,
3458,
18,
16578,
86,
30,
32,
16535,
18,
13,
15895,
6488,
60,
800,
3726,
3726,
95,
275,
13,
18,
16578,
35,
170,
17,
57,
21,
3458,
18,
16578,
8128,
30,
1266,
92,
275,
20,
196,
14,
1411,
16,
21,
302,
12551,
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... |
Placeholder text on a disabled input field in IE
===
Are there any jQuery plugins or other methods by which to add placeholder text to a *disabled* input field in IE?
In particular, I've tried both [Replaceholder][1] and [Sparkle][2] (which includes a placeholder polyfill). With either one, disabling an input field... | 0 | [
2,
209,
12427,
1854,
27,
21,
10154,
6367,
575,
19,
13,
660,
800,
3726,
3726,
50,
80,
186,
487,
8190,
93,
10922,
108,
18,
54,
89,
3195,
34,
56,
20,
3547,
209,
12427,
1854,
20,
21,
1637,
2906,
579,
43,
2483,
6367,
575,
19,
13,
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... |
asp.net loading bar
===
I have code in my Page_load method that can take up to a few seconds to fetch back the data and store it into a table.
How can I display a percentage (or just generic) loading bar until all the data is ready, as oposed to just having the empty table until the data is ready?
Is there an as... | 0 | [
2,
28,
306,
9,
2328,
12797,
748,
800,
3726,
3726,
31,
57,
1797,
19,
51,
2478,
1,
8294,
2109,
30,
92,
247,
71,
20,
21,
310,
2582,
20,
18312,
97,
14,
1054,
17,
1718,
32,
77,
21,
859,
9,
184,
92,
31,
3042,
21,
5780,
13,
5,
24... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
WP7: Checking for user credentials on startup and loading different view?
===
Can anyone help. I have created a small WP7 and its working the way i want it to.
It always asks the user for username and password to enter the application, I also have a button called "Remember Settings", if this is checked the next tim... | 0 | [
2,
13,
13790,
465,
45,
9886,
26,
4155,
5059,
43,
10107,
18,
27,
20205,
17,
12797,
421,
1418,
60,
800,
3726,
3726,
92,
1276,
448,
9,
31,
57,
679,
21,
284,
13,
13790,
465,
17,
82,
638,
14,
161,
31,
259,
32,
20,
9,
32,
550,
391... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 for lines that contain X, but show more than this line when found
===
Straight to the point:
In
ip ssh version 2
no aaa new-model
!
dot11 ssid lala
vlan 500
authentication open
authentication key-management wpa
wpa-psk ascii 100 40345352352352352352... | 0 | [
2,
2122,
26,
1560,
30,
3717,
993,
15,
47,
298,
91,
119,
48,
293,
76,
216,
800,
3726,
3726,
1599,
20,
14,
454,
45,
19,
15735,
13,
18,
1635,
615,
172,
90,
15916,
78,
8,
13998,
13,
187,
14123,
1306,
13,
18,
18,
1340,
13,
25152,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Start/Suspend/Resume a method in Java
===
I want to implement an Anytime k-NN classifier but I cannot find a way to call the "classify(...)" method for a specific amount of time, suspend it, get the available results before the method was suspended, resume the method for a specific amount of time, suspend it, get the ... | 0 | [
2,
799,
118,
18,
267,
3014,
43,
118,
99,
18,
9472,
21,
2109,
19,
8247,
800,
3726,
3726,
31,
259,
20,
8713,
40,
19711,
680,
8,
9377,
718,
16292,
47,
31,
1967,
477,
21,
161,
20,
645,
14,
13,
7,
1898,
8612,
5,
9,
9,
9,
6,
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... |
What is the pythonic way to implement a css parser/replacer
===
I want to implement a script that reads a CSS file and makes meaningful changes to it (adding/removing/replacing lines/words etc.). The basic logic is implement an RTL (right-to-left) transformation.
I could think of quite a few approaches to it:
* fi... | 0 | [
2,
98,
25,
14,
20059,
596,
161,
20,
8713,
21,
272,
18,
18,
2017,
4104,
118,
99,
5119,
139,
800,
3726,
3726,
31,
259,
20,
8713,
21,
3884,
30,
11137,
21,
272,
18,
18,
3893,
17,
1364,
16912,
1693,
20,
32,
13,
5,
58,
11365,
118,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Connect Linux web server FTPES via SSH
===
After deep look over the internet, and not finding the solution to my problem, I am asking it here.
I want to connect my website which is on Linux web server over secured FTPES via PUTTY. But it is not connecting as it is giving network error. Please let me know how do it ... | 2 | [
2,
6379,
13024,
2741,
8128,
1187,
8295,
1197,
13,
18,
1635,
800,
3726,
3726,
75,
855,
361,
84,
14,
2620,
15,
17,
52,
3007,
14,
4295,
20,
51,
1448,
15,
31,
589,
3379,
32,
235,
9,
31,
259,
20,
6379,
51,
2271,
56,
25,
27,
13024,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to extract contact information such as address, e-mail, and phone number from different web sites using C#?
===
> I am trying to extract only contact information of educational sites say with domain .edu.in
>>the problem is that different institutions have different contact information layout
> I need a way out ... | 3 | [
2,
184,
20,
10962,
2203,
676,
145,
28,
3218,
15,
13,
62,
8,
8079,
15,
17,
1132,
234,
37,
421,
2741,
3259,
568,
272,
5910,
60,
800,
3726,
3726,
13,
1,
31,
589,
749,
20,
10962,
104,
2203,
676,
16,
3076,
3259,
395,
29,
4603,
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... |
Wordpress customization - which way to go?
===
I'm a senior .NET/C# developer and I would like to start a private-project in Wordpress. My PHP experiences are really out-of-date (10 years old) and I'm really confused: how to start?
It would be lame to use my (not existing) PHP 3.x or 4.x knowledge but I have no ide... | 0 | [
2,
833,
5890,
5816,
1829,
13,
8,
56,
161,
20,
162,
60,
800,
3726,
3726,
31,
22,
79,
21,
1101,
13,
9,
2328,
118,
150,
5910,
10058,
17,
31,
83,
101,
20,
799,
21,
932,
8,
21011,
19,
833,
5890,
9,
51,
13,
26120,
5513,
50,
510,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Various problems in JSHint
===
In JSHint I get the follwing message about my array declaration:
jesuschrist["eng_male"] = [//tons of arrays here];
> ['baby_jesus'] is better written in dot notation.
Does it mean I should write it as `baby.jesus`?
----------
Also, I gives me a problem when decl... | 0 | [
2,
617,
1716,
19,
487,
9156,
38,
800,
3726,
3726,
19,
487,
9156,
38,
31,
164,
14,
4310,
211,
3546,
2802,
88,
51,
7718,
7098,
45,
3121,
13190,
2558,
7,
4367,
1,
15210,
7,
500,
800,
636,
118,
118,
444,
18,
16,
7718,
18,
235,
126... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How does High Cohesion help us reduce Coupling?
===
Assume methods `M1` and `M2` have strongly related responsibilities
*First example:*
**If**
• `M1` and `M2` are defined within class `A` ( thus class `A` is highly cohesive )
• class `B` uses `A.M1` and class `C` uses `A.M2`
**then**
• `A`... | 0 | [
2,
184,
630,
183,
326,
438,
5991,
448,
182,
4136,
20920,
60,
800,
3726,
3726,
7158,
3195,
13,
1,
79,
165,
1,
17,
13,
1,
79,
135,
1,
57,
5020,
1597,
13,
10525,
1637,
3552,
823,
45,
2483,
13,
1409,
821,
1409,
13,
1,
13,
1,
79,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to see newer commit after checkout into an old commit
===
I want to know how one can see the newer commit after checkout to some older one. Through eclipse git plug-in I find no problem. But through command when i tried 'git whatchanged' It just gave me all the previous commits from the current checkout. I am not ... | 0 | [
2,
184,
20,
196,
12372,
9686,
75,
2631,
1320,
77,
40,
315,
9686,
800,
3726,
3726,
31,
259,
20,
143,
184,
53,
92,
196,
14,
12372,
9686,
75,
2631,
1320,
20,
109,
1234,
53,
9,
120,
11652,
13,
10404,
10922,
8,
108,
31,
477,
90,
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... |
In ASP.Net Web API, how do you fake PUT and DELETE?
===
I'm experimenting with ASP.Net Web API, which, by convention, splits controller methods into a Restful style of Get(), Put, Post and Delete. My question is how does one handle the PUT and DELETE requests that might come from a non-Ajax browser request.
So, let... | 0 | [
2,
19,
28,
306,
9,
2328,
2741,
21,
2159,
15,
184,
107,
42,
7031,
442,
17,
27448,
60,
800,
3726,
3726,
31,
22,
79,
5737,
68,
29,
28,
306,
9,
2328,
2741,
21,
2159,
15,
56,
15,
34,
3087,
15,
2132,
18,
9919,
3195,
77,
21,
760,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Second stylesheet in child template / Overriding style sheets
===
I have a website i'm putting together with python and django.
I have a template html page, `Speakers.html`, that extends `Base.html`. `Base.html` has the stylesheet `base.css`.
`Speakers.html` is displaying with `base.css` styling as it should be, ... | 0 | [
2,
153,
1034,
17627,
19,
850,
22894,
13,
118,
84,
5175,
68,
1034,
8801,
800,
3726,
3726,
31,
57,
21,
2271,
31,
22,
79,
3873,
429,
29,
20059,
17,
3857,
14541,
9,
31,
57,
21,
22894,
13,
15895,
2478,
15,
13,
1,
18,
7081,
10500,
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... |
Raphael - Transform after Serialization
===
I am using Raphael to draw some paths. Each path has an associated rectangle [container] the size and position of the bounding box. I am using the container for dragging both shapes.
In the move callback, I update the both positions so they both move together.
This a... | 0 | [
2,
13874,
13,
8,
8007,
75,
5956,
1829,
800,
3726,
3726,
31,
589,
568,
13874,
20,
2003,
109,
12074,
9,
206,
2013,
63,
40,
1598,
27181,
636,
1126,
5851,
106,
500,
14,
1072,
17,
649,
16,
14,
4138,
68,
1649,
9,
31,
589,
568,
14,
1... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Submitting User Data in Javascript MVC Frameworks
===
This is my first attempt at making a webapp using a JavaScript MVC framework and I need some pointers about what are the right ways in getting the following accomplished.
I'm making a voting application in Flask (server-side) and Sammy.js on the client. I've im... | 0 | [
2,
28848,
4155,
1054,
19,
8247,
8741,
307,
8990,
6596,
18,
800,
3726,
3726,
48,
25,
51,
64,
1735,
35,
544,
21,
2741,
7753,
568,
21,
8247,
8741,
307,
8990,
6596,
17,
31,
376,
109,
454,
445,
88,
98,
50,
14,
193,
2847,
19,
1017,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
PyQt4 - "RuntimeError: underlying C/C object has been deleted"
===
I keep getting this RuntimeError which I'm not sure how to fix. Here's what I'm trying to accomplish. I want to update this QTableWidget with values dynamically as I'm clicking on different items in my QTreeView. On the most part, my code works exce... | 0 | [
2,
7103,
1251,
38,
300,
13,
8,
13,
7,
3169,
891,
29992,
45,
10974,
272,
118,
150,
3095,
63,
74,
19584,
7,
800,
3726,
3726,
31,
643,
1017,
48,
485,
891,
29992,
56,
31,
22,
79,
52,
562,
184,
20,
6098,
9,
235,
22,
18,
98,
31,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
laziness in action? (Haskell)
===
In chapter 6 of *Learn You a Haskell*, the following function is introduced:
zipWith' :: (a -> b -> c) -> [a] -> [b] -> [c]
zipWith' _ [] _ = []
zipWith' _ _ [] = []
zipWith' f (x:xs) (y:ys) = f x y : zipWith' f xs ys
The author gives a couple examples of its ... | 0 | [
2,
13,
17575,
8776,
19,
1028,
60,
13,
5,
6482,
16507,
6,
800,
3726,
3726,
19,
1260,
400,
16,
1637,
413,
10818,
42,
21,
63,
16507,
2483,
15,
14,
249,
1990,
25,
1277,
45,
12133,
1410,
22,
13,
45,
45,
13,
5,
58,
13,
8,
1,
334,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
AudioUnit Input Samples
===
So I am having some trouble here with my AudioUnit taking in data from microphone/line-in in iOS. I am able to set everything up to what I think is okay and it is calling my recordingCallback, but the data that I am getting out of the buffer is not correct. It always returns exactly the sam... | 0 | [
2,
4023,
15464,
6367,
7855,
800,
3726,
3726,
86,
31,
589,
452,
109,
2572,
235,
29,
51,
4023,
15464,
741,
19,
1054,
37,
15403,
118,
1143,
8,
108,
19,
13,
7760,
9,
31,
589,
777,
20,
309,
796,
71,
20,
98,
31,
277,
25,
1705,
17,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Can I instantiate a type as 'dynamic' from another AppDomain?
===
I'm trying to load a type from a different assembly (not known at build time) as 'dynamic' and execute a method on that type. My goal is to completely disconnect the 'plugin' from the parent application such that there is no requirement for any shared c... | 0 | [
2,
92,
31,
6322,
15882,
21,
1001,
28,
13,
22,
20985,
22,
37,
226,
4865,
537,
6232,
60,
800,
3726,
3726,
31,
22,
79,
749,
20,
6305,
21,
1001,
37,
21,
421,
1475,
13,
5,
1270,
167,
35,
1895,
85,
6,
28,
13,
22,
20985,
22,
17,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
DataSet used by ReportViewer doesn't use credentials from ConnectionString in App.Config
===
I have a Windows Forms app written in C#, and part of the app has a Reporting form using RDLC reports and a ReportViewer control.
In order to create the reports, for each report I first created a DataSet and added a TableAd... | 0 | [
2,
1054,
3554,
147,
34,
1330,
4725,
106,
1437,
22,
38,
275,
5059,
43,
10107,
18,
37,
2760,
11130,
19,
4865,
9,
14093,
2816,
800,
3726,
3726,
31,
57,
21,
1936,
1997,
4865,
642,
19,
272,
5910,
15,
17,
141,
16,
14,
4865,
63,
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... |
pip --find-links option doesn't seems to be working
===
When attempt to install from pip
ie) `$ pip install Django==1.4`
Most likely I get
> Error <urlopen error timed out> while getting
> http://pypi.python.org/packages/source/D/Django/Django-1.4.tar.gz#md5=ba8e86198a93c196015df0b363ab1109
> (from http://... | 0 | [
2,
11280,
13,
8,
8,
19811,
8,
6258,
18,
4255,
1437,
22,
38,
2206,
20,
44,
638,
800,
3726,
3726,
76,
1735,
20,
16146,
37,
11280,
13,
660,
6,
13,
1,
4403,
11280,
16146,
3857,
14541,
3726,
3726,
165,
9,
300,
1,
127,
1720,
31,
164... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
In WPF, how do I IsChecked property of CheckBox within an ItemsControl?
===
I've got the following ItemsControl that gives me a check box for every database within the available collection. These checkboxes allow the user to select which ones to filter on. The databases to filter on are in a separate collection (Fil... | 0 | [
2,
19,
619,
7721,
15,
184,
107,
31,
25,
12542,
69,
1354,
16,
2631,
5309,
363,
40,
3755,
12898,
60,
800,
3726,
3726,
31,
22,
195,
330,
14,
249,
3755,
12898,
30,
2352,
55,
21,
2631,
1649,
26,
352,
6018,
363,
14,
904,
1206,
9,
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... |
Java reading files......
===
Ok this is a homework questions, but I cannot find the answer anywhere, not even in the book.
Path to Files
If the user wants to specify a path for a file, the typical forward slash is replaced by __________________.
can you help? | 0 | [
2,
8247,
1876,
6488,
9,
9,
9,
9,
9,
9,
800,
3726,
3726,
5854,
48,
25,
21,
22334,
2346,
15,
47,
31,
1967,
477,
14,
1623,
4922,
15,
52,
166,
19,
14,
360,
9,
2013,
20,
6488,
100,
14,
4155,
2846,
20,
19077,
21,
2013,
26,
21,
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... |
test with Jmeter for consumer and producer
===
I have two programs, the first is a producer:
public class Producer {
public static void main(String[] args) throws Exception {
final ConnectionFactory cf = new ActiveMQConnectionFactory("tcp://localhost:12345");
final Connection ... | 0 | [
2,
1289,
29,
487,
7307,
26,
6461,
17,
1421,
800,
3726,
3726,
31,
57,
81,
1726,
15,
14,
64,
25,
21,
1421,
45,
317,
718,
1421,
13,
1,
317,
12038,
11364,
407,
5,
11130,
2558,
500,
13,
10663,
18,
6,
13566,
5391,
13,
1,
426,
2760,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Windows workflow service for bussiness rules
===
Our application is a silverlight and WCF application.We have some bussiness processes which drives the UI whihc is currently part of the client itself.We thought of creating a workflow and deploy it as service and the silverlight can talk to it and make decessions for t... | 4 | [
2,
1936,
170,
9990,
365,
26,
1683,
18,
8776,
1761,
800,
3726,
3726,
318,
3010,
25,
21,
1172,
3130,
17,
11801,
410,
3010,
9,
458,
57,
109,
1683,
18,
8776,
5102,
56,
10396,
14,
13,
5661,
13,
9373,
9469,
25,
871,
141,
16,
14,
6819,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Gtk containers for an interactive list of items
===
Having troubles here finding the right containers to represent a list of tasks on the screen.
Basically, I am looking for Gtk containers in order to be able to:
a) create list of tasks as in "Tasque" (this is definitely possible, since Tasque is a Gtk app).
... | 0 | [
2,
9509,
197,
18988,
26,
40,
9194,
968,
16,
3755,
800,
3726,
3726,
452,
16615,
235,
3007,
14,
193,
18988,
20,
3501,
21,
968,
16,
8674,
27,
14,
2324,
9,
11374,
15,
31,
589,
699,
26,
9509,
197,
18988,
19,
389,
20,
44,
777,
20,
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... |
Searching and displaying multiple results on the same page
===
I am trying to design a jsp page where by a user enters the name of a field ( say father's name) and enters a value. I want to search the database and return all those possible student name whose father's name matches to the one entered by the user.
... | 0 | [
2,
5792,
17,
17418,
1886,
1736,
27,
14,
205,
2478,
800,
3726,
3726,
31,
589,
749,
20,
704,
21,
487,
3401,
2478,
113,
34,
21,
4155,
8104,
14,
204,
16,
21,
575,
13,
5,
395,
321,
22,
18,
204,
6,
17,
8104,
21,
1923,
9,
31,
259,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Conditional group by in sql server?
===
i have this simple query :
SELECT YEAR(P.DateCreated)
,MONTH(P.DateCreated)
,COUNT(*) AS cnt
FROM tbl1,
tbl2....
GROUP BY
MONTH(P.DateCreated)
,YEAR(P.DateCreated)
this will emit :
![enter im... | 0 | [
2,
21206,
214,
34,
19,
4444,
255,
8128,
60,
800,
3726,
3726,
31,
57,
48,
1935,
25597,
13,
45,
5407,
159,
5,
306,
9,
8209,
18475,
6,
13,
15,
6444,
5,
306,
9,
8209,
18475,
6,
13,
15,
16549,
5,
2483,
6,
28,
272,
2877,
37,
13,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Create nested pthread
===
I didn't use C for long time and I don't remember if it is possible to create a thread from another thread.
If I try, I get this error:
sYSMALLOc: Assertion `(old_top == (((mbinptr) (((char *) &((av)->bins[((1) - 1) * 2])) - __builtin_offsetof (struct malloc_chunk, fd)))) && old_size ... | 0 | [
2,
1600,
5618,
69,
351,
96,
10647,
800,
3726,
3726,
31,
223,
22,
38,
275,
272,
26,
175,
85,
17,
31,
221,
22,
38,
1518,
100,
32,
25,
938,
20,
1600,
21,
9322,
37,
226,
9322,
9,
100,
31,
1131,
15,
31,
164,
48,
7019,
45,
10315,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Probelm with utf8 in primefaces 3.x
===
I have a very simple application,there is an inputtext in my index page and a button to go to page2.xhtml.
<h:body>
<h:form>
<h:inputText value="#{mainBean.testValue}"/>
<p:commandButton update="myoutput" value="ajax c... | 0 | [
2,
13044,
10363,
29,
287,
11720,
457,
19,
1621,
6413,
18,
203,
9,
396,
800,
3726,
3726,
31,
57,
21,
253,
1935,
3010,
15,
1887,
25,
40,
6367,
11969,
19,
51,
4348,
2478,
17,
21,
5167,
20,
162,
20,
2478,
135,
9,
396,
15895,
9,
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 octal digit error
===
Invalid octal digit error in ruby, how do I by pass that? I have a number: 0962833
which I need to send to an API but I can't send it since I get this invalid octal digit error.
I need a work around for that without turning that number into a string, the zero can't be removed, it's ... | 0 | [
2,
16671,
9543,
192,
15611,
7019,
800,
3726,
3726,
16671,
9543,
192,
15611,
7019,
19,
10811,
15,
184,
107,
31,
34,
1477,
30,
60,
31,
57,
21,
234,
45,
713,
4060,
2714,
4048,
56,
31,
376,
20,
2660,
20,
40,
21,
2159,
47,
31,
92,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
ROI info in DICOM Images using Evil Dicom
===
I'm using the latest Evil Dicom dll for a nuclear medicine project.
How can I create a ROI (region of interest) procedure to add up the total number of counts in the ROI, i.e. I want to draw a rectangle on the DICOM image and get the counts in the rectangle? | 1 | [
2,
13,
661,
49,
15404,
19,
926,
960,
3502,
568,
3215,
926,
960,
800,
3726,
3726,
31,
22,
79,
568,
14,
5736,
3215,
926,
960,
13,
43,
211,
26,
21,
3043,
2333,
669,
9,
184,
92,
31,
1600,
21,
13,
661,
49,
13,
5,
18790,
16,
1163,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Change locale for django-admin-tools
===
In my settings.py file I has:
LANGUAGE_CODE = 'ru-RU'
also, I has installed and working django-admin-tools. But admin language still english. What I'm doing wrong? | 0 | [
2,
753,
375,
62,
26,
3857,
14541,
8,
1283,
2160,
8,
20799,
18,
800,
3726,
3726,
19,
51,
12410,
9,
6448,
3893,
31,
63,
45,
816,
1,
9375,
800,
13,
22,
1820,
8,
1820,
22,
67,
15,
31,
63,
4066,
17,
638,
3857,
14541,
8,
1283,
216... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 Background positioning of sprit
===
Is the `background-position` css property used to indicated where in the element should the image be displayed (like [this][1]) or what part of the image should be displayed (like when using sprites) ?
In my instance i have a div of let's say `300px` width, i want the imag... | 0 | [
2,
272,
18,
18,
2395,
649,
68,
16,
17465,
242,
800,
3726,
3726,
25,
14,
13,
1,
1958,
8810,
8,
9339,
1,
272,
18,
18,
1354,
147,
20,
4151,
113,
19,
14,
4520,
378,
14,
1961,
44,
6115,
13,
5,
1403,
636,
1565,
500,
2558,
165,
500... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Is there any sort of "time handler" in c#?
===
I want a program that runs continually and monitors the time constantly. When it's 15:30 PM (just as an example) it will execute Console.Beep() (just another example). Any thoughts on how to do this? Yes I searched the internet, and I found some MSDN stuff about time mana... | 1 | [
2,
25,
80,
186,
2058,
16,
13,
7,
891,
24641,
7,
19,
272,
5910,
60,
800,
3726,
3726,
31,
259,
21,
625,
30,
1461,
16609,
17,
18521,
14,
85,
7545,
9,
76,
32,
22,
18,
137,
27885,
6736,
13,
5,
2759,
28,
40,
823,
6,
32,
129,
156... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 am i missing over this sql request?
===
databases loaded of course. The get term is an autocomplete tring, which can be found in the database under groupname, but as you see, if it is not a match, i don't want to run the first part of if, if found, yes. The problem is, if I replace the get term part for the actua... | 0 | [
2,
98,
589,
31,
2863,
84,
48,
4444,
255,
3772,
60,
800,
3726,
3726,
6018,
18,
8572,
16,
674,
9,
14,
164,
981,
25,
40,
3108,
15990,
13,
38,
2090,
15,
56,
92,
44,
216,
19,
14,
6018,
131,
214,
7259,
15,
47,
28,
42,
196,
15,
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... |
Error when trying to preload icons with Google Maps - INVALID_STATE_ERR: DOM Exception 11
===
Thank you in advance for any help, I have been pulling my hair out for a couple days now. I am trying to create a jQuery Google map plugin which, beyond many other things will allow for a user to specify a path to a custom ic... | 0 | [
2,
7019,
76,
749,
20,
782,
8294,
9801,
18,
29,
8144,
6867,
13,
8,
16671,
1,
3859,
1,
106,
139,
45,
11859,
5391,
547,
800,
3726,
3726,
3531,
42,
19,
3612,
26,
186,
448,
15,
31,
57,
74,
3303,
51,
627,
70,
26,
21,
1335,
509,
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... |
JavaScript using innerHTML and dynamic value passing to innerHTML
===
var greentext='shopping';
var colors=new Array('green','blue','red','violet','brown');
for(i=0;i<colors.length;i++)
{
//suppose consider colors[i] is green
when concatenating colors[i]+'text' and passing to some div us... | 0 | [
2,
8247,
8741,
568,
3754,
15895,
17,
7782,
1923,
2848,
20,
3754,
15895,
800,
3726,
3726,
4033,
647,
11969,
3726,
22,
18,
21181,
22,
73,
4033,
5268,
3726,
2681,
7718,
5,
22,
6852,
22,
15,
22,
6997,
22,
15,
22,
2095,
22,
15,
22,
1... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
WPF/C#: Trigger click event from the Storyboard
===
Is it possible to trigger the click event from a `Storyboard` using Expression Blend 4?
I am trying to trigger click events based from the duration I set inside the Storyboard.
<Storyboard x:Key="TriggerButtonClick">
... something here
</Storyboa... | 0 | [
2,
619,
7721,
118,
150,
5910,
45,
7286,
10840,
807,
37,
14,
609,
2806,
800,
3726,
3726,
25,
32,
938,
20,
7286,
14,
10840,
807,
37,
21,
13,
1,
4416,
2806,
1,
568,
1803,
11138,
268,
60,
31,
589,
749,
20,
7286,
10840,
963,
432,
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... |
How to iterate drawblesin Android?
===
In my app I have in hdpi-drawables folder rather big number of graphics file, which are need to be the icons in list activity. So in my **ArrayAdapter** I set the values to *setImageDrawable*
So, I need the way to iterate the all files, which are in my resources to get the nam... | 0 | [
2,
184,
20,
32,
106,
1373,
2003,
2854,
18,
108,
13005,
60,
800,
3726,
3726,
19,
51,
4865,
31,
57,
19,
8590,
2159,
8,
43,
12404,
579,
18,
19294,
864,
580,
234,
16,
8351,
3893,
15,
56,
50,
376,
20,
44,
14,
9801,
18,
19,
968,
2... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Setting up an OpenGL context with CGL on Mac OS X
===
I'm trying to set up an OpenGL context on Mac OS X without using GLUT or anything of the likes. This is what I have so far.
CGLPixelFormatAttribute pixelFormatAttributes[] = {
kCGLPFAOpenGLProfile, (CGLPixelFormatAttribute) kCGLOGLPVersion_3_2_Core,... | 0 | [
2,
2697,
71,
40,
368,
8430,
4141,
29,
272,
8430,
27,
1572,
13,
759,
993,
800,
3726,
3726,
31,
22,
79,
749,
20,
309,
71,
40,
368,
8430,
4141,
27,
1572,
13,
759,
993,
366,
568,
21697,
54,
602,
16,
14,
101,
18,
9,
48,
25,
98,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
EF4 to a dataset? And other pivot table madness
===
The short question is: How do I handle a pivot table in EF4? Any suggestions other than "pivot client-side" will be considered helpful.
One idea is to directly query the database and put the results into a dataset. That's not a very gentlemanly solution. My o... | 0 | [
2,
11599,
300,
20,
21,
1054,
3554,
60,
17,
89,
20670,
859,
13139,
800,
3726,
3726,
14,
502,
1301,
25,
45,
184,
107,
31,
3053,
21,
20670,
859,
19,
11599,
300,
60,
186,
18389,
89,
119,
13,
7,
2159,
23061,
6819,
8,
1416,
7,
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... |
Pointer Arithmetic for mmap
===
recently I was attempting to adapt someone's mmap code and came across the following error. (I am actually a bit dubious about their code now as it looks like they are doing something unnecessary - attempting to use MAP_FIXED with their own page aligned memory. The manpage suggests call... | 0 | [
2,
454,
106,
21211,
26,
1620,
2552,
800,
3726,
3726,
1989,
31,
23,
6314,
20,
9924,
737,
22,
18,
1620,
2552,
1797,
17,
281,
464,
14,
249,
7019,
9,
13,
5,
49,
589,
1121,
21,
1142,
22930,
88,
66,
1797,
130,
28,
32,
1879,
101,
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... |
Default format for REST controller in FuelPHP
===
I've copied rest.php from core/config to app/config and modified default_format to json but if i don't append '.json' to the URL I still get response in XML format.
How can I get response in JSON on URLs without format? | 0 | [
2,
12838,
2595,
26,
760,
9919,
19,
2881,
26120,
800,
3726,
3726,
31,
22,
195,
18225,
760,
9,
26120,
37,
2884,
118,
14093,
2816,
20,
4865,
118,
14093,
2816,
17,
5372,
12838,
1,
23588,
20,
487,
528,
47,
100,
31,
221,
22,
38,
4865,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 share google photo album link in mobile version?
===
After I uploaded an album from picasa, I choose to share link only for a few friends.
When I opened the link in my laptop, it shows the google+ page in desktop version and it works perfectly.
Then, when I tried the link in mobile devices(iPod), it shows... | 2 | [
2,
184,
20,
1891,
8144,
3056,
244,
3508,
19,
3241,
615,
60,
800,
3726,
3726,
75,
31,
23782,
40,
244,
37,
9327,
8588,
15,
31,
3538,
20,
1891,
3508,
104,
26,
21,
310,
954,
9,
76,
31,
520,
14,
3508,
19,
51,
12294,
15,
32,
1285,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Solr Cloud on 3.6 or 4 alpha release for .net
===
Does Solr 3.6 supports cloud, multiple shards & load balancing? I'm referring this.. http://wiki.apache.org/solr/SolrCloud/
And Solr 4 recommended for production use? Where should I look into the bugs reported on Solr 4 alpha release?
And whether solrnet works wi... | 0 | [
2,
7176,
139,
4005,
27,
203,
9,
379,
54,
268,
5705,
830,
26,
13,
9,
2328,
800,
3726,
3726,
630,
7176,
139,
203,
9,
379,
6747,
4005,
15,
1886,
18723,
18,
279,
6305,
16416,
6302,
60,
31,
22,
79,
7378,
48,
9,
9,
7775,
6903,
17375... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Fastest method to convert IplImage IPL_DEPTH_32S to QImage Format_RGB32
===
What is the fastest method to convert IplImage IPL_DEPTH_32S to QImage Format_RGB32?
I need to catch pictures from cam and show it on form with frequency 30 frames in second. I tried to use QImage constructor:
QImage qImage((uchar *)... | 0 | [
2,
7518,
2109,
20,
8406,
31,
5727,
22039,
31,
5727,
1,
22969,
1,
3125,
18,
20,
2593,
22039,
2595,
1,
139,
11400,
3125,
800,
3726,
3726,
98,
25,
14,
7518,
2109,
20,
8406,
31,
5727,
22039,
31,
5727,
1,
22969,
1,
3125,
18,
20,
2593... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Does Clojure introduce parallelism automatically?
===
I am running some CPU-intensive Clojure code from within Intellij Idea (I don't think that's important - it seems to just spawn a process). According to both htop and top, it is using all 4 cores (well, 2 + hyperthreading) on my laptop. This is despite me not hav... | 0 | [
2,
630,
7383,
2142,
99,
8500,
3821,
756,
7499,
60,
800,
3726,
3726,
31,
589,
946,
109,
17578,
8,
108,
8710,
1284,
7383,
2142,
99,
1797,
37,
363,
19,
4213,
9999,
882,
13,
5,
49,
221,
22,
38,
277,
30,
22,
18,
681,
13,
8,
32,
2... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Peer to Peer application
===
I've an application which sends massive number of UDP packets. It works well when it contacts up to 3000 peers (i.e. lost packets on my application side is very low, and acceptable). I need to make it able to contact 24 peers (8 times more!); when I tried it, it started to lose packets, an... | 1 | [
2,
7617,
20,
7617,
3010,
800,
3726,
3726,
31,
22,
195,
40,
3010,
56,
11350,
3787,
234,
16,
287,
7431,
12795,
18,
9,
32,
693,
134,
76,
32,
11894,
71,
20,
13226,
14491,
13,
5,
49,
9,
62,
9,
529,
12795,
18,
27,
51,
3010,
270,
2... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Reading each Integer from a line from a Text file
===
I am new to Java. How can i read each integer from a line in a text file. I know the reader class has the read and readline functions for it. But in my case i not only want to read the integers in the file but want to know when the line changes. Because the first e... | 0 | [
2,
1876,
206,
13820,
37,
21,
293,
37,
21,
1854,
3893,
800,
3726,
3726,
31,
589,
78,
20,
8247,
9,
184,
92,
31,
1302,
206,
13820,
37,
21,
293,
19,
21,
1854,
3893,
9,
31,
143,
14,
7765,
718,
63,
14,
1302,
17,
1302,
1143,
3719,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 data storage model is used to store articles in wikipedia
===
Articles in wikipedia get edited. They can grow/shrink/updated etc. What file system/database storage layout etc is used underneath to support it. In database course, I had read a bit on variable length record, but that seemed like more for small strin... | 0 | [
2,
98,
1054,
4326,
1061,
25,
147,
20,
1718,
3376,
19,
20169,
800,
3726,
3726,
3376,
19,
20169,
164,
4802,
9,
59,
92,
3213,
118,
1635,
10603,
118,
576,
43,
1669,
2722,
9,
98,
3893,
329,
118,
18768,
8436,
4326,
9106,
2722,
25,
147,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Setting up an x-callback url
===
I need to do this for the Soundcloud API and I have no idea what this is about or how to do it. There is a form on the Soundcloud API Developer website where you save your callback URL, but I'm not sure what sort of information I should input there.
Any help? | 0 | [
2,
2697,
71,
40,
993,
8,
9200,
1958,
287,
6362,
800,
3726,
3726,
31,
376,
20,
107,
48,
26,
14,
646,
19174,
21,
2159,
17,
31,
57,
90,
882,
98,
48,
25,
88,
54,
184,
20,
107,
32,
9,
80,
25,
21,
505,
27,
14,
646,
19174,
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... |
PHP variable with minus in
===
I'm a total newbie, when it comes to PHP. I'm a front-end developer, and know my way around Javascript, so I do understand a little PHP.
I'm modifying a script where I want to get some server stats, where I've put my server key as one of the variables. I fear that the variable can't h... | 0 | [
2,
13,
26120,
7612,
29,
13,
15495,
19,
800,
3726,
3726,
31,
22,
79,
21,
600,
78,
5893,
15,
76,
32,
1624,
20,
13,
26120,
9,
31,
22,
79,
21,
431,
8,
2451,
10058,
15,
17,
143,
51,
161,
140,
8247,
8741,
15,
86,
31,
107,
1369,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 bind/unbind and rebind jquery to loops called with ajax
===
I'm using Paul Irish's Infinite Scroll plugin on my wordpress site for the main loop. I also replace that loop with others using ajax so I need to make the current script I have into a function so I can bind/unbind and rebind to new loops. Currently I ... | 0 | [
2,
184,
20,
10193,
118,
1020,
4772,
43,
17,
302,
4772,
43,
487,
8190,
93,
20,
19661,
227,
29,
20624,
800,
3726,
3726,
31,
22,
79,
568,
758,
1769,
22,
18,
9698,
12159,
10922,
108,
27,
51,
833,
5890,
689,
26,
14,
407,
5293,
9,
3... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Replicate only documents where {'public':true} in MongoDB
===
I have the following network/mongodb setup:
- 1 primary mongodb database (`10.0.0.1`, not accessible from the
Internet) - contains private info in collection A, and a collection
B, with documents created by a trusted user. At any point in time,... | 0 | [
2,
22156,
104,
4374,
113,
13,
1,
22,
12259,
22,
45,
13398,
1,
19,
3521,
5474,
220,
800,
3726,
3726,
31,
57,
14,
249,
982,
118,
2111,
5474,
220,
18161,
45,
13,
8,
137,
1256,
3521,
5474,
220,
6018,
13,
5,
1,
1036,
9,
387,
9,
3... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
JSF2.0 @EJB Injection into @ViewScoped causing MyFaces to CFNE
===
I'm running a JSF project in TomEE. I upgraded it to MyFace 2.1.8. I'm running everything on OSX with Oracle JVM 1.7.04
So I have this ManagedBean which is ViewScoped:
@ManagedBean
@ViewScoped
public class BlogMB implements Serializ... | 0 | [
2,
487,
18,
410,
135,
9,
387,
13,
1,
10022,
220,
13646,
77,
13,
1,
4725,
11555,
43,
3242,
51,
6413,
18,
20,
10084,
556,
800,
3726,
3726,
31,
22,
79,
946,
21,
487,
18,
410,
669,
19,
20,
790,
62,
9,
31,
9958,
32,
20,
51,
641... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 - communicate with subprocess
===
I'm running Python 2.7 on a Win32 OS, but i'm hoping to write platform-independent code. I'm trying to use Python to interact in real-time with a Java program i wrote, and figured pipes would be the best way to do this. My Python script is calling Java as a subprocess. Essentia... | 0 | [
2,
20059,
13,
8,
8709,
29,
972,
16835,
800,
3726,
3726,
31,
22,
79,
946,
20059,
172,
9,
465,
27,
21,
628,
3125,
13,
759,
15,
47,
31,
22,
79,
3935,
20,
2757,
2452,
8,
17390,
1797,
9,
31,
22,
79,
749,
20,
275,
20059,
20,
10001... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How do I iterate over all created yet unsaved objects of a particular class with Ruby?
===
I want to create multiple instances of a class without saving them to a database. Then I want to loop through all the objects that I've created. Any thoughts?
-Rebekah | 0 | [
2,
184,
107,
31,
32,
106,
1373,
84,
65,
679,
768,
367,
19863,
43,
3916,
16,
21,
1498,
718,
29,
10811,
60,
800,
3726,
3726,
31,
259,
20,
1600,
1886,
13946,
16,
21,
718,
366,
7599,
105,
20,
21,
6018,
9,
94,
31,
259,
20,
5293,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 update object of List and update List accordingly
===
My following code is retrieving List from DB i want to update Objects in List and then pass that list to other method
Query query = entityManager.createNamedQuery("Request.SELECT_ALL");
List<MyObj> requests = query.getResultList();
for ... | 0 | [
2,
184,
20,
11100,
3095,
16,
968,
17,
11100,
968,
12932,
800,
3726,
3726,
51,
249,
1797,
25,
13,
6239,
3272,
8397,
968,
37,
13,
9007,
31,
259,
20,
11100,
3916,
19,
968,
17,
94,
1477,
30,
968,
20,
89,
2109,
25597,
25597,
800,
925... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 close a jquery q tip balloon after some seconds automatically?
===
I am using qtip plug in to show balloon conversation on my page. i can load the balloon, but i am not seeing any option to close it automatically after some seconds.
This is how i am using qtip -
$('#ShowBalloon')
.click(funct... | 0 | [
2,
184,
92,
31,
543,
21,
487,
8190,
93,
2593,
4265,
10876,
75,
109,
2582,
7499,
60,
800,
3726,
3726,
31,
589,
568,
2593,
10169,
10922,
19,
20,
298,
10876,
2735,
27,
51,
2478,
9,
31,
92,
6305,
14,
10876,
15,
47,
31,
589,
52,
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... |
how to increase my Left Join query performance in MySQL?
===
I inherited a site running Coldfusion8 and MySQL 5.0.88.
I have two tables - articles (**A**), which contains product info, and pricelists (**P**) which includes seller pricelists.
Products are unique in the products table but may contain multiple entr... | 0 | [
2,
184,
20,
1839,
51,
225,
1865,
25597,
956,
19,
51,
18,
22402,
60,
800,
3726,
3726,
31,
7179,
21,
689,
946,
1191,
9818,
457,
17,
51,
18,
22402,
331,
9,
387,
9,
3020,
9,
31,
57,
81,
7484,
13,
8,
3376,
13,
5,
1409,
58,
1409,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to use a MATLAB-compiled DLL in C# without MCR/MATLAB?
===
Sorry if this question has already been asked, but I couldn't find quite what I've been looking for. I was wondering if there is a way to work with a MATLAB compiled c-shared library in C# without using MCR/MATLAB (or in general any additional installation... | 0 | [
2,
184,
20,
275,
21,
4277,
9086,
8,
11103,
49,
1294,
13,
43,
211,
19,
272,
5910,
366,
1324,
139,
118,
5146,
9086,
60,
800,
3726,
3726,
1875,
100,
48,
1301,
63,
614,
74,
411,
15,
47,
31,
711,
22,
38,
477,
1450,
98,
31,
22,
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... |
Android admob in FragmentActivity
===
i have a big problem with my new app, I'm using the new FragmentActivity provided by the new ATD Plugin for Eclipse.
The step by step guide has created for me the main FragmentActivity with the 3 section.
This is the code:
package com.italiandevteam.chuck;
im... | 0 | [
2,
13005,
21,
43,
1293,
220,
19,
14847,
19348,
800,
3726,
3726,
31,
57,
21,
580,
1448,
29,
51,
78,
4865,
15,
31,
22,
79,
568,
14,
78,
14847,
19348,
1173,
34,
14,
78,
35,
43,
10922,
108,
26,
11652,
9,
14,
1424,
34,
1424,
3378,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
XCode iOS 1 TableView for iPhone and iPad?
===
I have a TableView with a custom cell and they are both for the iPad(size)
What is the best way to go? Should I create a new TableView nib and a new Cell nib and call them or just resize them when needed?
Please also give me instructions how to either of these solutions... | 0 | [
2,
993,
9375,
13,
7760,
137,
859,
4725,
26,
21024,
17,
31,
8240,
60,
800,
3726,
3726,
31,
57,
21,
859,
4725,
29,
21,
5816,
1667,
17,
59,
50,
156,
26,
14,
31,
8240,
5,
10454,
6,
98,
25,
14,
246,
161,
20,
162,
60,
378,
31,
1... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Why can`t I redefine function's prototype from within itself
===
I am trying to implement a way to achieve inheritance in JavaScript. First I define the base class, as follows:
function Person(name){
Person.counter = Person.counter || 0;
Person.counter++;
name = name + "!";
this.getName = funct... | 0 | [
2,
483,
92,
1,
38,
31,
402,
62,
7509,
1990,
22,
18,
7063,
37,
363,
1145,
800,
3726,
3726,
31,
589,
749,
20,
8713,
21,
161,
20,
4689,
13852,
19,
8247,
8741,
9,
64,
31,
9267,
14,
1000,
718,
15,
28,
2415,
45,
1990,
840,
5,
7259... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
VB.net 2010. Storing files into array or list from .zip file
===
i have made a .zip file using vb.net and now i want to read the .zip file
and store all files in it into a array or list so i can load the files
later on.
So i basically want every file that's within the .zip stored into an array or list.
Now... | 1 | [
2,
13,
20468,
9,
2328,
498,
9,
25615,
6488,
77,
7718,
54,
968,
37,
13,
9,
2553,
306,
3893,
800,
3726,
3726,
31,
57,
117,
21,
13,
9,
2553,
306,
3893,
568,
13,
20468,
9,
2328,
17,
130,
31,
259,
20,
1302,
14,
13,
9,
2553,
306,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Retrieving information stored in a list c# ASP.NET
===
I am using the following code to store a person's information from a grid view row in a list:
public class PlayerInfo
{
public string FirstName { get; set; }
public string Email { get; set; }
public string DaysLeft { get; set... | 0 | [
2,
13,
6239,
3272,
8397,
676,
8214,
19,
21,
968,
272,
5910,
28,
306,
9,
2328,
800,
3726,
3726,
31,
589,
568,
14,
249,
1797,
20,
1718,
21,
840,
22,
18,
676,
37,
21,
7354,
1418,
3131,
19,
21,
968,
45,
317,
718,
517,
108,
4120,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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.