unified_texts stringlengths 32 30.1k | OpenStatus_id int64 0 4 | input_ids list | token_type_ids list | attention_mask list |
|---|---|---|---|---|
Generating browser sensitive code for Google Chrome using GWT
===
I am writing a linker for a Google Chrome Extension. In the gwt.xml file, I need to add a line informing about the user agent property. For firefox, the pattern is as follows:
<set-property name="user.agent" value="gecko1_8"/>
However, I am no... | 0 | [
2,
13500,
16495,
7830,
1797,
26,
8144,
13,
12985,
568,
14094,
38,
800,
3726,
3726,
31,
589,
1174,
21,
3508,
106,
26,
21,
8144,
13,
12985,
3896,
9,
19,
14,
14094,
38,
9,
396,
8184,
3893,
15,
31,
376,
20,
3547,
21,
293,
19,
12362,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Any Drawback to Using Tuples as Dictionary Keys in Python?
===
Seems like there should be...
Right now it just seems like magic that you can hash multidimensionally to the same table, without any negative effects. | 0 | [
2,
186,
2003,
1958,
20,
568,
2289,
18534,
28,
9186,
5534,
19,
20059,
60,
800,
3726,
3726,
2206,
101,
80,
378,
44,
9,
9,
9,
193,
130,
32,
114,
2206,
101,
2154,
30,
42,
92,
19170,
1889,
7865,
102,
20,
14,
205,
859,
15,
366,
186,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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... |
Java: Find index of first Regex
===
I need to change a piece of code withi includes this:
string.indexOf("bc")
How can this be changed by a solutin that skips the occurence of "bc" if it is preceded by the letter "a".
I dont want to find these:
abc
but only:
xbc
where x can be anythin... | 0 | [
2,
8247,
45,
477,
4348,
16,
64,
7953,
1706,
800,
3726,
3726,
31,
376,
20,
753,
21,
1855,
16,
1797,
29,
49,
1103,
48,
45,
3724,
9,
25671,
1041,
5,
7,
7229,
7,
6,
184,
92,
48,
44,
1015,
34,
21,
86,
2377,
2864,
30,
12532,
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... |
ExtJS 4.1 - How to override all fields
===
I want to apply a plugin to **all fields**(*numberfield, textfield, datefield, etc.*) in the library **ExtJS 4.1**.
Is there anyone who knows how can I do this?
As I know, all fields are extended from **BaseField**. So I tried this; but it didn't work at all. I'll be happ... | 0 | [
2,
1396,
38,
728,
18,
268,
9,
165,
13,
8,
184,
20,
84,
11891,
65,
2861,
800,
3726,
3726,
31,
259,
20,
5645,
21,
10922,
108,
20,
13,
1409,
1233,
2861,
1409,
5,
2483,
16299,
1109,
15,
1854,
1109,
15,
1231,
1109,
15,
2722,
9,
248... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 disable checkbox in a td if a particular checkbox is checked with the same name
===
<td align="left" valign="top" bgcolor="#FFFFFF" class="rows" style="text-align:center;"><input name="activeloyalty" type="checkbox" value="24"></td>
<td align="left" valign="top" bgcolor="#FFFFFF" class="rows" style=... | 0 | [
2,
184,
20,
1460,
579,
2631,
5309,
19,
21,
15596,
100,
21,
1498,
2631,
5309,
25,
6505,
29,
14,
205,
204,
800,
3726,
3726,
13,
1,
38,
43,
23389,
3726,
7,
9742,
7,
3347,
9693,
3726,
7,
3880,
7,
13,
19924,
11282,
3726,
7,
5910,
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... |
CSS Alignment issue with div and img float:left in IE7
===
I have to show 4 news with images, date and title of publication in sort of two column - left column for image, right column for date and title.
Tried different approaches using dl and and now div with class dl to achieve the arrangement, worked only in FF ... | 0 | [
2,
272,
18,
18,
12448,
1513,
29,
13,
12916,
17,
797,
263,
11510,
45,
9742,
19,
13,
660,
465,
800,
3726,
3726,
31,
57,
20,
298,
268,
996,
29,
3502,
15,
1231,
17,
581,
16,
3176,
19,
2058,
16,
81,
4698,
13,
8,
225,
4698,
26,
19... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Json usng jsp and servlets
===
I need a help regarding I am using longdata inside Json object.
I am new to json and jquery.
I am using Servlet ,jsp,json,jquery.
I want to retrieve json object values from servlet using jquery in jsp.display those values into line chart or bar chart.
json object look likes
... | 0 | [
2,
487,
528,
182,
2723,
487,
3401,
17,
13,
10321,
11045,
800,
3726,
3726,
31,
376,
21,
448,
3467,
31,
589,
568,
175,
18768,
572,
487,
528,
3095,
9,
31,
589,
78,
20,
487,
528,
17,
487,
8190,
93,
9,
31,
589,
568,
13,
10321,
1336... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Twitter aunthentication error for android app
===
whn i connect Twitter to my android Application it will cause the following error message.
W/DefaultRequestDirector(387): Authentication error: Unable to respond to any of these challenges: {oauth=WWW-Authenticate: OAuth realm="http://twitter.com"}
wht is the... | 0 | [
2,
10623,
4553,
6077,
1786,
857,
7019,
26,
13005,
4865,
800,
3726,
3726,
11153,
103,
31,
6379,
10623,
20,
51,
13005,
3010,
32,
129,
1679,
14,
249,
7019,
2802,
9,
619,
118,
13862,
9708,
99,
10351,
10197,
5,
26463,
6,
45,
27963,
7019,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Payment Gateway Duplicate transaction detection?
===
I'm meeting some problem understanding how my current Payment Gateway([ProcessPink][1]) identify duplicate transactions. The "document man" says:
> If there are 2 transactions for the same credit card, with the same
> amount happen within 20 minutes, then they w... | 0 | [
2,
7582,
12171,
19429,
12799,
11643,
60,
800,
3726,
3726,
31,
22,
79,
1235,
109,
1448,
3260,
184,
51,
866,
7582,
12171,
5,
2558,
16835,
24414,
500,
2558,
165,
500,
6,
5808,
19429,
13147,
9,
14,
13,
7,
28132,
169,
7,
898,
45,
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... |
Cassandra - write with CL.ALL with multiple data centers
===
I have two Racks, each one with replication factor 3.
Will write with CL.ALL block until data is stored in both Racks (6 nodes)?
I would assume, that it blocks until all 3 replicas in one Rack has acknowledged successful write. | 0 | [
2,
17825,
13,
8,
2757,
29,
10842,
9,
1233,
29,
1886,
1054,
6301,
800,
3726,
3726,
31,
57,
81,
10257,
18,
15,
206,
53,
29,
23841,
3932,
203,
9,
129,
2757,
29,
10842,
9,
1233,
1921,
163,
1054,
25,
8214,
19,
156,
10257,
18,
13,
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... |
Facebook iFrame won't show from friend invite popup
===
I have been searching for a few hours and cant seem to find answer to my problem, so i came here for help.
I have a like-gate on facebook. After user is trough he gets a friend invite window, this one works fine too, shows friends, text and invites people norm... | 0 | [
2,
9090,
31,
8361,
230,
22,
38,
298,
37,
860,
10275,
1675,
576,
800,
3726,
3726,
31,
57,
74,
5792,
26,
21,
310,
974,
17,
2973,
2260,
20,
477,
1623,
20,
51,
1448,
15,
86,
31,
281,
235,
26,
448,
9,
31,
57,
21,
101,
8,
3322,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
h_addr_list order
===
I'm trying to understand in which order are the elements of h_addr_list sorted when I get the hostent from gethostbyname.
Basically, I'm working on a very old function that gets a hostent struct from gethostbyname, and returnes h_addr to caller, and I'm trying to figure out which address will ... | 0 | [
2,
746,
1,
14854,
139,
1,
5739,
389,
800,
3726,
3726,
31,
22,
79,
749,
20,
1369,
19,
56,
389,
50,
14,
2065,
16,
746,
1,
14854,
139,
1,
5739,
22554,
76,
31,
164,
14,
2015,
2291,
37,
164,
11694,
779,
7259,
9,
11374,
15,
31,
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... |
Best Data Type and length to use for MSISDN storage
===
What would be the best Data Type to use for storing an MSISDN (phone number).
Need to be able to store any phone number in the world.
Does anyone know the maximum possible MSISDN length, including international dialling code?
For example South Africa ph... | 0 | [
2,
246,
1054,
1001,
17,
1476,
20,
275,
26,
307,
4557,
43,
103,
4326,
800,
3726,
3726,
98,
83,
44,
14,
246,
1054,
1001,
20,
275,
26,
25615,
40,
307,
4557,
43,
103,
13,
5,
7709,
234,
6,
9,
376,
20,
44,
777,
20,
1718,
186,
1132... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
CakePHP database queries in for loop
===
My code is below. I have an array, and by using this array I fill the database table. If some id exists in table, I update its row, if id doesn't exist than I create row and write data to row.
I empty my table and then run this code:
$arrayOfIds=array('1234', '5678');... | 0 | [
2,
8390,
26120,
6018,
9386,
2829,
19,
26,
5293,
800,
3726,
3726,
51,
1797,
25,
1021,
9,
31,
57,
40,
7718,
15,
17,
34,
568,
48,
7718,
31,
3509,
14,
6018,
859,
9,
100,
109,
4924,
5636,
19,
859,
15,
31,
11100,
82,
3131,
15,
100,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 make UIScrollView not so sensitive to pinch
===
I have a UIScrollView with zooming enabled. This zooming enabled scroll view is inside another UIScrollView. The outer scroll view should receive the two fingers pan/swipe to switch pages. Here is my problem, the UIScrollView can treat the two fingers pan/swipe as... | 0 | [
2,
184,
20,
233,
13,
5661,
3862,
8694,
4725,
52,
86,
7830,
20,
14450,
800,
3726,
3726,
31,
57,
21,
13,
5661,
3862,
8694,
4725,
29,
19469,
68,
9338,
9,
48,
19469,
68,
9338,
12159,
1418,
25,
572,
226,
13,
5661,
3862,
8694,
4725,
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... |
Complex JS Object navigation
===
I'm dealing with a fairly complex JSON array, included below. I'm trying to create an array of the Country objects with their included visits. Heres a sample of the array:
{
"data":[
{
"period":"Month",
"start_date":"2012-06",
... | 0 | [
2,
1502,
487,
18,
3095,
8368,
800,
3726,
3726,
31,
22,
79,
5746,
29,
21,
6647,
1502,
487,
528,
7718,
15,
506,
1021,
9,
31,
22,
79,
749,
20,
1600,
40,
7718,
16,
14,
475,
3916,
29,
66,
506,
7659,
9,
235,
18,
21,
5717,
16,
14,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to avoid imagebutton in a listitem getting focused, when selecting a listitem?
===
Help me to avoid getting Unnecessary focus . I disabled focus , but I don't know how it's getting focused.I suspect it's due to expandable listView or customadapter. thanks in advance.
<code>
ListDoctor... | 0 | [
2,
184,
20,
2658,
1961,
811,
444,
19,
21,
968,
2119,
79,
1017,
2604,
15,
76,
20764,
21,
968,
2119,
79,
60,
800,
3726,
3726,
448,
55,
20,
2658,
1017,
16435,
1776,
13,
9,
31,
10154,
1776,
13,
15,
47,
31,
221,
22,
38,
143,
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... |
Glow Line with THREE.js
===
Do you have shader for glowing line ? I mean THREE.Line with shader or something else solutions for THREE.js . Thanks a lot. | 4 | [
2,
6839,
293,
29,
132,
9,
728,
18,
800,
3726,
3726,
107,
42,
57,
7546,
139,
26,
11051,
293,
13,
60,
31,
884,
132,
9,
1143,
29,
7546,
139,
54,
301,
962,
6776,
26,
132,
9,
728,
18,
13,
9,
3669,
21,
865,
9,
3,
0,
0,
0,
0,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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... |
jQuery UI Autocomplete - catch HTTP errors from source
===
I'm using the jQuery UI Autocomplete plugin to create a quick search bar that will populate a dropdown list of matched elements.
Everything works fine but I would like to prepare my search plugin to handle HTTP errors as well that comes from the ajax call.
... | 0 | [
2,
487,
8190,
93,
13,
5661,
3108,
15990,
13,
8,
2949,
7775,
11908,
37,
1267,
800,
3726,
3726,
31,
22,
79,
568,
14,
487,
8190,
93,
13,
5661,
3108,
15990,
10922,
108,
20,
1600,
21,
2231,
2122,
748,
30,
129,
1675,
12383,
21,
2804,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
ABORT_ERR: XMLHttpRequest Exception 102: The user aborted a request in synchronous requests on bada
===
Hi everyone I amsending one string in post method for that I have following code:
function sendText(txt)
{
var internetUrl="http://myURL/";
var url =internetUrl+ encodeURI... | 0 | [
2,
21557,
1,
106,
139,
45,
23504,
21127,
99,
10351,
5391,
10913,
45,
14,
4155,
21557,
69,
21,
3772,
19,
13,
16023,
1291,
12279,
27,
896,
58,
800,
3726,
3726,
4148,
1266,
31,
589,
18,
7601,
53,
3724,
19,
678,
2109,
26,
30,
31,
57... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Add slashes used in strings
===
I am new to php . Few days back I came up with Add Slashes .
I need to know what it is and How is it used in strings .
Could any one help me ?
Thank you friends | 1 | [
2,
3547,
14098,
160,
147,
19,
7887,
800,
3726,
3726,
31,
589,
78,
20,
13,
26120,
13,
9,
310,
509,
97,
31,
281,
71,
29,
3547,
14098,
160,
13,
9,
31,
376,
20,
143,
98,
32,
25,
17,
184,
25,
32,
147,
19,
7887,
13,
9,
110,
186,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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... |
JQuery MouseMove and Click the on this position to change caret
===
I'm using the JQuery Draggable
Copy code
$(element).draggable({
iframeFix: true,
helper: "clone",
cursor: "text",
snap: true,
snapMode: "both",
drag: function (e... | 0 | [
2,
487,
8190,
93,
7567,
16598,
17,
10840,
14,
27,
48,
649,
20,
753,
781,
38,
800,
3726,
3726,
31,
22,
79,
568,
14,
487,
8190,
93,
5501,
263,
579,
4344,
1797,
5579,
5,
27567,
6,
9,
3030,
4572,
579,
5,
1,
31,
8361,
18594,
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... |
MATLAB: How would you login to a website and download a report?
===
The task at hand is to login to a website and download a report using MATLAB. I cannot find anything helpful on the subject. I have written code to do this in VB before using WinHTTPRequest but even that hasn't helped in MATLAB.
Any pointers, exam... | 0 | [
2,
4277,
9086,
45,
184,
83,
42,
6738,
108,
20,
21,
2271,
17,
7121,
21,
1330,
60,
800,
3726,
3726,
14,
3005,
35,
224,
25,
20,
6738,
108,
20,
21,
2271,
17,
7121,
21,
1330,
568,
4277,
9086,
9,
31,
1967,
477,
602,
15600,
27,
14,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Paritioning data using subList in java
===
I have an List implemented ArrayList having large number of indices. I would like to parition
it into separate ArrayList. I have done as
List<List<Integer>> list = new ArrayList<List<Integer>>(10000000);
List<List<Integer>> sublist1 = list.subList(0... | 0 | [
2,
2017,
9861,
68,
1054,
568,
972,
5739,
19,
8247,
800,
3726,
3726,
31,
57,
40,
968,
6807,
7718,
5739,
452,
370,
234,
16,
19,
8779,
18,
9,
31,
83,
101,
20,
2017,
9861,
32,
77,
1725,
7718,
5739,
9,
31,
57,
677,
28,
968,
1,
57... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Inserting objects between other objects into a sorted collection
===
I have a sorted (Mongodb) collection of objects:
{"_id": ObjectId(...), "person": "Homer", "order": 1},
{"_id": ObjectId(...), "person": "Marge", "order": 2}
I would like to prepend, append or insert between two objects another object... | 0 | [
2,
14692,
68,
3916,
128,
89,
3916,
77,
21,
22554,
1206,
800,
3726,
3726,
31,
57,
21,
22554,
13,
5,
2111,
5474,
220,
6,
1206,
16,
3916,
45,
13,
1,
7,
1,
1340,
7,
45,
3095,
1340,
5,
9,
9,
9,
6,
15,
13,
7,
7276,
7,
45,
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... |
AOP with Castle Windsor
===
What I'm trying to achieve is AOP via attributes using Castle Windsor interceptors. I've had some success but having trouble with the aspects at the class level vs. the method level.
- If I use class level attributes only, all methods will be intercepted.
- If I use method level attri... | 0 | [
2,
21,
2594,
29,
1339,
10784,
800,
3726,
3726,
98,
31,
22,
79,
749,
20,
4689,
25,
21,
2594,
1197,
13422,
568,
1339,
10784,
13,
24171,
18,
9,
31,
22,
195,
41,
109,
1280,
47,
452,
2572,
29,
14,
4842,
35,
14,
718,
662,
4611,
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... |
plugin dlls using their own entity framework
===
I've written an application that is (maybe unnecessarily) tiered on several levels. There are two separate applications, one a UI and one a Windows service; both have the actual code that drives the application in a shared project (so when I update how the app runs, I d... | 0 | [
2,
10922,
108,
13,
43,
211,
18,
568,
66,
258,
9252,
6596,
800,
3726,
3726,
31,
22,
195,
642,
40,
3010,
30,
25,
13,
5,
5138,
367,
556,
5052,
18,
18966,
6,
7197,
69,
27,
238,
2216,
9,
80,
50,
81,
1725,
3767,
15,
53,
21,
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... |
Animation Bubbling issue using JSTween
===
I'm a bit new to the js stuff, but I have an issue that's driving me crazy.
I have a simple animation created using jstween. My issue is when I click on the button that starts my animation, the animation works fine. If you keep pressing the button though it restarts the ani... | 0 | [
2,
6236,
26977,
1513,
568,
487,
384,
458,
219,
800,
3726,
3726,
31,
22,
79,
21,
1142,
78,
20,
14,
487,
18,
3217,
15,
47,
31,
57,
40,
1513,
30,
22,
18,
2891,
55,
3328,
9,
31,
57,
21,
1935,
6236,
679,
568,
487,
384,
458,
219,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Storing a span value into a javascript variable
===
I am trying to write javascript that will go through a span, grab its value, and store it in a variable that can be used to perform arithmetic.
<span id ="Weekly" class="ServerData" data-tag="WeeklyCarSales">**30**</span>
<span id ="Monthly" class="ServerData"... | 0 | [
2,
25615,
21,
6289,
1923,
77,
21,
8247,
8741,
7612,
800,
3726,
3726,
31,
589,
749,
20,
2757,
8247,
8741,
30,
129,
162,
120,
21,
6289,
15,
4931,
82,
1923,
15,
17,
1718,
32,
19,
21,
7612,
30,
92,
44,
147,
20,
2985,
21211,
9,
13,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
increase the height of search bar table view cell
===
i ve got a table view were the cell height is 70.i m using a search bar..but the problem is the default table view provided by searchbar 's height not able to increase..is there any delegate method...cud u guys help me out below is the code.
-(CGFloat)tableV... | 0 | [
2,
1839,
14,
2947,
16,
2122,
748,
859,
1418,
1667,
800,
3726,
3726,
31,
13,
195,
330,
21,
859,
1418,
46,
14,
1667,
2947,
25,
3201,
9,
49,
307,
568,
21,
2122,
748,
9,
9,
811,
14,
1448,
25,
14,
12838,
859,
1418,
1173,
34,
2122,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Formula to Recompute Gradient Colors Based on Relative Difference Between Two Colors
===
When given an arbitrary color value, how would I use the relative difference between that value and gradient offset 0 (below) to adjust the remaining offsets' colors so that they having the same relative relationship with the new ... | 0 | [
2,
3729,
20,
302,
11103,
6567,
17442,
5268,
432,
27,
4543,
2841,
128,
81,
5268,
800,
3726,
3726,
76,
504,
40,
17237,
1665,
1923,
15,
184,
83,
31,
275,
14,
4543,
2841,
128,
30,
1923,
17,
17442,
17493,
713,
13,
5,
863,
4121,
6,
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... |
Customize Flash Player using Adobe ActionScript 3.0 : Show current time and special info
===
What I want is:
- I want to add current time on flash player while playing real time
stream
- I want to open-show small info when user right click on player:
Suppose that: "This is my tiny player...Copyrights...e... | 0 | [
2,
5816,
2952,
4433,
517,
568,
20299,
1028,
8741,
203,
9,
387,
13,
45,
298,
866,
85,
17,
621,
15404,
800,
3726,
3726,
98,
31,
259,
25,
45,
13,
8,
31,
259,
20,
3547,
866,
85,
27,
4433,
517,
133,
791,
683,
85,
3766,
13,
8,
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... |
Check a range is not the entire sheet?
===
I have this function which is trying to detect when a particular cell value changes. The problem is, if the user selects the whole spreadsheet and presses delete, I get an overflow in my check that the range is only a single cell:
Public Sub Worksheet_Change(ByVal Targ... | 0 | [
2,
2631,
21,
978,
25,
52,
14,
1078,
6125,
60,
800,
3726,
3726,
31,
57,
48,
1990,
56,
25,
749,
20,
9092,
76,
21,
1498,
1667,
1923,
1693,
9,
14,
1448,
25,
15,
100,
14,
4155,
5407,
18,
14,
979,
1789,
17627,
17,
16527,
27448,
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... |
How can I run msg.exe (or an alternative) from a java application on Windows 7 64-bit?
===
The following line works fine from my java application on Windows XP:
Process p = Runtime.getRuntime().exec("msg.exe * this is a test");
When it executes on Windows 7 (64-bit), I get the following error:
Cannot run... | 0 | [
2,
184,
92,
31,
485,
4235,
263,
9,
1706,
62,
13,
5,
248,
40,
2676,
6,
37,
21,
8247,
3010,
27,
1936,
453,
4384,
8,
3326,
60,
800,
3726,
3726,
14,
249,
293,
693,
1123,
37,
51,
8247,
3010,
27,
1936,
23045,
45,
953,
351,
800,
48... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How can I cut off a picture to prevent scrolling?
===
I have a page with a tall image at the bottom; I'd like it to cut off based on the browser's height so that the page is not scrollable (basically so that higher resolution displays show more of the image). It's something like this:
<div id="container" style=... | 0 | [
2,
184,
92,
31,
1077,
168,
21,
2151,
20,
2501,
13,
28166,
60,
800,
3726,
3726,
31,
57,
21,
2478,
29,
21,
2263,
1961,
35,
14,
2129,
73,
31,
22,
43,
101,
32,
20,
1077,
168,
432,
27,
14,
16495,
22,
18,
2947,
86,
30,
14,
2478,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Open graph story friend tags, rename "with" preposition
===
When I create an open graph story and tag friends in it, the story ends up looking like this:
A did action - with B.
Can I rename the "with" preposition to something else? In my case, I'd like it to say:
A added an object - from B.
Thanks! | 0 | [
2,
368,
7210,
609,
860,
3383,
18,
15,
302,
7259,
13,
7,
1410,
7,
782,
9339,
800,
3726,
3726,
76,
31,
1600,
40,
368,
7210,
609,
17,
3383,
954,
19,
32,
15,
14,
609,
3451,
71,
699,
101,
48,
45,
21,
144,
1028,
13,
8,
29,
334,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How do I show the File Save Dialog Box for a Blobstore image?
===
I have a key to an image saved in the Blobstore. I want the user to be able to click on a button and save the image locally. The sample in the Blobstore documentation does this fine. Their code is:
class ServeHandler(blobstore_handlers.BlobstoreD... | 0 | [
2,
184,
107,
31,
298,
14,
3893,
2079,
28223,
1649,
26,
21,
334,
10904,
16828,
1961,
60,
800,
3726,
3726,
31,
57,
21,
1246,
20,
40,
1961,
4377,
19,
14,
334,
10904,
16828,
9,
31,
259,
14,
4155,
20,
44,
777,
20,
10840,
27,
21,
51... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
ASP.NET MVC architecture service layers etc where can HttpContext aware logic go?
===
I have yet another ASP.NET MVC architecture question, I'm slowly getting there and piecing bits together but there is still a few missing links I'm trying to resolve. My current project structure is below, and I'm happy with that (al... | 0 | [
2,
28,
306,
9,
2328,
307,
8990,
2607,
365,
9124,
2722,
113,
92,
7775,
1126,
11969,
3854,
7085,
162,
60,
800,
3726,
3726,
31,
57,
768,
226,
28,
306,
9,
2328,
307,
8990,
2607,
1301,
15,
31,
22,
79,
1447,
1017,
80,
17,
5470,
6302,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 compile libcouchbase on mac
===
Hello i'm trying to compile libcouchbase c library https://github.com/couchbase/libcouchbase
so i can use it to call couchbase.so on php.ini,
means to use couchbase for php on nginx
i'm getting the following error when i compile.
<code>
fatal: No names found, cannot desc... | 0 | [
2,
184,
20,
26561,
13,
8326,
716,
6396,
8436,
27,
1572,
800,
3726,
3726,
10975,
31,
22,
79,
749,
20,
26561,
13,
8326,
716,
6396,
8436,
272,
1248,
7775,
18,
6903,
10404,
20926,
9,
960,
118,
716,
6396,
8436,
118,
8326,
716,
6396,
84... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to access getLoaderManager() inside a setOnItemClickListener() overriding an onItemClick()?
===
So I am stuck on how to access my getLoadManager from within that scope. All I really want to do is refresh the cursor since the LoaderManager is already created before it reaches that point, but I don't really now how ... | 0 | [
2,
184,
20,
1381,
164,
8294,
106,
22256,
5,
6,
572,
21,
309,
218,
2119,
4829,
10129,
13891,
106,
5,
6,
84,
5175,
68,
40,
27,
2119,
4829,
10129,
5,
6,
60,
800,
3726,
3726,
86,
31,
589,
4549,
27,
184,
20,
1381,
51,
164,
8294,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 unified diff-file to origin file?
===
I need some function 'apply_patch':
<!-- language: lang-python -->
result_string = apply_patch('origin_file.txt', 'origin_file.txt.patch')
or some commands (for windows and linux):
<!-- language: lang-python -->
if linux:
result_string ... | 0 | [
2,
184,
20,
5645,
11496,
20811,
8,
16877,
20,
2986,
3893,
60,
800,
3726,
3726,
31,
376,
109,
1990,
13,
22,
7753,
102,
1,
23661,
22,
45,
13,
1,
187,
8,
8,
816,
45,
4544,
8,
6448,
11570,
13,
8,
8,
1,
829,
1,
11130,
800,
5645,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Keeping Tab Selected
===
I'm trying to find out because I'm not quite sure how its doing it but how is it that when you click on a tab and a page it stays with the same tab opened because with mine for some reason its not.
[My Page][1]
[1]: http://kansasoutlawwrestling.com/files/templates/admin/peachv1.2/Tem... | 0 | [
2,
2882,
6523,
1704,
800,
3726,
3726,
31,
22,
79,
749,
20,
477,
70,
185,
31,
22,
79,
52,
1450,
562,
184,
82,
845,
32,
47,
184,
25,
32,
30,
76,
42,
10840,
27,
21,
6523,
17,
21,
2478,
32,
16192,
29,
14,
205,
6523,
520,
185,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Make Error while Installing Ruby 1.9.2-180
===
/usr/bin/gcc-4.2 -dynamic -bundle -o ../../.ext/x86_64-darwin11.3.0/tcltklib.bundle
stubs.o tcltklib.o -L. -L../.. -L/Users/jasonvdm/.rvm/usr/lib - L/System/Library/Frameworks/Tcl.framework -L/System/Library/Frameworks/Tk.framework -L. -L/usr/local/lib -lpthre... | 0 | [
2,
233,
7019,
133,
25429,
10811,
137,
9,
518,
9,
135,
8,
8888,
800,
3726,
3726,
13,
118,
267,
139,
118,
4772,
118,
263,
3384,
8,
300,
9,
135,
13,
8,
20985,
13,
8,
9930,
413,
13,
8,
111,
13,
9,
9,
118,
9,
9,
118,
9,
1706,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
REST WCF service returns XML response but not JSON response
===
I am new to WCF so I think this is pretty basic. I have a simple method that a single "order" object is returned. It works just fine when using the default XML, however, when I apply the
ResponseFormat = WebMessageFormat.Json
attribute, it fail... | 0 | [
2,
760,
11801,
410,
365,
4815,
23504,
1627,
47,
52,
487,
528,
1627,
800,
3726,
3726,
31,
589,
78,
20,
11801,
410,
86,
31,
277,
48,
25,
1772,
2125,
9,
31,
57,
21,
1935,
2109,
30,
21,
345,
13,
7,
7861,
7,
3095,
25,
587,
9,
32,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
@FormParam truncated for embedded ' in content Apache Wink
===
I admit we are doing something silly by using a url encoded form to send an XML document in a single variable (linefeeds converted to spaces, and content escaped), but this is to accommodate a client that can only send form data.
When one of the s... | 0 | [
2,
13,
1,
4190,
6351,
79,
22328,
69,
26,
12138,
279,
14574,
18,
73,
19,
2331,
17140,
13513,
800,
3726,
3726,
31,
5251,
95,
50,
845,
301,
10752,
34,
568,
21,
287,
6362,
13665,
505,
20,
2660,
40,
23504,
4492,
19,
21,
345,
7612,
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... |
AS3 move object back to first frame from current position in tween
===
I have an object with an instance name of arrow that moves across the page on a motion tweet when a button is pressed. When the button is released I want the arrow to move back to the start of the tween frame by frame.
I have set up an if state... | 0 | [
2,
28,
240,
780,
3095,
97,
20,
64,
3523,
37,
866,
649,
19,
13,
38,
458,
219,
800,
3726,
3726,
31,
57,
40,
3095,
29,
40,
4851,
204,
16,
7409,
30,
4927,
464,
14,
2478,
27,
21,
2422,
20224,
76,
21,
5167,
25,
2931,
9,
76,
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... |
SQL how to SUBTRACT Float and String?
===
Hi I have table in DB2:
ID TIME1 TIME2
1000 480.5 30:30:00
I want to get TIME1-TIME2
ID TIME1-TIME2
1000 450.0
TIME1 is decimal value in HOURS- so 480.5 hours.
TIME2 is string value: 30:30:00 (30hours ... | 0 | [
2,
4444,
255,
184,
20,
27031,
11510,
17,
3724,
60,
800,
3726,
3726,
4148,
31,
57,
859,
19,
13,
9007,
135,
45,
4924,
85,
165,
85,
135,
6150,
13,
16318,
9,
264,
712,
45,
1762,
45,
2032,
31,
259,
20,
164,
85,
165,
8,
891,
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... |
How can I get the value of an input element inside a td for each row using jQuery
===
I used this code to get to the **text** inside the first td element in each tr row:
$('tr').each(function () {
var tds = $(this).find('td'),
text = tds.filter('[id^="refKey_"]').text(),
The HTML w... | 0 | [
2,
184,
92,
31,
164,
14,
1923,
16,
40,
6367,
4520,
572,
21,
15596,
26,
206,
3131,
568,
487,
8190,
93,
800,
3726,
3726,
31,
147,
48,
1797,
20,
164,
20,
14,
13,
1409,
11969,
1409,
572,
14,
64,
15596,
4520,
19,
206,
9235,
3131,
4... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Dynamic multi database zend framework
===
At the moment I have developed my own new business site. I have 2 modules a default module (main site) and a customer login (controlpanel) module. When te customer is loged in on the controlpanel he sees his website and I want that they can control ther website. The website of... | 0 | [
2,
7782,
1889,
6018,
10526,
43,
6596,
800,
3726,
3726,
35,
14,
688,
31,
57,
885,
51,
258,
78,
508,
689,
9,
31,
57,
172,
17113,
21,
12838,
12613,
13,
5,
6232,
689,
6,
17,
21,
7705,
6738,
108,
13,
5,
12898,
3206,
532,
6,
12613,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
ADL does not work in the specific situation
===
I've made is_iterable template as below - which checks that free functions begin/end are available (in the context of ADL) and return proper iterator object. (Which is the requirement for iterable object in ranged-for loop)
#include <utility>
#include <iterat... | 0 | [
2,
21,
8643,
630,
52,
170,
19,
14,
1903,
1858,
800,
3726,
3726,
31,
22,
195,
117,
25,
1,
242,
106,
579,
22894,
28,
1021,
13,
8,
56,
16602,
30,
551,
3719,
2348,
118,
2451,
50,
904,
13,
5,
108,
14,
4141,
16,
21,
8643,
6,
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... |
Parse a string to save the data on mongo db
===
I have a .txt file which contains no of insert query like this. I want to parse the file.txt and get the data in order to save in my mongoid db for my rails application.i tried parsing using basic ruby methods but unable to get the proper format. Can i obtain a hash from... | 0 | [
2,
2017,
870,
21,
3724,
20,
2079,
14,
1054,
27,
3521,
839,
13,
9007,
800,
3726,
3726,
31,
57,
21,
13,
9,
38,
396,
38,
3893,
56,
1588,
90,
16,
14692,
25597,
101,
48,
9,
31,
259,
20,
2017,
870,
14,
3893,
9,
38,
396,
38,
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... |
Selecting a value inside a combobox that shows from a datatable, and populate it as a INNER JOIN to the datagridview
===
Please have a look at my following code:
private void button2_Click(object sender, EventArgs e)
{
SqlConnection conn = new SqlConnection("Data Source=localhost; database=Kno... | 0 | [
2,
20764,
21,
1923,
572,
21,
22621,
5309,
30,
1285,
37,
21,
1054,
5924,
15,
17,
1675,
12383,
32,
28,
21,
3754,
1865,
20,
14,
1054,
16375,
4725,
800,
3726,
3726,
2247,
57,
21,
361,
35,
51,
249,
1797,
45,
932,
11364,
5167,
135,
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... |
Virtual pageview for check out page
===
We have a website where in the check out page is multiple submission and loads the same page twice, It has the address submission button which loads the second time when it is already loaded once, we are trying to set up a virtual page view in order to capture the address submis... | 0 | [
2,
6599,
2478,
4725,
26,
2631,
70,
2478,
800,
3726,
3726,
95,
57,
21,
2271,
113,
19,
14,
2631,
70,
2478,
25,
1886,
10923,
17,
19069,
14,
205,
2478,
2088,
15,
32,
63,
14,
3218,
10923,
5167,
56,
19069,
14,
153,
85,
76,
32,
25,
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... |
magnetic div: fixed div inside absolute positioned div
===
I have the following page:
<a href="https://dl.dropbox.com/s/tilydgoo7jcsjbu/Index.html">[LINK]</a>
The page is designed to be scrolled horizontally, so that a series of divs (black bordered ones) appear in a row.
Now, I the smaller divs inside (red o... | 0 | [
2,
7877,
13,
12916,
45,
3535,
13,
12916,
572,
7070,
12125,
13,
12916,
800,
3726,
3726,
31,
57,
14,
249,
2478,
45,
13,
1,
58,
746,
14057,
3726,
7,
21127,
18,
6903,
8643,
9,
12361,
5309,
9,
960,
118,
18,
118,
1388,
102,
43,
16111,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
JBoss 7, java.lang.OutOfMemoryError: PermGen space
===
I've hit this error where the CPU usage goes to its limits and JBoss needs a restart (java.lang.OutOfMemoryError: PermGen space).
I found a solution for older JBoss version to increase the MaxPermSize. I guess the same goes for JBoss7.
Which value would be... | 0 | [
2,
487,
10349,
18,
453,
15,
8247,
9,
9949,
9,
1320,
1041,
790,
5171,
93,
29992,
45,
416,
79,
1863,
726,
800,
3726,
3726,
31,
22,
195,
770,
48,
7019,
113,
14,
17578,
7514,
1852,
20,
82,
5887,
17,
487,
10349,
18,
2274,
21,
22767,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Excel 2007 Pass-Through Windows Authentication
===
I've created a simple (asmx) web service which returns a DataSet.
I've added the webservice to my Excel 2007 workbook using the Data -> From Web button and I'm able to view / refresh the data.
The problem comes when I need to secure the web service: I've turned o... | 0 | [
2,
20700,
624,
1477,
8,
11639,
1936,
27963,
800,
3726,
3726,
31,
22,
195,
679,
21,
1935,
13,
5,
472,
79,
396,
6,
2741,
365,
56,
4815,
21,
1054,
3554,
9,
31,
22,
195,
905,
14,
2741,
11449,
20,
51,
20700,
624,
170,
5199,
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... |
Get the source of flash.display package
===
i need the source of flash.display package so that i can get the better idea of the graphics and vectors. So anyone can help me out to get this package. | 0 | [
2,
164,
14,
1267,
16,
4433,
9,
2906,
5438,
6030,
800,
3726,
3726,
31,
376,
14,
1267,
16,
4433,
9,
2906,
5438,
6030,
86,
30,
31,
92,
164,
14,
574,
882,
16,
14,
8351,
17,
7497,
18,
9,
86,
1276,
92,
448,
55,
70,
20,
164,
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,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... |
Locked listview or table or something else? android layout
===
im trying to build an overview of companies, and i have a problem choosing the way i need to create a layout.
What i want is a (non scrolling) list of items which you can click. Here is an example(of an app that has about what i want):
![view example][... | 0 | [
2,
4011,
968,
4725,
54,
859,
54,
301,
962,
60,
13005,
9106,
800,
3726,
3726,
797,
749,
20,
1895,
40,
21598,
16,
1532,
15,
17,
31,
57,
21,
1448,
10883,
14,
161,
31,
376,
20,
1600,
21,
9106,
9,
98,
31,
259,
25,
21,
13,
5,
3951... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 - increase variable for class
===
I have a piece of code that generates list items. It's in PHP. Is there a way I can have it so that the list item has a class, and every time a list item is created, the class number can increase by one?
For example, the class would be "listitem1", then the second "listitem2" a... | 0 | [
2,
13,
26120,
13,
8,
1839,
7612,
26,
718,
800,
3726,
3726,
31,
57,
21,
1855,
16,
1797,
30,
7920,
18,
968,
3755,
9,
32,
22,
18,
19,
13,
26120,
9,
25,
80,
21,
161,
31,
92,
57,
32,
86,
30,
14,
968,
9101,
63,
21,
718,
15,
17... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to save PDF form(user fills and submit) data into Database using java
===
Here is my scenario,
"user opens the PDF in web browser and fills required data and clicks the submit button",
How do i save the above PDF data into database using java technology,
i tried with iText lib and servlets concepts, unab... | 0 | [
2,
184,
20,
2079,
13,
11124,
505,
5,
16704,
3509,
18,
17,
12298,
6,
1054,
77,
6018,
568,
8247,
800,
3726,
3726,
235,
25,
51,
12705,
15,
13,
7,
16704,
8965,
14,
13,
11124,
19,
2741,
16495,
17,
3509,
18,
1390,
1054,
17,
10840,
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... |
Using #define to differentiate between calling classes
===
I want to call some method if and only if the method is called from the unit test class. I have implemented following code for that:
#ifndef UNIT_TESTING
NSLog(@"inside unit testing");
#endif
this is not called when ... | 0 | [
2,
568,
6926,
546,
7509,
20,
22144,
128,
2555,
2684,
800,
3726,
3726,
31,
259,
20,
645,
109,
2109,
100,
17,
104,
100,
14,
2109,
25,
227,
37,
14,
1237,
1289,
718,
9,
31,
57,
6807,
249,
1797,
26,
30,
45,
6926,
821,
103,
13862,
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... |
Maven ejb-client generation dependency exclusion
===
We have a solution where our UI projects are including quite a bunch of business services by using the EJB client dependencies. The problem with this on Maven is that even though the client .jar usually contains about 1-2 classes, they bring with them the full depen... | 0 | [
2,
1216,
3124,
13,
10022,
220,
8,
150,
18513,
38,
2782,
26835,
16232,
800,
3726,
3726,
95,
57,
21,
4295,
113,
318,
13,
5661,
2314,
50,
215,
1450,
21,
7653,
16,
508,
687,
34,
568,
14,
13,
10022,
220,
6819,
29411,
9,
14,
1448,
29,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
javascript with in a jquery ui dialog box
===
So what I am trying to achieve is this..there is a register form which I need to show in a jquery dialog so I do a XHR to the server onload and put the contents of the response i.e the html of the register page within the dialog. The register page has some javascsript. Th... | 0 | [
2,
8247,
8741,
29,
19,
21,
487,
8190,
93,
13,
5661,
28223,
1649,
800,
3726,
3726,
86,
98,
31,
589,
749,
20,
4689,
25,
48,
9,
9,
1887,
25,
21,
2243,
505,
56,
31,
376,
20,
298,
19,
21,
487,
8190,
93,
28223,
86,
31,
107,
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... |
calling a php from javascript as src file
===
i have a question
when a .php file called as a javascript what dose this mean? and when this is needed to be used ?
ex:
<head>
<script src="dir/myphpfile.php" type="text/javascript"></script>
</head>
| 0 | [
2,
2555,
21,
13,
26120,
37,
8247,
8741,
28,
13,
18,
5453,
3893,
800,
3726,
3726,
31,
57,
21,
1301,
76,
21,
13,
9,
26120,
3893,
227,
28,
21,
8247,
8741,
98,
11654,
48,
884,
60,
17,
76,
48,
25,
851,
20,
44,
147,
13,
60,
1396,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Drag and Drop in Html5 from both side
===
I am creating an application where I am implementing Html5 Drag and Drop Functionality, and its working fine. Now Its an application where may be dropped item not needed in that case I want to again drag element and drop to the previous position. I see an example here `http://... | 0 | [
2,
5501,
17,
2804,
19,
13,
15895,
264,
37,
156,
270,
800,
3726,
3726,
31,
589,
2936,
40,
3010,
113,
31,
589,
17333,
13,
15895,
264,
5501,
17,
2804,
18548,
15,
17,
82,
638,
1123,
9,
130,
82,
40,
3010,
113,
123,
44,
1539,
9101,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Overriding jQuery.fn.append to copy event handlers
===
I am trying to over-ride jQuery's default `append` function to also `clone` the event handlers of the element being appended.
Here is my latest, but non-functional attempt:
(function($, originalAppend) {
//console.log("over-ride");
$.fn... | 0 | [
2,
84,
5175,
68,
487,
8190,
93,
9,
19035,
9,
22358,
43,
20,
4344,
807,
24641,
18,
800,
3726,
3726,
31,
589,
749,
20,
84,
8,
11891,
487,
8190,
93,
22,
18,
12838,
13,
1,
22358,
43,
1,
1990,
20,
67,
13,
1,
150,
16285,
1,
14,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to Read and Chage Font Size of an UILabel Dynamically?
===
I have a problem at changing the font size in an UILabel dynamically. In my app, I have two labels.
1. The first label's size is 90*59
2. The second label's size is 59*59
Now the problem is, The first label's font size may vary during run time. I ha... | 0 | [
2,
184,
20,
1302,
17,
2438,
834,
9978,
1072,
16,
40,
13,
5661,
21018,
7782,
1326,
60,
800,
3726,
3726,
31,
57,
21,
1448,
35,
4226,
14,
9978,
1072,
19,
40,
13,
5661,
21018,
7782,
1326,
9,
19,
51,
4865,
15,
31,
57,
81,
13173,
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... |
why is password hash different for 2 users with the same password?
===
im working with rails and i noticed that my password_digest is different for 2 users with all other fields other than the password digest different. but i used the same password "abcd" for both..
it ended up generating these 2 **different** hash... | 0 | [
2,
483,
25,
20884,
19170,
421,
26,
172,
3878,
29,
14,
205,
20884,
60,
800,
3726,
3726,
797,
638,
29,
2240,
18,
17,
31,
2711,
30,
51,
20884,
1,
1115,
14288,
25,
421,
26,
172,
3878,
29,
65,
89,
2861,
89,
119,
14,
20884,
14779,
4... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
C# .bat file execution with Error & Output redirection
===
I have a .bat file to be executed.
Inside that `.bat` file, at its end is that code
START _file_creator.bat %some_arg_name%
ENDLOCAL
EXIT
I don't want to show the window during the execution and also I must wait until the operation doi... | 0 | [
2,
272,
5910,
13,
9,
4900,
3893,
5769,
29,
7019,
279,
5196,
302,
14706,
872,
800,
3726,
3726,
31,
57,
21,
13,
9,
4900,
3893,
20,
44,
5557,
9,
572,
30,
13,
1,
9,
4900,
1,
3893,
15,
35,
82,
241,
25,
30,
1797,
799,
13,
1,
168... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
after installing resharper 6 VS takes too much CPU time
===
I've upgraded Resharper from 5 version to 6 version.
After that when I type something inside VS I do see "lags".
I.e. text doesn't appear immediatly after key pressed.
My CPU is pretty slow - it's Pentium U5400
However with Resharper 5 i didn't seen such ... | 0 | [
2,
75,
25429,
302,
23646,
106,
400,
4611,
1384,
266,
212,
17578,
85,
800,
3726,
3726,
31,
22,
195,
9958,
302,
23646,
106,
37,
331,
615,
20,
400,
615,
9,
75,
30,
76,
31,
1001,
301,
572,
4611,
31,
107,
196,
13,
7,
6828,
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... |
Getting Top 10 Highest Numbers From Array?
===
I am having a bit of a issue. I have an NSMutableDictionary with 10 NSMutableArrays in it. Each array has somewhere between 0-10 numbers which could each be any integer, e.g. 12 or 103.
What I need to do is get the top 10 highest numbers from across each of the arrays.... | 0 | [
2,
1017,
371,
332,
1554,
2116,
37,
7718,
60,
800,
3726,
3726,
31,
589,
452,
21,
1142,
16,
21,
1513,
9,
31,
57,
40,
13,
2172,
7903,
579,
22595,
1857,
29,
332,
13,
2172,
7903,
579,
8576,
93,
18,
19,
32,
9,
206,
7718,
63,
3493,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
count and iterate arrangements of a sequence
===
I have a string and a number of spaces e.g. the string is "accttgagattcagt" and I have 10 spaces to insert.
How can you iterate over all combinations of that string and spaces? The letters in the string cannot be reordered, and all spaces must be inserted.
How ca... | 0 | [
2,
2468,
17,
32,
106,
1373,
7106,
16,
21,
4030,
800,
3726,
3726,
31,
57,
21,
3724,
17,
21,
234,
16,
7644,
13,
62,
9,
263,
9,
14,
3724,
25,
13,
7,
1738,
4812,
38,
1136,
8778,
6668,
3302,
38,
7,
17,
31,
57,
332,
7644,
20,
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... |
Unanswered No selection to install SSIS, SSRS and SSAS
===
Goal:
Install Developer SQL server 2012+ Business intelligence and its SSIS, SSRS and SSAS in my computer.
Problem:
Can't find the settings or something similar in the install selection to install SSIS, SSRS and SSAS in my computer.
Before doing... | 0 | [
2,
29920,
90,
3155,
20,
16146,
13,
18,
4557,
15,
22118,
18,
17,
13,
8234,
18,
800,
3726,
3726,
1195,
45,
16146,
10058,
4444,
255,
8128,
563,
2430,
508,
2872,
17,
82,
13,
18,
4557,
15,
22118,
18,
17,
13,
8234,
18,
19,
51,
1428,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Insert integer from a jsp form into a table?
===
//connect
//reading params from the form
String name = request.getParameter("name");
String year_prime = request.getParameter("year");
int year = Integer.parseInt(year_prime);
//inserting the params in... | 0 | [
2,
14692,
13820,
37,
21,
487,
3401,
505,
77,
21,
859,
60,
800,
3726,
3726,
12894,
25996,
12894,
22883,
2258,
79,
18,
37,
14,
505,
3724,
204,
800,
3772,
9,
3060,
6351,
7307,
5,
7,
7259,
7,
6,
73,
3724,
159,
1,
21108,
800,
3772,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Loop and copy data between rows
===
I have a simple yet difficult question.
I have the follwing table structure:
<p>
<kbd>I D </kbd><kbd>indx_1 </kbd><kbd>indx_2 </kbd><kbd>indx_3 </kbd><br/>
<kbd>1 </kbd><kbd>val_1 </kbd><kbd>val_2 </kbd><kb... | 0 | [
2,
5293,
17,
4344,
1054,
128,
11295,
800,
3726,
3726,
31,
57,
21,
1935,
768,
1956,
1301,
9,
31,
57,
14,
4310,
211,
3546,
859,
1411,
45,
13,
1,
306,
1,
13,
1,
18167,
43,
1,
49,
13,
43,
1569,
13502,
3401,
73,
1,
118,
18167,
43... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Exim: save mail to unique file
===
The short version: I need to save mail from Exim to a networked directory, but ideally I want to save these as unqiue files rather than appended to a mailbox.
The long version: I have a PHP script which parses mail. Currently this is located on the same box as the mail server, all... | 0 | [
2,
1396,
1660,
45,
2079,
4216,
20,
2619,
3893,
800,
3726,
3726,
14,
502,
615,
45,
31,
376,
20,
2079,
4216,
37,
1396,
1660,
20,
21,
982,
69,
16755,
15,
47,
5628,
102,
31,
259,
20,
2079,
158,
28,
367,
9142,
4185,
6488,
864,
119,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Automatically press Enter to continue in Bash
===
so here is the problem:
I want to change RSA Keys to open ssh connections without any problems. It works fine, if I use this tutorial (http://www.madmadmod.com/sysadmin/4-ssh-key-exchange-or-how-to-logon-without-entering-a-password.html) but i want to have it done in ... | 0 | [
2,
7499,
901,
2830,
20,
1816,
19,
13158,
800,
3726,
3726,
86,
235,
25,
14,
1448,
45,
31,
259,
20,
753,
13,
22038,
5534,
20,
368,
13,
18,
1635,
6760,
366,
186,
1716,
9,
32,
693,
1123,
15,
100,
31,
275,
48,
29724,
13,
5,
21127,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
phonegap background service in iOS5
===
I am writing update checker program in xcode, my program needs background process( it needs to be run in background), so is it possible in phonegap, and is there any phonegap plugin for background services? Thanks | 0 | [
2,
1132,
1136,
306,
2395,
365,
19,
13,
7760,
264,
800,
3726,
3726,
31,
589,
1174,
11100,
2631,
106,
625,
19,
993,
9375,
15,
51,
625,
2274,
2395,
953,
5,
32,
2274,
20,
44,
485,
19,
2395,
6,
15,
86,
25,
32,
938,
19,
1132,
1136,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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... |
Javascript dynamic node graphing library
===
I'm looking for a javascript library that I can use to build dynamic node-edge graphs like Collusion uses:
http://www.mozilla.org/media/img/collusion/nodes.png
This is like the old Java2D Springs stuff where as you add a node, the graph shifts to the lowest "energy" l... | 0 | [
2,
8247,
8741,
7782,
15421,
7210,
68,
1248,
800,
3726,
3726,
31,
22,
79,
699,
26,
21,
8247,
8741,
1248,
30,
31,
92,
275,
20,
1895,
7782,
15421,
8,
8840,
7210,
18,
101,
9470,
267,
872,
2027,
45,
7775,
6903,
6483,
9,
18057,
3247,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
is a member of for list in Perl
===
I'd like to write a short Perl prg that has 1 parameter (a 3 digit integer) passed to it, and depending which list it's a member of it returns the corresponding list's number. How can I achieve this, also is there any way to put a range of number as an element in a list ?
::... | 0 | [
2,
25,
21,
322,
16,
26,
968,
19,
416,
255,
800,
3726,
3726,
31,
22,
43,
101,
20,
2757,
21,
502,
416,
255,
5396,
263,
30,
63,
137,
18906,
13,
5,
58,
203,
15611,
13820,
6,
1100,
20,
32,
15,
17,
4758,
56,
968,
32,
22,
18,
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... |
std::unique_ptr compiler error: Members of a derived class cannot access private members of a base class
===
I get [this](http://msdn.microsoft.com/en-us/library/tsbce2bh(v=vs.110)) compiler error when i try to compile the following code:
class data
{
public:
static data parse()
{
data d;
da... | 0 | [
2,
354,
43,
45,
45,
1020,
5312,
1,
4417,
139,
21486,
7019,
45,
443,
16,
21,
3981,
718,
1967,
1381,
932,
443,
16,
21,
1000,
718,
800,
3726,
3726,
31,
164,
636,
1565,
500,
5,
21127,
6903,
79,
18,
43,
103,
9,
22019,
12980,
9,
960... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
CURL in PHP URL w/ Umlauts
===
Im having a problem with curl:
I get data from Mysql (City names) with umlauts coded in ascii HEX (e.g. %DF for ß or %DC for ü ).
i convert them with str_replace(); to german Umlauts (ß,ü,ä,ö).
i get an error when i send the data (the cities) with curl.("fill in the from correct!")
... | 0 | [
2,
14320,
19,
13,
26120,
287,
6362,
619,
118,
13,
723,
6247,
38,
18,
800,
3726,
3726,
797,
452,
21,
1448,
29,
14320,
45,
31,
164,
1054,
37,
51,
18,
22402,
13,
5,
5788,
1817,
6,
29,
13,
723,
6247,
38,
18,
13,
22254,
19,
28,
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... |
Querying XML tree with Linq
===
I'm trying to parse out an complex XML file using LINQ. The files contains thousands of records, each with hundreds of fields. I need to parse out certain parts of information about each drug and store it in a database.
Here's a sample of the XML:
<drugs>
<drug>
... | 0 | [
2,
25597,
68,
23504,
1541,
29,
6294,
1251,
800,
3726,
3726,
31,
22,
79,
749,
20,
2017,
870,
70,
40,
1502,
23504,
3893,
568,
6294,
1251,
9,
14,
6488,
1588,
3805,
16,
742,
15,
206,
29,
4541,
16,
2861,
9,
31,
376,
20,
2017,
870,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Magento _getUrl call function is duplicating the url to my link
===
i use the function _getUrl to link the top link i created in my custom module but for some reason it duplicate the url for example
say i want it to link me to www.localhost.com/magento/sapna/account/index
but instead it show it www.localhost.com/ma... | 0 | [
2,
4723,
17050,
13,
1,
834,
2517,
255,
645,
1990,
25,
1052,
25971,
1203,
14,
287,
6362,
20,
51,
3508,
800,
3726,
3726,
31,
275,
14,
1990,
13,
1,
834,
2517,
255,
20,
3508,
14,
371,
3508,
31,
679,
19,
51,
5816,
12613,
47,
26,
10... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Reply doesn't work properly when an email is forwarded
===
I have Gmail on my phone and iPad and have set up email forwarding to send emails to my Virgin Media account to my Gmail account.
This works fine, but when I reply to the emails on my Gmail account, the replies get sent back to my Virgin Media email address... | 2 | [
2,
6504,
1437,
22,
38,
170,
7428,
76,
40,
8517,
25,
917,
69,
800,
3726,
3726,
31,
57,
489,
8079,
27,
51,
1132,
17,
31,
8240,
17,
57,
309,
71,
8517,
917,
68,
20,
2660,
8517,
18,
20,
51,
4701,
941,
2176,
20,
51,
489,
8079,
217... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 convert all paths to absolute paths
===
I am having trouble training a program because I do not know how to set this variable or change its path correctly. Can someone help me set this up please,
The files which I need are in my "home/user" folder
#Convert all paths to absolute paths
$_EXTERN... | 0 | [
2,
184,
20,
8406,
65,
12074,
20,
7070,
12074,
800,
3726,
3726,
31,
589,
452,
2572,
838,
21,
625,
185,
31,
107,
52,
143,
184,
20,
309,
48,
7612,
54,
753,
82,
2013,
12044,
9,
92,
737,
448,
55,
309,
48,
71,
2247,
15,
14,
6488,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Raising socket.error from client to server
===
I've the following problem. I've a Server Application that accepts sockets connections wrapped over SSL. The client sends user and password over it, once on the Server I check if the user/password is correct.
If the user/password is wrong I want the Server to send to t... | 0 | [
2,
5698,
18482,
9,
29992,
37,
6819,
20,
8128,
800,
3726,
3726,
31,
22,
195,
14,
249,
1448,
9,
31,
22,
195,
21,
8128,
3010,
30,
16548,
18482,
18,
6760,
3684,
84,
13,
18,
18,
255,
9,
14,
6819,
11350,
4155,
17,
20884,
84,
32,
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... |
Can,t send mail
===
I tried to send mail using the email class of codeIgniter but it is showing some errors..like
"fsockopen() [function.fsockopen]: unable to connect to ssl://smtp.googlemail.com:465 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?)"my code is here..
... | 0 | [
2,
92,
15,
38,
2660,
4216,
800,
3726,
3726,
31,
794,
20,
2660,
4216,
568,
14,
8517,
718,
16,
1797,
9693,
242,
106,
47,
32,
25,
3187,
109,
11908,
9,
9,
1403,
13,
7,
11754,
5668,
10157,
5,
6,
636,
22359,
9,
11754,
5668,
10157,
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... |
How to clone Android SMS view
===
I'm developing application which needs to have functionality similer like built in Android SMS messenger.
I tried to do the following:
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:a="http://schemas.android.com/apk/res/android"
... | 0 | [
2,
184,
20,
13871,
13005,
7613,
18,
1418,
800,
3726,
3726,
31,
22,
79,
3561,
3010,
56,
2274,
20,
57,
18548,
22367,
1252,
101,
392,
19,
13005,
7613,
18,
11187,
9,
31,
794,
20,
107,
14,
249,
45,
13,
1,
60,
396,
8184,
615,
3726,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Transform of ELMAH string when publishing to production server name not working
===
I am running Visual Studio 2010, using an ASP.Net forms application.I am trying to transform XMl on build but it is not working.
In my config section I have the following:
<elmah>
<security allowRemoteAccess="yes" /... | 0 | [
2,
8007,
16,
931,
12016,
3724,
76,
3107,
20,
637,
8128,
204,
52,
638,
800,
3726,
3726,
31,
589,
946,
3458,
1120,
498,
15,
568,
40,
28,
306,
9,
2328,
1997,
3010,
9,
49,
589,
749,
20,
8007,
23504,
27,
1895,
47,
32,
25,
52,
638,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Wrong rendered name of child view model property
===
I have the following view model:
public class ViewModel
{
//...
[UIHint("Children")
public IList<ChildViewModdel> Children {get;set;}
}
where ChildViewModel class has Quantity property (of type long).
Here is Children e... | 0 | [
2,
1389,
10877,
204,
16,
850,
1418,
1061,
1354,
800,
3726,
3726,
31,
57,
14,
249,
1418,
1061,
45,
317,
718,
1418,
13998,
13,
1,
12894,
9,
9,
9,
636,
5661,
7359,
38,
5,
7,
17853,
7,
6,
317,
31,
5739,
1,
11287,
4725,
13670,
3436... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Turn based AI game
===
I am planning to make a turn based game using cross platform cocos2dx. My game will have nodes and road to reach the node (say edges). Player and AI has to reach to the node which has diamond using shortest path, it will be turn based.
This will be my first game of AI. I am looking for help ... | 1 | [
2,
805,
432,
21,
49,
250,
800,
3726,
3726,
31,
589,
2334,
20,
233,
21,
805,
432,
250,
568,
919,
2452,
22470,
18,
135,
43,
396,
9,
51,
250,
129,
57,
16272,
17,
383,
20,
1470,
14,
15421,
13,
5,
6366,
7840,
6,
9,
517,
17,
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... |
SQLite3 table update not reflected in simulator/user folder
===
I was able to successfully create and access my database. However, when I needed to change an attribute's type later, I modified my project's folder database and then added the new database to Xcode. When I run my app now (although I've deleted the app's ... | 0 | [
2,
4444,
10601,
240,
859,
11100,
52,
7037,
19,
24565,
118,
16704,
19294,
800,
3726,
3726,
31,
23,
777,
20,
3673,
1600,
17,
1381,
51,
6018,
9,
207,
15,
76,
31,
851,
20,
753,
40,
35,
14755,
22,
18,
1001,
138,
15,
31,
5372,
51,
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... |
Black screen when loading iPad Storyboard.
===
So I am working on an app https://github.com/Kronusdark/PerlinNoiseKit and I had a (crappy) iPhone UI going, but I decided to make it run on my iPad. The problem is that when it loads the iPad storyboard, I get a black screen. I have checked my project summary and it is p... | 0 | [
2,
319,
2324,
76,
12797,
31,
8240,
609,
2806,
9,
800,
3726,
3726,
86,
31,
589,
638,
27,
40,
4865,
7775,
18,
6903,
10404,
20926,
9,
960,
118,
197,
2075,
267,
13754,
118,
1432,
1226,
251,
2628,
13703,
17,
31,
41,
21,
13,
5,
7519,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
adorner and drawing
===
I'm implementing a UI using grid to show, drag/drop objects using [adorner class][1]. now, is it possible to draw some geometric shapes using mouse? e.g. drawing a straight line from point a to point b
Thanks.
[1]: http://msdn.microsoft.com/en-us/library/system.windows.document... | 0 | [
2,
26003,
106,
17,
3533,
800,
3726,
3726,
31,
22,
79,
17333,
21,
13,
5661,
568,
7354,
20,
298,
15,
5501,
118,
12361,
3916,
568,
636,
10092,
1031,
718,
500,
2558,
165,
500,
9,
130,
15,
25,
32,
938,
20,
2003,
109,
13958,
12129,
56... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
capistrano - no servers matched
===
I'm trying to deploy my app to the web server via capistrano. When I run
cap deploy:cold
I get
executing "cd /home/toe/apps/gallery2/releases/20120719172307 && rake RAILS_ENV=production db:migrate"
`deploy:migrate' is only run for servers matching {:roles=>:... | 0 | [
2,
2605,
702,
17555,
13,
8,
90,
17595,
11265,
800,
3726,
3726,
31,
22,
79,
749,
20,
17617,
51,
4865,
20,
14,
2741,
8128,
1197,
2605,
702,
17555,
9,
76,
31,
485,
2605,
17617,
45,
15056,
31,
164,
25836,
13,
7,
6324,
13,
118,
8167,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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- Posting dynamic form data back to the server using AJAX
===
I'm working on a database entry system for services here at my company. Each service can have as many operations as needed. Likewise, each operation can have as many parameters as needed. What I'm trying to do is use dynamic forms to update the data for... | 0 | [
2,
307,
8990,
240,
8,
15669,
7782,
505,
1054,
97,
20,
14,
8128,
568,
20624,
800,
3726,
3726,
31,
22,
79,
638,
27,
21,
6018,
2792,
329,
26,
687,
235,
35,
51,
237,
9,
206,
365,
92,
57,
28,
151,
1311,
28,
851,
9,
11373,
15,
206... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 push hashes into hash and retrive
===
Hi i want push these hases into hash and also retrive as well please
c={}
a={"cat"=> 1,"cap"=> 2}
b={"rat"=> 12,"soap"=> 5}
now how i push hash "a" and "b" into hash "c".
And retrieve theses hashes a and b from hash c.
Thanks | 0 | [
2,
184,
3250,
63,
438,
18,
77,
19170,
17,
302,
3367,
195,
800,
3726,
3726,
4148,
31,
259,
3250,
158,
63,
160,
77,
19170,
17,
67,
302,
3367,
195,
28,
134,
2247,
272,
3726,
1,
21,
3726,
1,
7,
5782,
7,
3726,
1,
137,
15,
7,
4666... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Hide Skype Contact details in Group Conversation
===
Recently i have a meeting with my client and i have to attach with him a another person just because i don;t have the deep knowledge respective client requirements so it is necessary for me.
My Question:- I don't want that the client and another person will get d... | 2 | [
2,
3077,
1661,
1664,
2203,
3289,
19,
214,
2735,
800,
3726,
3726,
1989,
31,
57,
21,
1235,
29,
51,
6819,
17,
31,
57,
20,
19514,
29,
61,
21,
226,
840,
114,
185,
31,
221,
73,
38,
57,
14,
855,
1918,
7390,
6819,
4786,
86,
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... |
How to get $app on Silex custom classes
===
I'm trying this mini framework for the first time and this is my first time at all using justa a framework:)
I added the doctrine service to my index.php file like this:
$app->register(new Silex\Provider\DoctrineServiceProvider(), array(
'db.options' => ar... | 0 | [
2,
184,
20,
164,
5579,
7753,
27,
8726,
1706,
5816,
2684,
800,
3726,
3726,
31,
22,
79,
749,
48,
4236,
6596,
26,
14,
64,
85,
17,
48,
25,
51,
64,
85,
35,
65,
568,
114,
58,
21,
6596,
45,
6,
31,
905,
14,
7521,
365,
20,
51,
4348... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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.