unified_texts stringlengths 32 30.1k | OpenStatus_id int64 0 4 | input_ids list | token_type_ids list | attention_mask list |
|---|---|---|---|---|
Selenium webdriver dependeny on JQGrid ids
===
I am using JQGrid for one of my pages. Thanks for the plugin, works like a charm.
I am writing acceptance tests on the UI using Webdriver and I need to verify data that is displayed in the grid.
My tests are dependant on the following
1. Finds the rows to be matc... | 0 | [
2,
23027,
14311,
2741,
21752,
12547,
219,
93,
27,
487,
1251,
16375,
13,
9178,
800,
3726,
3726,
31,
589,
568,
487,
1251,
16375,
26,
53,
16,
51,
4434,
9,
3669,
26,
14,
10922,
108,
15,
693,
101,
21,
7533,
9,
31,
589,
1174,
10156,
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... |
Coding union-find in 4-connectivity two-pass algorithm
===
I try to code in c++ a component labelling code uses two pass algorithm with 4-connectivity. You might want to see [https://en.wikipedia.org/wiki/Connected-component_labeling][1]. In that algorithm there is a data structure named as union-find. I cannot get th... | 0 | [
2,
13,
15458,
667,
8,
19811,
19,
268,
8,
25996,
9633,
81,
8,
6201,
9083,
800,
3726,
3726,
31,
1131,
20,
1797,
19,
272,
20512,
21,
5912,
1899,
802,
1797,
2027,
81,
1477,
9083,
29,
268,
8,
25996,
9633,
9,
42,
530,
259,
20,
196,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
finding the smallest floating point numbers in java
===
I really don't understand then, not too good with maths. I've searched around but I can't really find anything to help me.
what I need to know is which one of these floating point numbers is the smallest
a) 28.268E-5f
b) 0.0000002763E4f
c) 282479.9E-9f
d) ... | 0 | [
2,
3007,
14,
11056,
8319,
454,
2116,
19,
8247,
800,
3726,
3726,
31,
510,
221,
22,
38,
1369,
94,
15,
52,
266,
254,
29,
5057,
18,
9,
31,
22,
195,
9036,
140,
47,
31,
92,
22,
38,
510,
477,
602,
20,
448,
55,
9,
98,
31,
376,
20,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
PHP RegEx and parts of string
===
I have strings, for example:
bool dxDrawImage float posX, float posY, float width, float height, mixed image , float rotation = 0, float rotationCenterOffsetX = 0, float rotationCenterOffsetY = 0, int color = white, bool postGUI = false
bool dxUpdateScreenSource element sc... | 0 | [
2,
13,
26120,
7953,
1706,
17,
1341,
16,
3724,
800,
3726,
3726,
31,
57,
7887,
15,
26,
823,
45,
1607,
1823,
13,
43,
396,
43,
12404,
22039,
11510,
12928,
396,
15,
11510,
12928,
93,
15,
11510,
9456,
15,
11510,
2947,
15,
2198,
1961,
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... |
trying to get a multi table sql query into one result array
===
I have four tables: followers, users, mixes, songs I am trying to get all the mixes from all the followers of one user, I have that part figured out, but I also want to get the songs from each of those mixes, currently my query is giving me results but ea... | 0 | [
2,
749,
20,
164,
21,
1889,
859,
4444,
255,
25597,
77,
53,
829,
7718,
800,
3726,
3726,
31,
57,
222,
7484,
45,
8518,
15,
3878,
15,
24226,
15,
916,
31,
589,
749,
20,
164,
65,
14,
24226,
37,
65,
14,
8518,
16,
53,
4155,
15,
31,
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 get rid of servletcontainer-specific library jsp-api.jar?
===
I am facing the issue described [here][1]. I found a dependency to `jsp-api.jar`, which in fact comes from a dependency to Joda-Time:
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time-jsptags</artifactId>
... | 0 | [
2,
184,
20,
164,
6681,
16,
13,
10321,
1336,
1126,
5851,
106,
8,
9219,
1248,
487,
3401,
8,
2552,
49,
9,
6300,
60,
800,
3726,
3726,
31,
589,
4325,
14,
1513,
745,
636,
6836,
500,
2558,
165,
500,
9,
31,
216,
21,
26835,
20,
13,
1,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
.NET CF 3.5 Forms talking to sync-only network device
===
Ok, time for me to ask my first question on here...
I have created a number of Views (CF 3.5 User Controls, using OpenNETCF.IoC and resco controls) and a navigation controller for them.
I have also created an abstraction layer ("driver") for a quite curio... | 0 | [
2,
13,
9,
2328,
10084,
203,
9,
264,
1997,
1582,
20,
6063,
150,
8,
4965,
982,
3646,
800,
3726,
3726,
5854,
15,
85,
26,
55,
20,
1349,
51,
64,
1301,
27,
235,
9,
9,
9,
31,
57,
679,
21,
234,
16,
4146,
13,
5,
8940,
203,
9,
264,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
unresolved external symbol "public: __thiscall Vector<int> [...]"
===
So, I've created a basic VC++ program, and created a template class with 1 method (besides the constructor and destructor). I'm getting the following errors:
>main.obj : error LNK2019: unresolved external symbol "public: __thiscall Vector<int... | 0 | [
2,
367,
99,
5594,
4763,
4886,
4678,
13,
7,
12259,
45,
13,
1,
1565,
9200,
7497,
1,
6391,
1,
636,
9,
9,
9,
500,
7,
800,
3726,
3726,
86,
15,
31,
22,
195,
679,
21,
2125,
13,
8990,
20512,
625,
15,
17,
679,
21,
22894,
718,
29,
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... |
Model object incomplete when try to update
===
I have the following action methods:
public ActionResult ProfileSettings()
{
Context con = new Context();
ProfileSettingsViewModel model = new ProfileSettingsViewModel();
model.Cities = con.Cities.ToLi... | 0 | [
2,
1061,
3095,
14011,
76,
1131,
20,
11100,
800,
3726,
3726,
31,
57,
14,
249,
1028,
3195,
45,
317,
1028,
29955,
5296,
19831,
18,
5,
6,
13,
1,
4141,
1065,
800,
78,
4141,
5,
6,
73,
5296,
19831,
18,
4725,
13998,
1061,
800,
78,
5296,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Create aggregate function for median
===
I need to create an aggregate function in Advantage-Database to calculate the median value.
SELECT group_field, median(value_field) FROM table_name
GROUP BY group_field
Seems the solutions I am finding are quite specific to the sql engine used.
| 0 | [
2,
1600,
8544,
1990,
26,
2245,
800,
3726,
3726,
31,
376,
20,
1600,
40,
8544,
1990,
19,
3314,
8,
18768,
8436,
20,
18469,
14,
2245,
1923,
9,
5407,
214,
1,
1109,
15,
2245,
5,
15165,
1,
1109,
6,
37,
859,
1,
7259,
214,
34,
214,
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... |
Visual Studio 2010 error building, due to missing files
===
I've searched everywhere and I can't seem to find anyone with the same problem (although I'm sure people have made the same mistake in the past)...I accidentally deleted the contents of my Debug and Release folders. Now I am getting file not found errors. As ... | 0 | [
2,
3458,
1120,
498,
7019,
353,
15,
397,
20,
2863,
6488,
800,
3726,
3726,
31,
22,
195,
9036,
6417,
17,
31,
92,
22,
38,
2260,
20,
477,
1276,
29,
14,
205,
1448,
13,
5,
8655,
31,
22,
79,
562,
148,
57,
117,
14,
205,
5643,
19,
14,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Extraneous HTML in doxygen
===
I'm trying to import a code snippet into HTML using doxygen. The code snippet is a few lines long and I've preformatted it using <pre> tags. However, when the HTML is generated, doxygen is inserting
<code>
<div class="line">
</code>
before each line of my snippet. Th... | 0 | [
2,
2230,
556,
1291,
13,
15895,
19,
107,
15161,
1863,
800,
3726,
3726,
31,
22,
79,
749,
20,
9010,
21,
1797,
13,
29061,
77,
13,
15895,
568,
107,
15161,
1863,
9,
14,
1797,
13,
29061,
25,
21,
310,
1560,
175,
17,
31,
22,
195,
782,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 kd-tree an alternative to kmeans clustering?
===
I'm working with BOW object detection and I'm working on the encoding stage. I have seen some implementations that uses kd-tree in the encoding stage, but most writing suggest that kmeans clustering is the way to go. What is the difference between the two? | 0 | [
2,
25,
680,
43,
8,
8101,
40,
2676,
20,
401,
5609,
18,
7460,
68,
60,
800,
3726,
3726,
31,
22,
79,
638,
29,
3500,
3095,
11643,
17,
31,
22,
79,
638,
27,
14,
19608,
876,
9,
31,
57,
541,
109,
6123,
18,
30,
2027,
680,
43,
8,
810... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
What is the slimmest git sdk for iOS?
===
What is the slimmest git sdk for iOS? Should I ask more stupid questions to be accepted by the question formulae? | 1 | [
2,
98,
25,
14,
8824,
3845,
38,
13,
10404,
13,
18,
43,
197,
26,
13,
7760,
60,
800,
3726,
3726,
98,
25,
14,
8824,
3845,
38,
13,
10404,
13,
18,
43,
197,
26,
13,
7760,
60,
378,
31,
1349,
91,
3553,
2346,
20,
44,
2217,
34,
14,
1... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... |
Centering and size a windows frame in Tkinter class python
===
I want to center a window frame ad set a size using a ratio according to screensize. But I cannot see where to modify my code correctly to perform such program. My program is the following example :
class App:
def __init__(self,master):
... | 0 | [
2,
459,
68,
17,
1072,
21,
1936,
3523,
19,
13,
38,
1767,
815,
718,
20059,
800,
3726,
3726,
31,
259,
20,
459,
21,
1463,
3523,
21,
43,
309,
21,
1072,
568,
21,
4825,
496,
20,
2324,
10454,
9,
47,
31,
1967,
196,
113,
20,
17579,
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... |
Url link inside a textView
===
Is there anyway to make a url web link in a textview in iOS5, xcode 4.3.2? Simply the user would click on the link in between some text and a new window would pop up taking the user to the website? | 0 | [
2,
287,
6362,
3508,
572,
21,
1854,
4725,
800,
3726,
3726,
25,
80,
2774,
20,
233,
21,
287,
6362,
2741,
3508,
19,
21,
1854,
4725,
19,
13,
7760,
264,
15,
993,
9375,
268,
9,
240,
9,
135,
60,
1659,
14,
4155,
83,
10840,
27,
14,
3508... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Turtle module has no attribute color?
===
When I try to run the first piece of sample code from the [Python documentation on `turtle`](http://docs.python.org/py3k/library/turtle.html#module-turtle):
from turtle import *
color('red', 'yellow')
begin_fill()
while True:
forward(200)
... | 0 | [
2,
13551,
12613,
63,
90,
35,
14755,
1665,
60,
800,
3726,
3726,
76,
31,
1131,
20,
485,
14,
64,
1855,
16,
5717,
1797,
37,
14,
636,
6448,
11570,
13945,
27,
13,
1,
2517,
5866,
1,
500,
5,
21127,
6903,
13799,
18,
9,
6448,
11570,
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... |
When are categories bad? (or dangerous)
===
I'm using categories with Core Data. Some of the tutorials I've read and lectures I've listened to say that categories are often considered "bad" practice. But because Objective-C is so dynamic it seems perfectly okay to define methods somewhere else, especially because only... | 0 | [
2,
76,
50,
6422,
896,
60,
13,
5,
248,
3342,
6,
800,
3726,
3726,
31,
22,
79,
568,
6422,
29,
2884,
1054,
9,
109,
16,
14,
29724,
18,
31,
22,
195,
1302,
17,
8947,
31,
22,
195,
7191,
20,
395,
30,
6422,
50,
478,
724,
13,
7,
5989... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Specified cast is not valid. Linq DateTime
===
I have "Specified cast is not valid" error message in Linq when i am trying to execute the below query.
var query = from a in dt.AsEnumerable()
where SqlMethods.DateDiffDay(TimeZone.CurrentTimeZone.ToLocalTime(a.Field<DateTime>("StartDa... | 0 | [
2,
9931,
1325,
25,
52,
7394,
9,
6294,
1251,
1231,
891,
800,
3726,
3726,
31,
57,
13,
7,
18,
12610,
4462,
1325,
25,
52,
7394,
7,
7019,
2802,
19,
6294,
1251,
76,
31,
589,
749,
20,
15644,
14,
1021,
25597,
9,
4033,
25597,
800,
37,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Trouble Sorting JSON
===
I have a JSON object like the following:
{"Data": {
"290": {
...
}
"300": {
...
}
"281": {
...
}
}
}
How would I sort this JSON b... | 0 | [
2,
2572,
2058,
68,
487,
528,
800,
3726,
3726,
31,
57,
21,
487,
528,
3095,
101,
14,
249,
45,
13,
1,
7,
18768,
7,
45,
13,
1,
13,
7,
17830,
7,
45,
13,
1,
13,
9,
9,
9,
13,
1,
13,
7,
6571,
7,
45,
13,
1,
13,
9,
9,
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... |
Difference between TextChanged property and AutoPostBack property with respect to ASP.NET TextBox control
===
I am reading the textbook "Sams ASP.NET 4 unleashed" and I am confused about the Difference between TextChanged property and AutoPostBack property with respect to ASP.NET TextBox control.
The book explains ... | 0 | [
2,
2841,
128,
1854,
16229,
43,
1354,
17,
3108,
6962,
1958,
1354,
29,
2873,
20,
28,
306,
9,
2328,
1854,
5309,
569,
800,
3726,
3726,
31,
589,
1876,
14,
19059,
13,
7,
6101,
18,
28,
306,
9,
2328,
268,
25092,
7,
17,
31,
589,
4230,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Terracotta unexpected CommonShutDownHook and client exiting
===
I use Weblogic 9 + app with distributed ehcache.
During some tests the following event was occured:
<code>
2012-07-04 13:28:52,498 [TC Memory Monitor] INFO com.tc.runtime.TCMemoryManagerImpl - Sleep time changed to : 60
2012-07-04 13:28:54,8... | 0 | [
2,
9195,
5987,
58,
9380,
757,
15640,
2968,
20378,
17,
6819,
24999,
800,
3726,
3726,
31,
275,
2741,
24268,
561,
2754,
4865,
29,
4387,
16177,
793,
2569,
9,
112,
109,
4894,
14,
249,
807,
23,
3744,
69,
45,
13,
1,
9375,
1,
563,
8,
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... |
What is ActionScript 3 contentloaderinfo?
===
I am building an ActionScript 3 loader, which display the progress of Flash loading an external script. Here is a snippet of my code that works perfectly, but I am a little confused at to why I need it:
this.SWFLoader = new Loader();
this.SWFLoader.contentLoade... | 0 | [
2,
98,
25,
1028,
8741,
203,
2331,
8294,
106,
108,
4120,
60,
800,
3726,
3726,
31,
589,
353,
40,
1028,
8741,
203,
6305,
106,
15,
56,
3042,
14,
3455,
16,
4433,
12797,
40,
4886,
3884,
9,
235,
25,
21,
13,
29061,
16,
51,
1797,
30,
6... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to share controller and model between two applications in CI?
===
I am using CodeIgniter 2.1.1 for Windows and basically am working on building a website app using two environments- Production and Testing. Essentially, in the beginning, both the environments have the same program logic. But now there are several m... | 0 | [
2,
184,
20,
1891,
9919,
17,
1061,
128,
81,
3767,
19,
5486,
60,
800,
3726,
3726,
31,
589,
568,
1797,
9693,
242,
106,
172,
9,
165,
9,
165,
26,
1936,
17,
11374,
589,
638,
27,
353,
21,
2271,
4865,
568,
81,
11246,
8,
637,
17,
4431,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
xna 3d water object and water drops
===
I'm making a 3d game in xna.
I want to make a cube of water (part of a mob) that will splash a little,
but I cant think of a way to render this kind of cube or a shader with this effect,
any suggestions?
*BTW sorry for the bad english. | 0 | [
2,
993,
325,
203,
43,
308,
3095,
17,
308,
9458,
800,
3726,
3726,
31,
22,
79,
544,
21,
203,
43,
250,
19,
993,
325,
9,
31,
259,
20,
233,
21,
13682,
16,
308,
13,
5,
3091,
16,
21,
7327,
6,
30,
129,
13873,
21,
265,
15,
47,
31,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
JQuery each function returning duplicate text
===
The jquery attached is very close to working. It is returning (or appending) text twice. I am iterating through an unordered list and appending a querystring paramter to the hrefs. The
`?InitialTabId=Ribbon.Document`
is being appending twice.
Like this: htt... | 0 | [
2,
487,
8190,
93,
206,
1990,
2485,
19429,
1854,
800,
3726,
3726,
14,
487,
8190,
93,
3638,
25,
253,
543,
20,
638,
9,
32,
25,
2485,
13,
5,
248,
4865,
7601,
6,
1854,
2088,
9,
31,
589,
32,
106,
1880,
120,
40,
367,
7861,
69,
968,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 Unlink Failed In Cron
===
I have a cronjob that backup a database, and send it to remote server. After the file is successfully sent, the local copy should be deleted. The problem I have is it's not deleting the local copy. When I run it from the command line, it works fine, but not from cron.
// After u... | 0 | [
2,
13,
26120,
367,
6258,
1702,
19,
13,
19587,
800,
3726,
3726,
31,
57,
21,
13,
19587,
1636,
220,
30,
10119,
21,
6018,
15,
17,
2660,
32,
20,
5388,
8128,
9,
75,
14,
3893,
25,
3673,
795,
15,
14,
375,
4344,
378,
44,
19584,
9,
14,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
PHP form not posting to database
===
it validates and displays the errors in my arrays properly, however it doesn't POST to my database. All the naming of fields is correct on the form (case correct too), PHP, and MYSQL, dbconnect.php are all correct and proper. The problem i believe is somewhere in the array function... | 0 | [
2,
13,
26120,
505,
52,
15669,
20,
6018,
800,
3726,
3726,
32,
7394,
7759,
17,
9412,
14,
11908,
19,
51,
7718,
18,
7428,
15,
207,
32,
1437,
22,
38,
678,
20,
51,
6018,
9,
65,
14,
10929,
16,
2861,
25,
4456,
27,
14,
505,
13,
5,
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... |
MySQL gives differents results depending if use or not a @variable
===
I'm trying to understand how is it possible that the exact same query give two different results by using or not a @variable:
select g.name as gname
,f.name as fname
,@k:=CONCAT(g.keystr, '.', f.keystr) as keystr
,g.keystr as ... | 0 | [
2,
51,
18,
22402,
2352,
421,
18,
1736,
4758,
100,
275,
54,
52,
21,
13,
1,
8220,
579,
800,
3726,
3726,
31,
22,
79,
749,
20,
1369,
184,
25,
32,
938,
30,
14,
5340,
205,
25597,
590,
81,
421,
1736,
34,
568,
54,
52,
21,
13,
1,
8... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Java: How to pause 1 class from running?
===
when I use `Thread.sleep();`, it pauses my entire program. Is there anything that pauses one class without using multithreading? | 0 | [
2,
8247,
45,
184,
20,
6911,
137,
718,
37,
946,
60,
800,
3726,
3726,
76,
31,
275,
13,
1,
96,
10647,
9,
21092,
5,
6,
73,
1,
15,
32,
6911,
18,
51,
1078,
625,
9,
25,
80,
602,
30,
6911,
18,
53,
718,
366,
568,
1889,
96,
22883,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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... |
My checkbox on the gridview doesn't trigger an event
===
I created my gridview with checkboxes inside of it with this code.
[url=http://image.ohozaa.com/view2/wed9EfkCwSSonZUy][img]http://image.ohozaa.com/i/620/GMruPH.jpg[/img][/url]
I tried check/uncheck it.
[url=http://image.ohozaa.com/view2/wed9EBjiOdjLMAq0][i... | 0 | [
2,
51,
2631,
5309,
27,
14,
7354,
4725,
1437,
22,
38,
7286,
40,
807,
800,
3726,
3726,
31,
679,
51,
7354,
4725,
29,
2631,
5309,
160,
572,
16,
32,
29,
48,
1797,
9,
636,
911,
255,
3726,
21127,
6903,
22039,
9,
1134,
20551,
58,
9,
9... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Open YouTube Embedded Player link in default browser
===
I'm hosting YouTube Embedded Player in C# WebBrowser control. When I click button "Watch on YouTube" IE opens. Is there any way to open the link in default web browser, for instance, Chrome? | 0 | [
2,
368,
7330,
12138,
517,
3508,
19,
12838,
16495,
800,
3726,
3726,
31,
22,
79,
10637,
7330,
12138,
517,
19,
272,
5910,
10192,
5417,
4104,
569,
9,
76,
31,
10840,
5167,
13,
7,
9054,
27,
7330,
7,
13,
660,
8965,
9,
25,
80,
186,
161,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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... |
Strategy Pattern at runtime?
===
I have a strategy pattern, and would like to run it in a main loop in a game for example. The problem is there will be a memory leak If I'm not deleting the instance, and I also would like to use that instance somewhere else. How can I deal with memory allocation/deallocation in a stra... | 0 | [
2,
4427,
3732,
35,
485,
891,
60,
800,
3726,
3726,
31,
57,
21,
4427,
3732,
15,
17,
83,
101,
20,
485,
32,
19,
21,
407,
5293,
19,
21,
250,
26,
823,
9,
14,
1448,
25,
80,
129,
44,
21,
1912,
11724,
100,
31,
22,
79,
52,
121,
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... |
Can IE9 developer tools display captured request and response body?
===
I am trying to capture network data using the new functionality built into IE9 F12 developer tools. This functionality generaly mimics the functionality of tools such as Fiddler. However, the request and response bodies for HTTPS (SSL) pages are n... | 0 | [
2,
92,
13,
660,
518,
10058,
4672,
3042,
2411,
3772,
17,
1627,
358,
60,
800,
3726,
3726,
31,
589,
749,
20,
3683,
982,
1054,
568,
14,
78,
18548,
392,
77,
13,
660,
518,
398,
918,
10058,
4672,
9,
48,
18548,
297,
93,
13567,
18,
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... |
Flash movie not loading
===
I am in the process of replicating a current website. The existing site has a .swf for the header, and I've copied the code exactly as it is on the current site (obviously changed the location of the .swf file). The problem I'm having is that it won't load in the new site. I've looked all o... | 0 | [
2,
4433,
1308,
52,
12797,
800,
3726,
3726,
31,
589,
19,
14,
953,
16,
13426,
1203,
21,
866,
2271,
9,
14,
3149,
689,
63,
21,
13,
9,
18,
15263,
26,
14,
157,
106,
15,
17,
31,
22,
195,
18225,
14,
1797,
1890,
28,
32,
25,
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... |
Please explain this htaccess file
===
I found the following code on a site I work on what would this do?
RewriteEngine on
RewriteCond %{HTTP_HOST} ^somedomain\.co.uk
RewriteRule ^(.*)$ http://www.somedomain.com/$1 [R=permanent,L]
RewriteCond %{HTTP_HOST} ^www.somedomain\.co.uk
RewriteRul... | 0 | [
2,
2247,
3271,
48,
13,
9020,
20604,
3893,
800,
3726,
3726,
31,
216,
14,
249,
1797,
27,
21,
689,
31,
170,
27,
98,
83,
48,
107,
60,
27891,
16847,
27,
27891,
1126,
43,
13,
11881,
1,
21127,
1,
11694,
1,
13,
1,
3220,
537,
6232,
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... |
A good way to merge files accroding to the file name python or bash
===
I have thousands of zipped csv files named like this:
result-20120705-181535.csv.gz
181535 means 18:15:35, now I want to merge these files on daily basis(I have data over a week, all named like the above example), from 2:00 am in the mor... | 1 | [
2,
21,
254,
161,
20,
12666,
6488,
7602,
6526,
68,
20,
14,
3893,
204,
20059,
54,
13158,
800,
3726,
3726,
31,
57,
3805,
16,
28693,
272,
18,
710,
6488,
377,
101,
48,
45,
829,
8,
3212,
2984,
4071,
8,
1087,
1193,
2599,
9,
6824,
710,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
symfony2/sonata: You have requested a non-existent service ""
===
I'm getting this error when I try to request to list object in sonata:
> You have requested a non-existent service "".
This is my config.yml:
imports:
- { resource: parameters.yml }
- { resource: security.yml }
- ... | 0 | [
2,
13,
7261,
10229,
93,
9298,
528,
4375,
45,
42,
57,
6602,
21,
538,
8,
20788,
365,
13,
7,
7,
800,
3726,
3726,
31,
22,
79,
1017,
48,
7019,
76,
31,
1131,
20,
3772,
20,
968,
3095,
19,
13959,
45,
13,
1,
42,
57,
6602,
21,
538,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 this a cyclical foreign key constraint?
===
I came upon this code, marked "error," in an application I'm to update. Running it on a test database gives a cyclical reference error:
> The referential relationship will result in a cyclical reference that is not allowed (Constraint name = descriptions_fk_2)
I... | 0 | [
2,
483,
25,
48,
21,
13,
15888,
192,
1228,
1246,
28804,
60,
800,
3726,
3726,
31,
281,
685,
48,
1797,
15,
2739,
13,
7,
29992,
15,
7,
19,
40,
3010,
31,
22,
79,
20,
11100,
9,
946,
32,
27,
21,
1289,
6018,
2352,
21,
13,
15888,
192... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
deserialize existing xml into custom object
===
I have the following xml:
<state>
<groups>
<group id='1' name='Basic Search Options'>
<control name='Building' label='In' display='true' configurable='false'/>
<control name='SearchType' label='For' display='true' configurable='false'/>
<control i... | 0 | [
2,
1746,
106,
2815,
2952,
3149,
23504,
77,
5816,
3095,
800,
3726,
3726,
31,
57,
14,
249,
23504,
45,
13,
1,
3859,
1,
13,
1,
8024,
18,
1,
13,
1,
8024,
4924,
3726,
22,
165,
22,
204,
3726,
22,
26467,
2122,
6368,
22,
1,
13,
1,
12... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 group a List<T> that has a property of List<string> by that nested List?
===
I have a custom data type that contains a List<string>.
I wish to group a List of CustomDataType by that nested List<string>.
I have tried the following
compoundSchedules.GroupBy(a => a.Timepoints);
Where Timepoints is... | 0 | [
2,
184,
20,
214,
21,
968,
1,
38,
1,
30,
63,
21,
1354,
16,
968,
1,
11130,
1,
34,
30,
5618,
69,
968,
60,
800,
3726,
3726,
31,
57,
21,
5816,
1054,
1001,
30,
1588,
21,
968,
1,
11130,
1,
9,
31,
2536,
20,
214,
21,
968,
16,
581... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
checking if internet is active using jquery
===
I have the following listener for checking if the user has an active internet connection:
$(function() {
$( window ).bind(
"online offline",
function( event ){
console.log("-------------------window bind-----------... | 0 | [
2,
9886,
100,
2620,
25,
1348,
568,
487,
8190,
93,
800,
3726,
3726,
31,
57,
14,
249,
21772,
26,
9886,
100,
14,
4155,
63,
40,
1348,
2620,
2760,
45,
5579,
5,
22359,
5,
6,
13,
1,
5579,
5,
1463,
13,
6,
9,
4772,
43,
5,
13,
7,
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... |
Download and Install PHP and Configure Apache for PHP support
===
I just downloaded PHP 5.4.4 source code from http://php.net/downloads.php. Then I ran the below command in series:
./configure
./make
./make install
as root user in my box.
[root php-5.4.4]# cat /etc/redhat-release
Red ... | 2 | [
2,
7121,
17,
16146,
13,
26120,
17,
1065,
15951,
17140,
26,
13,
26120,
555,
800,
3726,
3726,
31,
114,
23887,
13,
26120,
331,
9,
300,
9,
300,
1267,
1797,
37,
7775,
6903,
26120,
9,
2328,
118,
2968,
8294,
18,
9,
26120,
9,
94,
31,
71... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
how to Find specified text In Email-address in C#
===
I get EmailIds input like 'companyby_1234@gmail.com', 'companyby_1256@gmail.com' and want to find the email-ids which have text 'companyby' and filter them, but i don't know where it is in the string.
I want to do this check c# code.
Please do the needful.
... | 0 | [
2,
184,
20,
477,
9931,
1854,
19,
8517,
8,
27950,
19,
272,
5910,
800,
3726,
3726,
31,
164,
8517,
9178,
6367,
101,
13,
22,
28359,
779,
1,
918,
3965,
1,
263,
8079,
9,
960,
22,
15,
13,
22,
28359,
779,
1,
918,
3776,
1,
263,
8079,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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/jQuery hover functions behaves funny - array issue?
===
So I have this code:
**HTML**
<p id="lorem">
<span class="red" id="n01">L</span>
<span class="red" id="n02">o</span>
<span id="n03">r</span>
<span id="n04">e</span>
<span class="blue" id="n05">m</s... | 0 | [
2,
8247,
8741,
118,
728,
8190,
93,
21350,
3719,
14149,
18,
5066,
13,
8,
7718,
1513,
60,
800,
3726,
3726,
86,
31,
57,
48,
1797,
45,
13,
1409,
15895,
1409,
13,
1,
306,
4924,
3726,
7,
16052,
79,
7,
1,
13,
1,
18,
3206,
718,
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... |
OSGI: is importing package without activating bundle possible?
===
Is it possible to import package from another bundle without calling its activator? This package isn't required any bundle initializations. I understand that this is bad design but I cannot change it. | 0 | [
2,
13,
759,
2234,
45,
25,
9010,
68,
6030,
366,
13,
27939,
10194,
938,
60,
800,
3726,
3726,
25,
32,
938,
20,
9010,
6030,
37,
226,
10194,
366,
2555,
82,
13,
19516,
3457,
60,
48,
6030,
2532,
22,
38,
1390,
186,
10194,
2104,
1829,
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,
0,
0,
0,
0... |
Memory leak detection at runtime in an iPhone app
===
Is there a way to programmatically find out the memory leak at runtime in an iPhone application? | 0 | [
2,
1912,
11724,
11643,
35,
485,
891,
19,
40,
21024,
4865,
800,
3726,
3726,
25,
80,
21,
161,
20,
625,
6732,
1326,
477,
70,
14,
1912,
11724,
35,
485,
891,
19,
40,
21024,
3010,
60,
3,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... |
I am not able to receive datagram packets while using MSEARCH SSDP in android
===
Because it is showing some errors like "unable to find stats for iface rmnet0"Can any one give solution for this.Is there any need for applying additional permissions rather than InternetPermissions...
Errors are:::
07-18 12:58:19.... | 0 | [
2,
31,
589,
52,
777,
20,
2588,
1054,
6295,
12795,
18,
133,
568,
307,
25136,
13,
18,
18,
7431,
19,
13005,
800,
3726,
3726,
185,
32,
25,
3187,
109,
11908,
101,
13,
7,
1020,
579,
20,
477,
12819,
18,
26,
31,
6413,
13,
6538,
2328,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
ffmpeg API h264 encoded video does not play on all platforms
===
I am using the ffmpeg C++ API to create a mp4 video in C++.
I want the resulting video to be of the profile "Constrained Baseline", so that the resulting video can be played on as much platforms as possible, especially mobile, but I get "Main" profile... | 0 | [
2,
13,
2460,
79,
20427,
21,
2159,
746,
20470,
13665,
763,
630,
52,
418,
27,
65,
6843,
800,
3726,
3726,
31,
589,
568,
14,
13,
2460,
79,
20427,
272,
20512,
21,
2159,
20,
1600,
21,
4628,
300,
763,
19,
272,
20512,
9,
31,
259,
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... |
Referencing Named Ranges in Excel
===
I have named several ranges in excel and would like to use them in a formula (countif). Instead of entering the formula and changing it manually all the time, I would like to reference a cell with the name of the appropriate range. For example: countif(C1, A1) and in C1 write "Ran... | 0 | [
2,
13,
29254,
377,
9230,
19,
20700,
800,
3726,
3726,
31,
57,
377,
238,
9230,
19,
20700,
17,
83,
101,
20,
275,
105,
19,
21,
3729,
13,
5,
16549,
821,
6,
9,
700,
16,
4604,
14,
3729,
17,
4226,
32,
23671,
65,
14,
85,
15,
31,
83,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 SDK in Storyboard?
===
Is it possible to use the Facebook SDK 3.0 with iPhone storyboard? I can't find any tutorials using storyboard. If it is possible, do you have any tutorials? | 0 | [
2,
9090,
13,
18,
43,
197,
19,
609,
2806,
60,
800,
3726,
3726,
25,
32,
938,
20,
275,
14,
9090,
13,
18,
43,
197,
203,
9,
387,
29,
21024,
609,
2806,
60,
31,
92,
22,
38,
477,
186,
29724,
18,
568,
609,
2806,
9,
100,
32,
25,
938... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0... |
Circle in canvas taking entire parent space
===
My parent view is a RelativeLayout, I added a triangle to it extending the View class. I draw the triangle using canvas and paint. The problem i am facing is that, when i touch on the relative layout, both touch listeners , the relative layout and triangle are being trig... | 0 | [
2,
2775,
19,
9696,
741,
1078,
4766,
726,
800,
3726,
3726,
51,
4766,
1418,
25,
21,
4543,
4414,
1320,
15,
31,
905,
21,
8676,
20,
32,
8176,
14,
1418,
718,
9,
31,
2003,
14,
8676,
568,
9696,
17,
5107,
9,
14,
1448,
31,
589,
4325,
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... |
Load .php page into a div Ajax and Javascript
===
(I am pretty new to all this.) I have a page where the user can click between different sorting methods of user posts. Depending on which they click the content shown will correspond.
function newContent()
{
$.ajax({
url: 'ajax/newcon... | 0 | [
2,
6305,
13,
9,
26120,
2478,
77,
21,
13,
12916,
20624,
17,
8247,
8741,
800,
3726,
3726,
13,
5,
49,
589,
1772,
78,
20,
65,
48,
9,
6,
31,
57,
21,
2478,
113,
14,
4155,
92,
10840,
128,
421,
2058,
68,
3195,
16,
4155,
9868,
9,
475... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
google extension content script doesn't run anymore after frame reload
===
I'm banging my head against this problem!
I created a chrome extension to interact with a site that use frames to organize content (no questions please... :( )
I was able to get access to the frame I want by matching it's source in the ma... | 0 | [
2,
8144,
3896,
2331,
3884,
1437,
22,
38,
485,
3375,
75,
3523,
27339,
800,
3726,
3726,
31,
22,
79,
24472,
51,
157,
149,
48,
1448,
187,
31,
679,
21,
13,
12985,
3896,
20,
10001,
29,
21,
689,
30,
275,
12809,
20,
9213,
2331,
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... |
backbone js with large dynamic forms
===
In writing some applications in backbone js I found myself doing very well with backbone. It was the forms/templates that were killing me. It would take me 15 minutes to work with the model,collection and views; then an hour or 2 to work on the template. The reason for this ... | 0 | [
2,
24036,
487,
18,
29,
370,
7782,
1997,
800,
3726,
3726,
19,
1174,
109,
3767,
19,
24036,
487,
18,
31,
216,
992,
845,
253,
134,
29,
24036,
9,
32,
23,
14,
1997,
118,
9577,
6554,
18,
30,
46,
2389,
55,
9,
32,
83,
247,
55,
357,
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... |
showDialog doest not show custom dialog
===
I just defined a dialog as android site suggest, but it does not show on button click, some code scracht (I get no errors):
static final int DIALOG_A = 1;
static final int DIALOG_B = 2;
TextView textX;
protected Dialog onCreateDialog(int id, String text) {
Dial... | 0 | [
2,
298,
4286,
5567,
630,
38,
52,
298,
5816,
28223,
800,
3726,
3726,
31,
114,
2811,
21,
28223,
28,
13005,
689,
5601,
15,
47,
32,
630,
52,
298,
27,
5167,
10840,
15,
109,
1797,
4729,
9676,
38,
13,
5,
49,
164,
90,
11908,
6,
45,
12... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to add element in List while iterating in java?
===
Say I have a List like:
List<String> list = new ArrayList<>();
list.add("a");
list.add("h");
list.add("f");
list.add("s");
While iterating through this list I want to add an element at the end of the list. But I don't want to iterate t... | 0 | [
2,
184,
20,
3547,
4520,
19,
968,
133,
32,
106,
1880,
19,
8247,
60,
800,
3726,
3726,
395,
31,
57,
21,
968,
101,
45,
968,
1,
11130,
1,
968,
800,
78,
7718,
5739,
1,
5,
6,
73,
968,
9,
14854,
5,
7,
58,
7,
6,
73,
968,
9,
14854... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 create javascript interpreter in javascript
===
I should be simple to create javascript intepreter in javascript using eval. I got this (using jquery terminal)
<!-- language: javascript -->
term = $('#term_demo').terminal(function(command, term) {
if (command !== '') {
var result... | 0 | [
2,
184,
20,
1600,
8247,
8741,
19336,
19,
8247,
8741,
800,
3726,
3726,
31,
378,
44,
1935,
20,
1600,
8247,
8741,
19,
591,
3515,
815,
19,
8247,
8741,
568,
13,
62,
3377,
9,
31,
330,
48,
13,
5,
12655,
487,
8190,
93,
3855,
6,
13,
1,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
WPF DataGrid ignores SortDescription
===
I've got a strange problem here regarding sorting of a WPF DataGrid (System.Windows.Controls.DataGrid in .NET 4.0).
Its ItemsSource is bound to a property of the datacontext object:
<DataGrid HeadersVisibility="Column" SelectedIndex="0" MinHeight="30" ItemsSource... | 0 | [
2,
619,
7721,
1054,
16375,
7174,
18,
2058,
546,
8741,
872,
800,
3726,
3726,
31,
22,
195,
330,
21,
2578,
1448,
235,
3467,
2058,
68,
16,
21,
619,
7721,
1054,
16375,
13,
5,
10724,
9,
27508,
18,
9,
12898,
18,
9,
18768,
16375,
19,
13... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to delete the jump of anchors?
===
I have a menu (with ul and li) who call #anchors, thy are located just at the right of the menu, so I don't want to have a jump in the page for nothing (informations are already on the screen). I tried onclick event, it don't work (I have loaded Jquery on my page, so I don't know... | 0 | [
2,
184,
20,
27448,
14,
3936,
16,
6265,
18,
60,
800,
3726,
3726,
31,
57,
21,
11379,
13,
5,
1410,
13,
1287,
17,
2093,
6,
72,
645,
6926,
210,
11840,
18,
15,
11304,
50,
335,
114,
35,
14,
193,
16,
14,
11379,
15,
86,
31,
221,
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... |
excel vba get range of user selected range by mouse and copy it to clipboard
===
I am new to excel macros. I want to copy the selected range to clip board.
Below is the link where half solution is present, it gives output in popup msg box.
[http://stackoverflow.com/questions/3686787/excel-vba-get-range-of-user-... | 0 | [
2,
20700,
566,
969,
164,
978,
16,
4155,
1704,
978,
34,
7567,
17,
4344,
32,
20,
12229,
2806,
800,
3726,
3726,
31,
589,
78,
20,
20700,
9069,
18,
9,
31,
259,
20,
4344,
14,
1704,
978,
20,
12229,
686,
9,
1021,
25,
14,
3508,
113,
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... |
Forced to include a reference to a dll
===
Scenario : ProjectA Reference ProjectB, and ProjectB references ProjectC
I have an interface defined in ProjectC
namespace Cmp.Product.Family.Configuration.Container
{
public interface IComponent
{
// a couple of methods
}
}
... | 0 | [
2,
1292,
20,
468,
21,
2801,
20,
21,
13,
43,
211,
800,
3726,
3726,
12705,
13,
45,
669,
58,
2801,
669,
220,
15,
17,
669,
220,
7231,
669,
150,
31,
57,
40,
6573,
2811,
19,
669,
150,
204,
5582,
272,
2554,
9,
14086,
9,
13819,
9,
1... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Android In-App billing security issues?
===
During our efforts to design InApp Billing for our Android App, we came up with the following scenario;
1. Customer has rooted/manipulatable device (so Market app + my app can't be trusted)
2. Customer purchases a product
3. Purchase state 0 (purchased) is send to our b... | 0 | [
2,
13005,
19,
8,
7753,
1071,
68,
1221,
1549,
60,
800,
3726,
3726,
112,
318,
2396,
20,
704,
19,
7753,
1071,
68,
26,
318,
13005,
4865,
15,
95,
281,
71,
29,
14,
249,
12705,
73,
137,
9,
7705,
63,
19148,
118,
8002,
24292,
5924,
3646,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Qt Messaging Framework: Getting a list of messages
===
I'm building a project on the Qt Messaging Framework (QMF) and I've run into the issue of the documentation being, well, not great.
I've built a UI up, and I'm now attempting to connect to the messaging server, the connection is handled fine, but when I go `mes... | 0 | [
2,
2593,
38,
26437,
6596,
45,
1017,
21,
968,
16,
7561,
800,
3726,
3726,
31,
22,
79,
353,
21,
669,
27,
14,
2593,
38,
26437,
6596,
13,
5,
1251,
13235,
6,
17,
31,
22,
195,
485,
77,
14,
1513,
16,
14,
13945,
142,
15,
134,
15,
52,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Regular Expressions in Python unexpectedly slow
===
Consider this Python code:
import timeit
import re
def one():
any(s in mystring for s in ('foo', 'bar', 'hello'))
r = re.compile('(foo|bar|hello)')
def two():
r.search(mystring)
mystring=... | 0 | [
2,
1290,
13832,
19,
20059,
16044,
2276,
800,
3726,
3726,
3563,
48,
20059,
1797,
45,
9010,
85,
242,
9010,
302,
6312,
53,
5,
6,
45,
186,
5,
18,
19,
51,
11130,
26,
13,
18,
19,
13,
5,
22,
4120,
111,
22,
15,
13,
22,
1850,
22,
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... |
Redirecting visitors correctly (PHP and Regex)
===
I want if my visitors go to `subdomain.example.com` that they get redirected to `anothersubdomain.example.com`. And if they go to `css.subdomain.example.com` that they get redirected to `css.anothersubdomain.example.com` etc.
I've tried the following regexes (with ... | 0 | [
2,
302,
14706,
68,
4531,
12044,
13,
5,
26120,
17,
7953,
1706,
6,
800,
3726,
3726,
31,
259,
100,
51,
4531,
162,
20,
13,
1,
7563,
537,
6232,
9,
29041,
9,
960,
1,
30,
59,
164,
302,
14147,
20,
13,
1,
14945,
7563,
537,
6232,
9,
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... |
PayPal - redirect after few seconds to "Thank you" page
===
The second day I am playing with integrating PayPal to my website. I am trying to obtain the following behavior:
- the user click on the BUY link => is redirected to PAYPAL page (that's ok)
- the user finished payment, on the PayPal website is displayed "... | 0 | [
2,
1372,
6720,
13,
8,
302,
14706,
75,
310,
2582,
20,
13,
7,
5904,
42,
7,
2478,
800,
3726,
3726,
14,
153,
208,
31,
589,
791,
29,
24529,
1372,
6720,
20,
51,
2271,
9,
31,
589,
749,
20,
5545,
14,
249,
3257,
45,
13,
8,
14,
4155,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Point multiplication in elliptic curvves
===
I found the following code here on Stack Overflow for arithmetic, viz. addition, doubling and multiplication, for elliptic curve points. I tried running it and used test cases given in the following NIST routines document,[NSA Provided routines for NIST elliptic curves] (ht... | 0 | [
2,
454,
25432,
19,
931,
6013,
1786,
5087,
20492,
160,
800,
3726,
3726,
31,
216,
14,
249,
1797,
235,
27,
7566,
20285,
26,
21211,
15,
1790,
380,
9,
848,
15,
23961,
17,
25432,
15,
26,
931,
6013,
1786,
7101,
819,
9,
31,
794,
946,
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... |
Run time the user control content not displaying to the page
===
I have a few user controls, and on ASPX page on some drop down selection change i am adding user control this way, the user contorl not being displayed what i am unable to fix on it, please let me know where i am going wrong.
partial code
... | 0 | [
2,
485,
85,
14,
4155,
569,
2331,
52,
17418,
20,
14,
2478,
800,
3726,
3726,
31,
57,
21,
310,
4155,
8671,
15,
17,
27,
28,
306,
396,
2478,
27,
109,
2804,
125,
3155,
753,
31,
589,
4721,
4155,
569,
48,
161,
15,
14,
4155,
1065,
2153... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Jquery Toggle Hide / Show Nav Element
===
After some great help from Josh Mein with a Javascript Hide/Show menu, the menu is working 100%, though I would like it when the page loads, that the menu is in it's "Hide state". Here is the jsFiddle link: http://jsfiddle.net/8y7Sr/3/ ...when you load the page, the menu is s... | 0 | [
2,
487,
8190,
93,
20,
263,
4875,
3077,
13,
118,
298,
16048,
4520,
800,
3726,
3726,
75,
109,
374,
448,
37,
5109,
55,
108,
29,
21,
8247,
8741,
3077,
118,
9303,
11379,
15,
14,
11379,
25,
638,
12849,
15,
362,
31,
83,
101,
32,
76,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Enumerate all possible characters
===
How can I enumerate all possible instances of System.Char ? I need to see for which ones System.Char.IsSymbol returns true, for example. | 0 | [
2,
26940,
62,
65,
938,
1766,
800,
3726,
3726,
184,
92,
31,
26940,
62,
65,
938,
13946,
16,
329,
9,
5433,
13,
60,
31,
376,
20,
196,
26,
56,
53,
18,
329,
9,
5433,
9,
21437,
79,
6966,
4815,
1151,
15,
26,
823,
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... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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... |
Correct code pattern for recurrent events in Azure worker roles with sizable delays between each event
===
I have an Azure worker role whose job is to periodically run some code against a SQL Azure database. Here's my current code:
const int oneHour = 216000000; // milliseconds
while (true)
{
... | 0 | [
2,
4456,
1797,
3732,
26,
28788,
963,
19,
25715,
7444,
2954,
29,
27836,
16730,
128,
206,
807,
800,
3726,
3726,
31,
57,
40,
25715,
7444,
597,
1196,
1205,
25,
20,
19886,
485,
109,
1797,
149,
21,
4444,
255,
25715,
6018,
9,
235,
22,
18... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Chosing right algorithm between O(n) and O(n^2) when constants are unknown
===
I have given run-time functions for two algorithms solving the same problem. Lests say -
For First algorithm : T(n) = an + b (Linear in n)
For second Algorithm: T(n) = xn^2 + yn + z (Quadratic in n)
Every book says linear in time is ... | 0 | [
2,
4430,
18,
68,
193,
9083,
128,
635,
5,
103,
6,
17,
635,
5,
103,
1,
135,
6,
76,
3587,
18,
50,
2562,
800,
3726,
3726,
31,
57,
504,
485,
8,
891,
3719,
26,
81,
15935,
17533,
14,
205,
1448,
9,
3921,
38,
18,
395,
13,
8,
26,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
WPF datagrid with IDataErrorInfo combined with Copy Paste functionality - a nightmare?
===
For some unknown reasons and unwanted decisions, our team has decided not to use any 3rd party controls in our project, so we have ended up re-inventing the wheel.....
Here is the scenario.
WPF datagrid bound to an observa... | 0 | [
2,
619,
7721,
1054,
16375,
29,
31,
18768,
29992,
108,
4120,
2461,
29,
4344,
640,
62,
18548,
13,
8,
21,
10586,
60,
800,
3726,
3726,
26,
109,
2562,
2932,
17,
21095,
6003,
15,
318,
173,
63,
868,
52,
20,
275,
186,
203,
897,
346,
867... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
mysql rank stuf
===
I was struggle in the below question please any one help me for this?
<http://stackoverflow.com/questions/11466452/how-to-add-rank-based-on-points-in-mysql> | 1 | [
2,
51,
18,
22402,
2839,
354,
5532,
800,
3726,
3726,
31,
23,
4697,
19,
14,
1021,
1301,
2247,
186,
53,
448,
55,
26,
48,
60,
13,
1,
21127,
6903,
25325,
2549,
9990,
9,
960,
118,
24652,
18,
118,
19782,
3526,
2520,
9298,
1544,
8,
262,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
error in compiling libsmtp (glib-config not found)
===
i am trying to install [libsmtp][1] on Ubuntu 12.04, and upon compiling i am getting errors, here's the step i followed (they are exactly the same as written in Install.txt file)
cd libsmtp
./configure
[The output of above command is]
checkin... | 0 | [
2,
7019,
19,
24378,
13,
8326,
18,
79,
13726,
13,
5,
6441,
220,
8,
14093,
2816,
52,
216,
6,
800,
3726,
3726,
31,
589,
749,
20,
16146,
636,
8326,
18,
79,
13726,
500,
2558,
165,
500,
27,
287,
12968,
2473,
390,
9,
3277,
15,
17,
68... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Rails - ActiveRecord - associating a combination of elements to a specific ID
===
I have an interesting problem that I never had to deal with before. I'm looking for the best way to approach it.
I'm creating an admin site linking students to virtual machines. A Student can sign up for multiple courses and has one v... | 0 | [
2,
2240,
18,
13,
8,
1348,
14953,
13,
8,
28,
18,
16325,
1880,
21,
3733,
16,
2065,
20,
21,
1903,
4924,
800,
3726,
3726,
31,
57,
40,
4883,
1448,
30,
31,
243,
41,
20,
1183,
29,
115,
9,
31,
22,
79,
699,
26,
14,
246,
161,
20,
21... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Unable to load a file based on paramaters passed to rake task
===
I am unable to load file based on the parameters passed to the rake rask
my code
task :update_s =>:environment do
puts 'enter file name for status'
file=STDIN.gets
file="config/status/#{file}"
license_status=YAML.load_f... | 0 | [
2,
2343,
20,
6305,
21,
3893,
432,
27,
2258,
5146,
445,
1100,
20,
21009,
3005,
800,
3726,
3726,
31,
589,
2343,
20,
6305,
3893,
432,
27,
14,
12905,
1100,
20,
14,
21009,
7172,
197,
51,
1797,
3005,
13,
45,
576,
8209,
1,
18,
800,
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... |
wrapper class to detect OS on a remote machine using webdriver?
===
Folks,
I want to write a wrapper class for my webdriver framework which will detect the connected client's OS on the go, so that I can send proper format that machine understands. Can you help me on this?
java or javascript will help!
Love,
B... | 0 | [
2,
28051,
718,
20,
9092,
13,
759,
27,
21,
5388,
1940,
568,
2741,
21752,
60,
800,
3726,
3726,
14563,
15,
31,
259,
20,
2757,
21,
28051,
718,
26,
51,
2741,
21752,
6596,
56,
129,
9092,
14,
2587,
6819,
22,
18,
13,
759,
27,
14,
162,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
RAZOR and prepending text in href
===
I'm learning RAZOR.
I need to make an href tag unique, by adding a letter to the start of the #ref:
eg.
<a href="#p23">
In Razor, to populate the href tag from my model, I have:
<a href="#p@item.ID">
However, Razor doesn't recognise @item.ID, unless it h... | 0 | [
2,
14282,
17,
15884,
7601,
1854,
19,
746,
14057,
800,
3726,
3726,
31,
22,
79,
2477,
14282,
9,
31,
376,
20,
233,
40,
746,
14057,
3383,
2619,
15,
34,
4721,
21,
1748,
20,
14,
799,
16,
14,
6926,
14057,
45,
12369,
9,
13,
1,
58,
746... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Hover multiple different element in list, show individual image
===
I try to accomplish a list of elements on which you hover a different image are displayed.
Something like this
<ul id="test">
<li id="sidebarList_1">Image 1</li>
<li id="sidebarList_2">Image 2</li>
<li id="sidebarList_3">Im... | 0 | [
2,
21350,
1886,
421,
4520,
19,
968,
15,
298,
1359,
1961,
800,
3726,
3726,
31,
1131,
20,
14570,
21,
968,
16,
2065,
27,
56,
42,
21350,
21,
421,
1961,
50,
6115,
9,
301,
101,
48,
13,
1,
1287,
4924,
3726,
7,
10543,
7,
1,
13,
1,
1... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Capturing new requests in a HTML page
===
How can I capture a new request (e.g. link click, page refresh, etc.) in an html page?
Let's say I need to do some stuff when user decides to go to another page or refresh the current page. | 0 | [
2,
12859,
78,
12279,
19,
21,
13,
15895,
2478,
800,
3726,
3726,
184,
92,
31,
3683,
21,
78,
3772,
13,
5,
62,
9,
263,
9,
3508,
10840,
15,
2478,
24905,
15,
2722,
9,
6,
19,
40,
13,
15895,
2478,
60,
408,
22,
18,
395,
31,
376,
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... |
getVar parameter text to replace underscores with spaces
===
In Joomla I am pulling back a paramater with the following code:
return JRequest::getVar('product');
This pulls back great, but the parameter has 'underscores' as follows:
**Google_Docs_Security**
I want to pull back the above, but replacing ... | 0 | [
2,
164,
3311,
18906,
1854,
20,
3934,
131,
15077,
18,
29,
7644,
800,
3726,
3726,
19,
2640,
2636,
531,
31,
589,
3303,
97,
21,
2258,
540,
815,
29,
14,
249,
1797,
45,
788,
487,
99,
10351,
45,
45,
3060,
3311,
5,
22,
14086,
22,
6,
7... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
tubeStats prints the tube statistics twice
===
I'm using `tubeStats` function to get statistics from `beanstalkd`.(I'm using `trendrr.beanstalk` driver) But it prints the result twice:
BeanstalkClient c = new BeanstalkClient("192.168.0.14", 11300, "example");
System.out.println(c.tubeStats("example"));
he... | 0 | [
2,
6273,
10631,
18,
12202,
14,
6273,
5818,
2088,
800,
3726,
3726,
31,
22,
79,
568,
13,
1,
19302,
10631,
18,
1,
1990,
20,
164,
5818,
37,
13,
1,
863,
5950,
9718,
43,
1,
9,
5,
49,
22,
79,
568,
13,
1,
6384,
2451,
5932,
9,
863,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Different MySQL syntax errors in one query
===
I have a simple INSERT INTO query which fails every time. The strange thing is, if I take out the column the error points to initially, or the one before that, I just get a different error.
This is the query:
mysql_query("insert into list_items (list_id,position... | 0 | [
2,
421,
51,
18,
22402,
22649,
11908,
19,
53,
25597,
800,
3726,
3726,
31,
57,
21,
1935,
14692,
77,
25597,
56,
13614,
352,
85,
9,
14,
2578,
584,
25,
15,
100,
31,
247,
70,
14,
4698,
14,
7019,
819,
20,
1537,
15,
54,
14,
53,
115,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Update GUI when data source is updated
===
I want to update my PHP GUI view when my data source is updated(data source can be a database). I'm having a hard time understanding how I can do this without reloading the whole view for the user.
What I try to achieve is:
Users view are shown, from an handheld device... | 0 | [
2,
11100,
9457,
76,
1054,
1267,
25,
6372,
800,
3726,
3726,
31,
259,
20,
11100,
51,
13,
26120,
9457,
1418,
76,
51,
1054,
1267,
25,
6372,
5,
18768,
1267,
92,
44,
21,
6018,
6,
9,
31,
22,
79,
452,
21,
552,
85,
3260,
184,
31,
92,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Bind object's fields/methods
===
How do you bind object's fields/methods with a type?
I am trying to do:
object CRUDable {
private val allCRUDables = scala.collection.mutable.Map[String, CRUDableMeta[_]]()
def add(crudable: CRUDableMeta[_]) { allCRUDables += (crudable.name -> crudable) }
... | 0 | [
2,
10193,
3095,
22,
18,
2861,
118,
5909,
1807,
43,
18,
800,
3726,
3726,
184,
107,
42,
10193,
3095,
22,
18,
2861,
118,
5909,
1807,
43,
18,
29,
21,
1001,
60,
31,
589,
749,
20,
107,
45,
3095,
11498,
43,
579,
13,
1,
932,
3347,
65,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
changes I make in my app.css do not update pages
===
I'm using the Zurb Foundation toolkit, it contains two stylesheets, one being the app.css which is used for editing and adding elements. The following when added to the app.css do not reflect or update on my index page. From what I've seen this should be extremely s... | 0 | [
2,
1693,
31,
233,
19,
51,
4865,
9,
6824,
18,
107,
52,
11100,
4434,
800,
3726,
3726,
31,
22,
79,
568,
14,
14131,
220,
1304,
5607,
13703,
15,
32,
1588,
81,
1034,
17627,
18,
15,
53,
142,
14,
4865,
9,
6824,
18,
56,
25,
147,
26,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
IE <select> scrollTop
===
I have found that with a `select` element in IE (IE7 and IE9 anyway) where the `size` attribute is specified, using `.scrollTop` can result in some weird behavior. I'm hoping there is a way around it.
If a user manually scrolls to a position, then a script scrolls it to another position, ... | 0 | [
2,
13,
660,
13,
1,
18,
16964,
1,
12159,
3880,
800,
3726,
3726,
31,
57,
216,
30,
29,
21,
13,
1,
18,
16964,
1,
4520,
19,
13,
660,
13,
5,
660,
465,
17,
13,
660,
518,
2774,
6,
113,
14,
13,
1,
10454,
1,
35,
14755,
25,
9931,
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... |
Clone Mercurial repository into public_html
===
I want to clone my Mercurial repository into my /public_html folder on my web server. My Mercurial project looks like this...
- /ProjectName
- /public
- /application
- /config
- /library
What I want is to just get the content... | 0 | [
2,
13871,
9046,
3594,
192,
24869,
77,
317,
1,
15895,
800,
3726,
3726,
31,
259,
20,
13871,
51,
9046,
3594,
192,
24869,
77,
51,
13,
118,
12259,
1,
15895,
19294,
27,
51,
2741,
8128,
9,
51,
9046,
3594,
192,
669,
1879,
101,
48,
9,
9,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
While loop looping through data twice
===
So I have this code, and I've been fretting over it for several hours now and my friend and I can't find the solution. It display reviews based on a descending ID pulled from a database. This is an endless scroll type of script to eliminate pagination. For some reason when I h... | 0 | [
2,
133,
5293,
5293,
68,
120,
1054,
2088,
800,
3726,
3726,
86,
31,
57,
48,
1797,
15,
17,
31,
22,
195,
74,
20421,
1203,
84,
32,
26,
238,
974,
130,
17,
51,
860,
17,
31,
92,
22,
38,
477,
14,
4295,
9,
32,
3042,
2783,
432,
27,
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... |
Execute Sql task error in ssis
===
I am trying to retrive the value of Key from a table with a simple select statement in ssis through Execute Sql Ttask. But have no luck figuring out this error.
I hvae used one input variable with string data type and used this variable in parameter mapping in Execute SQl task.An... | 0 | [
2,
15644,
4444,
255,
3005,
7019,
19,
13,
18,
4557,
800,
3726,
3726,
31,
589,
749,
20,
302,
3367,
195,
14,
1923,
16,
1246,
37,
21,
859,
29,
21,
1935,
5407,
3331,
19,
13,
18,
4557,
120,
15644,
4444,
255,
13,
8150,
3656,
9,
47,
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... |
C++ Access violation writing location
===
I am trying to create a linked list where you can enter items into a list. I can enter the first item into the list but I am unable to add items after the first item without having the program crashing. Does anyone know whats wrong?
#include <string>
#include <iost... | 0 | [
2,
272,
20512,
1381,
12120,
1174,
1474,
800,
3726,
3726,
31,
589,
749,
20,
1600,
21,
4727,
968,
113,
42,
92,
2830,
3755,
77,
21,
968,
9,
31,
92,
2830,
14,
64,
9101,
77,
14,
968,
47,
31,
589,
2343,
20,
3547,
3755,
75,
14,
64,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 in Java after upgrading to PlayN 1.3.1
===
I've been looking into this for a day or two now. I've found other people who have had similar problems in [this thread](https://groups.google.com/forum/?fromgroups#!topic/playn/OfkJjYxxaCc). According to the "Where to download" section of this [minecraft wiki](h... | 0 | [
2,
319,
2324,
19,
8247,
75,
26939,
20,
418,
103,
137,
9,
240,
9,
165,
800,
3726,
3726,
31,
22,
195,
74,
699,
77,
48,
26,
21,
208,
54,
81,
130,
9,
31,
22,
195,
216,
89,
148,
72,
57,
41,
835,
1716,
19,
636,
1565,
9322,
500,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Linking Excel files to an MS Access form
===
I have a specific excel worksheet for many different areas in a compound I am analyzing and need to link each one seperately to a specific button on a form in MS Access 2007. The way that the spreadsheet is set up doesnt allow me to simply import it so I would like to have... | 0 | [
2,
12585,
20700,
6488,
20,
40,
4235,
1381,
505,
800,
3726,
3726,
31,
57,
21,
1903,
20700,
170,
17627,
26,
151,
421,
924,
19,
21,
6089,
31,
589,
23543,
17,
376,
20,
3508,
206,
53,
10332,
106,
1373,
102,
20,
21,
1903,
5167,
27,
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... |
Python interaction with lotus quickr database
===
I would like to write a python script to copy an entire lotus quickr database to my local hard drive.
For me, a user I can access quickr through an intranet site, and also through quickr connector, a program which allows me to access the database content through win... | 0 | [
2,
20059,
7754,
29,
15175,
2231,
139,
6018,
800,
3726,
3726,
31,
83,
101,
20,
2757,
21,
20059,
3884,
20,
4344,
40,
1078,
15175,
2231,
139,
6018,
20,
51,
375,
552,
1493,
9,
26,
55,
15,
21,
4155,
31,
92,
1381,
2231,
139,
120,
40,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
getJSON - why it didnt work?
===
Why getJSON method works only with local files? If I want to take json from local it works, but if I set url with http it doesnt work. why?
<!DOCTYPE html>
<html>
<script src="http://code.jquery.com/jquery-latest.js"></script>
</head>
<script>
$.getJSO... | 0 | [
2,
164,
728,
528,
13,
8,
483,
32,
1182,
170,
60,
800,
3726,
3726,
483,
164,
728,
528,
2109,
693,
104,
29,
375,
6488,
60,
100,
31,
259,
20,
247,
487,
528,
37,
375,
32,
693,
15,
47,
100,
31,
309,
287,
6362,
29,
7775,
32,
5886,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
no output in being received when starting a process through System.Diagnostics.Process - c#
===
i am creating a process using System.DIagnostics.Process in c#<br>
i have created a class `CCProcess` inherited from the `Process` class<br>
the problem is that ErrorDataRecieved OR OutputDataReceived are not being fired.... | 0 | [
2,
90,
5196,
19,
142,
420,
76,
1422,
21,
953,
120,
329,
9,
4286,
21944,
18,
9,
16835,
13,
8,
272,
5910,
800,
3726,
3726,
31,
589,
2936,
21,
953,
568,
329,
9,
4286,
21944,
18,
9,
16835,
19,
272,
5910,
1,
5145,
1,
31,
57,
679,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Dependent JAR and Source JAR?
===
What is a dependent JAR and what is a source JAR ? Why are they needed ?
I saw it in the sentence:
Dependent jars can be found in the libs folder and the corresonding source jars can be found in the libs-sources folder.
| 0 | [
2,
9063,
5112,
17,
1267,
5112,
60,
800,
3726,
3726,
98,
25,
21,
9063,
5112,
17,
98,
25,
21,
1267,
5112,
13,
60,
483,
50,
59,
851,
13,
60,
31,
441,
32,
19,
14,
5123,
45,
9063,
5112,
18,
92,
44,
216,
19,
14,
13,
8326,
18,
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... |
SQL Select multiple rows into one displayed row
===
I have a table with [Key1, Key2, Data1, Data2, Data3] columns and another table with [Key1,Key2,DataD1,DataD2]. What I need to do is have the full results of a Left join between the two display in one row. Ex: Table one has [1,2,d1,d2,d3] rows Table2 has [1,2,dd1,dd2... | 0 | [
2,
4444,
255,
5407,
1886,
11295,
77,
53,
6115,
3131,
800,
3726,
3726,
31,
57,
21,
859,
29,
636,
4237,
165,
15,
1246,
135,
15,
1054,
165,
15,
1054,
135,
15,
1054,
240,
500,
7498,
17,
226,
859,
29,
636,
4237,
165,
15,
4237,
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... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.