unified_texts stringlengths 32 30.1k | OpenStatus_id int64 0 4 | input_ids list | token_type_ids list | attention_mask list |
|---|---|---|---|---|
Android image not updated on orientation change, titanium mobile sdk v2.1.1
===
I'm changing navigation bar background image on orientation change. but its not working in sdk version 2.1.1.
having different resolution images in res-land-ldpi and res-port-ldpi for different orientations. but the path is not proper... | 0 | [
2,
13005,
1961,
52,
6372,
27,
10245,
753,
15,
26398,
3241,
13,
18,
43,
197,
566,
135,
9,
165,
9,
165,
800,
3726,
3726,
31,
22,
79,
4226,
8368,
748,
2395,
1961,
27,
10245,
753,
9,
47,
82,
52,
638,
19,
13,
18,
43,
197,
615,
17... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How can I call an already defined function on a focus event?(jQuery)
===
So i have this code:
function myOnFocus(){
$('tr').css("background-color","white");
$(this).parent().parent().css("background-color","blue");
}
$(".priority").focus(myOnFocus());
How can i call myOnFocus() with jqu... | 0 | [
2,
184,
92,
31,
645,
40,
614,
2811,
1990,
27,
21,
1776,
807,
60,
5,
728,
8190,
93,
6,
800,
3726,
3726,
86,
31,
57,
48,
1797,
45,
1990,
51,
218,
23371,
5,
6,
1,
5579,
5,
22,
6384,
22,
6,
9,
6824,
18,
5,
7,
1958,
8810,
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... |
R get only the numeric values in a console output
===
I'm working with the fractal package and using the DFA function which gives me a very complete output in the console :
DFA(log(price_1m[1:1024]),detrend="poly2",overlap=0,scale.max=512)
Console output :
Detrended fluctuation analysis for log(pric... | 0 | [
2,
761,
164,
104,
14,
15764,
596,
4070,
19,
21,
8650,
5196,
800,
3726,
3726,
31,
22,
79,
638,
29,
14,
13,
15891,
3663,
6030,
17,
568,
14,
13,
43,
1473,
1990,
56,
2352,
55,
21,
253,
1279,
5196,
19,
14,
8650,
13,
45,
13,
43,
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... |
Decoding MP3s on Android
===
I'm currently working on an app which will let the user choose an audio file (MP3) which is then processed by my app.
Since the app will be working with mp3s and needs the raw pcm data, I will obviously have to decode the audio files at some point.
So can I either (i) use the android sys... | 0 | [
2,
121,
15458,
4628,
240,
18,
27,
13005,
800,
3726,
3726,
31,
22,
79,
871,
638,
27,
40,
4865,
56,
129,
408,
14,
4155,
3538,
40,
4023,
3893,
13,
5,
2554,
240,
6,
56,
25,
94,
16697,
34,
51,
4865,
9,
179,
14,
4865,
129,
44,
638... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
question mark and colon - if else in ruby
===
Hi I have a question about ruby on rails
Apparently I have a statement like this:
def sort_column
Product.column_names.include?(params[:sort]) ? params[:sort] : "name"
end
From what I read, it's said that this method sort the column based on par... | 0 | [
2,
1301,
943,
17,
10766,
13,
8,
100,
962,
19,
10811,
800,
3726,
3726,
4148,
31,
57,
21,
1301,
88,
10811,
27,
2240,
18,
3083,
31,
57,
21,
3331,
101,
48,
45,
6312,
2058,
1,
716,
4404,
103,
2374,
9,
716,
4404,
103,
1,
7259,
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... |
Google Maps API v3: marker - setImage sets more than one marker on the map
===
I have got a map with a set of markers. Every marker has a listener assigned (click).
Click event triggers setImage method of self and should also check whether same image (assigned to another marker) exist on the map - if yes the other ma... | 0 | [
2,
8144,
6867,
21,
2159,
566,
240,
45,
13289,
13,
8,
309,
22039,
3415,
91,
119,
53,
13289,
27,
14,
2942,
800,
3726,
3726,
31,
57,
330,
21,
2942,
29,
21,
309,
16,
19482,
9,
352,
13289,
63,
21,
21772,
2467,
13,
5,
150,
10129,
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... |
Add Function Import not available for function
===
I've added a function in my database and I wanted it to be callable in my code. For stored procedures I've right clicked on the SP and selected Add Function Import in Model Browser to achieve this, but this option is not available for my function. What can I do to i... | 0 | [
2,
3547,
1990,
9010,
52,
904,
26,
1990,
800,
3726,
3726,
31,
22,
195,
905,
21,
1990,
19,
51,
6018,
17,
31,
417,
32,
20,
44,
645,
579,
19,
51,
1797,
9,
26,
8214,
8876,
31,
22,
195,
193,
15802,
27,
14,
3782,
17,
1704,
3547,
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... |
Using Unicode characters with Delphi XE2
===
I'm looking at converting one of our applications to Delphi XE2 and generally take the opportunity to bring it up to date.
One of the features of the application is a StringGrid that displays a number of check marks in a couple of columns. To achieve this the grid is ac... | 0 | [
2,
568,
28010,
1766,
29,
23030,
13,
13012,
135,
800,
3726,
3726,
31,
22,
79,
699,
35,
19583,
53,
16,
318,
3767,
20,
23030,
13,
13012,
135,
17,
1469,
247,
14,
2893,
20,
1499,
32,
71,
20,
1231,
9,
53,
16,
14,
967,
16,
14,
3010,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Making a Frame return results
===
I seen dialogs returning results:
`if some_dlg.ShowModal() = wx.OK`
I want a similar behavior for my **frames**.
----------
I want the frame to ask for options (text fields and others), with a OK and Cancel. I then want to know the results of the operation (values of the f... | 0 | [
2,
544,
21,
3523,
788,
1736,
800,
3726,
3726,
31,
541,
28223,
18,
2485,
1736,
45,
13,
1,
821,
109,
1,
43,
10641,
9,
9303,
20756,
5,
6,
800,
619,
396,
9,
3085,
1,
31,
259,
21,
835,
3257,
26,
51,
13,
1409,
8361,
18,
1409,
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... |
Should you catch all exceptions?
===
This is not 'How To Catch All Exceptions' but rather 'Should You Catch All Exceptions'? In C# .NET I've noticed a tremendous amount of exceptions. Is it advisable to plan on catching every exception?
For example the DirectoryInfo() constructor throws 4 exceptions. Should I pl... | 4 | [
2,
378,
42,
2949,
65,
13392,
60,
800,
3726,
3726,
48,
25,
52,
13,
22,
1544,
20,
2949,
65,
13392,
22,
47,
864,
13,
22,
14941,
42,
2949,
65,
13392,
22,
60,
19,
272,
5910,
13,
9,
2328,
31,
22,
195,
2711,
21,
14622,
2006,
16,
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... |
python how to check list does't contain any value
===
consider this simple function
def foo(l=[]):
if not l: print "List is empty"
else : print "List is not empty"
Now let's call foo
X=[]
foo(x)
#List is empty
foo('')
#List is empty
But if x=[''] the list is not c... | 0 | [
2,
20059,
184,
20,
2631,
968,
630,
22,
38,
3717,
186,
1923,
800,
3726,
3726,
3563,
48,
1935,
1990,
6312,
4310,
111,
5,
255,
3726,
2558,
500,
6,
45,
100,
52,
644,
45,
4793,
13,
7,
5739,
25,
2424,
7,
962,
13,
45,
4793,
13,
7,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
how to receive emails from a ruby on rails app
===
i am in dead end! i am trying to make an app to receive emails on hotmail! i created a method and i am getting an error and no email receiving..
in my method:
class Recivemail < ActiveRecord::Base
attr_accessible :content, :from, :subject
... | 0 | [
2,
184,
20,
2588,
8517,
18,
37,
21,
10811,
27,
2240,
18,
4865,
800,
3726,
3726,
31,
589,
19,
828,
241,
187,
31,
589,
749,
20,
233,
40,
4865,
20,
2588,
8517,
18,
27,
1047,
8079,
187,
31,
679,
21,
2109,
17,
31,
589,
1017,
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... |
Webapp deployed in Glassfish can't write to files
===
I have the following function inside a Stateless EJB running in Glassfish. All it does is write some data to a file. The first part of the function just creates the path to where the file needs to go. The second part actually writes the file.
private boolean... | 0 | [
2,
2741,
7753,
6698,
19,
1350,
4934,
92,
22,
38,
2757,
20,
6488,
800,
3726,
3726,
31,
57,
14,
249,
1990,
572,
21,
146,
923,
13,
10022,
220,
946,
19,
1350,
4934,
9,
65,
32,
630,
25,
2757,
109,
1054,
20,
21,
3893,
9,
14,
64,
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... |
jquery nextAll() function, check if there is a next
===
How can I test if there is a next ,because this does not want to work
It counts 4 elements all the time for some reason?
$("body "+content).on("keypress","form.fcheckoutform :input.aantal",function(e) {
if (e.keyCode === 9) {
... | 0 | [
2,
487,
8190,
93,
328,
1233,
5,
6,
1990,
15,
2631,
100,
80,
25,
21,
328,
800,
3726,
3726,
184,
92,
31,
1289,
100,
80,
25,
21,
328,
13,
15,
4451,
48,
630,
52,
259,
20,
170,
32,
9927,
268,
2065,
65,
14,
85,
26,
109,
1215,
60... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Lost UDP 'connection' between client app and server app
===
I wrote two small applications (a client and a server) to test UDP communication and I found the 'connection' (yeah, I know, there's no real connection) between them gets lost frecuently for no reason.
I know UDP is an unreliable protocol, but the problem ... | 0 | [
2,
529,
287,
7431,
13,
22,
25996,
872,
22,
128,
6819,
4865,
17,
8128,
4865,
800,
3726,
3726,
31,
738,
81,
284,
3767,
13,
5,
58,
6819,
17,
21,
8128,
6,
20,
1289,
287,
7431,
3291,
17,
31,
216,
14,
13,
22,
25996,
872,
22,
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... |
how to left align the Jquery datatable pagination buttons
===
Any ideas on how to left align the Jquery datatable pagination buttons?
by default top buttons are aligned center, and bottom buttons are aligned right.
Any ideas? | 0 | [
2,
184,
20,
225,
23389,
14,
487,
8190,
93,
1054,
5924,
19006,
108,
857,
12861,
800,
3726,
3726,
186,
3478,
27,
184,
20,
225,
23389,
14,
487,
8190,
93,
1054,
5924,
19006,
108,
857,
12861,
60,
34,
12838,
371,
12861,
50,
13,
12740,
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,
0,
0,
0,
0,
0,
0,
0... |
vcr with capybara-webkit
===
I'm using vcr to record all requests I make to external web services. Unfortunately, one of the companies I'm integrating doesn't have web services for the information I need so I've had to resort to screen scraping... It's also impossible to navigate the site without javascript so I'm usi... | 0 | [
2,
566,
6711,
29,
2605,
93,
13259,
8,
14113,
13703,
800,
3726,
3726,
31,
22,
79,
568,
566,
6711,
20,
571,
65,
12279,
31,
233,
20,
4886,
2741,
687,
9,
6200,
15,
53,
16,
14,
1532,
31,
22,
79,
24529,
1437,
22,
38,
57,
2741,
687,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Get assembly reference without reflection or a known type
===
In my current framework's design, I peruse all types of specific assemblies and do work based on the types found. The assemblies it searches through are determined by the application bootstrapper/initializer. The assemblies are compiled in, so they can be... | 0 | [
2,
164,
1475,
2801,
366,
9138,
54,
21,
167,
1001,
800,
3726,
3726,
19,
51,
866,
6596,
22,
18,
704,
15,
31,
416,
3699,
65,
2551,
16,
1903,
21066,
17,
107,
170,
432,
27,
14,
2551,
216,
9,
14,
21066,
32,
19994,
120,
50,
2734,
34,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
goto url using javascript on Select box | DropDown box
===
I have the below javascript function to go to the selected box value url.
function go(x) {
alert(x);
location=x.value;
}
I cannot use getElementById
There may be more than 1 select box as the user dif... | 0 | [
2,
330,
111,
287,
6362,
568,
8247,
8741,
27,
5407,
1649,
13,
1,
2804,
2968,
1649,
800,
3726,
3726,
31,
57,
14,
1021,
8247,
8741,
1990,
20,
162,
20,
14,
1704,
1649,
1923,
287,
6362,
9,
1990,
162,
5,
396,
6,
13,
1,
7863,
5,
396,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Random number generators and thread safety
===
Almost every pseudorandom generator in C/C++ (Mersenne, ...) uses some kind of internal state, usually a short vector of bytes. My question is, when such a random generator is used and shared in a multithreaded environment is it "much" better to have it thread-safe or let... | 0 | [
2,
5477,
234,
20495,
17,
9322,
2108,
800,
3726,
3726,
557,
352,
8452,
2195,
5555,
15286,
19,
272,
118,
150,
20512,
13,
5,
12271,
11299,
15,
13,
9,
9,
9,
6,
2027,
109,
825,
16,
3117,
146,
15,
951,
21,
502,
7497,
16,
34,
3231,
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... |
How to make dynamic ExpandableListView
===
I am new to Android and am struggling to do the following using ExpandableListView..
I want to have 3 groups - Online, offline and away, the groups will contain children custom objects - Contacts- which will be loaded from the internet. The objects will only be in one gro... | 0 | [
2,
184,
20,
233,
7782,
6073,
579,
5739,
4725,
800,
3726,
3726,
31,
589,
78,
20,
13005,
17,
589,
7587,
20,
107,
14,
249,
568,
6073,
579,
5739,
4725,
9,
9,
31,
259,
20,
57,
203,
1170,
13,
8,
2087,
15,
168,
1143,
17,
229,
15,
1... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How can I use other heading styles like twiki ---+ or mediawiki == h2 == in org-mode?
===
I really want to use org-mode.
But, I want to use org-mode to understand structured documents that have already been written using different heading syntax,
e.g. using twiki's ---+
---+ H1
Top level
... | 0 | [
2,
184,
92,
31,
275,
89,
4582,
6443,
101,
13,
38,
17375,
13,
8,
8,
8,
2430,
54,
941,
17375,
800,
3726,
746,
135,
800,
3726,
19,
13,
5583,
8,
15570,
60,
800,
3726,
3726,
31,
510,
259,
20,
275,
13,
5583,
8,
15570,
9,
47,
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... |
Paths relative to the file location and NOT the url
===
Somewhat new to web design.
I just finished creating a dynamic site. It can read domain/category, domain/category/this-article-about-x, all redirecting to domain/index.php and working well.
However, I quickly learned that whenever I used a relative path ... | 0 | [
2,
12074,
4543,
20,
14,
3893,
1474,
17,
52,
14,
287,
6362,
800,
3726,
3726,
4131,
78,
20,
2741,
704,
9,
31,
114,
842,
2936,
21,
7782,
689,
9,
32,
92,
1302,
4603,
118,
14375,
93,
15,
4603,
118,
14375,
93,
118,
1565,
8,
20360,
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... |
Template Member Function Overloading and Multiple Inheritance in C++
===
I am observing behavior in the below code which I cannot readily explain and would like to understand the theory of better. I cannot seem to find an online documentation source or existing question which covers this particular situation. For refe... | 0 | [
2,
22894,
322,
1990,
84,
16866,
17,
1886,
13852,
19,
272,
20512,
800,
3726,
3726,
31,
589,
16987,
3257,
19,
14,
1021,
1797,
56,
31,
1967,
13563,
3271,
17,
83,
101,
20,
1369,
14,
1639,
16,
574,
9,
31,
1967,
2260,
20,
477,
40,
208... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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# Query: Command Window does not persist
===
I have the following code for a button click event. This event should open the command window and execute the application:
private void start_Click(object sender, EventArgs e)
{
if (textBox1.Text == " " || textBox2.Text == " ")
... | 0 | [
2,
272,
5910,
25597,
45,
1202,
1463,
630,
52,
22084,
800,
3726,
3726,
31,
57,
14,
249,
1797,
26,
21,
5167,
10840,
807,
9,
48,
807,
378,
368,
14,
1202,
1463,
17,
15644,
14,
3010,
45,
932,
11364,
799,
1,
150,
10129,
5,
23793,
2660... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
og:profile throws error in fb debugger
===
I'm using facebook's lint debugger and notice that it has a problem with og meta tags of appname:profile specifically. I have attached it to the action, and other object types work in replacement. Is this a bug, or is FB designed to not allow external "profiles" to be called ... | 0 | [
2,
7096,
45,
14503,
13566,
7019,
19,
13,
13478,
121,
2345,
11356,
800,
3726,
3726,
31,
22,
79,
568,
9090,
22,
18,
6294,
38,
121,
2345,
11356,
17,
3551,
30,
32,
63,
21,
1448,
29,
7096,
7618,
3383,
18,
16,
4865,
7259,
45,
14503,
3... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
how to allow xampp apache's to be accessed within the same network
===
I'm trying to configure my local `xampp`'s `Apache` to be accessed by other computers within my netwrok. Currently it's only accessed through my `localhost` machine, but I would like to have it accessed by other computers within my group.
How coul... | 0 | [
2,
184,
20,
1655,
993,
765,
3421,
17140,
22,
18,
20,
44,
12904,
363,
14,
205,
982,
800,
3726,
3726,
31,
22,
79,
749,
20,
1065,
15951,
51,
375,
13,
1,
396,
765,
3421,
1,
22,
18,
13,
1,
7738,
2569,
1,
20,
44,
12904,
34,
89,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 NOT LIKE and LIKE
===
I'm having a problem with understanding the LIKE and NOT LIKE operators in SQL. This is a query that I've executed:
select serial_number from UNIT U
group by serial_number
order by serial_number
which yields 2000 results.
When I execute this query, I get 1950 results:
select s... | 0 | [
2,
4444,
255,
52,
101,
17,
101,
800,
3726,
3726,
31,
22,
79,
452,
21,
1448,
29,
3260,
14,
101,
17,
52,
101,
9475,
19,
4444,
255,
9,
48,
25,
21,
25597,
30,
31,
22,
195,
5557,
45,
5407,
5956,
1,
16299,
37,
1237,
287,
214,
34,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
c# - WFA - how to show text on datagridview button column?
===
I have a datagrid with 2 button columns, I want to add text on the button but I don't know how.
I'm not building the grid using code, i did it using the drag'n'drop toolbar.
The name of the grid is 'dataGridView1'.
Can anyone show me how to add text... | 0 | [
2,
272,
5910,
13,
8,
619,
1473,
13,
8,
184,
20,
298,
1854,
27,
1054,
16375,
4725,
5167,
4698,
60,
800,
3726,
3726,
31,
57,
21,
1054,
16375,
29,
172,
5167,
7498,
15,
31,
259,
20,
3547,
1854,
27,
14,
5167,
47,
31,
221,
22,
38,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Controller not creating with association
===
I've got two models, Users and Organizations, which have a has_many relationship using an assignments table. I have a nested resource form when the user is created, which creates an associated organization just fine. However, when creating an organization, it doesn't associ... | 0 | [
2,
9919,
52,
2936,
29,
607,
800,
3726,
3726,
31,
22,
195,
330,
81,
2761,
15,
3878,
17,
2856,
15,
56,
57,
21,
63,
1,
14842,
1429,
568,
40,
16898,
859,
9,
31,
57,
21,
5618,
69,
6577,
505,
76,
14,
4155,
25,
679,
15,
56,
9695,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 my ListView not clickable when it contains a RatingBar in a TableRow?
===
When I have a RatingBar in a TableRow on my ListView, my `onListItemClick` isn't being fired when I touch a row. When I either do `bar.setVisibility(View.GONE)` or just remove the control, the rows are clickable again.
How do I make it... | 0 | [
2,
483,
25,
51,
968,
4725,
52,
10840,
579,
76,
32,
1588,
21,
4647,
1850,
19,
21,
859,
5417,
60,
800,
3726,
3726,
76,
31,
57,
21,
4647,
1850,
19,
21,
859,
5417,
27,
51,
968,
4725,
15,
51,
13,
1,
218,
5739,
2119,
4829,
10129,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Determine interpreter from inside script
===
I have a script; it needs to use bash's associative arrays (trust me on that one).
It needs to run on normal machines, as well as a certain additional machine that has /bin/bash 3.2.
It works fine if I declare the interpreter to be `/opt/userwriteablefolder/bin/bash4`... | 0 | [
2,
3746,
19336,
37,
572,
3884,
800,
3726,
3726,
31,
57,
21,
3884,
73,
32,
2274,
20,
275,
13158,
22,
18,
28,
18,
16325,
3366,
7718,
18,
13,
5,
11592,
55,
27,
30,
53,
6,
9,
32,
2274,
20,
485,
27,
1826,
6035,
15,
28,
134,
28,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to register a DragEvent while already inside one and have it listen in the current DragEvent?
===
My question is is related to the Drag and Drop API in Android. I apologize if my question was confusing. But essentially, when you want to start a Drag and Drop operation, you must invoke `startDrag()` on a `View`. Yo... | 0 | [
2,
184,
20,
2243,
21,
5501,
4943,
38,
133,
614,
572,
53,
17,
57,
32,
3834,
19,
14,
866,
5501,
4943,
38,
60,
800,
3726,
3726,
51,
1301,
25,
25,
1597,
20,
14,
5501,
17,
2804,
21,
2159,
19,
13005,
9,
31,
12059,
100,
51,
1301,
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... |
Using table other than users for authentication in cakephp 1.3
===
I'm trying to use a table named 'accounts' in place of the users table for authentication. I've tried using `$this->Auth->userModel = 'Account';` but when I attempt to login I get my authError displayed, it does keep me from accessing anything else tho... | 0 | [
2,
568,
859,
89,
119,
3878,
26,
27963,
19,
8390,
26120,
137,
9,
240,
800,
3726,
3726,
31,
22,
79,
749,
20,
275,
21,
859,
377,
13,
22,
29148,
18,
22,
19,
209,
16,
14,
3878,
859,
26,
27963,
9,
31,
22,
195,
794,
568,
13,
1,
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... |
`given - when` with undefined value
===
Why do I get here only in the second `given/when` example an `uninitialized value` warning?
#!/usr/bin/env perl
use warnings;
use 5.12.0;
my $aw;
given ( $aw ) {
when ( 'string' ) {
say "string";
}
when ( n... | 0 | [
2,
13,
1,
8448,
103,
13,
8,
76,
1,
29,
367,
13439,
1923,
800,
3726,
3726,
483,
107,
31,
164,
235,
104,
19,
14,
153,
13,
1,
8448,
103,
118,
3185,
1,
823,
40,
13,
1,
1020,
27313,
1333,
1923,
1,
3590,
60,
6926,
187,
118,
267,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
JSON Web Token difference between ValidTo and ExpirationTime
===
Using the `JsonWebToken` class from Thinktecture's Identity Model (4.5) tool set. The token has two properties: `ExpirationTime` and `ValidTo`, and a claim for `Expiration`. *What is the difference between the three?*
Just in case the code matters,... | 0 | [
2,
487,
528,
2741,
20,
2853,
2841,
128,
7394,
262,
17,
29529,
891,
800,
3726,
3726,
568,
14,
13,
1,
728,
528,
14113,
262,
2853,
1,
718,
37,
277,
9568,
6418,
22,
18,
3270,
1061,
13,
5,
300,
9,
264,
6,
5607,
309,
9,
14,
20,
28... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Operand type clash: ntext is incompatible with int - classic asp and sql server 2005
===
I'm working on a legacy site using Classic ASP. I'm getting the following error, and for the life of me I can't figure out why. My guess is it's something simple, but I'm at a loss.
Here is the asp code calling the stored proce... | 0 | [
2,
1877,
706,
1001,
13870,
45,
13,
103,
11969,
25,
19,
20049,
29,
19,
38,
13,
8,
2732,
28,
306,
17,
4444,
255,
8128,
812,
800,
3726,
3726,
31,
22,
79,
638,
27,
21,
7780,
689,
568,
2732,
28,
306,
9,
31,
22,
79,
1017,
14,
249,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Xquery and empty tags
===
I am using a rather old verision of exist at work. I'd love to update it, but unfortunately were are too small and I am to junior to get this done anytime in the next few months.
Anyway, I rewriting some document table of contents. I would like to output an empty span tag that has an icon,... | 0 | [
2,
993,
8190,
93,
17,
2424,
3383,
18,
800,
3726,
3726,
31,
589,
568,
21,
864,
315,
13,
22466,
5991,
16,
3182,
35,
170,
9,
31,
22,
43,
339,
20,
11100,
32,
15,
47,
6200,
46,
50,
266,
284,
17,
31,
589,
20,
1630,
20,
164,
48,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Slide out tab jquery working with an a link
===
I have a slide out tab on the right of a webpage what I want to do is have an a link on the page that will make the slider open across the screen can anyone here is my jquery:
$(document).ready(function(){
jQuery(".pull_feedback").toggle(function(){
jQu... | 0 | [
2,
6464,
70,
6523,
487,
8190,
93,
638,
29,
40,
21,
3508,
800,
3726,
3726,
31,
57,
21,
6464,
70,
6523,
27,
14,
193,
16,
21,
2741,
6486,
98,
31,
259,
20,
107,
25,
57,
40,
21,
3508,
27,
14,
2478,
30,
129,
233,
14,
3295,
106,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Project references dropped after debugging
===
We have recently upgraded to VS2010 (10.0.40219.1 SP1Rel) and ILOG Rules For .net 7.1.1.4 (x64). Now the following can occur:
1. Open a solution.
2. Debug a project
3. Stop debugging.
4. Close a file (so far: app.Config and Program.cs)
5. Watch the "Refactoring ru... | 0 | [
2,
669,
7231,
1539,
75,
121,
16254,
2762,
800,
3726,
3726,
95,
57,
1989,
9958,
20,
4611,
2751,
13,
5,
1036,
9,
387,
9,
2602,
135,
1433,
9,
165,
3782,
165,
7256,
6,
17,
31,
5567,
1761,
26,
13,
9,
2328,
453,
9,
165,
9,
165,
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... |
How to wait a ExtJS Panel to render before expand?
===
I have an `infoContainer` extending an `Ext.panel.Panel` in ExtJS 4.0.7 with these properties (only relevant shown):
- collapsible: true
- collapsed: true
- disabled: true
- forceLayout: true
I've some modifications (some render) to apply on component... | 0 | [
2,
184,
20,
1760,
21,
1396,
38,
728,
18,
4113,
20,
16535,
115,
6073,
60,
800,
3726,
3726,
31,
57,
40,
13,
1,
108,
4120,
1126,
5851,
106,
1,
8176,
40,
13,
1,
1706,
38,
9,
3206,
532,
9,
3206,
532,
1,
19,
1396,
38,
728,
18,
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... |
Web request timeout exception. How to properly read it?
===
How is this exception possible?
I'm calling google service as shown below. My logs identified that I get Timeout exception on line `var requestStream = request.GetRequestStream();`
I didn't even place it inside `catch` block because I thought reading st... | 0 | [
2,
2741,
3772,
85,
1320,
5391,
9,
184,
20,
7428,
1302,
32,
60,
800,
3726,
3726,
184,
25,
48,
5391,
938,
60,
31,
22,
79,
2555,
8144,
365,
28,
1721,
1021,
9,
51,
18893,
2889,
30,
31,
164,
85,
1320,
5391,
27,
293,
13,
1,
3311,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 docs list API PHP
===
I want to add a list of my google docs on my website(not a google site) but I don't want to copy-paste the link of the docs one by one. The code of my website is mostly in PHP. I am unable to find a PHP guide for Google Docs list API version 3.0; PHP guide is only available for version 1.0... | 0 | [
2,
8144,
9765,
18,
968,
21,
2159,
13,
26120,
800,
3726,
3726,
31,
259,
20,
3547,
21,
968,
16,
51,
8144,
9765,
18,
27,
51,
2271,
5,
1270,
21,
8144,
689,
6,
47,
31,
221,
22,
38,
259,
20,
4344,
8,
19802,
62,
14,
3508,
16,
14,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
WCF DataContractResolver
===
I'm trying to follow a guide from http://www.danrigsby.com/blog/index.php/2008/05/23/understanding-instancecontext-in-wcf/ to create and attach a DataContractSerializer.
I've declared the serializer and implemented the methods, then attached it to both the client and server with the fol... | 0 | [
2,
11801,
410,
1054,
23311,
99,
5594,
2304,
800,
3726,
3726,
31,
22,
79,
749,
20,
1740,
21,
3378,
37,
7775,
6903,
6483,
9,
2793,
12313,
18,
779,
9,
960,
118,
220,
5567,
118,
25671,
9,
26120,
118,
2753,
118,
4071,
15718,
9280,
4579... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
ListView crushes my programme
===
i have a ListView that allows me to be able to select picture that i like and it is working just fine but the problem is when i select other pictures it crushes and i get this error mesage wich i do not understand and this pictures are from mysql database.
The content of the ad... | 0 | [
2,
968,
4725,
9236,
160,
51,
2866,
800,
3726,
3726,
31,
57,
21,
968,
4725,
30,
2965,
55,
20,
44,
777,
20,
5407,
2151,
30,
31,
101,
17,
32,
25,
638,
114,
1123,
47,
14,
1448,
25,
76,
31,
5407,
89,
3104,
32,
9236,
160,
17,
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... |
Format a file based on the IFS
===
I am using `sed` to concatenate the contents of a file as:
cat source.c | sed -e :a -e '$!N; s/\n/ /; ta'
The file contains relevant informations [ series of strings ] separated by a pipe `|`.
I want to change the `IFS` to a pipe `|`and get the output may be by piping... | 0 | [
2,
2595,
21,
3893,
432,
27,
14,
100,
18,
800,
3726,
3726,
31,
589,
568,
13,
1,
18,
69,
1,
20,
1065,
9530,
8820,
14,
8478,
16,
21,
3893,
28,
45,
2008,
1267,
9,
150,
13,
1,
13924,
13,
8,
62,
13,
45,
58,
13,
8,
62,
13,
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... |
Missing pgnuplot
===
I'm trying to use gnuplot.py through cygwin, but it looks like I need to install pgnuplot (I get "/bin/sh: pgnuplot.exe: command not found" trying to run the demo.py file).
The README provides an ftp link, but either its outdated or I don't think I understand how to use it. Could someone provid... | 0 | [
2,
2863,
351,
9776,
576,
5639,
800,
3726,
3726,
31,
22,
79,
749,
20,
275,
26092,
13221,
38,
9,
6448,
120,
6728,
263,
4181,
15,
47,
32,
1879,
101,
31,
376,
20,
16146,
351,
9776,
576,
5639,
13,
5,
49,
164,
13,
7,
118,
4772,
118,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Should I make more frequent, smaller calls; or less frequent larger calls?
===
I guess the question is kind of loaded, but I wanted some feedback. Currently I am constructing poco class objects from web services via dtos. I preload all scalar values, and lazy load all collections/arrays, which includes binaries of cou... | 0 | [
2,
378,
31,
233,
91,
5408,
15,
2012,
3029,
73,
54,
787,
5408,
1662,
3029,
60,
800,
3726,
3726,
31,
2321,
14,
1301,
25,
825,
16,
8572,
15,
47,
31,
417,
109,
13111,
9,
871,
31,
589,
18660,
2353,
716,
718,
3916,
37,
2741,
687,
11... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
star symbols in gnuplot
===
I'm trying to generate an .eps figure in `gnuplot` using
set terminal postscript eps enhanced color solid
I want to include in my figure a title for a plot containing some star symbols, e.g ★ ☆
I tried through this:
plot "./mydata" u 1:2 title "★ ☆"
as well as this:... | 0 | [
2,
778,
9794,
19,
26092,
13221,
38,
800,
3726,
3726,
31,
22,
79,
749,
20,
7920,
40,
13,
9,
3492,
18,
1465,
19,
13,
1,
9776,
576,
5639,
1,
568,
309,
3855,
678,
8741,
2579,
18,
10062,
1665,
2941,
31,
259,
20,
468,
19,
51,
1465,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Configuring Eclipse / EGit to track an upstream repository
===
I'm using EGit (as provided within the new Eclipse 4.2 Juno release).
I have a repository on GitHub which I have forked from another upstream repository.
When I create a project in Eclipse from the repository on Github, it correctly sets `origin` to ... | 0 | [
2,
1065,
13549,
68,
11652,
13,
118,
12369,
242,
20,
792,
40,
15657,
24869,
800,
3726,
3726,
31,
22,
79,
568,
12369,
242,
13,
5,
472,
1173,
363,
14,
78,
11652,
268,
9,
135,
21715,
830,
6,
9,
31,
57,
21,
24869,
27,
13,
10404,
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... |
Encrypt Post Data Before Sending
===
I've been searching for a solution to this problem for some time. I need a way to encrypt form data using JS. Then I need to be able to decrypt it using PHP. A public/private key system seems perfect, however I can't find any solutions or documentation on how to implement it. I rea... | 0 | [
2,
1957,
11435,
678,
1054,
115,
4907,
800,
3726,
3726,
31,
22,
195,
74,
5792,
26,
21,
4295,
20,
48,
1448,
26,
109,
85,
9,
31,
376,
21,
161,
20,
1957,
11435,
505,
1054,
568,
487,
18,
9,
94,
31,
376,
20,
44,
777,
20,
121,
1143... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Updated .cs file in another solution and cannot figure out how to reference updated version
===
I have updated a .cs file in one solution that is being used by a .cs file in a second solution in VS 2010. I have deleted the reference to the .dll file in the second solution and then re-referenced it but I'm still refer... | 0 | [
2,
6372,
13,
9,
6824,
3893,
19,
226,
4295,
17,
1967,
1465,
70,
184,
20,
2801,
6372,
615,
800,
3726,
3726,
31,
57,
6372,
21,
13,
9,
6824,
3893,
19,
53,
4295,
30,
25,
142,
147,
34,
21,
13,
9,
6824,
3893,
19,
21,
153,
4295,
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... |
create method similar to .css() function in JQuery
===
It is possible to create a method that is similar with the `.css()` function from JQeury?
Example in jquery:
$("#elemid").css("position","absolute");
$("#elemid").css({position:"absolute",left:45});
And I want this to look almost the same in JAVA... | 0 | [
2,
1600,
2109,
835,
20,
13,
9,
6824,
18,
5,
6,
1990,
19,
487,
8190,
93,
800,
3726,
3726,
32,
25,
938,
20,
1600,
21,
2109,
30,
25,
835,
29,
14,
13,
1,
9,
6824,
18,
5,
6,
1,
1990,
37,
487,
1251,
5630,
93,
60,
823,
19,
487,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
I was to execute a trigger and that should be applied to all users except one user
===
I want to execute a trigger and that should be applied to all users except one user. How do I write this. Please provide a simple code. | 0 | [
2,
31,
23,
20,
15644,
21,
7286,
17,
30,
378,
44,
2435,
20,
65,
3878,
1613,
53,
4155,
800,
3726,
3726,
31,
259,
20,
15644,
21,
7286,
17,
30,
378,
44,
2435,
20,
65,
3878,
1613,
53,
4155,
9,
184,
107,
31,
2757,
48,
9,
2247,
118... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... |
Netty Framework: When is channelOpen called?
===
According to the Netty guide: http://static.netty.io/3.5/guide/#start.12
> *To keep track of open sockets, you need to modify the
> TimeServerHandler to add a new open Channel to the global
> ChannelGroup, TimeServer.allChannels:*
<!-- language: lang-java -->... | 0 | [
2,
4275,
1084,
6596,
45,
76,
25,
1318,
10157,
227,
60,
800,
3726,
3726,
496,
20,
14,
4275,
1084,
3378,
45,
7775,
6903,
18077,
9,
11874,
93,
9,
1963,
16842,
9,
10551,
17599,
118,
5910,
13680,
9,
918,
13,
1,
1637,
262,
643,
792,
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... |
IOS 5: How do I add a Label to My TableView's Bottom Bar?
===
I am trying to add a Label to my bottom bar of my TableView in StoryBoard. But it won't stay when I drag it over. I was able to add a refresh button this way but not the Label. Can I only add buttons to the bottom bar? Thanks! | 0 | [
2,
13,
7760,
7040,
184,
107,
31,
3547,
21,
1899,
20,
51,
859,
4725,
22,
18,
2129,
748,
60,
800,
3726,
3726,
31,
589,
749,
20,
3547,
21,
1899,
20,
51,
2129,
748,
16,
51,
859,
4725,
19,
609,
2806,
9,
47,
32,
230,
22,
38,
1179,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How do you determine if an object (self) with a lot of properties has been changed?
===
**The short version of the question:**
I have a class with a ton of declared properties, and I want to keep track of whether or not there have been any changes to it so that when I call a `save` method on it, it doesn't write to... | 0 | [
2,
184,
107,
42,
3746,
100,
40,
3095,
13,
5,
8411,
6,
29,
21,
865,
16,
3704,
63,
74,
1015,
60,
800,
3726,
3726,
13,
1409,
124,
502,
615,
16,
14,
1301,
45,
1409,
31,
57,
21,
718,
29,
21,
13,
444,
16,
2482,
3704,
15,
17,
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... |
Hive and Hadoop version
===
How can I find which Hive version I am using from the command prompt. Below is the details-
I am using Putty to connect to hive table and access records in the tables. So what I did is- I opened Putty and in the host name I typed- `ares-ingest.vip.name.com` and then I click `Open`. And t... | 0 | [
2,
25535,
17,
41,
21709,
615,
800,
3726,
3726,
184,
92,
31,
477,
56,
25535,
615,
31,
589,
568,
37,
14,
1202,
11443,
4417,
9,
1021,
25,
14,
3289,
8,
31,
589,
568,
442,
1084,
20,
6379,
20,
25535,
859,
17,
1381,
742,
19,
14,
7484... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 member changes after recursive call
===
Here is a simplefied code:
Class Bar
{
static $foo;
public function __construct(Foo $foo)
{
$this->foo = $foo;
$this->loop($foo,1);
}
public function loop(Foo $foo, $index)... | 0 | [
2,
13,
26120,
322,
1693,
75,
302,
24244,
645,
800,
3726,
3726,
235,
25,
21,
1935,
1707,
69,
1797,
45,
718,
748,
13,
1,
12038,
5579,
4120,
111,
73,
317,
1990,
13,
1,
1126,
10346,
5,
4120,
111,
5579,
4120,
111,
6,
13,
1,
5579,
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... |
New Git branch without changes from a previous commit
===
My current branches look like:
A--D
/
H--A--B--C
I was trying to work out how to produce a new git branch which would make the new git repo to looks something like:
A--D
/
H--A--B--C
\
A--C... | 0 | [
2,
78,
13,
10404,
1686,
366,
1693,
37,
21,
1158,
9686,
800,
3726,
3726,
51,
866,
4395,
361,
101,
45,
21,
8,
8,
43,
13,
118,
746,
8,
8,
58,
8,
8,
220,
8,
8,
150,
31,
23,
749,
20,
170,
70,
184,
20,
2213,
21,
78,
13,
10404,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
AVAudioPlayer multiple sounds noisy
===
Since the system sound player in iOS can only play one sound at a time I am using AVAudioPlayer. However, if I try to play two of the same sound, using two separate AVAudioPlayers with the same sound file, it sounds noisy.
I want to be able to play a certain sound in rapid s... | 0 | [
2,
13656,
6785,
111,
14049,
1886,
2795,
22729,
800,
3726,
3726,
179,
14,
329,
646,
517,
19,
13,
7760,
92,
104,
418,
53,
646,
35,
21,
85,
31,
589,
568,
13656,
6785,
111,
14049,
9,
207,
15,
100,
31,
1131,
20,
418,
81,
16,
14,
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... |
Connect 2 images with a line in HTML. Django template
===
I'm working on this project which requires a sort of timeline for 3 major events.
I represent each of the events with a checkmark image. (and depending on whether these events occured correctly, the checkmark appears in green yellow or red). So these images ... | 0 | [
2,
6379,
172,
3502,
29,
21,
293,
19,
13,
15895,
9,
3857,
14541,
22894,
800,
3726,
3726,
31,
22,
79,
638,
27,
48,
669,
56,
4781,
21,
2058,
16,
18398,
26,
203,
394,
963,
9,
31,
3501,
206,
16,
14,
963,
29,
21,
2631,
4527,
1961,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Multiple Web Part JavaScript Dependency
===
Say I have a portal using 4 custom web parts - there about four different external javascript files that have (appropriately namespaced) common functions and properties to be shared with all 4 web parts.
What is the best practice for making sure that all web parts have ac... | 0 | [
2,
1886,
2741,
141,
8247,
8741,
26835,
800,
3726,
3726,
395,
31,
57,
21,
8281,
568,
268,
5816,
2741,
1341,
13,
8,
80,
88,
222,
421,
4886,
8247,
8741,
6488,
30,
57,
13,
5,
2552,
10890,
928,
1373,
102,
1817,
15265,
6,
757,
3719,
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... |
Cocos2D: What needs to be allocated?
===
I should really know this by now but I just can´t decide when to allocate game objects when when I don´t need to.
Example: I have a pause button in my game. This button is not allocated in any way, I put in my input layer like this:
` pauseButton = [CCSprite spriteWithSpri... | 0 | [
2,
22470,
18,
135,
43,
45,
98,
2274,
20,
44,
11685,
60,
800,
3726,
3726,
31,
378,
510,
143,
48,
34,
130,
47,
31,
114,
92,
13,
38,
4073,
76,
20,
65,
111,
9530,
250,
3916,
76,
76,
31,
221,
13,
38,
376,
20,
9,
823,
45,
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... |
Not Using an Anonymous Function w/ Jquery Events
===
In my program, I have a click event that does the same thing for many buttons, except the class in a small part of the event handler function is different for each one. Right now, I'm just using an anonymous function for this. The function attached to this event i... | 0 | [
2,
52,
568,
40,
10364,
1990,
619,
118,
487,
8190,
93,
963,
800,
3726,
3726,
19,
51,
625,
15,
31,
57,
21,
10840,
807,
30,
630,
14,
205,
584,
26,
151,
12861,
15,
1613,
14,
718,
19,
21,
284,
141,
16,
14,
807,
24641,
1990,
25,
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... |
SQL Server multiple INNER JOINs very slow
===
I'm pretty much an idiot when it come to databases, I can write the query to do what I want without too many problems, but when I hit a performance issue I really have no idea what to do, so any help would be gratefully received.
I have three tables:
**Bill**
... | 0 | [
2,
4444,
255,
8128,
1886,
3754,
10612,
253,
2276,
800,
3726,
3726,
31,
22,
79,
1772,
212,
40,
8563,
76,
32,
340,
20,
6018,
18,
15,
31,
92,
2757,
14,
25597,
20,
107,
98,
31,
259,
366,
266,
151,
1716,
15,
47,
76,
31,
770,
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... |
Android how to install older API versions?
===
In Eclipse my Android SDK Manager doesn't show as far back as API level 7 which is what I would like to install.
How can I go about doing this?
Thank you | 0 | [
2,
13005,
184,
20,
16146,
1234,
21,
2159,
3281,
60,
800,
3726,
3726,
19,
11652,
51,
13005,
13,
18,
43,
197,
1382,
1437,
22,
38,
298,
28,
463,
97,
28,
21,
2159,
662,
453,
56,
25,
98,
31,
83,
101,
20,
16146,
9,
184,
92,
31,
16... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... |
How to get ajax response from other domain?
===
Except YQL ,Is there any way to get ajax's response and data from other domain without modifying server side's code?
YQL has limit (1000 calls per hour) for free user , but most of people said it's actually less. | 0 | [
2,
184,
20,
164,
20624,
1627,
37,
89,
4603,
60,
800,
3726,
3726,
1613,
13,
93,
22402,
13,
15,
403,
80,
186,
161,
20,
164,
20624,
22,
18,
1627,
17,
1054,
37,
89,
4603,
366,
17579,
68,
8128,
270,
22,
18,
1797,
60,
13,
93,
22402,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Game Project-Getting coordinates of game objects to display correctly (Java)
===
My goal is getting the ball to be centered at the paddle.
My only problem is implementing the correct math formula
for the x coordinate of the gameball. I got the y coordinate formula working perfectly.
I do not need the correct answ... | 0 | [
2,
250,
669,
8,
27380,
13714,
16,
250,
3916,
20,
3042,
12044,
13,
5,
1004,
1385,
6,
800,
3726,
3726,
51,
1195,
25,
1017,
14,
1592,
20,
44,
10583,
35,
14,
17552,
9,
51,
104,
1448,
25,
17333,
14,
4456,
5057,
3729,
26,
14,
993,
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 Binding a MenuItem in a CompositeCollection not working
===
I'm having problems binding a command to a menuitem in a compositecollection. The MenuItem is part of ContextMenu which is defined in the UserControl.Resources.
The problem is that the binding of the New label is not working. When I place the MenuItem... | 0 | [
2,
619,
7721,
8728,
21,
11379,
2119,
79,
19,
21,
12639,
15015,
872,
52,
638,
800,
3726,
3726,
31,
22,
79,
452,
1716,
8728,
21,
1202,
20,
21,
11379,
2119,
79,
19,
21,
12639,
15015,
872,
9,
14,
11379,
2119,
79,
25,
141,
16,
4141,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 google calendar android code running on eclipse
===
I downloaded Google calendar android code from here "https://github.com/android/platform_packages_apps_calendar/downloads" and i wanted to run that code so that i can get some of the help for my own calender from that.
but after import in eclipse i got se... | 0 | [
2,
184,
20,
164,
8144,
7036,
13005,
1797,
946,
27,
11652,
800,
3726,
3726,
31,
23887,
8144,
7036,
13005,
1797,
37,
235,
13,
7,
21127,
18,
6903,
10404,
20926,
9,
960,
118,
290,
18524,
118,
27035,
1,
8573,
14465,
1,
7753,
18,
1,
343... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Bash shell remove rows from a text file
===
i have a big domain lists file for a proxy filter. In another file I have some exceptions i would like to remove from filter file all rows of excpetions file. Is it possibile with some "sed" operation?
Thanks. | 0 | [
2,
13158,
3593,
4681,
11295,
37,
21,
1854,
3893,
800,
3726,
3726,
31,
57,
21,
580,
4603,
7227,
3893,
26,
21,
27188,
11945,
9,
19,
226,
3893,
31,
57,
109,
13392,
31,
83,
101,
20,
4681,
37,
11945,
3893,
65,
11295,
16,
1396,
150,
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... |
Change Default Binding/Textbox StringFormat in xaml
===
I am creating a form with a lot of textboxes that have text attributes as declared below:
Text="{Binding Path=SomeField, StringFormat='\{0:#,##0.##\}', Mode=TwoWay, ValidatesOnExceptions=true, NotifyOnValidationError=true, Source={StaticResource statements... | 0 | [
2,
753,
12838,
8728,
118,
11969,
5309,
3724,
23588,
19,
13,
6791,
8184,
800,
3726,
3726,
31,
589,
2936,
21,
505,
29,
21,
865,
16,
1854,
5309,
160,
30,
57,
1854,
13422,
28,
2482,
1021,
45,
1854,
3726,
7,
1,
22260,
2013,
3726,
3220,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
confirm box jquery
===
I'm Using Predefined jquery css form Template.
<asp:Button ID="btndeleteselected" runat="server" Text="Delete" CssClass="basicBtn mr10 ml10 bConfirm" OnClick="btndeleteselected_Click" />
When i click on button i need to dispaly confirm box to delete. Button when i clicked on button
... | 0 | [
2,
10265,
1649,
487,
8190,
93,
800,
3726,
3726,
31,
22,
79,
568,
782,
13439,
487,
8190,
93,
272,
18,
18,
505,
22894,
9,
13,
1,
472,
306,
45,
811,
444,
4924,
3726,
7,
220,
38,
12597,
1336,
160,
7138,
7,
485,
721,
3726,
7,
10321... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
XSLT Union on elements
===
I m a newbie. Need XSLT help: employer can be n number. employee can be n number. No need for finding duplicate. Here is the source xml.
Source
<?xml version="1.0" encoding="UTF-8"?><root><employer name="one"><employee name="1"/><employee name="2"/>
</employee>
<employer n... | 0 | [
2,
993,
18,
255,
38,
667,
27,
2065,
800,
3726,
3726,
31,
307,
21,
78,
5893,
9,
376,
993,
18,
255,
38,
448,
45,
11726,
92,
44,
13,
103,
234,
9,
7362,
92,
44,
13,
103,
234,
9,
90,
376,
26,
3007,
19429,
9,
235,
25,
14,
1267,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
nil localizedTitle in SKProduct
===
I'm implementing an in-app store and am successfully getting SKProducts from the app store. The price information and description in the SKProducts are fine, but all my localizedTitles are nil. In iTunes Connect, the reference name is set, and I added an English language and set the... | 0 | [
2,
1781,
255,
24821,
22235,
19,
7935,
14086,
800,
3726,
3726,
31,
22,
79,
17333,
40,
19,
8,
7753,
1718,
17,
589,
3673,
1017,
7935,
14086,
18,
37,
14,
4865,
1718,
9,
14,
2162,
676,
17,
5318,
19,
14,
7935,
14086,
18,
50,
1123,
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... |
Converting stylesheet from xsly 1.0 to 2.0
===
I have an xslt 1.0 stylesheet which needs to be converted to xslt 2.0. I found the question http://stackoverflow.com/questions/4762809/convert-xslt-1-0-to-2-0 which has the same issue. According to that changing version attribute to 2.0 would do the trick. But is that the... | 0 | [
2,
19583,
1034,
17627,
37,
993,
18,
102,
137,
9,
387,
20,
172,
9,
387,
800,
3726,
3726,
31,
57,
40,
993,
18,
255,
38,
137,
9,
387,
1034,
17627,
56,
2274,
20,
44,
3494,
20,
993,
18,
255,
38,
172,
9,
387,
9,
31,
216,
14,
130... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Parent level maven site
===
I have the folowing maven POM structure
- Libraries
- LibraryProject1
- LibraryProject2
- LibraryProject3
- Components
- Comp1
- Comp1Project1
- Comp1Project2
- Comp1Project3
- Comp2
- Comp2Project1
- Comp2Project2
... | 0 | [
2,
4766,
662,
1216,
3124,
689,
800,
3726,
3726,
31,
57,
14,
4310,
4121,
68,
1216,
3124,
16214,
1411,
13,
8,
8649,
13,
8,
1248,
21011,
165,
13,
8,
1248,
21011,
135,
13,
8,
1248,
21011,
240,
13,
8,
5090,
13,
8,
6479,
165,
13,
8,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Change Eclipse Project Settings programmatically
===
I have a rather big project with about 30 seperate subprojects hosted on subversion. If I want to set up the project on a new client, i have to check out 30 projects (each time manually selecting the trunk), then change the eclipse facette for each project and then ... | 0 | [
2,
753,
11652,
669,
12410,
625,
6732,
1326,
800,
3726,
3726,
31,
57,
21,
864,
580,
669,
29,
88,
712,
10332,
106,
1373,
972,
21011,
18,
2812,
27,
972,
10898,
9,
100,
31,
259,
20,
309,
71,
14,
669,
27,
21,
78,
6819,
15,
31,
57,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Does anyone know how I can set unit test check-in policy for a selected portion of my source code in TFS 2010?
===
In fact when I configure check-in policies for unit test it is applied for the overall solution but I need a customized unit test check-in policy to be able to limit the scope of the policy only to a spec... | 0 | [
2,
630,
1276,
143,
184,
31,
92,
309,
1237,
1289,
2631,
8,
108,
1486,
26,
21,
1704,
2980,
16,
51,
1267,
1797,
19,
13,
11720,
18,
498,
60,
800,
3726,
3726,
19,
837,
76,
31,
1065,
15951,
2631,
8,
108,
4845,
26,
1237,
1289,
32,
25... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Dropdownlist Listitems submit to Database
===
I'm just landing to programming...I have a dropdownlist like this.
<div>
<asp:DropDownList ID="DropDownList1" runat="server">
<asp:ListItem >Alabama</asp:ListItem>
<asp:ListItem >Alaska</asp:ListItem>
</asp:DropDownList></div>
Using C... | 0 | [
2,
2804,
2968,
5739,
968,
2119,
79,
18,
12298,
20,
6018,
800,
3726,
3726,
31,
22,
79,
114,
3090,
20,
3143,
9,
9,
9,
49,
57,
21,
2804,
2968,
5739,
101,
48,
9,
13,
1,
12916,
1,
13,
1,
472,
306,
45,
12361,
2968,
5739,
4924,
372... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 write "any span that is a child of label is extended by x, whether it has a class or not" using SASS?
===
I'd like to rewrite this:
label > span {
extend @informational;
}
label > span.info {
extend @informational;
/* other info stuff */
}
label > span... | 0 | [
2,
184,
20,
2757,
13,
7,
6001,
6289,
30,
25,
21,
850,
16,
1899,
25,
1984,
34,
993,
15,
1472,
32,
63,
21,
718,
54,
52,
7,
568,
9233,
18,
60,
800,
3726,
3726,
31,
22,
43,
101,
20,
27891,
48,
45,
1899,
13,
1,
6289,
13,
1,
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... |
why does cvGetCaptureProperty(video,CV_CAP_PROP_POS_FRAMES) returns 0 on Windows 7 64bit machine?
===
I am running a code to extract optical flow on a movie and I want to run it on all the frames of the movie. However, when i use
number_of_frames = (int) cvGetCaptureProperty( input_video, CV_CAP_PROP_POS_FRAME... | 0 | [
2,
483,
630,
13,
12732,
3060,
4666,
6418,
10890,
106,
1084,
5,
14785,
15,
12732,
1,
4666,
1,
10890,
1,
12551,
1,
8361,
18,
6,
4815,
713,
27,
1936,
453,
4384,
3326,
1940,
60,
800,
3726,
3726,
31,
589,
946,
21,
1797,
20,
10962,
94... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
CMake: how create a single shared library from all static libraries of subprojects?
===
I have the following layout:
top_project
+ subproject1
+ subproject2
Each of `subproject1` and `subproject2` creates a static library. I would like to link these static libraries in a single shared libra... | 0 | [
2,
272,
11115,
45,
184,
1600,
21,
345,
2592,
1248,
37,
65,
12038,
8649,
16,
972,
21011,
18,
60,
800,
3726,
3726,
31,
57,
14,
249,
9106,
45,
371,
1,
21011,
2754,
972,
21011,
165,
2754,
972,
21011,
135,
206,
16,
13,
1,
7563,
21011... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Attributes of an element to surround the whole body in HTML
===
I have a page and I'm using chrome console to add an SVG element which covers the whole body.
I typed the following commands in the console,
var svg = document.createElementNS("http://www.w3.org/2000/svg", "svg");
svg.style.position = "absolu... | 0 | [
2,
13422,
16,
40,
4520,
20,
12215,
14,
979,
358,
19,
13,
15895,
800,
3726,
3726,
31,
57,
21,
2478,
17,
31,
22,
79,
568,
13,
12985,
8650,
20,
3547,
40,
13,
18,
22955,
4520,
56,
2937,
14,
979,
358,
9,
31,
1001,
43,
14,
249,
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... |
App crash in button
===
I have face strange problem on UIButton.
When i tap button the app is crash .
I wrote below code for that...
-(IBAction)renameTest:(id)sender
{
NSLog(@"Tapped");
// UIButton *button = (UIButton *)sender;
NSUInteger row = 1;//button.ta... | 0 | [
2,
4865,
4597,
19,
5167,
800,
3726,
3726,
31,
57,
276,
2578,
1448,
27,
13,
5661,
811,
444,
9,
76,
31,
5526,
5167,
14,
4865,
25,
4597,
13,
9,
31,
738,
1021,
1797,
26,
30,
9,
9,
9,
13,
8,
5,
4598,
8645,
6,
99,
7259,
10543,
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... |
Java member variables as associative array like AS3
===
In ActionScript 2 and 3, we can access a member variable of a class like it is in an associative array.
for eg.,
//AS3 Code
private var tempvar:String="Hello";
function printString()
{
trace(this.tempvar)... | 0 | [
2,
8247,
322,
12157,
28,
28,
18,
16325,
3366,
7718,
101,
28,
240,
800,
3726,
3726,
19,
1028,
8741,
172,
17,
203,
15,
95,
92,
1381,
21,
322,
7612,
16,
21,
718,
101,
32,
25,
19,
40,
28,
18,
16325,
3366,
7718,
9,
26,
12369,
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... |
SQL Update incrementation is not working
===
I have small problem with my SQL code:
UPDATE articles SET like=like+1 WHERE id=1
When I'm trying to execute it in PhpMyAdmin, I'm getting this error:
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version... | 0 | [
2,
4444,
255,
11100,
13,
28461,
857,
25,
52,
638,
800,
3726,
3726,
31,
57,
284,
1448,
29,
51,
4444,
255,
1797,
45,
11100,
3376,
309,
101,
3726,
1403,
16628,
113,
4924,
3726,
165,
76,
31,
22,
79,
749,
20,
15644,
32,
19,
13,
26120... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Selenium WD - get value of disabled input
===
I'm trying to get value of disabled (disabled="disabled") input field, but it returns empty string.
I have tried .Text, GetAttribute("value") but none of this works so far. | 0 | [
2,
23027,
14311,
13,
14733,
13,
8,
164,
1923,
16,
10154,
6367,
800,
3726,
3726,
31,
22,
79,
749,
20,
164,
1923,
16,
10154,
13,
5,
2906,
579,
43,
3726,
7,
2906,
579,
43,
7,
6,
6367,
575,
15,
47,
32,
4815,
2424,
3724,
9,
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... |
Is this string encoded
===
I've got a client with a website that uses codeignite and expression engine,
we've got a certain IP address that seems to be crawling through every page link and appending it with the following string and its making the cpu usage go like crazy! the file itself doesnt actually exist so I a... | 0 | [
2,
25,
48,
3724,
13665,
800,
3726,
3726,
31,
22,
195,
330,
21,
6819,
29,
21,
2271,
30,
2027,
1797,
9693,
2119,
17,
1803,
1406,
15,
95,
22,
195,
330,
21,
1200,
15735,
3218,
30,
2206,
20,
44,
19108,
120,
352,
2478,
3508,
17,
4865,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Set code using live()
===
I'm trying to set this code on new elements been added by jQuery using live()
var frcode = '<iframe scrolling="no"></iframe>';
$('.foo:nth-child(3n),.foo:last-child').after(frcode);
$('.foo:first').before(frcode);
I tried livequery plugin but not working good with me
Th... | 0 | [
2,
309,
1797,
568,
515,
5,
6,
800,
3726,
3726,
31,
22,
79,
749,
20,
309,
48,
1797,
27,
78,
2065,
74,
905,
34,
487,
8190,
93,
568,
515,
5,
6,
4033,
6034,
9375,
800,
13,
22,
1,
49,
8361,
13,
28166,
3726,
7,
251,
7,
1,
118,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Android SetText change keyboard type
===
I'm developing an android application which contains an edit text
I control what is written in the editText by calling
et.addTextChangedListener(new TextWatcher() {
public void afterTextChanged(Editable s) {
...
In afterTextChanged function ... | 0 | [
2,
13005,
309,
11969,
753,
8896,
1001,
800,
3726,
3726,
31,
22,
79,
3561,
40,
13005,
3010,
56,
1588,
40,
9392,
1854,
31,
569,
98,
25,
642,
19,
14,
9392,
11969,
34,
2555,
2133,
9,
14854,
11969,
16229,
43,
13891,
106,
5,
2681,
1854,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Data not saved after KVO modifications with CoreData
===
This is a CoreData/ARC app with a local SQLite database where the value of some attributes of an entity are impacted by the modification of other attributes in the same entity. for example: price, quantity, total. When quantity is modified, the total gets modifi... | 0 | [
2,
1054,
52,
4377,
75,
680,
2625,
13922,
29,
2884,
18768,
800,
3726,
3726,
48,
25,
21,
2884,
18768,
118,
16260,
4865,
29,
21,
375,
4444,
10601,
6018,
113,
14,
1923,
16,
109,
13422,
16,
40,
9252,
50,
22676,
34,
14,
16135,
16,
89,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Saving file without dialog
===
I have looked everywhere and can't find the thing I am looking for. What I want is code for the saveToolStripMenuItem_Click event handler on the "Save" menu (NOT "Save As...") and have my app check to see if:
1. The current file has already been saved, therefore already has a filename.
... | 0 | [
2,
7599,
3893,
366,
28223,
800,
3726,
3726,
31,
57,
292,
6417,
17,
92,
22,
38,
477,
14,
584,
31,
589,
699,
26,
9,
98,
31,
259,
25,
1797,
26,
14,
2079,
20799,
19992,
755,
11193,
1503,
1,
150,
10129,
807,
24641,
27,
14,
13,
7,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to get notified when a notification is notified
===
In my application i want to read/access/log the notifications fired on notification bar by other applications. I searched for Intents, read about PendingIntents and explored a lot but couldn't get a solution. In short my applications have to be notified when any ... | 0 | [
2,
184,
20,
164,
22904,
76,
21,
52,
4634,
25,
22904,
800,
3726,
3726,
19,
51,
3010,
31,
259,
20,
1302,
118,
20604,
118,
5567,
14,
52,
4634,
18,
3899,
27,
52,
4634,
748,
34,
89,
3767,
9,
31,
9036,
26,
6936,
18,
15,
1302,
88,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 slide show with thumb nail show hide and thumb next prev option
===
i need a jquery slideshow plugin with displaying next and previuos item as a thumbnail and also thumbnail show and hide on hover like this [http://www.kiwicollection.com/hotel-detail/princess-d-annam-resort-spa][1] just go through this link and... | 0 | [
2,
487,
8190,
93,
6464,
298,
29,
5078,
11250,
298,
3077,
17,
5078,
328,
782,
710,
4255,
800,
3726,
3726,
31,
376,
21,
487,
8190,
93,
18066,
1544,
10922,
108,
29,
17418,
328,
17,
782,
1755,
13324,
18,
9101,
28,
21,
5078,
325,
947,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Message: Invalid character Internet Explorer
===
I am trying to debug an application that has all of the sudden stopped working and get the errors below. When I run the app via Google Chrome everything works but when it runs in Internet Explorer it does not work. Application has been in production for a long time and ... | 0 | [
2,
2802,
45,
16671,
925,
2620,
8520,
800,
3726,
3726,
31,
589,
749,
20,
121,
16254,
40,
3010,
30,
63,
65,
16,
14,
4224,
1175,
638,
17,
164,
14,
11908,
1021,
9,
76,
31,
485,
14,
4865,
1197,
8144,
13,
12985,
796,
693,
47,
76,
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... |
Slow streaming with thin or no steaming at all
===
I wrote a little script to stream a file byte-per-byte with sinatra and thin:
#!/usr/bin/env ruby
require 'sinatra'
require "sinatra/streaming"
get '/' do
stream do |out|
File.open("/usr/share/doc/ia32-libs/copyright",... | 0 | [
2,
2276,
11920,
29,
2951,
54,
90,
21984,
35,
65,
800,
3726,
3726,
31,
738,
21,
265,
3884,
20,
3766,
21,
3893,
34,
591,
8,
1432,
8,
23246,
29,
21491,
17,
2951,
45,
6926,
187,
118,
267,
139,
118,
4772,
118,
219,
710,
10811,
4077,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 issue about sening mail message
===
I am having this issue when sending a e-mail using the php code. i have a form which sends a attachment to a folder and the name of the attachment to the database, in order to then send the link of the file inside the message.
The problem is that the file and all the rest go ... | 0 | [
2,
13,
26120,
1513,
88,
13,
18,
6286,
4216,
2802,
800,
3726,
3726,
31,
589,
452,
48,
1513,
76,
4907,
21,
13,
62,
8,
8079,
568,
14,
13,
26120,
1797,
9,
31,
57,
21,
505,
56,
11350,
21,
14575,
20,
21,
19294,
17,
14,
204,
16,
14... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
facebook user & friend permission not showing up on scopes
===
I have a simple login app to utilize oAuth for facebook.<br/>
I will need to access a few things about the user so i added a few parameters in the<br/>`User & Friend Permissions`
![enter image description here][1]
I waited over 24 hours for the se... | 0 | [
2,
9090,
4155,
279,
860,
5572,
52,
3187,
71,
27,
9914,
18,
800,
3726,
3726,
31,
57,
21,
1935,
6738,
108,
4865,
20,
13151,
635,
1346,
96,
26,
9090,
9,
1,
5145,
118,
1,
31,
129,
376,
20,
1381,
21,
310,
564,
88,
14,
4155,
86,
3... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.