unified_texts stringlengths 32 30.1k | OpenStatus_id int64 0 4 | input_ids list | token_type_ids list | attention_mask list |
|---|---|---|---|---|
ORMlite not returning the object I just saved
===
Here is my code that fails ( it is running within an activity and the DB helper creates the WishList object fine in the database )
DatabaseHelper helper = DatabaseHelper.getInstance( getActivity() );
int savedID = 0;
WishList wl = new WishList();
wl.setNa... | 0 | [
2,
54,
79,
10601,
52,
2485,
14,
3095,
31,
114,
4377,
800,
3726,
3726,
235,
25,
51,
1797,
30,
13614,
13,
5,
32,
25,
946,
363,
40,
2358,
17,
14,
13,
9007,
448,
106,
9695,
14,
2536,
5739,
3095,
1123,
19,
14,
6018,
13,
6,
6018,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 difference in year where dates are in yyyy-mm-dd?
===
i want to get the difference between two dates which are give in yyyy-mm-dd format difference should be in year.
var ds='2002-09-23';
var today_date = new Date();
alert(today_date);
Date.prototype.yyyy... | 0 | [
2,
184,
20,
164,
2841,
19,
159,
113,
4076,
50,
19,
13,
93,
93,
93,
93,
8,
3363,
8,
8096,
60,
800,
3726,
3726,
31,
259,
20,
164,
14,
2841,
128,
81,
4076,
56,
50,
590,
19,
13,
93,
93,
93,
93,
8,
3363,
8,
8096,
2595,
2841,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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/Javascript ajax call to pass variables onClick of div
===
I am trying to pass two variables (below) to a php/Mysql "update $table SET...." without refreshing the page.
I want the div on click to pass the following variables
$read=0;
$user=$userNumber;
the Div
<div id="messageMenuUnread"></div>
... | 0 | [
2,
487,
8190,
93,
118,
1004,
1385,
8741,
20624,
645,
20,
1477,
12157,
27,
150,
10129,
16,
13,
12916,
800,
3726,
3726,
31,
589,
749,
20,
1477,
81,
12157,
13,
5,
863,
4121,
6,
20,
21,
13,
26120,
118,
915,
18,
22402,
13,
7,
576,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Phonegap application throws error running Android 4.0, but works fine on Android 2.3 and below
===
I have a problem with PhoneGap mobile app running on Android version 4.0.3. I am currently using PhoneGap version 1.5.0. And it works perfectly on Android 2.3 and all the lower versions of Android. However, when I try to... | 0 | [
2,
1132,
1136,
306,
3010,
13566,
7019,
946,
13005,
268,
9,
387,
15,
47,
693,
1123,
27,
13005,
172,
9,
240,
17,
1021,
800,
3726,
3726,
31,
57,
21,
1448,
29,
1132,
1136,
306,
3241,
4865,
946,
27,
13005,
615,
268,
9,
387,
9,
240,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
RestKit on iOS - subsequent API calls for nested objects?
===
I'm using RestKit to pull data from the Foursquare API into my iphone app, but having trouble with the followup API call for a nested object.
Specifically:
1. I call the Venues search API (https://developer.foursquare.com/docs/venues/search) to retrie... | 0 | [
2,
760,
13703,
27,
13,
7760,
13,
8,
3147,
21,
2159,
3029,
26,
5618,
69,
3916,
60,
800,
3726,
3726,
31,
22,
79,
568,
760,
13703,
20,
2201,
1054,
37,
14,
222,
12300,
21,
2159,
77,
51,
21024,
4865,
15,
47,
452,
2572,
29,
14,
1740... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 the usage of TStringStream.DataString fail?
===
As below, the attempts of using TStringStream.DataString, No.2 to No.7, fail in that the information is corrupted (i.e., not the same as the original information). (I was hoping to use its DataString for further base64-encoding/decoding.)
Could you help to ... | 0 | [
2,
483,
630,
14,
7514,
16,
13,
38,
11130,
11260,
9,
18768,
11130,
7476,
60,
800,
3726,
3726,
28,
1021,
15,
14,
3265,
16,
568,
13,
38,
11130,
11260,
9,
18768,
11130,
15,
90,
9,
135,
20,
90,
9,
465,
15,
7476,
19,
30,
14,
676,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 Login blocked on iOS app due to "non-iOS approved payment method allowed" reason
===
Facebook Login (or Connect) has been blocked by Facebook on our app (Ubudu for iOS, available on French app store). The reason stated by FB support is below, but I dont understand it since the app is entirely free, and the on... | 0 | [
2,
9090,
6738,
108,
8388,
27,
13,
7760,
4865,
397,
20,
13,
7,
3951,
8,
7760,
3469,
7582,
2109,
1159,
7,
1215,
800,
3726,
3726,
9090,
6738,
108,
13,
5,
248,
6379,
6,
63,
74,
8388,
34,
9090,
27,
318,
4865,
13,
5,
4502,
21714,
26... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
GSL library in R
===
I am writing a C code that I will use in R. To do matrix operations in C, I added "gsl_matrix" library. When I compile using R CMD SHLIB it compiles without problem. However when I open R and try to write dyn.load("file.so"), I receive an error message:
unable to load shared object file.... | 0 | [
2,
489,
18,
255,
1248,
19,
761,
800,
3726,
3726,
31,
589,
1174,
21,
272,
1797,
30,
31,
129,
275,
19,
761,
9,
20,
107,
8187,
1311,
19,
272,
15,
31,
905,
13,
7,
5447,
255,
1,
540,
17224,
7,
1248,
9,
76,
31,
26561,
568,
761,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Stop javascript functions lining up, allow one function at a time
===
I have been playing around with parallax and scroll to, as you can see from www.adamdodds.co.uk/blue-leaf when you click the timeline it runs through it all, but as you click some things whilst its running at the end it does them all, how do i make ... | 0 | [
2,
747,
8247,
8741,
3719,
13,
8930,
71,
15,
1655,
53,
1990,
35,
21,
85,
800,
3726,
3726,
31,
57,
74,
791,
140,
29,
2258,
211,
7522,
17,
12159,
20,
15,
28,
42,
92,
196,
37,
13,
6483,
9,
15932,
43,
22530,
18,
9,
716,
9,
2185,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
matlab loop or built in function for row and column coordinates
===
I need to find the row and column coordinates for my matrix {a} <259x1> from another matrix {data} <259x31878>. I tried using for loops but not sure how to implement the for loop using the matrix list {a}.
Please help anyone.
Thank you. | 0 | [
2,
4277,
9086,
5293,
54,
392,
19,
1990,
26,
3131,
17,
4698,
13714,
800,
3726,
3726,
31,
376,
20,
477,
14,
3131,
17,
4698,
13714,
26,
51,
8187,
13,
1,
58,
1,
13,
1,
23864,
396,
165,
1,
37,
226,
8187,
13,
1,
18768,
1,
13,
1,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How can I limited that the web api is respond to the special client only?
===
Let say I am creating a web api for my client to connect, the web api is public on the web. But I only allow the special client(for example, an iOS or Android) can connect it... others, is not allow to call the web api, even their params are... | 0 | [
2,
184,
92,
31,
1317,
30,
14,
2741,
21,
2159,
25,
4590,
20,
14,
621,
6819,
104,
60,
800,
3726,
3726,
408,
395,
31,
589,
2936,
21,
2741,
21,
2159,
26,
51,
6819,
20,
6379,
15,
14,
2741,
21,
2159,
25,
317,
27,
14,
2741,
9,
47,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
z-index not working
===
I have a website, http://www.MVProp.com and on it, I have a navigation menu, the nav menu has a drop down tab. On the same page there is a Jquery slider, the slider is unintentionally prioritizing over the drop down menu. If you use inspect element you will see how I changed z-index of both nav... | 0 | [
2,
2052,
8,
25671,
52,
638,
800,
3726,
3726,
31,
57,
21,
2271,
15,
7775,
6903,
6483,
9,
79,
710,
10890,
9,
960,
17,
27,
32,
15,
31,
57,
21,
8368,
11379,
15,
14,
16048,
11379,
63,
21,
2804,
125,
6523,
9,
27,
14,
205,
2478,
80... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 select last date in 2 record in Mysql
===
How to select last date in 2 records in Mysql ?
TABLE A
SID NAME Sex
1 Jam M
2 Da F
TABLE B
ID Title SID Date
1 A 1 2012-07-31 09:57:10
2 NULL 1 2012-07-31 09:57:13
3 A 2 2012-07-31 10:10:13
... | 0 | [
2,
184,
20,
5407,
236,
1231,
19,
172,
571,
19,
51,
18,
22402,
800,
3726,
3726,
184,
20,
5407,
236,
1231,
19,
172,
742,
19,
51,
18,
22402,
13,
60,
859,
21,
7027,
204,
1589,
137,
4001,
307,
172,
1331,
398,
859,
334,
4924,
581,
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... |
Create union from multiple column query result
===
I'm trying to convert the result of an sql query into a set.
The table looks like:
create table edges (
a int,
b int
);
I'd like to use the result of a query as a subquery which needs both columns 'a', and 'b' in a union.
select ... | 0 | [
2,
1600,
667,
37,
1886,
4698,
25597,
829,
800,
3726,
3726,
31,
22,
79,
749,
20,
8406,
14,
829,
16,
40,
4444,
255,
25597,
77,
21,
309,
9,
14,
859,
1879,
101,
45,
1600,
859,
7840,
13,
5,
21,
19,
38,
15,
334,
19,
38,
13,
6,
7... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Getting the project directory in Win32 for shader loading
===
I'm at the point now where I'm ready to dive into shaders, though I've been using a module based system as my means for learning how to do graphics programming (which I've written).
Since I'm working with D3D, I'd like to just make a shaders directory i... | 0 | [
2,
1017,
14,
669,
16755,
19,
628,
3125,
26,
7546,
139,
12797,
800,
3726,
3726,
31,
22,
79,
35,
14,
454,
130,
113,
31,
22,
79,
1451,
20,
8523,
77,
7546,
1224,
15,
362,
31,
22,
195,
74,
568,
21,
12613,
432,
329,
28,
51,
1108,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Most efficient way to store and retrieve large amounts of text data in android
===
I wanna write an android application which will store and retrieve large amounts of text data. I wanna store text in paragraph wise.I need to manipulate this text data in an efficient way. What will be the best way for doing this? | 0 | [
2,
127,
8243,
161,
20,
1718,
17,
11917,
370,
8545,
16,
1854,
1054,
19,
13005,
800,
3726,
3726,
31,
11024,
2757,
40,
13005,
3010,
56,
129,
1718,
17,
11917,
370,
8545,
16,
1854,
1054,
9,
31,
11024,
1718,
1854,
19,
20599,
6714,
9,
49... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Http xmpp multithread process
===
I am using a python library called sleekxmpp to imeplement xmpp protocol.<br/>
Actually, the whole process is, a client send a http request to me, then I need to send xmpp messages to other clients through my sleekxmpp library.<br/>
I need to gather those http request in queue and m... | 0 | [
2,
7775,
993,
79,
3421,
1889,
96,
10647,
953,
800,
3726,
3726,
31,
589,
568,
21,
20059,
1248,
227,
22630,
396,
79,
3421,
20,
31,
790,
5106,
1130,
993,
79,
3421,
8494,
9,
1,
5145,
118,
1,
1121,
15,
14,
979,
953,
25,
15,
21,
681... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Unable to Delete data from data grid view
===
I encountered a problem where when the user select the id from the data grid view and click the 'delete' button, A error prompts us like this: "Input string was not in the correct format".
Here are the codes to make you guys have better understanding of the codes.
... | 0 | [
2,
2343,
20,
27448,
1054,
37,
1054,
7354,
1418,
800,
3726,
3726,
31,
8208,
21,
1448,
113,
76,
14,
4155,
5407,
14,
4924,
37,
14,
1054,
7354,
1418,
17,
10840,
14,
13,
22,
24249,
591,
22,
5167,
15,
21,
7019,
11443,
13531,
182,
101,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to add dependencies before the JRE System Library in a Gradle build script?
===
In Eclipse, I can add a JAR or library to a project's build path, and choose whether it comes before or after the "JRE System Library" in the project's "Order and Export" configuration.
I'm trying to figure out how to add a depend... | 0 | [
2,
184,
20,
3547,
29411,
115,
14,
487,
99,
329,
1248,
19,
21,
13,
7691,
413,
1895,
3884,
60,
800,
3726,
3726,
19,
11652,
15,
31,
92,
3547,
21,
5112,
54,
1248,
20,
21,
669,
22,
18,
1895,
2013,
15,
17,
3538,
1472,
32,
1624,
115,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to View two Layout in one Activity?
===
Is there any way two make this possible? I'm using Inflate but its not working. So did anyone have any other way? | 0 | [
2,
184,
20,
1418,
81,
9106,
19,
53,
2358,
60,
800,
3726,
3726,
25,
80,
186,
161,
81,
233,
48,
938,
60,
31,
22,
79,
568,
19,
13830,
62,
47,
82,
52,
638,
9,
86,
144,
1276,
57,
186,
89,
161,
60,
3,
0,
0,
0,
0,
0,
0,
0,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... |
NullPointerException making me go insane.
===
Writing a UPnP control point application. However I keep getting a nullpointerexception:
The first bit of code here is what causes the npe. In bold, the call to createAbsoluteURL. The rest are methods inside a different class (URIUtil), holding the different calls to cr... | 3 | [
2,
16203,
3132,
106,
10066,
872,
544,
55,
162,
9405,
9,
800,
3726,
3726,
1174,
21,
71,
8157,
569,
454,
3010,
9,
207,
31,
643,
1017,
21,
16203,
3132,
106,
10066,
872,
45,
14,
64,
1142,
16,
1797,
235,
25,
98,
4047,
14,
13,
103,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
GetResponse and GetRequestStream silverlight
===
For some reason I cant use `GetRequestStream` or `GetResponse` in silverlight comes up underlined :S not sure what to use? I am trying to connect to my web service here is where I get the error,
string uri = "http://localhost:8002/Service/Customer";
... | 0 | [
2,
164,
99,
18,
8782,
870,
17,
164,
99,
10351,
11260,
1172,
3130,
800,
3726,
3726,
26,
109,
1215,
31,
2973,
275,
13,
1,
3060,
99,
10351,
11260,
1,
54,
13,
1,
834,
8722,
8782,
870,
1,
19,
1172,
3130,
1624,
71,
131,
15875,
13,
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... |
Android voicemail
===
How can I make a voice mail from my number rather the default voice mail number in android? I mean my application has its own voice mail number and i want to make voice mail from this number then how can I do this? | 0 | [
2,
13005,
430,
8079,
800,
3726,
3726,
184,
92,
31,
233,
21,
430,
4216,
37,
51,
234,
864,
14,
12838,
430,
4216,
234,
19,
13005,
60,
31,
884,
51,
3010,
63,
82,
258,
430,
4216,
234,
17,
31,
259,
20,
233,
430,
4216,
37,
48,
234,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 reuse the same set of code for 2 packages
===
i have 2 ssis packages which uses the same query( with minor difference in the query for package1 and package2) and gives out 2 extracts **sample1.csv and sample2.csv**.
Instead of using two packages, i want to use only single package to fetch the extracts par... | 0 | [
2,
184,
20,
302,
3699,
14,
205,
309,
16,
1797,
26,
172,
16875,
800,
3726,
3726,
31,
57,
172,
13,
18,
4557,
16875,
56,
2027,
14,
205,
25597,
5,
29,
1689,
2841,
19,
14,
25597,
26,
6030,
165,
17,
6030,
135,
6,
17,
2352,
70,
172,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Local EJB Bean Not Found using Indirect JNDI which was working earlier
===
I am using EJB 2.1 in a separate module in a multi-module Maven Application. I am using indirect JNDI (ie. using java:comp/env/ Not used it much). Also I am using EJB 2.1 for the first time. But since this is only a local simple EJB so not much... | 0 | [
2,
375,
13,
10022,
220,
15322,
52,
216,
568,
17132,
487,
9805,
56,
23,
638,
1201,
800,
3726,
3726,
31,
589,
568,
13,
10022,
220,
172,
9,
165,
19,
21,
1725,
12613,
19,
21,
1889,
8,
19673,
62,
1216,
3124,
3010,
9,
31,
589,
568,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 access div in table cell
===
I'm trying to access the first div with a class from hovering on a table row;
Here is my html:
<table id='search_job_results_table'>
<tbody>
<tr>
<td><div style='position:relative'><div class='search_job_tooltip'>blah blah</div></div></td>
</tr>
</... | 0 | [
2,
487,
8190,
93,
1381,
13,
12916,
19,
859,
1667,
800,
3726,
3726,
31,
22,
79,
749,
20,
1381,
14,
64,
13,
12916,
29,
21,
718,
37,
18503,
27,
21,
859,
3131,
73,
235,
25,
51,
13,
15895,
45,
13,
1,
5924,
4924,
3726,
22,
25136,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Can we get any result or feedback when launched a link in UIWebview within an ipad application
===
I developed an ipad app where in i have a situation where the user taps a button which redirects to a login page (UIWebView),The user enters his credentials and web page hits a server where the validation takes place and... | 0 | [
2,
92,
95,
164,
186,
829,
54,
13111,
76,
1601,
21,
3508,
19,
13,
5661,
14113,
4725,
363,
40,
31,
8240,
3010,
800,
3726,
3726,
31,
885,
40,
31,
8240,
4865,
113,
19,
31,
57,
21,
1858,
113,
14,
4155,
5526,
18,
21,
5167,
56,
302,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 late bind a KnockoutJS observable
===
I have a ViewModel with some observables and a property which is only known after the bindings have been applied.
For example, my UI consists of a search box which shows matches underneath. Initially, the property for the matches inside the view model is null as there i... | 0 | [
2,
184,
20,
456,
10193,
21,
11676,
728,
18,
5122,
10321,
579,
800,
3726,
3726,
31,
57,
21,
1418,
13998,
29,
109,
5122,
10321,
579,
18,
17,
21,
1354,
56,
25,
104,
167,
75,
14,
8728,
18,
57,
74,
2435,
9,
26,
823,
15,
51,
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 can I share the tweets in n-grams?
===
I'm using the 'Twitter gem' and the 'n_gram gem'. I want to share the tweets in n_grams. But it does't work. What I'm doing wrong?
This is my tweets_controller.rb:
class TweetsController < ApplicationController
layout "tweet"
def index... | 0 | [
2,
184,
92,
31,
1891,
14,
20224,
18,
19,
13,
103,
8,
6295,
18,
60,
800,
3726,
3726,
31,
22,
79,
568,
14,
13,
22,
38,
13098,
106,
8551,
22,
17,
14,
13,
22,
103,
1,
6295,
8551,
22,
9,
31,
259,
20,
1891,
14,
20224,
18,
19,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Charniak Parser Errors
===
I am trying to use Charniak Parser (not reranker) to parse a sentence. I mean I have a sentence like this:
`It is good to meet you.`
And I need it to be parsed by Charniak (I insist on using Charniak parser, because after that I am going to use LTH system and LTH works based on Charn... | 0 | [
2,
4892,
3983,
197,
2017,
4104,
11908,
800,
3726,
3726,
31,
589,
749,
20,
275,
4892,
3983,
197,
2017,
4104,
13,
5,
1270,
302,
23083,
106,
6,
20,
2017,
870,
21,
5123,
9,
31,
884,
31,
57,
21,
5123,
101,
48,
45,
13,
1,
242,
25,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
how to synchronise audio and video using xuggler
===
I am developing Screen Recorder with audio using xuggler in java.
I have successfully created video file and audio file separately.
now i wants to Synchronize those two file. I have tried using "ConcatenateAudioAndVideo.java", but when I run the file then it just... | 0 | [
2,
184,
20,
13,
16023,
2628,
4023,
17,
763,
568,
993,
27400,
139,
800,
3726,
3726,
31,
589,
3561,
2324,
14173,
29,
4023,
568,
993,
27400,
139,
19,
8247,
9,
31,
57,
3673,
679,
763,
3893,
17,
4023,
3893,
10714,
9,
130,
31,
2846,
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... |
Throwing Java Exceptions
===
When a method **throws** and exception, do we need to have a try block inside the method?
For example,
public void foo() throws SomeException{
try{
// content of method
}
}
Is the try block required? Or, is the met... | 0 | [
2,
6033,
8247,
13392,
800,
3726,
3726,
76,
21,
2109,
13,
1409,
21440,
18,
1409,
17,
5391,
15,
107,
95,
376,
20,
57,
21,
1131,
1921,
572,
14,
2109,
60,
26,
823,
15,
317,
11364,
4310,
111,
5,
6,
13566,
109,
10066,
872,
1,
1131,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
can i force a client disconnect from the client
===
SignalR determines client disconnect but it takes a while.. and I found it to be sometimes unrealiable. For example I connected, disconnected, connectedagain and than disconnected again. The disconnect was fired two times at the same time (milliseconds difference).
... | 0 | [
2,
92,
31,
558,
21,
6819,
29363,
37,
14,
6819,
800,
3726,
3726,
2800,
139,
3746,
18,
6819,
29363,
47,
32,
1384,
21,
133,
9,
9,
17,
31,
216,
32,
20,
44,
1030,
22339,
49,
579,
9,
26,
823,
31,
2587,
15,
25730,
15,
2587,
18762,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Align Controls in WPF in run-time like visual studio
===
I'm trying to develop an application which gives to user the ability to edit controls(Button, TextBox etc.)at run time, it should work like visual studio, with control's align, resize etc), can somebody tell me how should I implement it?
any idea can help..
T... | 0 | [
2,
23389,
8671,
19,
619,
7721,
19,
485,
8,
891,
101,
3458,
1120,
800,
3726,
3726,
31,
22,
79,
749,
20,
2803,
40,
3010,
56,
2352,
20,
4155,
14,
2165,
20,
9392,
8671,
5,
811,
444,
15,
1854,
5309,
2722,
9,
6,
721,
485,
85,
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... |
What is the purpose of this C Macro?
===
I was reading opengl es book and in the source code i found this Macro
///
// Macros
//
#define ESUTIL_API
#define ESCALLBACK
later in the implementation file .c
void ESUTIL_API esInitContext ( ESContext *esContext )
{
if ( e... | 0 | [
2,
98,
25,
14,
2131,
16,
48,
272,
9069,
60,
800,
3726,
3726,
31,
23,
1876,
368,
8430,
13,
160,
360,
17,
19,
14,
1267,
1797,
31,
216,
48,
9069,
12894,
118,
12894,
9069,
18,
12894,
6926,
546,
7509,
13,
160,
14255,
1,
2552,
49,
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... |
Facebook like button on gallery using prettyphoto
===
I'm using prettyphoto plug in for my gallery,now when i like a photo,i get a message on my facebook wall. the problem here is it is showing the domain name of my photos and when i click the title on the message,it goes to domain,i want it to redirect to my facebook... | 1 | [
2,
9090,
101,
5167,
27,
2246,
568,
1772,
25445,
800,
3726,
3726,
31,
22,
79,
568,
1772,
25445,
10922,
19,
26,
51,
2246,
15,
1387,
76,
31,
101,
21,
3056,
15,
49,
164,
21,
2802,
27,
51,
9090,
769,
9,
14,
1448,
235,
25,
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... |
Exception information: Message: No adapter found for Model_Bug
===
I'll be honest, Zend is giving me a lot of headaches at the moment, but I guess we all have to start somewhere and I'm learning fast.
I am using the Apress book 'Pro Zend Framework Techniques' to learn how to use Zend, but hit and error last night ... | 0 | [
2,
5391,
676,
45,
2802,
45,
90,
9924,
106,
216,
26,
1061,
1,
16254,
800,
3726,
3726,
31,
22,
211,
44,
6964,
15,
10526,
43,
25,
1438,
55,
21,
865,
16,
14276,
18,
35,
14,
688,
15,
47,
31,
2321,
95,
65,
57,
20,
799,
3493,
17,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
how to design Android Pattern Lock Screen in iphone
===
I Want to create an android Pattern lock screen in my iphone app...
but i don't know how to do that... i searched a lot but nothing got..
Can anybody have an idea how to do that in iphone???
Plz help me to solve my problem.. .thanx
- (void)viewDidLoad
... | 0 | [
2,
184,
20,
704,
13005,
3732,
3991,
2324,
19,
21024,
800,
3726,
3726,
31,
259,
20,
1600,
40,
13005,
3732,
3991,
2324,
19,
51,
21024,
4865,
9,
9,
9,
47,
31,
221,
22,
38,
143,
184,
20,
107,
30,
9,
9,
9,
31,
9036,
21,
865,
47,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Double/Triple loading jquery dialog, javascript code inside ajax loaded form
===
I've getting the following error and I don't know how to fix it. I'm using codeigniter framework, I'm building an admin site, this side has a number of sections to administrate, in each section you can create, edit, translate or delete it... | 0 | [
2,
1494,
118,
17851,
413,
12797,
487,
8190,
93,
28223,
15,
8247,
8741,
1797,
572,
20624,
8572,
505,
800,
3726,
3726,
31,
22,
195,
1017,
14,
249,
7019,
17,
31,
221,
22,
38,
143,
184,
20,
6098,
32,
9,
31,
22,
79,
568,
1797,
9693,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Sending a recognizable error to JQuery from CakePHP
===
I have the following JQuery code:
$('#dropdown').bind('change', function() {
var formData = $('#newform').serialize()
$.ajax({
type: 'POST',
url: baseUrl+"crm/orders/ajaxEdit",
data: formData... | 0 | [
2,
4907,
21,
22759,
7019,
20,
487,
8190,
93,
37,
8390,
26120,
800,
3726,
3726,
31,
57,
14,
249,
487,
8190,
93,
1797,
45,
5579,
5,
22,
5910,
12361,
2968,
22,
6,
9,
4772,
43,
5,
22,
16229,
22,
15,
1990,
5,
6,
13,
1,
4033,
505,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
duplicate buttons
===
I have the following problem I've been struggeling with. I have a list of toolbuttons placed in a scroll area. I want to make a second scroll area with push buttons that duplicate the text of the tool buttons, but only for the toolbuttons that are selected. For example let's select toolbuttons 1,... | 0 | [
2,
19429,
12861,
800,
3726,
3726,
31,
57,
14,
249,
1448,
31,
22,
195,
74,
354,
26308,
532,
68,
29,
9,
31,
57,
21,
968,
16,
5607,
811,
444,
18,
1037,
19,
21,
12159,
217,
9,
31,
259,
20,
233,
21,
153,
12159,
217,
29,
3250,
128... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Can I get GroupBox ForeColor to behave the same as Button in WinForms?
===
I am expecting the text on GroupBox caption and Button caption to be the same color if they have the same ForeColor (as well as other controls set similarly).
The ForeColor property of a GroupBox and several Buttons are each set to ControlTe... | 0 | [
2,
92,
31,
164,
214,
5309,
26,
62,
11282,
20,
14149,
14,
205,
28,
5167,
19,
628,
4190,
18,
60,
800,
3726,
3726,
31,
589,
7752,
14,
1854,
27,
214,
5309,
26622,
17,
5167,
26622,
20,
44,
14,
205,
1665,
100,
59,
57,
14,
205,
26,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
mysql how to format subtime
===
I want to format the return value from subtime into the following format: HH:MM
SUBTIME('09:00:00', SEC_TO_TIME(30*60)),
DATE_FORMAT(SUBTIME('09:00:00', SEC_TO_TIME(30*60)), '%H:%i')
first subtime returns me correct 08:30:00
but the one with date_format, returns me j... | 0 | [
2,
51,
18,
22402,
184,
20,
2595,
972,
891,
800,
3726,
3726,
31,
259,
20,
2595,
14,
788,
1923,
37,
972,
891,
77,
14,
249,
2595,
45,
13,
10681,
45,
3363,
972,
891,
5,
22,
2545,
45,
2032,
45,
2032,
22,
15,
9265,
1,
262,
1,
891,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 subtract times from tables (decreased additionally for specific time status from second table)
===
I have table T1 and T2.
T1
ID TIME1 TIME2
1001 1 10
1002 1 20
T2
ID STATUS TIME
1001 NEW 1
1001 CLOSED 10
1002... | 0 | [
2,
4444,
255,
27031,
436,
37,
7484,
13,
5,
546,
14946,
18,
69,
4351,
26,
1903,
85,
1782,
37,
153,
859,
6,
800,
3726,
3726,
31,
57,
859,
13,
38,
165,
17,
13,
38,
135,
9,
13,
38,
165,
4924,
85,
165,
85,
135,
808,
165,
137,
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... |
JSF - Composite Component include js file
===
how can i add a js file to my own composite component taglib?
I have following strucuture:
src/main/resources/META-INF/ <br/>
- mytaglib.xml <br/>
- faces-config.xml
src/main/resources/META-INF/resources <br/>
- myComponent.xhtml
In myComponent.xhtml i want ... | 0 | [
2,
487,
18,
410,
13,
8,
12639,
5912,
468,
487,
18,
3893,
800,
3726,
3726,
184,
92,
31,
3547,
21,
487,
18,
3893,
20,
51,
258,
12639,
5912,
3383,
8326,
60,
31,
57,
249,
13,
11602,
4118,
4221,
45,
13,
18,
5453,
118,
6232,
118,
99... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 organize the data inside the database inside a Jtable using netbeans
===
I wrote a code that will put my data in the database into a Jtable that include row and columns but there is no output .. I don't know what is the problem .. Could anyone help me please ?? Maybe the connection is wrong between the table an... | 0 | [
2,
184,
20,
9213,
14,
1054,
572,
14,
6018,
572,
21,
487,
5924,
568,
4275,
863,
5950,
800,
3726,
3726,
31,
738,
21,
1797,
30,
129,
442,
51,
1054,
19,
14,
6018,
77,
21,
487,
5924,
30,
468,
3131,
17,
7498,
47,
80,
25,
90,
5196,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 Vbscript code into javascript code
===
Is there any alternative of ExecuteGlobal in javascript
Function vbExecuteGlobal(parmSCRIPT)
ExecuteGlobal(parmSCRIPT)
End Function | 0 | [
2,
19583,
13,
20468,
8741,
1797,
77,
8247,
8741,
1797,
800,
3726,
3726,
25,
80,
186,
2676,
16,
15644,
26763,
19,
8247,
8741,
1990,
13,
20468,
1706,
17194,
591,
26763,
5,
3574,
79,
8741,
6,
15644,
26763,
5,
3574,
79,
8741,
6,
241,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... |
MS Sql Query to check if booking is available for perticluar timeslot on a specific date
===
I have a booking table where i store booking information. We allow booking on for two different time-slot during day let us say at 10:30am & 04:00pm on work days & for particular slot we only take maximum of 50 visitors only.... | 0 | [
2,
4235,
4444,
255,
25597,
20,
2631,
100,
360,
68,
25,
904,
26,
416,
1786,
2377,
512,
436,
5639,
27,
21,
1903,
1231,
800,
3726,
3726,
31,
57,
21,
360,
68,
859,
113,
31,
1718,
360,
68,
676,
9,
95,
1655,
360,
68,
27,
26,
81,
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... |
TSQL left join select appropriate single value
===
To simplify things, there are two tables 'trades' and 'rates'.
`trades.userid` and `rates.fee` are connected through `trades.rateid` = `rates.rateid`
Problem is SELECT doesn't return uniquely values, but all possible of them.
SELECT r.fee
FROM rates ... | 0 | [
2,
13,
38,
18,
22402,
225,
1865,
5407,
4593,
345,
1923,
800,
3726,
3726,
20,
28257,
564,
15,
80,
50,
81,
7484,
13,
22,
19878,
18,
22,
17,
13,
22,
5487,
18,
22,
9,
13,
1,
19878,
18,
9,
3699,
5175,
1,
17,
13,
1,
5487,
18,
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... |
Getting values from two or more forms C#
===
Okay, after a successful user login, an alertbox will display the username and then another form will pop up that enables the user to change his password. I want to use the value of the username (from login form) in a conditional statement to be able to change the password.... | 0 | [
2,
1017,
4070,
37,
81,
54,
91,
1997,
272,
5910,
800,
3726,
3726,
1705,
15,
75,
21,
1300,
4155,
6738,
108,
15,
40,
7863,
5309,
129,
3042,
14,
4155,
7259,
17,
94,
226,
505,
129,
1675,
71,
30,
14645,
14,
4155,
20,
753,
33,
20884,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Relative size unit for jQuery Mobile?
===
In android we have `dip` as a convenient relative size unit. But do we have something similar in jQuery Mobile as a relative layout size unit? I don't want to use `%` since screen orientation is a concern.
Thanks. | 0 | [
2,
4543,
1072,
1237,
26,
487,
8190,
93,
3241,
60,
800,
3726,
3726,
19,
13005,
95,
57,
13,
1,
18032,
1,
28,
21,
12845,
4543,
1072,
1237,
9,
47,
107,
95,
57,
301,
835,
19,
487,
8190,
93,
3241,
28,
21,
4543,
9106,
1072,
1237,
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... |
The best way to transfer large file (>100MB) over http
===
Or should I not do it using HTTP at all? I want to upload a file from an HTML web page (an HTML form). Can I simply go the way I do for a 5MB file? What help can I take from HTML5 and JavaScript | 0 | [
2,
14,
246,
161,
20,
2617,
370,
3893,
13,
5,
1,
4031,
5024,
6,
84,
7775,
800,
3726,
3726,
54,
378,
31,
52,
107,
32,
568,
7775,
35,
65,
60,
31,
259,
20,
71,
8294,
21,
3893,
37,
40,
13,
15895,
2741,
2478,
13,
5,
210,
13,
158... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 the table Variable and virtual table are same thing in sql server
===
Is the Virtual Table and Table variable is same in sql server.I Have searched on Google for virtual table but not found the right answer it always show link for Table variable. So anybody please suggest me that what is virtual table, is it same a... | 0 | [
2,
25,
14,
859,
7612,
17,
6599,
859,
50,
205,
584,
19,
4444,
255,
8128,
800,
3726,
3726,
25,
14,
6599,
859,
17,
859,
7612,
25,
205,
19,
4444,
255,
8128,
9,
49,
57,
9036,
27,
8144,
26,
6599,
859,
47,
52,
216,
14,
193,
1623,
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... |
git push --all is failing
===
I am having interesting issue. I am having a pet project on bitbucket and so far I was able to pull and push from home and office as well with configuration I have figured out with some try and error approach. Now the issue is that I have created a branch in the office (which is behind a ... | 0 | [
2,
13,
10404,
3250,
13,
8,
8,
1233,
25,
7250,
800,
3726,
3726,
31,
589,
452,
4883,
1513,
9,
31,
589,
452,
21,
3170,
669,
27,
1142,
11925,
1198,
17,
86,
463,
31,
23,
777,
20,
2201,
17,
3250,
37,
213,
17,
488,
28,
134,
29,
809... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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: Supporting smart phone only
===
My application is live on google play.
I want to make it compatible with smart phone only.For that I have done like this...
<uses-sdk
android:minSdkVersion="4"/>
<supports-screens
android:largeScreens="true"
android:normalScreens="true"... | 0 | [
2,
13005,
45,
3134,
3978,
1132,
104,
800,
3726,
3726,
51,
3010,
25,
515,
27,
8144,
418,
9,
31,
259,
20,
233,
32,
14961,
29,
3978,
1132,
104,
9,
1106,
30,
31,
57,
677,
101,
48,
9,
9,
9,
13,
1,
3699,
18,
8,
18,
43,
197,
1300... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
SENCHA TOUCH 2: json data not showing
===
my 1st question here, not found answer in others discussion (I think my code is correct but... probably not).
Btw, i would fetch some data from a "data.json":
{
"restaurants":[
{
"id_restaurant":"40",
"name":"La Saliera",
"zip":"00128",
"l... | 0 | [
2,
8252,
1651,
1723,
4274,
487,
528,
1054,
52,
3187,
800,
3726,
3726,
51,
137,
384,
1301,
235,
15,
52,
216,
1623,
19,
654,
5460,
13,
5,
49,
277,
51,
1797,
25,
4456,
47,
9,
9,
9,
910,
52,
6,
9,
334,
38,
499,
15,
31,
83,
183... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Print contents of an array into a PHP file
===
I am trying to print an array into a file staticSurveyDataFileTest.php . I am able to print the array but not in the ideal format.
Take a look into the following code
File1.php
<?php
include_once("../dc/dcCommonLib.php");
include_once("../dc/persis... | 0 | [
2,
4793,
8478,
16,
40,
7718,
77,
21,
13,
26120,
3893,
800,
3726,
3726,
31,
589,
749,
20,
4793,
40,
7718,
77,
21,
3893,
12038,
4082,
8704,
18768,
16877,
10543,
9,
26120,
13,
9,
31,
589,
777,
20,
4793,
14,
7718,
47,
52,
19,
14,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How does client filtering work for a WCF IQueryable method?
===
I am new to WCF and I need help understanding something.
I created a WCF data service that returns DTOs which are mapped from entities by the service. On my service contract interface I have some method GetMyDto returning IQueryable<MyDto>.
I added ... | 0 | [
2,
184,
630,
6819,
25272,
170,
26,
21,
11801,
410,
13,
5312,
622,
579,
2109,
60,
800,
3726,
3726,
31,
589,
78,
20,
11801,
410,
17,
31,
376,
448,
3260,
301,
9,
31,
679,
21,
11801,
410,
1054,
365,
30,
4815,
13,
43,
262,
18,
56,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
mysql datasource with connectioprovider or c3p0 datasource?
===
which one is better?
now, i have a MysqlDatasource in my app and i can get connections from it and pass it to a connectionprovider's getConnection for hibernate to use it,
but performance-wise, is it better to use c3p0 or proxool connection pools for hi... | 4 | [
2,
51,
18,
22402,
1054,
12097,
29,
6379,
1963,
26735,
139,
54,
272,
240,
306,
387,
1054,
12097,
60,
800,
3726,
3726,
56,
53,
25,
574,
60,
130,
15,
31,
57,
21,
51,
18,
22402,
18768,
12097,
19,
51,
4865,
17,
31,
92,
164,
6760,
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... |
R: Aggregate list by two of its components?
===
I have a long data list of values, the years they were recorded in, and their source - among many other columns.
The first ten records look like this:
> data
$year
[1] "1995"
[2] "1995"
[3] "1995"
[4] "1995"
[5] ... | 0 | [
2,
761,
45,
8544,
968,
34,
81,
16,
82,
5090,
60,
800,
3726,
3726,
31,
57,
21,
175,
1054,
968,
16,
4070,
15,
14,
122,
59,
46,
801,
19,
15,
17,
66,
1267,
13,
8,
497,
151,
89,
7498,
9,
14,
64,
652,
742,
361,
101,
48,
45,
13... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
NoMethodError in Devise/registrations#new Version Compatibility issue
===
What's up all,
Having serious issues when I navigate to `localhost:3000/users/registrations/sign_up` following RailsCasts #209 implementing authentication with Devise.
When I rake routes, results are as follows:
new_user_session GET /u... | 0 | [
2,
90,
5909,
1807,
43,
29992,
19,
29276,
118,
12463,
702,
5946,
18,
5910,
2681,
615,
13,
21618,
1513,
800,
3726,
3726,
98,
22,
18,
71,
65,
15,
452,
2055,
1549,
76,
31,
20782,
20,
13,
1,
15580,
11694,
45,
6571,
15928,
16704,
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... |
Full screen c# windows form covering all monitor
===
Is there a way to make make a windows form application full screen and black out your secondary monitors? So the main display is on your primary display and all your other monitors are just completely black?
| 0 | [
2,
503,
2324,
272,
5910,
1936,
505,
3846,
65,
7626,
800,
3726,
3726,
25,
80,
21,
161,
20,
233,
233,
21,
1936,
505,
3010,
503,
2324,
17,
319,
70,
154,
2277,
18521,
60,
86,
14,
407,
3042,
25,
27,
154,
1256,
3042,
17,
65,
154,
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,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... |
Python - Why isn't this variable visible?
===
O.K., I'm coming from Perl to Python and I don't have much experience in Python so this may seem rather obvious to everyone who's more experienced with Python.
Anyway, I'm simply loading a configuration file and then, as a self-test, printing the values that are loaded.... | 0 | [
2,
20059,
13,
8,
483,
2532,
22,
38,
48,
7612,
4560,
60,
800,
3726,
3726,
635,
9,
197,
9,
15,
31,
22,
79,
880,
37,
416,
255,
20,
20059,
17,
31,
221,
22,
38,
57,
212,
1496,
19,
20059,
86,
48,
123,
2260,
864,
4674,
20,
1266,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Write some data (lines) from my mappers to separate directories depending on some logic in my mapper code
===
I am using mrjob for my EMR needs.
How do I write some data (lines) from my mappers to "separate directories" depending on some logic in my mapper code that I can:
1. tar gzip and
2. upload to separat... | 0 | [
2,
2757,
109,
1054,
13,
5,
7939,
6,
37,
51,
2942,
7490,
20,
1725,
559,
1596,
4758,
27,
109,
7085,
19,
51,
2942,
1432,
1797,
800,
3726,
3726,
31,
589,
568,
820,
1636,
220,
26,
51,
3579,
139,
2274,
9,
184,
107,
31,
2757,
109,
10... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Ubuntu CHOWN, uploads as FTP user then www-data can't move file?
===
I'm having issues with a site ive setup on an Ubuntu VPS server running PHP5.3.
I 2 directories I call in PHP
/var/www/v-hosts/..../main/images/listing
/var/www/v-hosts/..../main/xml_sync/files
The second folder is one where a program usin... | 0 | [
2,
287,
12968,
2473,
13,
12071,
103,
15,
71,
8294,
18,
28,
1187,
306,
4155,
94,
13,
6483,
8,
18768,
92,
22,
38,
780,
3893,
60,
800,
3726,
3726,
31,
22,
79,
452,
1549,
29,
21,
689,
5568,
18161,
27,
40,
287,
12968,
2473,
13,
109... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Nagiosgraph rrd files not created(maybe because of map file)
===
I'm having a problem with Nagiosgraph. I have created a nagios check which monitors the traffic on a server/workstation through SNMP and the output of the check is a long string that looks like this:
OK - traffmon eth0:incoming:170KB:outgoing:16... | 0 | [
2,
9277,
7760,
9614,
761,
897,
6488,
52,
679,
5,
5138,
185,
16,
2942,
3893,
6,
800,
3726,
3726,
31,
22,
79,
452,
21,
1448,
29,
9277,
7760,
9614,
9,
31,
57,
679,
21,
9277,
7760,
2631,
56,
18521,
14,
2227,
27,
21,
8128,
118,
378... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
this function is invalid in emacs24 it can't determine the gud whether running
===
this function is invalid in emacs24 it can't determine the gud whether running
(defun debug-run-or-go ()
"If gdb isn't running; run gdb, else call gud-go." ... | 0 | [
2,
48,
1990,
25,
16671,
19,
13,
62,
6893,
18,
1996,
32,
92,
22,
38,
3746,
14,
20229,
1472,
946,
800,
3726,
3726,
48,
1990,
25,
16671,
19,
13,
62,
6893,
18,
1996,
32,
92,
22,
38,
3746,
14,
20229,
1472,
946,
13,
5,
546,
16638,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
When USB drive is connected, message on console using udev
===
Is it possible to send some message like Device Added or Removed etc to console on my target using udev rules? | 0 | [
2,
76,
182,
220,
1493,
25,
2587,
15,
2802,
27,
8650,
568,
287,
14438,
800,
3726,
3726,
25,
32,
938,
20,
2660,
109,
2802,
101,
3646,
905,
54,
1974,
2722,
20,
8650,
27,
51,
2935,
568,
287,
14438,
1761,
60,
3,
0,
0,
0,
0,
0,
0,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... |
symfony 1.4 i18:extract
===
I would like to know if there is a quick method to change the extract directory for i18n:extract task. I would like to save the catalogs in a different folder NOT in lib/vendor/ .
tHX. | 0 | [
2,
13,
7261,
10229,
93,
137,
9,
300,
31,
1087,
45,
1706,
19915,
800,
3726,
3726,
31,
83,
101,
20,
143,
100,
80,
25,
21,
2231,
2109,
20,
753,
14,
10962,
16755,
26,
31,
1087,
103,
45,
1706,
19915,
3005,
9,
31,
83,
101,
20,
2079,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 detect when MotionEvent.ACTION_MOVE is finished
===
I need to detect in my application when user stop moving across a specific view. I'm creating something similar to marque text in my application which can interact while user is touching the view and moving across it. And I need to start scrolling the ... | 0 | [
2,
13005,
184,
20,
9092,
76,
2422,
4943,
38,
9,
8645,
1,
16598,
25,
842,
800,
3726,
3726,
31,
376,
20,
9092,
19,
51,
3010,
76,
4155,
747,
1219,
464,
21,
1903,
1418,
9,
31,
22,
79,
2936,
301,
835,
20,
1423,
2005,
1854,
19,
51,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Obtaining number of rows Tkinter
===
Just a quick question..
Following opening a text file in a separate definition (no classes used) I have a 'table' (i.e a frame) that has n rows (depending on what is in the text file).
As this number could be any number, is it possible to retrieve the number of rows afterward... | 0 | [
2,
12114,
234,
16,
11295,
13,
38,
1767,
815,
800,
3726,
3726,
114,
21,
2231,
1301,
9,
9,
249,
1214,
21,
1854,
3893,
19,
21,
1725,
5465,
13,
5,
251,
2684,
147,
6,
31,
57,
21,
13,
22,
5924,
22,
13,
5,
49,
9,
62,
21,
3523,
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... |
Returning multiple groups of data in a JSON ajax response
===
If I wanted to make one request, but return multiple groups of responses, how would I separate them to be able to parse them in jQuery and get the `.length` as well of each group?
First Group (A)
[
{"name":"Tu\u011Frul","surname":"Topuz"... | 0 | [
2,
2485,
1886,
1170,
16,
1054,
19,
21,
487,
528,
20624,
1627,
800,
3726,
3726,
100,
31,
417,
20,
233,
53,
3772,
15,
47,
788,
1886,
1170,
16,
13231,
15,
184,
83,
31,
1725,
105,
20,
44,
777,
20,
2017,
870,
105,
19,
487,
8190,
93... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Pass argument to callback function COCOS2D Android
===
I've started working with cocos2d few days ago...and im working on small 2d game.
I figured out how to animate sprites. Now when sprite finished with animation I want it to be cleared from screen.
How to pass argument to callback function?
target.runAct... | 0 | [
2,
1477,
5476,
20,
645,
1958,
1990,
22470,
18,
135,
43,
13005,
800,
3726,
3726,
31,
22,
195,
373,
638,
29,
22470,
18,
135,
43,
310,
509,
1464,
9,
9,
9,
290,
797,
638,
27,
284,
172,
43,
250,
9,
31,
5700,
70,
184,
20,
14487,
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... |
addObject to NSMutableArray but changes all objects in array
===
I have gone through Google and this website for 4 hours trying to find a solution for this. There are two pages on this website with the same answer but it doesn't work for me.
- I have a window with a tableview with 5 columns.
- I am using openD... | 0 | [
2,
3547,
23793,
20,
13,
2172,
7903,
579,
8576,
93,
47,
1693,
65,
3916,
19,
7718,
800,
3726,
3726,
31,
57,
1042,
120,
8144,
17,
48,
2271,
26,
268,
974,
749,
20,
477,
21,
4295,
26,
48,
9,
80,
50,
81,
4434,
27,
48,
2271,
29,
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... |
Resize image from camera Android
===
I want to resize an image on the sd card and send it to a Web service, the call is asynchronous and ParcelFileDescriptor and CountingInputStreamEntity use to display progress bar. What should I do to resize and send in the same way ! This is my current code:
ParcelFileDescri... | 0 | [
2,
302,
10454,
1961,
37,
3336,
13005,
800,
3726,
3726,
31,
259,
20,
302,
10454,
40,
1961,
27,
14,
13,
18,
43,
2056,
17,
2660,
32,
20,
21,
2741,
365,
15,
14,
645,
25,
21,
16023,
1291,
17,
16554,
16877,
546,
8741,
248,
17,
11195,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Regarding writing user space device driver in android
===
I am new to android and linux and have started to analyse porting a device driver which today runs on an RTOS called threadX.
I plan to have most of the device driver implemented in the user space with minimal required functionalities in the Kernel space. M... | 0 | [
2,
3467,
1174,
4155,
726,
3646,
2425,
19,
13005,
800,
3726,
3726,
31,
589,
78,
20,
13005,
17,
13024,
17,
57,
373,
20,
13,
21702,
1295,
68,
21,
3646,
2425,
56,
786,
1461,
27,
40,
761,
262,
18,
227,
9322,
396,
9,
31,
944,
20,
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... |
text field is not getting clear
===
Hi everyone ,
I have a textfield from where I am showing one popover for textfield value string.
When I am editing text field , clearbutton is visible. and when I am clicking on clear button,
textfield text is not getting clear.
and Popover in getting dismiss. ... | 0 | [
2,
1854,
575,
25,
52,
1017,
1207,
800,
3726,
3726,
4148,
1266,
13,
15,
31,
57,
21,
1854,
1109,
37,
113,
31,
589,
3187,
53,
1675,
2549,
26,
1854,
1109,
1923,
3724,
9,
76,
31,
589,
9510,
1854,
575,
13,
15,
1207,
811,
444,
25,
45... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Powershell 2.0 collection initializer
===
In Powershell 2.0, how do I use C# 3.0 collection initializers ? ([http://stackoverflow.com/questions/9083515/how-to-set-collection-inline][1])
I've tried
$table= New-Object System.Data.DataTable {
TableName = "my table" ,
Columns = {
New-Object Sy... | 0 | [
2,
414,
15984,
172,
9,
387,
1206,
2104,
11907,
800,
3726,
3726,
19,
414,
15984,
172,
9,
387,
15,
184,
107,
31,
275,
272,
5910,
203,
9,
387,
1206,
2104,
11907,
18,
13,
60,
13,
5,
2558,
21127,
6903,
25325,
2549,
9990,
9,
960,
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... |
Select statement, need case like functionality in the where statement
===
I'm on sql 2000.
I am getting all the banners to display on a website.
If the displayedCount != -1, then always get the row. Otherwise, I need to make sure it isn't larger than the maxViewCount column.
So the table is like:
bann... | 0 | [
2,
5407,
3331,
15,
376,
610,
101,
18548,
19,
14,
113,
3331,
800,
3726,
3726,
31,
22,
79,
27,
4444,
255,
824,
9,
31,
589,
1017,
65,
14,
7492,
18,
20,
3042,
27,
21,
2271,
9,
100,
14,
6115,
16549,
13,
187,
3726,
13,
8,
165,
15,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
iOS and facebook integration questions auth on start
===
I'm developing an iPad app and I want a user to post on his facebook wall that he's using app.
I've added and implemented FB SDK as it was said in [official docs][1], but it behaves not as I was expecting. At every app launch it redirects to Safari only to sh... | 0 | [
2,
13,
7760,
17,
9090,
8078,
2346,
10343,
96,
27,
799,
800,
3726,
3726,
31,
22,
79,
3561,
40,
31,
8240,
4865,
17,
31,
259,
21,
4155,
20,
678,
27,
33,
9090,
769,
30,
24,
22,
18,
568,
4865,
9,
31,
22,
195,
905,
17,
6807,
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... |
Understanding NSLog syntax
===
(I'm a cocoa beginner and ) I'm wondering why we should do:
NSLog(@"this is the variable value: %d",variable);
and not something like this:
[NSLog outputThis:@"this is the variable value: %d" param:variable]; | 0 | [
2,
3260,
13,
2172,
5567,
22649,
800,
3726,
3726,
13,
5,
49,
22,
79,
21,
24507,
26931,
17,
13,
6,
31,
22,
79,
5712,
483,
95,
378,
107,
45,
13,
2172,
5567,
5,
1,
7,
1565,
25,
14,
7612,
1923,
45,
13,
11881,
43,
7,
15,
8220,
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... |
Scientific Calculator
===
I implemented a calculator in my app using the method below but it seems to be coming up with errors
- (IBAction)calculate {
float x = ([textField1.text floatValue]);
if (x>=)
{
(x<=14000,x*0.0125);
(x<=30000,175+x-14000*0.015);
(x<=80000,415+x... | 0 | [
2,
2272,
28539,
800,
3726,
3726,
31,
6807,
21,
28539,
19,
51,
4865,
568,
14,
2109,
1021,
47,
32,
2206,
20,
44,
880,
71,
29,
11908,
13,
8,
13,
5,
4598,
8645,
6,
16304,
12383,
13,
1,
11510,
993,
800,
13,
5,
2558,
11969,
1109,
16... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Set Div to 100% of Body
===
I have a div called 'main-container' that I want to be the height of my content. At the moment, the div is only as tall as my browser window. I've tried to correct this like so:
html, body{
height: 100%;
background-color: $main-background-color;
}
#main-cont... | 0 | [
2,
309,
13,
12916,
20,
12849,
16,
358,
800,
3726,
3726,
31,
57,
21,
13,
12916,
227,
13,
22,
6232,
8,
1126,
5851,
106,
22,
30,
31,
259,
20,
44,
14,
2947,
16,
51,
2331,
9,
35,
14,
688,
15,
14,
13,
12916,
25,
104,
28,
2263,
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... |
Developing Apps On Your Personal iPhone - Is It Safe?
===
I have been developing iPhone apps on my iPad for a long time and I'm about to develop for my iPhone, but I just wondered is is safe and by that I mean...
1. Can it possibly hurt my iPhone
2. Could it cause the iPhone to glitch or do funny things?
3. An... | 0 | [
2,
3561,
4865,
18,
27,
154,
1319,
21024,
13,
8,
25,
32,
1834,
60,
800,
3726,
3726,
31,
57,
74,
3561,
21024,
4865,
18,
27,
51,
31,
8240,
26,
21,
175,
85,
17,
31,
22,
79,
88,
20,
2803,
26,
51,
21024,
15,
47,
31,
114,
3519,
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... |
Opaque Menu on Viewport
===
I am trying to do just one things. When something at the top of my page goes out of viewport, I want to change the #topnav opacity to 0.6. I found a few links on here including:
http://stackoverflow.com/questions/10402232/jquery-animated-show-hide-of-menu-when-another-div-is-visible-invi... | 0 | [
2,
29068,
11379,
27,
1418,
1993,
800,
3726,
3726,
31,
589,
749,
20,
107,
114,
53,
564,
9,
76,
301,
35,
14,
371,
16,
51,
2478,
1852,
70,
16,
1418,
1993,
15,
31,
259,
20,
753,
14,
6926,
3880,
18343,
13,
11490,
5788,
20,
713,
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... |
Linker error building miniinstaller in Chromium
===
I am trying to build the miniinstaller project of Chromium but am getting this error:
"LINK : fatal error LNK1104: cannot open file 'wininet.lib'"
Now, I have Windows 7.1 SDK installed and set in the Project properties. I have also been able to successfully build... | 0 | [
2,
3508,
106,
7019,
353,
4236,
108,
21300,
106,
19,
13,
20151,
2187,
800,
3726,
3726,
31,
589,
749,
20,
1895,
14,
4236,
108,
21300,
106,
669,
16,
13,
20151,
2187,
47,
589,
1017,
48,
7019,
45,
13,
7,
6258,
13,
45,
8773,
7019,
644... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to create a Status Notification in Android using a BroadcastReceiver and AlarmManager?
===
I have code, and it just does not work, so I ask anyone to help me out. There is very little info on this specific matter.
**MainActivity**
----------
public class MainActivity extends Activity {
public final ... | 0 | [
2,
184,
20,
1600,
21,
1782,
52,
4634,
19,
13005,
568,
21,
1992,
99,
1105,
19737,
17,
6490,
22256,
60,
800,
3726,
3726,
31,
57,
1797,
15,
17,
32,
114,
630,
52,
170,
15,
86,
31,
1349,
1276,
20,
448,
55,
70,
9,
80,
25,
253,
265... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Two type of model classes at PHP using MVC?
===
I am currently using PDO to deal with the database at my system and i was wondering how should i structure it to make a good MVC system.
I am trying to learn how to work with Doctrine, but i guess i would need much more time... so meanwhile i use PDO.
There have to b... | 0 | [
2,
81,
1001,
16,
1061,
2684,
35,
13,
26120,
568,
307,
8990,
60,
800,
3726,
3726,
31,
589,
871,
568,
351,
537,
20,
1183,
29,
14,
6018,
35,
51,
329,
17,
31,
23,
5712,
184,
378,
31,
1411,
32,
20,
233,
21,
254,
307,
8990,
329,
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... |
T4MVC OptionalParameter values implied from current context
===
I've noticed what I believe to be some odd behavior with T4MVC. Specifically, I'm attempting to build an ActionLink (using the HtmlHelper) for an action where the optional parameter value is null. This works fine most of the time. However, if the current ... | 0 | [
2,
13,
38,
300,
79,
8990,
12832,
6351,
7307,
4070,
14719,
37,
866,
4141,
800,
3726,
3726,
31,
22,
195,
2711,
98,
31,
985,
20,
44,
109,
4210,
3257,
29,
13,
38,
300,
79,
8990,
9,
3524,
15,
31,
22,
79,
6314,
20,
1895,
40,
1028,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Simple server side validation of signup form in php (different techniques)
===
I am really messed up. Does anyone can help me out that what is the easier way or simple way for server side validation using php.
I would really appreciate that..... | 0 | [
2,
1935,
8128,
270,
27999,
16,
1676,
576,
505,
19,
13,
26120,
13,
5,
15782,
4212,
6,
800,
3726,
3726,
31,
589,
510,
21537,
71,
9,
630,
1276,
92,
448,
55,
70,
30,
98,
25,
14,
4950,
161,
54,
1935,
161,
26,
8128,
270,
27999,
568,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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... |
How to use Multiple Webviews in bottom of ViewController?
===
![enter image description here][1]
[1]: http://i.stack.imgur.com/D6Ikf.png
I already had 10 youtube video links on server.Every youtube video should be thumbnail in webview.in a given image the (redbox) show the space is less for youtube thumbnails ... | 0 | [
2,
184,
20,
275,
1886,
2741,
4725,
18,
19,
2129,
16,
1418,
12898,
1252,
60,
800,
3726,
3726,
13,
187,
2558,
13679,
1961,
5318,
235,
500,
2558,
165,
500,
636,
165,
500,
45,
7775,
6903,
49,
9,
25325,
9,
1660,
11147,
9,
960,
118,
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... |
HTML5 Canvas using easeljs pan
===
is there anyone here that have a good example of panning using easeljs?
i am actually animating a ball insidde a large canvas, about 5200x7400
i am able to center the ball on the screen using a div that contains the canvas, setting it to overflow scroll and then using the function ... | 0 | [
2,
13,
15895,
264,
9696,
568,
6378,
15664,
18,
1809,
800,
3726,
3726,
25,
80,
1276,
235,
30,
57,
21,
254,
823,
16,
1809,
2981,
568,
6378,
15664,
18,
60,
31,
589,
1121,
14487,
1203,
21,
1592,
19,
18,
1340,
546,
21,
370,
9696,
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... |
Forward declaring a protocol in objective-c
===
My class .h looks like:
@protocol AppInfoDelegate;
@class InfoTextView;
@interface AppInfoViewController : UIViewController <AppInfoDelegate> {
}
@property (nonatomic, retain) NSArray *textObjectsArray;
@prope... | 0 | [
2,
917,
15594,
21,
8494,
19,
7038,
8,
150,
800,
3726,
3726,
51,
718,
13,
9,
252,
1879,
101,
45,
13,
1,
2740,
262,
7771,
4865,
108,
4120,
24249,
3322,
73,
13,
1,
1898,
15404,
11969,
4725,
73,
13,
1,
6280,
6413,
4865,
108,
4120,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
CakePHP 2.x: Missing Plugin Exception while installing on shared host
===
I have been having an issue that has been driving me nuts all day.
I have a cakePhp site working with no problems on my local machine, another developers local machine and a dedicated server (for the production environment). I copied the dev... | 0 | [
2,
8390,
26120,
172,
9,
396,
45,
2863,
10922,
108,
5391,
133,
25429,
27,
2592,
2015,
800,
3726,
3726,
31,
57,
74,
452,
40,
1513,
30,
63,
74,
2891,
55,
13771,
65,
208,
9,
31,
57,
21,
8390,
26120,
689,
638,
29,
90,
1716,
27,
51,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
yii assign cgridview row an id
===
I am attempting to assign a unique id to each table row in yii's CGridView.
Preferably something like $data->id from the database table.
I have been unsuccessful at adding an id to the cgridview <tr>.
Any suggestions would be most appreciated.
Thank you. | 0 | [
2,
7679,
49,
13952,
272,
16375,
4725,
3131,
40,
4924,
800,
3726,
3726,
31,
589,
6314,
20,
13952,
21,
2619,
4924,
20,
206,
859,
3131,
19,
7679,
49,
22,
18,
272,
16375,
4725,
9,
6369,
4801,
301,
101,
5579,
18768,
8,
1,
1340,
37,
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... |
I'm having some trouble screen scraping with Ruby (using RestClient) in a POST request page
===
I'm trying to get arrest data from the [police blotter][1] of the Palm Beach County Sheriff's Office.
I've limited my search to the city of West Palm Beach, going back as far as the data goes (Oct. 31, 1974).
I'm usin... | 0 | [
2,
31,
22,
79,
452,
109,
2572,
2324,
25611,
29,
10811,
13,
5,
12655,
760,
150,
18513,
38,
6,
19,
21,
678,
3772,
2478,
800,
3726,
3726,
31,
22,
79,
749,
20,
164,
4389,
1054,
37,
14,
636,
28926,
25613,
815,
500,
2558,
165,
500,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
CPU time, or User time in Java for computer science experiments?
===
When evaluating my algorithms against one another in regards to time taken should I use CPU or User time in Java? I used the information here: http://nadeausoftware.com/articles/2008/03/java_tip_how_get_cpu_and_user_time_benchmarking , to get these v... | 0 | [
2,
17578,
85,
15,
54,
4155,
85,
19,
8247,
26,
1428,
762,
7715,
60,
800,
3726,
3726,
76,
26764,
51,
15935,
149,
53,
226,
19,
14179,
20,
85,
658,
378,
31,
275,
17578,
54,
4155,
85,
19,
8247,
60,
31,
147,
14,
676,
235,
45,
7775,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
modern website multi platform screenshots
===
Is there any software or psd template to make multi platform (iphone, ipad, browser...) website screenshots like these:
http://vendhq.com/images/splash_image.jpg
http://vendhq.com/images/tour/pos_ipad.jpg
I'm looking for something that gives you all the shadow eff... | 0 | [
2,
773,
2271,
1889,
2452,
2324,
7868,
18,
800,
3726,
3726,
25,
80,
186,
2306,
54,
8613,
43,
22894,
20,
233,
1889,
2452,
13,
5,
49,
7709,
15,
31,
8240,
15,
16495,
9,
9,
9,
6,
2271,
2324,
7868,
18,
101,
158,
45,
7775,
6903,
3124... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Convert Eclipse JDT ITypeBinding to a Type
===
I'm looking for a general way to convert an <code>org.eclipse.jdt.core.dom.ITypeBinding</code> instance to an <code>org.eclipse.jdt.core.dom.Type</code> instance. Although I feel there should be some API call to do this, I cannot locate one.
There appear to be vario... | 0 | [
2,
8406,
11652,
487,
43,
38,
31,
4474,
22260,
20,
21,
1001,
800,
3726,
3726,
31,
22,
79,
699,
26,
21,
297,
161,
20,
8406,
40,
13,
1,
9375,
1,
5583,
9,
3319,
6013,
870,
9,
728,
43,
38,
9,
10375,
9,
5555,
9,
49,
4474,
22260,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
eclipse build.gradle has a red slash through it, what does that mean?
===
I'm running Eclipse - Indigo and have a project configured for EGit that uses Gradle to build. Today I noticed in the Package Explorer of eclipse, the build.gradle file now has a little red slash through its icon:
![build.gradle red slash][1... | 0 | [
2,
11652,
1895,
9,
7691,
413,
63,
21,
402,
14098,
120,
32,
15,
98,
630,
30,
884,
60,
800,
3726,
3726,
31,
22,
79,
946,
11652,
13,
8,
22655,
17,
57,
21,
669,
28895,
26,
12369,
242,
30,
2027,
13,
7691,
413,
20,
1895,
9,
786,
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.