unified_texts stringlengths 32 30.1k | OpenStatus_id int64 0 4 | input_ids list | token_type_ids list | attention_mask list |
|---|---|---|---|---|
Per Second statistics in R
===
I have a file which contains Timestamps like this:
0.000100
0.003890
0.567980
0.999000
0.999990
1.000010
1.236800
1.456098
1.989001
2.098710
2.309879
2.890879
I want to find the per-second statistics , like in 1st second:... | 0 | [
2,
416,
153,
5818,
19,
761,
800,
3726,
3726,
31,
57,
21,
3893,
56,
1588,
436,
4919,
1919,
101,
48,
45,
713,
9,
3993,
4031,
713,
9,
2032,
3665,
3165,
713,
9,
3776,
3399,
2887,
713,
9,
23170,
3993,
713,
9,
23170,
26281,
137,
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... |
Alternative between Kannel and paid SMS gateway
===
I am currently setting up Kannel to provide send sms facility to users on my website. I would like to know if Kannel can be used to provide even cheaper sms sending service compared to paid sms gateways by companies. And also i would like to know what is the maximum ... | 0 | [
2,
2676,
128,
4608,
7440,
17,
2192,
7613,
18,
12171,
800,
3726,
3726,
31,
589,
871,
2697,
71,
4608,
7440,
20,
1181,
2660,
7613,
18,
2646,
20,
3878,
27,
51,
2271,
9,
31,
83,
101,
20,
143,
100,
4608,
7440,
92,
44,
147,
20,
1181,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Controlling line color and line type in ggplot legend
===
**Background**
In Germany, there are 16 federal states, ten of which belonged to West Germany, six of which belonged to East Germany. In some respects, for example mortality rates of certain cancers, there are persistent differences between the ten former we... | 0 | [
2,
10106,
293,
1665,
17,
293,
1001,
19,
13,
4572,
13221,
38,
4393,
800,
3726,
3726,
13,
1409,
1958,
8810,
1409,
19,
914,
15,
80,
50,
347,
1058,
202,
15,
652,
16,
56,
5126,
20,
280,
914,
15,
490,
16,
56,
5126,
20,
342,
914,
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... |
Calling Store from App.JS
===
I am in the app.js file. there is a function that gets executed when user logs in to the stytem successfully;
loginSuccess: function() {
this.getViewport().getLayout().setActiveItem(1).store.load(); // Calls the Store of the i need to navigate
this.getViewpor... | 0 | [
2,
2555,
1718,
37,
4865,
9,
728,
18,
800,
3726,
3726,
31,
589,
19,
14,
4865,
9,
728,
18,
3893,
9,
80,
25,
21,
1990,
30,
3049,
5557,
76,
4155,
18893,
19,
20,
14,
13,
9433,
38,
1503,
3673,
73,
6738,
108,
29245,
45,
1990,
5,
6,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Updating a part of the object works but it updates even before I update it
===
Im updating a part of an object and the update works fine.Its when I did a console.log on the object before the I called the update functio,n the object was already updated.I was expecting to see the old copy of the object,i know Im doing s... | 0 | [
2,
71,
43,
1880,
21,
141,
16,
14,
3095,
693,
47,
32,
16779,
166,
115,
31,
11100,
32,
800,
3726,
3726,
797,
71,
43,
1880,
21,
141,
16,
40,
3095,
17,
14,
11100,
693,
1123,
9,
7363,
76,
31,
144,
21,
8650,
9,
5567,
27,
14,
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... |
CopyToDataTable is not a member of system.array
===
I have a function in a VB.Net script file, but it produces the error 'CopyToDataTable' is not a member of 'system.array'. Any ideas?
Public Function CollectionFromTable(tableName As String, sql As String, sortOrder As String) As DataTable
Dim foundRow... | 0 | [
2,
4344,
262,
18768,
5924,
25,
52,
21,
322,
16,
329,
9,
8576,
93,
800,
3726,
3726,
31,
57,
21,
1990,
19,
21,
13,
20468,
9,
2328,
3884,
3893,
15,
47,
32,
6700,
14,
7019,
13,
22,
19625,
262,
18768,
5924,
22,
25,
52,
21,
322,
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... |
Getting data from listview in WPF
===
I have created listview in C# and filled it with data from SQL server. But when I assign mouse double click, I don't know how to get clicked data. Please help:
My XAML:
<ListView Name="ListViewEmployeeDetails" ItemsSource="{Binding Path=Table}" Margin="0,0,0,67... | 0 | [
2,
1017,
1054,
37,
968,
4725,
19,
619,
7721,
800,
3726,
3726,
31,
57,
679,
968,
4725,
19,
272,
5910,
17,
1943,
32,
29,
1054,
37,
4444,
255,
8128,
9,
47,
76,
31,
13952,
7567,
1494,
10840,
15,
31,
221,
22,
38,
143,
184,
20,
164,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Update struts 2 autocompleter from another autocompleter
===
I'm using struts+spring+hibernate.
On my .jsp page, I have two autocompleter drop down menus. Each one returns a list of VOs from their specific table in the database, which is then used to call a search action that searches from another table. Menu A l... | 0 | [
2,
11100,
18316,
18,
172,
3108,
15990,
139,
37,
226,
3108,
15990,
139,
800,
3726,
3726,
31,
22,
79,
568,
18316,
18,
2430,
15827,
2430,
8630,
106,
8820,
9,
27,
51,
13,
9,
728,
3401,
2478,
15,
31,
57,
81,
3108,
15990,
139,
2804,
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... |
getting error check ur mysql syntax near 'order(`pcode`)
===
i used `` for column name though im getting error...
my code is
$sql = "INSERT INTO order(`pcode`) VALUES ('$pcode')";
if(!mysql_query($sql,$con))
die('cant connect ' .mysql_error()); | 0 | [
2,
1017,
7019,
2631,
13,
911,
51,
18,
22402,
22649,
424,
13,
22,
7861,
5,
1,
306,
9375,
1,
6,
800,
3726,
3726,
31,
147,
13,
7,
26,
4698,
204,
362,
797,
1017,
7019,
9,
9,
9,
51,
1797,
25,
5579,
18,
22402,
800,
13,
7,
108,
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... |
Binding Data To DropDownList MVC Razor
===
I have just started with my project using MVC and Razor. Now I am encountering a problem when it comes to binding data coming from the database to a dropdownlist. Please refer on my codes below:
Specialization Model:
public class SpecializationModel
{
... | 0 | [
2,
8728,
1054,
20,
2804,
2968,
5739,
307,
8990,
14282,
800,
3726,
3726,
31,
57,
114,
373,
29,
51,
669,
568,
307,
8990,
17,
14282,
9,
130,
31,
589,
7007,
68,
21,
1448,
76,
32,
1624,
20,
8728,
1054,
880,
37,
14,
6018,
20,
21,
28... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
android change layout dpi
===
can I change layout dpi that use my application on device?
(on developed application that works fine but on small screen size devices everything looks big ) | 0 | [
2,
13005,
753,
9106,
13,
43,
2159,
800,
3726,
3726,
92,
31,
753,
9106,
13,
43,
2159,
30,
275,
51,
3010,
27,
3646,
60,
13,
5,
218,
885,
3010,
30,
693,
1123,
47,
27,
284,
2324,
1072,
4690,
796,
1879,
580,
13,
6,
3,
0,
0,
0,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... |
Rails routes work in console but not server
===
I'm having trouble with a route that seems to be right in the console but gives me a routing error when I use it in the server. The case is similar to the "edit" and "update" pair. Calling GET 'messages/25/followup' should route to messages#followup, while the same URL w... | 0 | [
2,
2240,
18,
5050,
170,
19,
8650,
47,
52,
8128,
800,
3726,
3726,
31,
22,
79,
452,
2572,
29,
21,
858,
30,
2206,
20,
44,
193,
19,
14,
8650,
47,
2352,
55,
21,
19880,
7019,
76,
31,
275,
32,
19,
14,
8128,
9,
14,
610,
25,
835,
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... |
caching image avatars without using CacheKey from url
===
I have a list of messages with avatars next to them.
I need to fetch the avatar from a link that never changes. every time a new message is received, it will download the image, place it as avatar and cache it.
(note, the server always will serve One image, t... | 0 | [
2,
1658,
7192,
1961,
22234,
18,
366,
568,
16522,
4237,
37,
287,
6362,
800,
3726,
3726,
31,
57,
21,
968,
16,
7561,
29,
22234,
18,
328,
20,
105,
9,
31,
376,
20,
18312,
14,
22234,
37,
21,
3508,
30,
243,
1693,
9,
352,
85,
21,
78,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Get domain from string? - Python
===
i needed help. How do i get domain from a string?
For example: "*Hi im Natsume, check out my site http://www.mysite.com/*"
How do i get just **mysite.com**? | 0 | [
2,
164,
4603,
37,
3724,
60,
13,
8,
20059,
800,
3726,
3726,
31,
851,
448,
9,
184,
107,
31,
164,
4603,
37,
21,
3724,
60,
26,
823,
45,
13,
7,
2483,
1822,
797,
6285,
18,
9472,
15,
2631,
70,
51,
689,
7775,
6903,
6483,
9,
915,
909... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 trigger an event on a parent but not on its child in jQuery
===
I have this piece of html:
<div id="parent">
<div id="child></div>
</div>
and it looks graphically like this:
---------------------------
- -
- #parent -
- ... | 0 | [
2,
184,
20,
7286,
40,
807,
27,
21,
4766,
47,
52,
27,
82,
850,
19,
487,
8190,
93,
800,
3726,
3726,
31,
57,
48,
1855,
16,
13,
15895,
45,
13,
1,
12916,
4924,
3726,
7,
18908,
7,
1,
13,
1,
12916,
4924,
3726,
7,
11287,
1,
118,
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... |
Parse a list of XML fragments with no root element from a stream input
===
Is it feasible in Java using the SAX api to parse a list of XML fragments with no root element from a stream input?
I tried parsing such an XML but got a
org.xml.sax.SAXParseException: The markup in the document following the root el... | 0 | [
2,
2017,
870,
21,
968,
16,
23504,
10837,
29,
90,
5900,
4520,
37,
21,
3766,
6367,
800,
3726,
3726,
25,
32,
13,
23707,
19,
8247,
568,
14,
16070,
21,
2159,
20,
2017,
870,
21,
968,
16,
23504,
10837,
29,
90,
5900,
4520,
37,
21,
3766,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Facebook,Graph API
===
From where I can start For interaction with Facebook like post Image on wall, get friend list, post image on friend wall etc. I already read basics from [here][1] (Facebook GuideLines). Any good resources for learn Graph API and latest API documentation or tutorial?
thanks
[1]: http://... | 0 | [
2,
9090,
15,
9614,
21,
2159,
800,
3726,
3726,
37,
113,
31,
92,
799,
26,
7754,
29,
9090,
101,
678,
1961,
27,
769,
15,
164,
860,
968,
15,
678,
1961,
27,
860,
769,
2722,
9,
31,
614,
1302,
2125,
18,
37,
636,
6836,
500,
2558,
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... |
Android filter and sort ListView with adapter set during Async task
===
I'm making a ListView with data I get from a database placed in a server. The ListView has TWO TextViews for each row, one for the cities, and the other one for the ID's each city has on the database, but this textview(the ID's one) is HIDDEN from... | 0 | [
2,
13005,
11945,
17,
2058,
968,
4725,
29,
9924,
106,
309,
112,
21,
9507,
150,
3005,
800,
3726,
3726,
31,
22,
79,
544,
21,
968,
4725,
29,
1054,
31,
164,
37,
21,
6018,
1037,
19,
21,
8128,
9,
14,
968,
4725,
63,
81,
1854,
4725,
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... |
WCF: Server responding with Bad Request (400)
===
My WCF client works OK with WCF server except when making a call to the server trying to pass array of custom objects. When the array is 100 items it works fine, but when number of items is 300 the server throws exception Bad Request (400). So I assume that the key to ... | 0 | [
2,
11801,
410,
45,
8128,
15887,
29,
896,
3772,
13,
5,
7114,
6,
800,
3726,
3726,
51,
11801,
410,
6819,
693,
5854,
29,
11801,
410,
8128,
1613,
76,
544,
21,
645,
20,
14,
8128,
749,
20,
1477,
7718,
16,
5816,
3916,
9,
76,
14,
7718,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
MVC3 Razor - Editing a variable length list
===
I followed Steven Sanderson's blog - http://blog.stevensanderson.com/2010/01/28/editing-a-variable-length-list-aspnet-mvc-2-style/
When I try to add another row of items, rather than adding the row it sends me to the url with the returned partial view.
How do I pre... | 0 | [
2,
307,
8990,
240,
14282,
13,
8,
9510,
21,
7612,
1476,
968,
800,
3726,
3726,
31,
709,
5761,
11574,
218,
22,
18,
8146,
13,
8,
7775,
6903,
220,
5567,
9,
21497,
2172,
290,
9050,
9,
960,
118,
2751,
118,
387,
13301,
12530,
69,
242,
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... |
Sourceforge export XML or HTML
===
I have been trying to extract and scrape information about bugs filed for the joda-time software. However, I am finding no good way to export this information to a file using an automated script or something. I do find some python scripts online but they are mostly about converting s... | 0 | [
2,
1267,
1106,
834,
7487,
23504,
54,
13,
15895,
800,
3726,
3726,
31,
57,
74,
749,
20,
10962,
17,
23855,
676,
88,
13925,
5263,
26,
14,
2640,
593,
8,
891,
2306,
9,
207,
15,
31,
589,
3007,
90,
254,
161,
20,
7487,
48,
676,
20,
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... |
Use a random record in a file for a preparedstatement
===
i'm using swingbench for some load testing. I have just to create a case that run something like
SELECT COL1 FROM TABLE WHERE COL2 = ?
the value of COL2 is a number contained in a file, like a customer number, that is not a sequence. Looking and available... | 0 | [
2,
275,
21,
5477,
571,
19,
21,
3893,
26,
21,
3268,
3859,
1130,
800,
3726,
3726,
31,
22,
79,
568,
5587,
26359,
26,
109,
6305,
4431,
9,
31,
57,
114,
20,
1600,
21,
610,
30,
485,
301,
101,
5407,
3313,
165,
37,
859,
113,
3313,
135,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Dynamically changing the browser title in ActionScript
===
i have set a title of Browser via ` Application.pageTitle ` property. is there any way to change the title of web Browser dynamically or as3? | 0 | [
2,
7782,
1326,
4226,
14,
16495,
581,
19,
1028,
8741,
800,
3726,
3726,
31,
57,
309,
21,
581,
16,
16495,
1197,
13,
1,
3010,
9,
6486,
22235,
13,
1,
1354,
9,
25,
80,
186,
161,
20,
753,
14,
581,
16,
2741,
16495,
7782,
1326,
54,
28,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... |
NCell redrawing issues
===
I'm creating a `NSCell` subclass that draws some objects directly onto the view (using `drawInRect:fromRect:operation:fraction:respectFlipped:hints:`) and also draws an `NSButton` instance simply using NSView's `addSubview:` selector.
While objects drawn using the first method all draw co... | 0 | [
2,
13,
103,
9725,
402,
12404,
68,
1549,
800,
3726,
3726,
31,
22,
79,
2936,
21,
13,
1,
2172,
9725,
1,
972,
1898,
30,
10802,
109,
3916,
1703,
1204,
14,
1418,
13,
5,
12655,
13,
1,
3030,
4181,
14673,
38,
45,
2665,
14673,
38,
45,
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... |
Passing a file path from XSL to JavaScript Function
===
I am trying to pass a folder path from XSL to JavaScript. Function is there in JavaScript and that function is getting called on onClick button of a HTML button in XSL. The path is like "C:\ABC\DEF\GH". While putting an alert I saw that path is getting sent like:... | 0 | [
2,
2848,
21,
3893,
2013,
37,
993,
18,
255,
20,
8247,
8741,
1990,
800,
3726,
3726,
31,
589,
749,
20,
1477,
21,
19294,
2013,
37,
993,
18,
255,
20,
8247,
8741,
9,
1990,
25,
80,
19,
8247,
8741,
17,
30,
1990,
25,
1017,
227,
27,
27,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to access functions from calling module from within a Jython class?
===
I'm working with some Jython code where it makes sense for me to create an external module with a number of classes to encapsulate some of the date that we need model. However, in the calling module, we also have a number of functions that we... | 0 | [
2,
184,
20,
1381,
3719,
37,
2555,
12613,
37,
363,
21,
487,
93,
11570,
718,
60,
800,
3726,
3726,
31,
22,
79,
638,
29,
109,
487,
93,
11570,
1797,
113,
32,
1364,
1259,
26,
55,
20,
1600,
40,
4886,
12613,
29,
21,
234,
16,
2684,
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... |
CSS: div with cross label and horizontal label
===
I was looking at a post here -
[http://speckyboy.com/2009/02/19/12-wordpress-plugins-to-display-and-highlight-code-within-your-blog/][1]
and noticed that the snapshots are having a side label bar and a botton horizontal bar for labeling contents.
How can this... | 0 | [
2,
272,
18,
18,
45,
13,
12916,
29,
919,
1899,
17,
10095,
1899,
800,
3726,
3726,
31,
23,
699,
35,
21,
678,
235,
13,
8,
636,
21127,
6903,
18,
12610,
3329,
5352,
9,
960,
118,
2849,
118,
3564,
11698,
12766,
918,
8,
9587,
5890,
8,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Working with a Hypermedia (REST) API in Backbone
===
In the process of building a Backbone.js SPA that talks to a RESTful (hopefully) API. I've tried to design the API around resources, using hypermedia to link the resources together. As I've begun implementing things in Backbone, I'm starting to realize that accompli... | 0 | [
2,
638,
29,
21,
5443,
8260,
13,
5,
11466,
6,
21,
2159,
19,
24036,
800,
3726,
3726,
19,
14,
953,
16,
353,
21,
24036,
9,
728,
18,
6954,
30,
7837,
20,
21,
760,
1566,
13,
5,
18930,
5655,
6,
21,
2159,
9,
31,
22,
195,
794,
20,
7... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to apply a javascript to my webView's html content in Android?
===
Im working on an epub reader for android platform. Not me started the project i just continue it so i have tons of code to get in to it.
My question is simple:
Is there a way in android to apply javascript to my html content inside my webView... | 0 | [
2,
184,
20,
5645,
21,
8247,
8741,
20,
51,
2741,
4725,
22,
18,
13,
15895,
2331,
19,
13005,
60,
800,
3726,
3726,
797,
638,
27,
40,
2579,
4502,
7765,
26,
13005,
2452,
9,
52,
55,
373,
14,
669,
31,
114,
1816,
32,
86,
31,
57,
5278,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Chrome extension to reload and close tab after a time interval
===
i am working on a extension for google chrome that reloads the a tab once after 2 seconds that the page has loaded and after that waits for 30 minutes and closes the tab or google chrome window.
ive tried these scripts in my .js file but none of them ... | 0 | [
2,
13,
12985,
3896,
20,
27339,
17,
543,
6523,
75,
21,
85,
14422,
800,
3726,
3726,
31,
589,
638,
27,
21,
3896,
26,
8144,
13,
12985,
30,
27339,
18,
14,
21,
6523,
382,
75,
172,
2582,
30,
14,
2478,
63,
8572,
17,
75,
30,
1760,
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... |
onkeyup event slowness
===
I have a aspx page with about 200 textboxes with onkeyup events that some users have complained is really slow.
Would having all of those onkeyup events cause this slowness? | 0 | [
2,
27,
4237,
576,
807,
2276,
720,
800,
3726,
3726,
31,
57,
21,
28,
306,
396,
2478,
29,
88,
2327,
1854,
5309,
160,
29,
27,
4237,
576,
963,
30,
109,
3878,
57,
11509,
25,
510,
2276,
9,
83,
452,
65,
16,
273,
27,
4237,
576,
963,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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... |
SharePoint Workflow doesn't appear in SP Designer. Deployment was successful
===
I develop a SP Workflow Activity for SP Designer. The deployment is successful. In the webconfig-file the authorizedType is correctly inserted.
<authorizedType Assembly="WorkflowActivity, Version=1.0.0.0, Culture=neutral, PublicKeyToke... | 0 | [
2,
1891,
3132,
170,
9990,
1437,
22,
38,
1893,
19,
3782,
4742,
9,
10475,
23,
1300,
800,
3726,
3726,
31,
2803,
21,
3782,
170,
9990,
2358,
26,
3782,
4742,
9,
14,
10475,
25,
1300,
9,
19,
14,
2741,
14093,
2816,
8,
16877,
14,
9401,
44... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
JXtable.setHighlighters, refresh UI after editing table
===
I have a JXtable with some highlighters add with setHighlighters.
When i edit a cell of my jxtable my UI is not always update. I have a problem on one system where i have to move the mouse over the jxtable for the jxtable's highlighters was update. But on my... | 0 | [
2,
487,
396,
5924,
9,
3554,
4542,
3130,
445,
15,
24905,
13,
5661,
75,
9510,
859,
800,
3726,
3726,
31,
57,
21,
487,
396,
5924,
29,
109,
14373,
445,
3547,
29,
309,
4542,
3130,
445,
9,
76,
31,
9392,
21,
1667,
16,
51,
487,
396,
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... |
C++ typedef with nested templates is not a class, struct, or union type
===
I'm not sure to understand why the following code is not compiled with g++:
t.cpp: In instantiation of ‘Distrib<double>’:
t.cpp:28:56: instantiated from ‘Sampler<Distrib<Solution<double> > >’
t.cpp:35:48: instantiated from... | 0 | [
2,
272,
20512,
1001,
13862,
29,
5618,
69,
22894,
18,
25,
52,
21,
718,
15,
13,
10346,
15,
54,
667,
1001,
800,
3726,
3726,
31,
22,
79,
52,
562,
20,
1369,
483,
14,
249,
1797,
25,
52,
9316,
29,
489,
20512,
45,
13,
38,
9,
150,
34... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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: changing tab must refresh my listview of the db
===
i have an application made with tab host.
i need to refresh my listview (the second tab) when clicked.
this view contain the db data, it's obvious that it need to be always up to date (because in the entire app i make update,insert,delete,...
how can i?
... | 0 | [
2,
13005,
45,
4226,
6523,
491,
24905,
51,
968,
4725,
16,
14,
13,
9007,
800,
3726,
3726,
31,
57,
40,
3010,
117,
29,
6523,
2015,
9,
31,
376,
20,
24905,
51,
968,
4725,
13,
5,
124,
153,
6523,
6,
76,
15802,
9,
48,
1418,
3717,
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... |
Image resize in CSS hover
===
I have to scale up the image when I hover over it, it should scale up to 300x225 pixels from 100x75 pixels. Layout seems to work fine, it's just width does not scale up when hovered. Thank you in advance.
CSS:
.hoverbox a .preview
{
display: none;
}
.hoverbo... | 0 | [
2,
1961,
302,
10454,
19,
272,
18,
18,
21350,
800,
3726,
3726,
31,
57,
20,
3464,
71,
14,
1961,
76,
31,
21350,
84,
32,
15,
32,
378,
3464,
71,
20,
3565,
396,
135,
1811,
18146,
18,
37,
808,
396,
3283,
18146,
18,
9,
9106,
2206,
20,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
PHP calling a function in function_exists
===
If I use `function_exists` as following:
if ( ! function_exists( 'get_value' ) ) :
function get_value( $field ) {
..
return $value;
}
endif;
Now, when I call the function in the same file before the above function, it will give fatal e... | 0 | [
2,
13,
26120,
2555,
21,
1990,
19,
1990,
1,
1706,
3163,
800,
3726,
3726,
100,
31,
275,
13,
1,
22359,
1,
1706,
3163,
1,
28,
249,
45,
100,
13,
5,
13,
187,
1990,
1,
1706,
3163,
5,
13,
22,
3060,
1,
15165,
22,
13,
6,
13,
6,
13,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
DB compression with MSSQL 2008R2 server
===
In MSSQL2008r2, at the time of backup there is 3 mode available under compression field
1.)Use the default server setting
2.)Compress Backup
3.)Do not Compress Backup
here i have a doubt that when we take backup by choosing the option "Compress Backup", so it will af... | 0 | [
2,
13,
9007,
14864,
29,
4235,
18,
22402,
570,
139,
135,
8128,
800,
3726,
3726,
19,
4235,
18,
22402,
2753,
139,
135,
15,
35,
14,
85,
16,
10119,
80,
25,
203,
3740,
904,
131,
14864,
575,
137,
9,
6,
3699,
14,
12838,
8128,
2697,
172,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
moving layer doesn't seem smooth in cocos2d
===
I have a code like below
if(condition)
sprite->setPosition(newPosition)
else
layer->moveBy(diff)
it works ok, but movement is not smooth..
(the code tries to keep the sprite in center while the sprite is not near the bounds of layer)
... | 0 | [
2,
1219,
5385,
1437,
22,
38,
2260,
3905,
19,
22470,
18,
135,
43,
800,
3726,
3726,
31,
57,
21,
1797,
101,
1021,
100,
5,
22141,
6,
27902,
8,
1,
3554,
9339,
5,
2681,
9339,
6,
962,
5385,
8,
1,
16598,
779,
5,
43,
6021,
6,
32,
693... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Error in logging in facebook for wp7
===
I have facebook api and integrated facebook login for my wp7 app. I dont know, but when i try to login facebook, it is asking to install something. I have also added an image below about this problem. Can anybody help me with this? Thanks in advance for your help! ![enter image... | 1 | [
2,
7019,
19,
13,
13919,
19,
9090,
26,
13,
13790,
465,
800,
3726,
3726,
31,
57,
9090,
21,
2159,
17,
5547,
9090,
6738,
108,
26,
51,
13,
13790,
465,
4865,
9,
31,
1049,
143,
15,
47,
76,
31,
1131,
20,
6738,
108,
9090,
15,
32,
25,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Collecting data from website without API
===
I am looking to build a webapp to improve user experience in booking railway tickets in India.The API is impossible to get due to hefty charge to procure it.I have seen many apps that provide details of the trains etc through their apps.
***
My Question is how are the... | 0 | [
2,
10079,
1054,
37,
2271,
366,
21,
2159,
800,
3726,
3726,
31,
589,
699,
20,
1895,
21,
2741,
7753,
20,
3545,
4155,
1496,
19,
360,
68,
826,
10309,
19,
739,
9,
124,
21,
2159,
25,
3992,
20,
164,
397,
20,
24,
3072,
93,
1906,
20,
22... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
No apparent reason for high load average
===
We have several web servers running on Amazon (ec2) c1.xlarge, over Amazon AMI.
The servers are duplicates of each other, running the exact same hardware and software.
Each server spec is:
7 GB of memory
20 EC2 Compute Units (8 virtual cores with 2.5 EC2 Compute Units... | 2 | [
2,
90,
5982,
1215,
26,
183,
6305,
862,
800,
3726,
3726,
95,
57,
238,
2741,
17595,
946,
27,
8059,
13,
5,
3319,
135,
6,
272,
165,
9,
396,
11312,
15,
84,
8059,
13,
5448,
9,
14,
17595,
50,
19429,
18,
16,
206,
89,
15,
946,
14,
53... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Getting Error while returning back using Server.Transfer()
===
I have page(Default1.aspx) in that i am redirecting to another page(Default2.aspx) using Server.Transfer() method. After the page processing completed in Default2.aspx the execution returns back to Default1.aspx, that time i am getting the error as
"Un... | 0 | [
2,
1017,
7019,
133,
2485,
97,
568,
8128,
9,
7028,
2407,
5,
6,
800,
3726,
3726,
31,
57,
2478,
5,
13862,
9708,
165,
9,
472,
306,
396,
6,
19,
30,
31,
589,
302,
14706,
68,
20,
226,
2478,
5,
13862,
9708,
135,
9,
472,
306,
396,
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 does appengine's data store query and index multi-value properties?
===
Lets say I have a Photo class containing a multi-valued property for tags and a date field.
I would like to allow the user to perform a query based on tags (using only a AND operator for more then 1 tag).
For example lets say a user sear... | 0 | [
2,
184,
630,
4865,
16847,
22,
18,
1054,
1718,
25597,
17,
4348,
1889,
8,
15165,
3704,
60,
800,
3726,
3726,
6884,
395,
31,
57,
21,
3056,
718,
3503,
21,
1889,
8,
15165,
43,
1354,
26,
3383,
18,
17,
21,
1231,
575,
9,
31,
83,
101,
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... |
Hiding Top Level List Items
===
I am looking for a pure CSS solution to hide top level list items in an unordered list. For example:
<ul>
<li> Top level item 1
<li> Top level item 2
<ul>
<li> Sub item 1
<li> Sub item 2
<li> Sub item 3
</ul>
<li> Top level item 3
</ul>
Becomes...
... | 0 | [
2,
5314,
371,
662,
968,
3755,
800,
3726,
3726,
31,
589,
699,
26,
21,
4267,
272,
18,
18,
4295,
20,
3077,
371,
662,
968,
3755,
19,
40,
367,
7861,
69,
968,
9,
26,
823,
45,
13,
1,
1287,
1,
13,
1,
1210,
1,
371,
662,
9101,
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... |
wrapping document.createElement() with custom type
===
I want to make a viewport type that basically wraps a `<div>` tag with some custom styling options, but I'm not sure how to add the elements methods to my viewport type, I am trying something like this:
var viewport = function(){
document.createEle... | 0 | [
2,
13437,
4492,
9,
6037,
1373,
27567,
5,
6,
29,
5816,
1001,
800,
3726,
3726,
31,
259,
20,
233,
21,
1418,
1993,
1001,
30,
11374,
8118,
18,
21,
13,
1,
12916,
1,
3383,
29,
109,
5816,
23020,
6368,
15,
47,
31,
22,
79,
52,
562,
184,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How can I add index in hibernate
===
how can i add new index to entity in existing schema in hibernate without change mode in my hibernate.cgf file from update to create. I don't want to delete existing records from my tables.
| 0 | [
2,
184,
92,
31,
3547,
4348,
19,
4148,
2102,
8820,
800,
3726,
3726,
184,
92,
31,
3547,
78,
4348,
20,
9252,
19,
3149,
23874,
19,
4148,
2102,
8820,
366,
753,
3740,
19,
51,
4148,
2102,
8820,
9,
150,
16368,
3893,
37,
11100,
20,
1600,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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... |
Need clarifications working with Views in iOS
===
Ok, I'm learning programming for iOS with Stanford's online course on iTunes U (CS193P) but I can't exactly get a hold on how all the stuff from UIView works.
Could someone explain how the following things work cohesively and how I should use them?
CGContextRef
... | 0 | [
2,
376,
13,
12078,
4634,
18,
638,
29,
4146,
19,
13,
7760,
800,
3726,
3726,
5854,
15,
31,
22,
79,
2477,
3143,
26,
13,
7760,
29,
8382,
22,
18,
2087,
674,
27,
12952,
287,
13,
5,
6824,
21879,
306,
6,
47,
31,
92,
22,
38,
1890,
16... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Observe touches on multiple views in one motion
===
I have a parent view with 3 separate child views. The child views are spread out within the parent with no overlap (and with some space in between). As a user moves her finger around the screen (without lifting it), I'd like to track touches as they enter and exit ea... | 0 | [
2,
10503,
13935,
27,
1886,
4146,
19,
53,
2422,
800,
3726,
3726,
31,
57,
21,
4766,
1418,
29,
203,
1725,
850,
4146,
9,
14,
850,
4146,
50,
1789,
70,
363,
14,
4766,
29,
90,
15406,
13,
5,
290,
29,
109,
726,
19,
128,
6,
9,
28,
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... |
Complex pattern matching with strings
===
I have a list of strings that looks like this:
xs = ["xxbbaua", "bbbaacv", "ggfeehhaa", "uyyttaccaa", "bbbaab"]
I would like to find only strings in the list which have two b's followed by any character followed by a vowel. How are simple matches like this done in Ha... | 0 | [
2,
1502,
3732,
10120,
29,
7887,
800,
3726,
3726,
31,
57,
21,
968,
16,
7887,
30,
1879,
101,
48,
45,
993,
18,
800,
636,
7,
8962,
3490,
1346,
58,
7,
15,
13,
7,
3490,
969,
58,
12732,
7,
15,
13,
7,
4572,
16572,
10681,
6887,
7,
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... |
Winapi shell extension overriding Windows command
===
I developed a very basic shell extension for a little application I'm working on. I've been using it for a while now without any problem, but I just noticed that in Windows xp, in start menu -> all programs, if I right click on a folder there and choose "open" or "... | 1 | [
2,
628,
2552,
49,
3593,
3896,
84,
5175,
68,
1936,
1202,
800,
3726,
3726,
31,
885,
21,
253,
2125,
3593,
3896,
26,
21,
265,
3010,
31,
22,
79,
638,
27,
9,
31,
22,
195,
74,
568,
32,
26,
21,
133,
130,
366,
186,
1448,
15,
47,
31,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
mysql real escape string - is this normal?
===
When I use mysqli->real_escape_string and add a string value to the db such as "who's", it adds the string without modifying the quote in any way. When I check the db, the value within it is "who's".
When I do not use mysqli->real_escape_string and add a string with a ... | 0 | [
2,
51,
18,
22402,
683,
2220,
3724,
13,
8,
25,
48,
1826,
60,
800,
3726,
3726,
76,
31,
275,
51,
18,
1251,
1210,
8,
1,
7467,
1,
62,
13109,
1,
11130,
17,
3547,
21,
3724,
1923,
20,
14,
13,
9007,
145,
28,
13,
7,
1924,
22,
18,
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... |
Need to pull path info from file to create new file at same location
===
I am trying to traverse a directory with thousands of subdirectories. In each subdirectory there is a .nfo file. I am using Xdocument to parse some info from it, and I need to create a new file in the same location as the source .nfo file.
I... | 0 | [
2,
376,
20,
2201,
2013,
15404,
37,
3893,
20,
1600,
78,
3893,
35,
205,
1474,
800,
3726,
3726,
31,
589,
749,
20,
15810,
21,
16755,
29,
3805,
16,
972,
10197,
1596,
9,
19,
206,
972,
10197,
93,
80,
25,
21,
13,
9,
103,
4120,
3893,
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... |
Once I activate admin, Django under mod_wsgi can't find other URLs
===
I'm trying to do the Django tutorial. Part 1 went OK (i.stack.imgur.com/US5GN.jpg)
However, once I activate the admin site the root I get i.stack.imgur.com/EXfE4.jpg.
`dj1.net` is my test domain (editing `/etc/hosts`), and while `dj1.net/admi... | 0 | [
2,
382,
31,
18163,
21,
43,
2160,
15,
3857,
14541,
131,
7226,
1,
10268,
2234,
92,
22,
38,
477,
89,
13,
911,
7532,
800,
3726,
3726,
31,
22,
79,
749,
20,
107,
14,
3857,
14541,
29724,
9,
141,
137,
296,
5854,
13,
5,
49,
9,
25325,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Load Testing with TestNG
===
I want to preface this with 'I am a complete noob' when it comes to Java. I have figured out how to consume a webservice and get some tests against that webservice using TestNG. I would now like to be able to take those TestNG tests and use them in a load test. Is there a way that I can ei... | 0 | [
2,
6305,
4431,
29,
1289,
2723,
800,
3726,
3726,
31,
259,
20,
20910,
48,
29,
13,
22,
49,
589,
21,
1279,
90,
4995,
22,
76,
32,
1624,
20,
8247,
9,
31,
57,
5700,
70,
184,
20,
16447,
21,
2741,
11449,
17,
164,
109,
4894,
149,
30,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Spring Bean: Doesn't seems to be wired up
===
My `wireup.xml` looks like
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:util="http://www.springframework.org/schema/util"
xsi:schemaLocation="http://www.springframewo... | 0 | [
2,
1573,
15322,
45,
1437,
22,
38,
2206,
20,
44,
21124,
71,
800,
3726,
3726,
51,
13,
1,
13482,
576,
9,
396,
8184,
1,
1879,
101,
13,
1,
863,
5950,
23504,
2172,
3726,
7,
21127,
6903,
6483,
9,
15827,
8361,
3783,
9,
5583,
118,
7526,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Utilize keytool programmtically in a Java servlet to create a certificate/keypair
===
We need to create an HTTP service that can create and return a certificate signed by a trusted parent certificate. Our initial plan was to use keytool in the bin directory of our jdk in a Servlet using Runtime.exec, but it seems the ... | 0 | [
2,
13151,
1246,
20799,
625,
79,
38,
8438,
19,
21,
8247,
13,
10321,
1336,
20,
1600,
21,
6259,
118,
4237,
306,
2642,
800,
3726,
3726,
95,
376,
20,
1600,
40,
7775,
365,
30,
92,
1600,
17,
788,
21,
6259,
908,
34,
21,
9968,
4766,
6259... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
URL Rewrite IIS 7.5 - 403 Forbidden error for aspx asp.net
===
Ok. I am setting up a website and hosting it for an organization (www.enfieldsdachurch.com).
I have an asp.net page (www.enfieldsdachurch.com/sermons.aspx) and I'd like to remove the .aspx file extension so that the web-address is (www.enfieldsdachurch.... | 0 | [
2,
287,
6362,
27891,
595,
18,
453,
9,
264,
13,
8,
13,
25821,
11369,
7019,
26,
28,
306,
396,
28,
306,
9,
2328,
800,
3726,
3726,
5854,
9,
31,
589,
2697,
71,
21,
2271,
17,
10637,
32,
26,
40,
1165,
13,
5,
6483,
9,
219,
1109,
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... |
Merge two datatables
===
I have two datatables. Each has three columns, the two of them have the same name. However one column in table1 is "Desc", in table2 is named as "Descr".
How to merge them together?
Thanks. | 0 | [
2,
12666,
81,
1054,
5924,
18,
800,
3726,
3726,
31,
57,
81,
1054,
5924,
18,
9,
206,
63,
132,
7498,
15,
14,
81,
16,
105,
57,
14,
205,
204,
9,
207,
53,
4698,
19,
859,
165,
25,
13,
7,
3196,
150,
7,
15,
19,
859,
135,
25,
377,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Can't get homemade CKEditor file uploader working in web2py
===
There's something arcane going on with my custom CKEditor uploader. The image or whatever file I try to upload to the server is correctly uploaded but no matter what I do it's link won't show up in the editor. It looks like the callback to CKEditor in my ... | 0 | [
2,
92,
22,
38,
164,
27269,
13,
2601,
13401,
3893,
71,
8294,
106,
638,
19,
2741,
135,
6448,
800,
3726,
3726,
80,
22,
18,
301,
4686,
3708,
228,
27,
29,
51,
5816,
13,
2601,
13401,
71,
8294,
106,
9,
14,
1961,
54,
2099,
3893,
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... |
HTML5 Canvas not working in external JavaScript file
===
I have written this code in JavaScript and works perfectly fine when I include it on my index.html page:
<canvas id="bannerCanvas" width="960" height="200">
Your browser does not support the canvas element.
</canvas>
<script type="tex... | 0 | [
2,
13,
15895,
264,
9696,
52,
638,
19,
4886,
8247,
8741,
3893,
800,
3726,
3726,
31,
57,
642,
48,
1797,
19,
8247,
8741,
17,
693,
5759,
1123,
76,
31,
468,
32,
27,
51,
4348,
9,
15895,
2478,
45,
13,
1,
1245,
8471,
4924,
3726,
7,
40... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Getting a black screen after trying to resize an image
===
I am currently trying to resize a picture that I am downloading from the web and putting it into a JPanel.
First, I am using the following code to download the image from the web:
public static Image MSImageHigh(){
URL imageUrl = null;
try {
ima... | 0 | [
2,
1017,
21,
319,
2324,
75,
749,
20,
302,
10454,
40,
1961,
800,
3726,
3726,
31,
589,
871,
749,
20,
302,
10454,
21,
2151,
30,
31,
589,
7121,
68,
37,
14,
2741,
17,
3873,
32,
77,
21,
487,
3206,
532,
9,
64,
15,
31,
589,
568,
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... |
Android - is there a way to make the keyboard not to pop up as a default in a particular screen?
===
I have an Activity screen with a form that has a text area, and text below the form. When the screen opens, for some reason, the keyboard pops up automatically and blocks the bottom part of the screen for the user, cau... | 0 | [
2,
13005,
13,
8,
25,
80,
21,
161,
20,
233,
14,
8896,
52,
20,
1675,
71,
28,
21,
12838,
19,
21,
1498,
2324,
60,
800,
3726,
3726,
31,
57,
40,
2358,
2324,
29,
21,
505,
30,
63,
21,
1854,
217,
15,
17,
1854,
1021,
14,
505,
9,
76,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Finding the date/time a file appeared in a git branch
===
How is possible to get the date in which a file appeared for the first time in a branch.
Currently I'm using the following. The problem is that for merges it returns the creation date in the original branch instead of returning the date of the merge.
``... | 0 | [
2,
3007,
14,
1231,
118,
891,
21,
3893,
682,
19,
21,
13,
10404,
1686,
800,
3726,
3726,
184,
25,
938,
20,
164,
14,
1231,
19,
56,
21,
3893,
682,
26,
14,
64,
85,
19,
21,
1686,
9,
871,
31,
22,
79,
568,
14,
249,
9,
14,
1448,
25,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Does it possible in Spring have reference to part of another bean?
===
Code:
<bean id="bean1" ...
<property name="Utils">
...
</bean>
I would like to do:
<bean id="bean2" ...
<property name="Utils" ref="bean1.Utils"/>
Does it possible in Spring? Or something similar?
Thanks. | 0 | [
2,
630,
32,
938,
19,
1573,
57,
2801,
20,
141,
16,
226,
15322,
60,
800,
3726,
3726,
1797,
45,
13,
1,
863,
210,
4924,
3726,
7,
863,
210,
165,
7,
13,
9,
9,
9,
13,
1,
10890,
106,
1084,
204,
3726,
7,
14255,
18,
7,
1,
13,
9,
9... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Scala - erroneous mixing of packages and variables?
===
A very strange thing indeed. I have the following project structure:
myproject/one/two
Inside package `myproject` I have a class:
abstract class A (two: Buffer[Int])
and then, inside package `one` I have:
object B extends A (Buffer[Int]... | 0 | [
2,
25975,
13,
8,
24406,
5826,
16,
16875,
17,
12157,
60,
800,
3726,
3726,
21,
253,
2578,
584,
4057,
9,
31,
57,
14,
249,
669,
1411,
45,
51,
21011,
118,
849,
118,
3734,
572,
6030,
13,
1,
915,
21011,
1,
31,
57,
21,
718,
45,
8502,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 feed Hidden Markov Model (HMM) with several datastreams simultaneously?
===
I have built a body sensor network consisting of 8 accelerometers. At each sample (at about 30 Hz) each accelerometer gives me a X Y and Z value.
I have used the jahmm java library for classification of a datastream consisting of on... | 0 | [
2,
184,
20,
4063,
3689,
943,
2026,
1061,
13,
5,
15530,
6,
29,
238,
1054,
11260,
18,
6888,
60,
800,
3726,
3726,
31,
57,
392,
21,
358,
14865,
982,
4160,
16,
469,
7602,
532,
106,
17325,
18,
9,
35,
206,
5717,
13,
5,
721,
88,
712,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 I can write drivers for Android if the support for modules is not an option for the commercial-kernel-phones?
===
I see that many Android kernels comes without a loadable module support, how i can write and load a driver in this scenario?
For example i have a codebase for a driver that works under a vanilla lin... | 0 | [
2,
184,
31,
92,
2757,
5783,
26,
13005,
100,
14,
555,
26,
17113,
25,
52,
40,
4255,
26,
14,
1439,
8,
2429,
7440,
8,
7709,
18,
60,
800,
3726,
3726,
31,
196,
30,
151,
13005,
17007,
18,
1624,
366,
21,
6305,
579,
12613,
555,
15,
184... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 : List table names and columns in relationship
===
I'm trying to get some query which returns following:
TableName | ColumnName | IsColumnInRelation | RelatedTable | RelationKind | InsertUpdateSepecification | IsNull | Describtion
-----------------------------------------------------------------... | 0 | [
2,
4444,
255,
8128,
13,
45,
968,
859,
1817,
17,
7498,
19,
1429,
800,
3726,
3726,
31,
22,
79,
749,
20,
164,
109,
25597,
56,
4815,
249,
45,
859,
7259,
13,
1,
4698,
7259,
13,
1,
25,
716,
4404,
5703,
99,
10832,
13,
1,
1597,
5924,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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, jCycle - Appending a tab item to 'the back of the line'
===
I'm building a big carousel for on my homepage. Kind of want it to look like this:
http://themeforest.net/item/ventura-wordpress-corporate-business-theme/full_screen_preview/378380
I'm using jCycle (http://jquery.malsup.com/cycle/)
I was wonde... | 0 | [
2,
487,
8190,
93,
15,
487,
12467,
13,
8,
4865,
7601,
21,
6523,
9101,
20,
13,
22,
124,
97,
16,
14,
293,
22,
800,
3726,
3726,
31,
22,
79,
353,
21,
580,
27374,
26,
27,
51,
213,
6486,
9,
825,
16,
259,
32,
20,
361,
101,
48,
45,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
C# COM Add In failing while calling from thread
===
I am in process of writing UDF library for Excel in C#. I will have long running UDF so I want to make my UDF asynchronous so that Excel UI will stays usable while calling UDF. Below is my code; but it fails while calling Excel from spawned thread...
[ClassIn... | 0 | [
2,
272,
5910,
13,
960,
3547,
19,
7250,
133,
2555,
37,
9322,
800,
3726,
3726,
31,
589,
19,
953,
16,
1174,
287,
8736,
1248,
26,
20700,
19,
272,
5910,
9,
31,
129,
57,
175,
946,
287,
8736,
86,
31,
259,
20,
233,
51,
287,
8736,
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... |
Not using Messaging systems in CQRS
===
I have a domain (read) and reporting (write) database on the same machine.
Currently, events are raised and put on an in memory queue and then the corresponding handlers are called to update the reporting database.
What concerns if there is an issue with the reporting data... | 0 | [
2,
52,
568,
26437,
1242,
19,
13,
21980,
1224,
800,
3726,
3726,
31,
57,
21,
4603,
13,
5,
10647,
6,
17,
6670,
13,
5,
23716,
6,
6018,
27,
14,
205,
1940,
9,
871,
15,
963,
50,
1127,
17,
442,
27,
40,
19,
1912,
22521,
17,
94,
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... |
Does unreferenced objects get GC if lambdas are connected to their events?
===
imagine this simple snippet.
{
var o = new MyClass();
o.MyClassEvent += (args) => {};
}
We create an object in a local context and doesn't save a reference. My question is if the lambda function added to the... | 0 | [
2,
630,
367,
28018,
43,
3916,
164,
13,
10362,
100,
13,
24187,
18,
50,
2587,
20,
66,
963,
60,
800,
3726,
3726,
4382,
48,
1935,
13,
29061,
9,
13,
1,
4033,
635,
800,
78,
51,
1898,
5,
6,
73,
635,
9,
915,
1898,
4943,
38,
2754,
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... |
Remove method of iterator doesn't work after the first call
===
I'm trying to group some sets in disjoint sets. For example, if I have these 5 sets:
> [[1, 3], [2], [1, 5], [6, 8], [1, 7]]
I want to have this result:
> [[2], [6, 8], [1, 3, 5, 7]]
Here is the code:
import java.util.*;
pu... | 0 | [
2,
4681,
2109,
16,
32,
106,
3457,
1437,
22,
38,
170,
75,
14,
64,
645,
800,
3726,
3726,
31,
22,
79,
749,
20,
214,
109,
3415,
19,
1460,
17838,
3415,
9,
26,
823,
15,
100,
31,
57,
158,
331,
3415,
45,
13,
1,
636,
2558,
165,
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... |
Starting a new activity but with different intents
===
Normally, if I want to start a new activity I can use
StartActivity(typeof(foo));
This is fine.
I can also set an intent
Intent i = new Intent(this, typeof(foo));
StartActivity(i);
Problem is this. I have Activity A. This fires off Acti... | 0 | [
2,
1422,
21,
78,
2358,
47,
29,
421,
6936,
18,
800,
3726,
3726,
4147,
15,
100,
31,
259,
20,
799,
21,
78,
2358,
31,
92,
275,
799,
19348,
5,
4474,
1041,
5,
4120,
111,
6,
6,
73,
48,
25,
1123,
9,
31,
92,
67,
309,
40,
6936,
6936... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Thread cannot access the object
===
I declared a field:
WriteableBitmap colorBitmap;
Then I created a simple thread which does something:
private void doSomething()
{
// ... bla bla bla
colorBitmap = new WriteableBitmap(/* parameters */);
myImage.Source = colorBitmap; /... | 0 | [
2,
9322,
1967,
1381,
14,
3095,
800,
3726,
3726,
31,
2482,
21,
575,
45,
2757,
579,
3326,
15022,
1665,
3326,
15022,
73,
94,
31,
679,
21,
1935,
9322,
56,
630,
301,
45,
932,
11364,
107,
9099,
5,
6,
13,
1,
12894,
13,
9,
9,
9,
4768,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
printf in C dont occupy memory?
===
Is printf occupies a memory in the stack.
**printf("Hello world");** as "Hello world" is a constant address?
Please help me understand. | 0 | [
2,
4793,
410,
19,
272,
1049,
12290,
1912,
60,
800,
3726,
3726,
25,
4793,
410,
16088,
21,
1912,
19,
14,
7566,
9,
13,
1409,
10299,
410,
5,
7,
11515,
126,
7,
6,
73,
1409,
28,
13,
7,
11515,
126,
7,
25,
21,
3587,
3218,
60,
2247,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... |
How to saturate memory bus
===
I want to test a program with various memory bus usage levels. For example, I would like to find out if my program works as expected when other processes use 50% of the memory bus.
How would I simulate this kind of disturbance?
My attempt was to run a process with multiple threads, ... | 0 | [
2,
184,
20,
847,
911,
1373,
1912,
1683,
800,
3726,
3726,
31,
259,
20,
1289,
21,
625,
29,
617,
1912,
1683,
7514,
2216,
9,
26,
823,
15,
31,
83,
101,
20,
477,
70,
100,
51,
625,
693,
28,
1727,
76,
89,
5102,
275,
10496,
16,
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... |
gzip support for Apache and Tomcat
===
I have tomcat configured to compress(Gzip) content requested from clients who Accept-Encoding:gzip, deflate.
Also I send my request to apache2 to send the non-static content to tomcat:
**client**(accept Gzip) <------> **Apache**(mod_deflate) <----(mod_jk)---->**Tomcat**(Gzip... | 0 | [
2,
489,
2553,
306,
555,
26,
17140,
17,
2067,
5782,
800,
3726,
3726,
31,
57,
2067,
5782,
28895,
20,
26060,
5,
263,
2553,
306,
6,
2331,
6602,
37,
7421,
72,
3440,
8,
219,
15458,
45,
263,
2553,
306,
15,
6312,
6554,
9,
67,
31,
2660,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 'create=true' , connection javadb ?
===
jdbc:derby:myDatabase;create=true
what is this create=true means. Should all connetionurls hould have this create=true or just user and psw?
Advanced thanks | 0 | [
2,
98,
25,
13,
22,
6037,
1373,
3726,
13398,
22,
13,
15,
2760,
8247,
9007,
13,
60,
800,
3726,
3726,
487,
43,
7229,
45,
1157,
779,
45,
915,
18768,
8436,
73,
6037,
1373,
3726,
13398,
98,
25,
48,
1600,
3726,
13398,
1108,
9,
378,
65,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Cross Compile apache server for arm-linux
===
now a days I am working with my arm-1808 board and want to cross compile Apache web server for it.I have already tried different instructions to do this but did not get the satisfied results please help me . Thanks | 0 | [
2,
919,
26561,
17140,
8128,
26,
813,
8,
1226,
7147,
800,
3726,
3726,
130,
21,
509,
31,
589,
638,
29,
51,
813,
8,
1087,
3099,
686,
17,
259,
20,
919,
26561,
17140,
2741,
8128,
26,
32,
9,
49,
57,
614,
794,
421,
7650,
20,
107,
48,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0... |
Is there any API for fetching State and District values when the zipcode is entered?
===
I am looking for an API, that can prefill the State and District values in a form, when the Zipcode is entered.
I came across this **[API][1]** but that is specifically for US only. It fetches the State and City values for a pa... | 0 | [
2,
25,
80,
186,
21,
2159,
26,
18312,
68,
146,
17,
256,
4070,
76,
14,
12133,
9375,
25,
1297,
60,
800,
3726,
3726,
31,
589,
699,
26,
40,
21,
2159,
15,
30,
92,
782,
19971,
14,
146,
17,
256,
4070,
19,
21,
505,
15,
76,
14,
12133,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 float comparison in Bash?
===
lock_percent=$(echo "scale = 5; $value2*100/$value1" | bc)
value=`echo "$lock_percent" | bc`
if [[ "$value" > "$8" ]]; then
echo "Lock Percentage:$value percentage State Critical"
exit $STATE_CRITICAL
fi
I am not able t... | 0 | [
2,
184,
20,
107,
11510,
6050,
19,
13158,
60,
800,
3726,
3726,
3991,
1,
1432,
5089,
3726,
4403,
5,
62,
2613,
13,
7,
5093,
800,
331,
73,
5579,
15165,
135,
2483,
4031,
118,
4403,
15165,
165,
7,
13,
1,
2726,
6,
1923,
3726,
1,
62,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Cannot create proxy in jboss 5.0.1
===
I am using jboss 5.0.1 server and I have written a web service client using jax-rpc,I get the following exception when I run it. Since Jboss web service is not accepting user defined java beans to be passed in / out of jax-rpc so I have converted all the java beans object into... | 0 | [
2,
1967,
1600,
27188,
19,
487,
10349,
18,
331,
9,
387,
9,
165,
800,
3726,
3726,
31,
589,
568,
487,
10349,
18,
331,
9,
387,
9,
165,
8128,
17,
31,
57,
642,
21,
2741,
365,
6819,
568,
11712,
8,
139,
5779,
15,
49,
164,
14,
249,
5... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
iPhone generate X509 certificate from RSA public key
===
is there a way in iPhone development to generate a X509 Certificate from my RSA public key (seckeyref)
or has anybody an idea how i can transmit my public key to a java server?
thanks Patrick | 0 | [
2,
21024,
7920,
993,
264,
2545,
6259,
37,
13,
22038,
317,
1246,
800,
3726,
3726,
25,
80,
21,
161,
19,
21024,
522,
20,
7920,
21,
993,
264,
2545,
6259,
37,
51,
13,
22038,
317,
1246,
13,
5,
14332,
4237,
14057,
6,
54,
63,
11181,
40,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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... |
Supersized: playToggle
===
I am using the Supersized background slideshow:
http://buildinternet.com/project/supersized/
with the following code to pause the Slideshow while loading a modal box.
Jquery
<script type="text/javascript">
$(function($) {
$('#slideInfo').click(function() {
... | 0 | [
2,
1026,
6560,
45,
418,
262,
263,
4875,
800,
3726,
3726,
31,
589,
568,
14,
1026,
6560,
2395,
18066,
1544,
45,
7775,
6903,
29361,
6280,
2328,
9,
960,
118,
21011,
118,
8542,
6560,
118,
29,
14,
249,
1797,
20,
6911,
14,
18066,
1544,
1... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Android: cannot install app saved to the internal memory
===
I am downloading an Android app from a server and saving it to the internal space of my application using:
URL url = new URL(Urls[0]);
HttpURLConnection conn = (HttpURLConnection) url.openConnection();
File outputFile = new File(getFilesDir(... | 0 | [
2,
13005,
45,
1967,
16146,
4865,
4377,
20,
14,
3117,
1912,
800,
3726,
3726,
31,
589,
7121,
68,
40,
13005,
4865,
37,
21,
8128,
17,
7599,
32,
20,
14,
3117,
726,
16,
51,
3010,
568,
45,
287,
6362,
287,
6362,
800,
78,
287,
6362,
5,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Plist file to convert xml file in iphone?
===
Is it possible to convert xml file from plist, How to convert this, please any one help me
Thanks | 0 | [
2,
351,
5739,
3893,
20,
8406,
23504,
3893,
19,
21024,
60,
800,
3726,
3726,
25,
32,
938,
20,
8406,
23504,
3893,
37,
351,
5739,
15,
184,
20,
8406,
48,
15,
2247,
186,
53,
448,
55,
3669,
3,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... |
How to use SQLite with c++ on Ubuntu? (undefined reference error)
===
I want to use SQLite with c++ on Ubuntu. I chose to try the example from https://www.sqlite.org/quickstart.html. But when running `c++ test.cpp -o test` I get the error:
/tmp/ccTwwjKw.o: In function `main':
test.cpp:(.text+0xf1): und... | 0 | [
2,
184,
20,
275,
4444,
10601,
29,
272,
20512,
27,
287,
12968,
2473,
60,
13,
5,
1020,
13439,
2801,
7019,
6,
800,
3726,
3726,
31,
259,
20,
275,
4444,
10601,
29,
272,
20512,
27,
287,
12968,
2473,
9,
31,
3305,
20,
1131,
14,
823,
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... |
Images display issue in Dynamics AX 2009 reports saved as pdf
===
When i saved a native Dynamics AX 2009 report as pdf or pdf-embed it doesn't show the images in the report i.e. company logo in header section, properly. The image comes very distorted, grayish and repeated.
On the other if i export the image in HTM... | 0 | [
2,
3502,
3042,
1513,
19,
12289,
21,
396,
588,
2813,
4377,
28,
13,
11124,
800,
3726,
3726,
76,
31,
4377,
21,
1275,
12289,
21,
396,
588,
1330,
28,
13,
11124,
54,
13,
11124,
8,
1503,
4283,
32,
1437,
22,
38,
298,
14,
3502,
19,
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... |
Java ConcurrentHashMap corrupt values
===
I have a ConcurrentHashMap<String, String> that exhibits strange behavior on occasion.
When my app first starts up, I read a directory from the file system and load contents of each file into the ConcurrentHashMap using the filename as the key. Some files may be empty, in ... | 0 | [
2,
8247,
19513,
25436,
15022,
11305,
4070,
800,
3726,
3726,
31,
57,
21,
19513,
25436,
15022,
1,
11130,
15,
3724,
1,
30,
11549,
2578,
3257,
27,
5434,
9,
76,
51,
4865,
64,
3244,
71,
15,
31,
1302,
21,
16755,
37,
14,
3893,
329,
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... |
Multi-template application in iOS
===
I am new to iOS development and probably this is really simple question.
So I want to build an application which has a signup screen and after successful login we go to a home screen which is a tabbed application.
How do i achieve this ? I tried searching for this but found al... | 0 | [
2,
1889,
8,
9577,
6554,
3010,
19,
13,
7760,
800,
3726,
3726,
31,
589,
78,
20,
13,
7760,
522,
17,
910,
48,
25,
510,
1935,
1301,
9,
86,
31,
259,
20,
1895,
40,
3010,
56,
63,
21,
1676,
576,
2324,
17,
75,
1300,
6738,
108,
95,
162... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
populate ListView from my database
===
I have read so many posts about how to populate the listview from a database. but i simply cant do it on my app! i dont know what im doing wrong. I´m very new to programming so there are allot of things i dont understand but im trying to learn :)
I add items to the database ... | 0 | [
2,
1675,
12383,
968,
4725,
37,
51,
6018,
800,
3726,
3726,
31,
57,
1302,
86,
151,
9868,
88,
184,
20,
1675,
12383,
14,
968,
4725,
37,
21,
6018,
9,
47,
31,
1659,
2973,
107,
32,
27,
51,
4865,
187,
31,
1049,
143,
98,
797,
845,
1389... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Casting POD object with static_cast
===
this is what i mean,
class V3
{
public:
float x,y,z;
};
class V3_
{
public:
float x,y,z;
};
V3_ vec1;
V3 vec2 = static_cast<V3_>(vec1);
what should i do to make this cast work in compile time?
Thanks.
| 0 | [
2,
9087,
8848,
3095,
29,
12038,
1,
6146,
800,
3726,
3726,
48,
25,
98,
31,
884,
15,
718,
566,
240,
13,
1,
317,
45,
11510,
993,
15,
93,
15,
380,
73,
13,
1,
73,
718,
566,
240,
1,
13,
1,
317,
45,
11510,
993,
15,
93,
15,
380,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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: Does copy constructor need to copy mutexes?
===
For instance,
public Foo{
private Object mutex = new Object();
private int bar;
public Foo(Foo f){
this.mutex = f.getMutex();
this.bar = f.getBar();
}
public Object getMutex()... | 0 | [
2,
8247,
45,
630,
4344,
6960,
248,
376,
20,
4344,
20562,
13012,
18,
60,
800,
3726,
3726,
26,
4851,
15,
317,
4310,
111,
1,
932,
3095,
20562,
396,
800,
78,
3095,
5,
6,
73,
932,
19,
38,
748,
73,
317,
4310,
111,
5,
4120,
111,
398,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
removeClass from links in separated div container
===
I'm having a couple problems trying to add/remove a class from links and their siblings. I have 3 groups of links contained in `<div class="collapse_content"> ... </div>`. I was able to get the jQuery to add and remove the 'Selected" class from the links in the sam... | 0 | [
2,
4681,
1898,
37,
6271,
19,
4196,
13,
12916,
12147,
800,
3726,
3726,
31,
22,
79,
452,
21,
1335,
1716,
749,
20,
3547,
118,
99,
16598,
21,
718,
37,
6271,
17,
66,
9485,
9,
31,
57,
203,
1170,
16,
6271,
3437,
19,
13,
1,
12916,
718... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Data being lost between Android device and python server using TCP
===
I'm somewhat new to network programming and am having some trouble. I am creating a JSON object on an Android device, connecting to a python server via TCP, and sending the JSON string. The connection gets accepted, but I keep losing the end of the... | 0 | [
2,
1054,
142,
529,
128,
13005,
3646,
17,
20059,
8128,
568,
13,
38,
7439,
800,
3726,
3726,
31,
22,
79,
4131,
78,
20,
982,
3143,
17,
589,
452,
109,
2572,
9,
31,
589,
2936,
21,
487,
528,
3095,
27,
40,
13005,
3646,
15,
6440,
20,
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... |
Amazon MWS Read Inventory Stock Php
===
I am trying to get the available stock of a product for an sku. I searched it a-lot found some pdfs non of them worked for me. I am stuck scratching my head what to do, can anyone help me I will be more then thankful.
I also tried this code,
$skus = new FBAInventoryServ... | 0 | [
2,
8059,
10757,
18,
1302,
13875,
2070,
13,
26120,
800,
3726,
3726,
31,
589,
749,
20,
164,
14,
904,
2070,
16,
21,
2374,
26,
40,
13,
18,
2294,
9,
31,
9036,
32,
21,
8,
5639,
216,
109,
13,
11124,
18,
538,
16,
105,
577,
26,
55,
9... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Parsing huge, badly encoded XML files in Python
===
I have been working on code that parses external XML-files. Some of these files are huge, up to gigabytes of data. Needless to say, these files need to be parsed as a stream because loading them into memory is much too inefficient and often leads to OutOfMemory troub... | 0 | [
2,
2017,
18,
68,
2329,
15,
5730,
13665,
23504,
6488,
19,
20059,
800,
3726,
3726,
31,
57,
74,
638,
27,
1797,
30,
2017,
7202,
4886,
23504,
8,
16877,
18,
9,
109,
16,
158,
6488,
50,
2329,
15,
71,
20,
7175,
58,
23246,
18,
16,
1054,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 find the vertices of an edge and if either of those is a leaf node a in JUNG Graph?
===
I am working with JUNG Graph. The problem I am working on can be defined as follows:
> Given a JUNG Graph G={V,E} and an edge E1, find the nodes/vertices
> that E1 connects and delete the vertex if it is a leaf node.
... | 0 | [
2,
184,
20,
477,
14,
21235,
16,
40,
1407,
17,
100,
694,
16,
273,
25,
21,
5164,
15421,
21,
19,
11616,
7210,
60,
800,
3726,
3726,
31,
589,
638,
29,
11616,
7210,
9,
14,
1448,
31,
589,
638,
27,
92,
44,
2811,
28,
2415,
45,
13,
1,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.