unified_texts stringlengths 32 30.1k | OpenStatus_id int64 0 4 | input_ids list | token_type_ids list | attention_mask list |
|---|---|---|---|---|
Sockets Between Java and Objective-C
===
I have a java server and would like to use and Objective-C client (Mac and iOS), I need to send a string from the java server to the client and send messages from the client to the server also in the form of a String.
Thanks | 1 | [
2,
18482,
18,
128,
8247,
17,
7038,
8,
150,
800,
3726,
3726,
31,
57,
21,
8247,
8128,
17,
83,
101,
20,
275,
17,
7038,
8,
150,
6819,
13,
5,
6893,
17,
13,
7760,
6,
15,
31,
376,
20,
2660,
21,
3724,
37,
14,
8247,
8128,
20,
14,
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... |
Trying to run ogre project in code::blocks under ubuntu
===
I was trying to get ogre working in QT Creator but was having problems. So I decided to try the code::blocks template project but I keep getting these errors:
>>||=== ogre, Debug ===|
>>ld||cannot find -lOgreMain_d|
>>ld||cannot find -lOIS_d|
>>... | 0 | [
2,
749,
20,
485,
7096,
99,
669,
19,
1797,
45,
45,
12048,
18,
131,
287,
12968,
2473,
800,
3726,
3726,
31,
23,
749,
20,
164,
7096,
99,
638,
19,
2593,
38,
9247,
47,
23,
452,
1716,
9,
86,
31,
868,
20,
1131,
14,
1797,
45,
45,
120... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Splitting a comma delimited string in chunks of 40
===
So I have a string which looks like this:
123,532,0302,1234,etc etc (and it goes on and on, sometimes over 500). However, I want to split the comma dilimted list into arrays of 40, nothing more. Similar to array_chunk in PHP (but with arrays).
What is the be... | 0 | [
2,
17282,
21,
11951,
58,
121,
23012,
3724,
19,
15009,
18,
16,
1417,
800,
3726,
3726,
86,
31,
57,
21,
3724,
56,
1879,
101,
48,
45,
390,
240,
15,
4022,
135,
15,
3601,
3564,
15,
918,
3965,
15,
1198,
150,
2722,
13,
5,
290,
32,
185... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Folder to subdomain when autoappending www
===
We have a `.htaccess`-file like this:
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} .
RewriteCond %{HTTP_HOST} !^www\.mysite\.no [NC]
RewriteRule (.*) http://www.mysite.no/$1 [R=301,L]
Which autoappend `www` in front of the UR... | 0 | [
2,
19294,
20,
972,
537,
6232,
76,
3108,
7753,
7601,
13,
6483,
800,
3726,
3726,
95,
57,
21,
13,
1,
9,
9020,
20604,
1,
8,
16877,
101,
48,
45,
27891,
16847,
27,
27891,
8436,
13,
118,
27891,
1126,
43,
13,
11881,
1,
21127,
1,
11694,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Toogle Button in Eclipse Forms Section Toolbar
===
How do I implement a toggle button in the section toolbar of Eclipse UI Forms?
I only find examples for adding actions to the section toolbar. | 0 | [
2,
266,
4875,
5167,
19,
11652,
1997,
1050,
5607,
1850,
800,
3726,
3726,
184,
107,
31,
8713,
21,
20,
263,
4875,
5167,
19,
14,
1050,
5607,
1850,
16,
11652,
13,
5661,
1997,
60,
31,
104,
477,
3770,
26,
4721,
3078,
20,
14,
1050,
5607,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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... |
How to set high score and only changes if it is surpassed
===
Like the game helicopter or like Left 4 dead survival mode I want the score to stay and only change if score is surpassed. Here is the code I have so far.
./m file
_score = 0;
... | 0 | [
2,
184,
20,
309,
183,
1618,
17,
104,
1693,
100,
32,
25,
17115,
800,
3726,
3726,
101,
14,
250,
7281,
54,
101,
225,
268,
828,
7108,
3740,
31,
259,
14,
1618,
20,
1179,
17,
104,
753,
100,
1618,
25,
17115,
9,
235,
25,
14,
1797,
31,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How and is it worth to integrate Java Webapp + drools + Guvnor?
===
I am planning on introducing Java rules , and currently in the process of evaluating Drools to externalize(physically and logically) the business rules from the application
Since these business rules would be very often by the business , i would ... | 0 | [
2,
184,
17,
25,
32,
2715,
20,
18399,
8247,
2741,
7753,
2754,
27008,
18,
2754,
4835,
710,
4747,
60,
800,
3726,
3726,
31,
589,
2334,
27,
11442,
8247,
1761,
13,
15,
17,
871,
19,
14,
953,
16,
26764,
27008,
18,
20,
4886,
2952,
5,
232... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Redirect from Modal Box to Non-modal page
===
I have a Modal Box that opens by clicking a HyperLink.
In the Modal Box I fill out information used to create a new site. When I click the button "Create Project" I want the Modal Box to close and the page to redirect to the new site.
I have tried Response.Redirect(u... | 0 | [
2,
302,
14706,
37,
13,
20756,
1649,
20,
538,
8,
20756,
2478,
800,
3726,
3726,
31,
57,
21,
13,
20756,
1649,
30,
8965,
34,
25590,
21,
5443,
6258,
9,
19,
14,
13,
20756,
1649,
31,
3509,
70,
676,
147,
20,
1600,
21,
78,
689,
9,
76,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
.net load balancing for server
===
Some time ago I wrote server software which is currently running at it's max. (3k users average). So I decided to rewrite certain parts so I can run the software at another server to balance it's load.
I can't simply start another instance of the server since there is some data wh... | 0 | [
2,
13,
9,
2328,
6305,
16416,
6302,
26,
8128,
800,
3726,
3726,
109,
85,
1464,
31,
738,
8128,
2306,
56,
25,
871,
946,
35,
32,
22,
18,
2049,
9,
13,
5,
240,
197,
3878,
862,
6,
9,
86,
31,
868,
20,
27891,
1200,
1341,
86,
31,
92,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Issue with Spring OXM When Unmarshalling XML data(oxm:jaxb2-marshaller)
===
Im trying to unmarshall the XML data into Object using Spring OXM Marshaller. Please find the code below that we have written for converting the same. In our project, we are using Rest Service to retrieve the data from the database. When I tr... | 0 | [
2,
1513,
29,
1573,
7506,
79,
76,
367,
19988,
1233,
68,
23504,
1054,
5,
6326,
79,
45,
1004,
396,
220,
135,
8,
19988,
1233,
106,
6,
800,
3726,
3726,
797,
749,
20,
367,
19988,
1233,
14,
23504,
1054,
77,
3095,
568,
1573,
7506,
79,
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... |
Building a regex, how to remove redundant line breaks?
===
I have a string like this
"a a a a aaa b c d e f a g a aaa aa a a"
I want to turn it into either
"a b c d e f a g a"
or
"a b c d e f a g a "
(whicheve... | 0 | [
2,
353,
21,
7953,
1706,
15,
184,
20,
4681,
24295,
293,
7947,
60,
800,
3726,
3726,
31,
57,
21,
3724,
101,
48,
13,
7,
58,
21,
21,
21,
15916,
334,
272,
13,
43,
13,
62,
398,
21,
489,
21,
15916,
21,
58,
21,
21,
7,
31,
259,
20,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
when I push a Text view inside another ScrollView I find the UIText view scrolling. how to stop that and make the main scrollview only to move?
===
I need my UIScrollView to push upwards when keyboard comes up. when I push a Text view inside another ScrollView I find the UIText view scrolling. how to stop that and mak... | 0 | [
2,
76,
31,
3250,
21,
1854,
1418,
572,
226,
12159,
4725,
31,
477,
14,
13,
5661,
11969,
1418,
13,
28166,
9,
184,
20,
747,
30,
17,
233,
14,
407,
12159,
4725,
104,
20,
780,
60,
800,
3726,
3726,
31,
376,
51,
13,
5661,
3862,
8694,
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... |
How to download an embedded swf?
===
I want to store a swf file locally which is embedded on a site. The script looks like this:
<script type="text/javascript">
var flashvars = {};
if (swfobject.getQueryParamValue("ean")) {
flashvars.ebook_loc = "/fileadmin/preselect/content/campus";
flashvars.ean =... | 0 | [
2,
184,
20,
7121,
40,
12138,
13,
18,
15263,
60,
800,
3726,
3726,
31,
259,
20,
1718,
21,
13,
18,
15263,
3893,
6680,
56,
25,
12138,
27,
21,
689,
9,
14,
3884,
1879,
101,
48,
45,
13,
1,
8741,
1001,
3726,
7,
11969,
118,
1004,
1385,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Regular expression: how to capture the beginning, a pattern and the end of a line?
===
Here are some examples:
1. `Some text A`
2. `Some text A 8:00-19:00`
3. `8:00-19:00`
4. `Some text A 8:00-19:00 Some text B`
I need to capture:
- The time (`8:00-19:00`)
- The beginning (`Some text A`)
- The end (`Some... | 0 | [
2,
1290,
1803,
45,
184,
20,
3683,
14,
997,
15,
21,
3732,
17,
14,
241,
16,
21,
293,
60,
800,
3726,
3726,
235,
50,
109,
3770,
45,
137,
9,
13,
1,
3220,
1854,
21,
1,
172,
9,
13,
1,
3220,
1854,
21,
28770,
8,
1433,
45,
2032,
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... |
Django: Using Haystack with Whoosh and PyStemmer
===
From the [Whoosh documentation](http://packages.python.org/Whoosh/api/analysis.html?highlight=pystemmerfilter#whoosh.analysis.StemFilter)
> If you compile and install the py-stemmer library, the PyStemmerFilter provides slightly easier access to the language stem... | 0 | [
2,
3857,
14541,
45,
568,
4301,
25325,
29,
72,
10636,
17,
7103,
19432,
1263,
800,
3726,
3726,
37,
14,
636,
1924,
10636,
13945,
500,
5,
21127,
6903,
8573,
14465,
9,
6448,
11570,
9,
5583,
118,
1924,
10636,
118,
2552,
49,
118,
26293,
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... |
having problems with a richtextbox
===
I was using a textbox multiline....the deal is focus the textbox over the last line of text (at the bottom) so i was using this javascript:
function ScrollToEnd() {
var txt = document.getElementById("ChatBox");
var height = txt.clientHeight + 1;
... | 0 | [
2,
452,
1716,
29,
21,
2042,
11969,
5309,
800,
3726,
3726,
31,
23,
568,
21,
1854,
5309,
1889,
1143,
9,
9,
9,
9,
124,
1183,
25,
1776,
14,
1854,
5309,
84,
14,
236,
293,
16,
1854,
13,
5,
721,
14,
2129,
6,
86,
31,
23,
568,
48,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
InvalidCastException when using Dapper to map a Date field from MySql
===
I am just getting started using Dapper to access a MySql database and I seem to be running into an issue when dealing with date fields. Any time I try to map a MySql Date type field I am receiving an invalid cast. It seems that the MySql conne... | 0 | [
2,
16671,
6146,
10066,
872,
76,
568,
1331,
8763,
20,
2942,
21,
1231,
575,
37,
51,
18,
22402,
800,
3726,
3726,
31,
589,
114,
1017,
373,
568,
1331,
8763,
20,
1381,
21,
51,
18,
22402,
6018,
17,
31,
2260,
20,
44,
946,
77,
40,
1513,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 implement the mouse click for URLs at rich edit control
===
I added a read-only rich edit 2.0 control to my dialog (code is using C windows API, the dialog is created by using function [DialogBox](http://msdn.microsoft.com/en-us/library/windows/desktop/ms645452%28v=vs.85%29.aspx))
At the dialog call back, at... | 0 | [
2,
184,
20,
8713,
14,
7567,
10840,
26,
13,
911,
7532,
35,
2042,
9392,
569,
800,
3726,
3726,
31,
905,
21,
1302,
8,
4965,
2042,
9392,
172,
9,
387,
569,
20,
51,
28223,
13,
5,
9375,
25,
568,
272,
1936,
21,
2159,
15,
14,
28223,
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... |
Changing HTML onclick event action(different)
===
Iam sam. Iam very new to the web development area.
I have some doubts regarding my Web development...Any one help me please
**SCENARIO**
I made a button using div tag
This is the css code for button i made
#signupbutton
{
... | 0 | [
2,
4226,
13,
15895,
27,
150,
10129,
807,
1028,
5,
15782,
6,
800,
3726,
3726,
31,
765,
1113,
9,
31,
765,
253,
78,
20,
14,
2741,
522,
217,
9,
31,
57,
109,
16313,
3467,
51,
2741,
522,
9,
9,
9,
6001,
53,
448,
55,
2247,
13,
1409,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Turn off unobtrusive validation runtime?
===
I have my MVC 3 application with unobtrusive validation. In one of view present `<form action=''>..</form>` and there I have two buttons. First button submit form on 'action1' and second button submit to action2. In first case I have to validate form, but in second case I n... | 0 | [
2,
805,
168,
367,
4995,
8989,
18,
1284,
27999,
485,
891,
60,
800,
3726,
3726,
31,
57,
51,
307,
8990,
203,
3010,
29,
367,
4995,
8989,
18,
1284,
27999,
9,
19,
53,
16,
1418,
734,
13,
1,
4190,
1028,
3726,
7,
1,
9,
9,
1,
118,
419... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
PHP Variable can be read in local enviroment, but not in live
===
I have a local server running on my laptop that I test my sites on and I have noticed when I uploaded a current site to the live server part broke. I found that the error was caused by a function opperating like this
$other=1;
function($){
... | 0 | [
2,
13,
26120,
7612,
92,
44,
1302,
19,
375,
21314,
661,
1130,
15,
47,
52,
19,
515,
800,
3726,
3726,
31,
57,
21,
375,
8128,
946,
27,
51,
12294,
30,
31,
1289,
51,
3259,
27,
17,
31,
57,
2711,
76,
31,
23782,
21,
866,
689,
20,
14,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Run-time error '1004' when attempting to insert date
===
I have this script, I keep getting an error: `Run-time error '1004': Method 'Range' of object _'Worksheet' failed`
Here is the script:
Option Explicit
Sub ONJL()
Dim lastrow As Long
Dim wsRD As Worksheet 'Raw Data
... | 0 | [
2,
485,
8,
891,
7019,
13,
22,
4031,
300,
22,
76,
6314,
20,
14692,
1231,
800,
3726,
3726,
31,
57,
48,
3884,
15,
31,
643,
1017,
40,
7019,
45,
13,
1,
3169,
8,
891,
7019,
13,
22,
4031,
300,
22,
45,
2109,
13,
22,
8366,
22,
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... |
firefox keeps on deleting profiles
===
Anyone have an idea why my profile directories (i.e. /home/user/.mozilla/firefox, so all the profiles in it) keeps on getting deleted? (last time it got moved to .backup, now .backup is empty).
Very very annoyed at the moment. At least I have a backup from last night. But t... | 2 | [
2,
535,
18219,
8968,
27,
121,
1336,
68,
5296,
18,
800,
3726,
3726,
1276,
57,
40,
882,
483,
51,
5296,
559,
1596,
13,
5,
49,
9,
62,
9,
13,
118,
8167,
118,
16704,
118,
9,
18057,
3247,
118,
5929,
18219,
15,
86,
65,
14,
5296,
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... |
QListView - mixed drag mode
===
I have a QListView with the WiewMode set to IconMode. I would like to achieve the following DnD behavior:
- If a list view item is dragged inside the view, only the items position in the view is changed. This is the same as setting DragDropMode equal to InternalMove.
- If a list i... | 0 | [
2,
2593,
5739,
4725,
13,
8,
2198,
5501,
3740,
800,
3726,
3726,
31,
57,
21,
2593,
5739,
4725,
29,
14,
11842,
499,
15570,
309,
20,
9801,
15570,
9,
31,
83,
101,
20,
4689,
14,
249,
13,
43,
706,
3257,
45,
13,
8,
100,
21,
968,
1418,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Iframe buttons that changes the same iframe
===
I am new to Iframes
I am building a site Whit a single index.html and a "chgMe" ifame my sprymenu changes content in the iframe whit no issue but now I want a button inside the Iframe to change the content of the actual iframe that I am in, for example: index.html has... | 0 | [
2,
31,
8361,
12861,
30,
1693,
14,
205,
31,
8361,
800,
3726,
3726,
31,
589,
78,
20,
31,
8361,
18,
31,
589,
353,
21,
689,
5558,
21,
345,
4348,
9,
15895,
17,
21,
13,
7,
673,
263,
790,
7,
100,
8357,
51,
3782,
622,
755,
291,
1693... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Perl Convert Word to XML
===
So I have a bunch of files in word documents that have several tables in each document and I need to convert them to xml. I don't have a whole lot of xml experience, so I'm lost on where to even begin. I was going to use perl for this. Any help/comments would be greatly appreciated!
... | 0 | [
2,
416,
255,
8406,
833,
20,
23504,
800,
3726,
3726,
86,
31,
57,
21,
7653,
16,
6488,
19,
833,
4374,
30,
57,
238,
7484,
19,
206,
4492,
17,
31,
376,
20,
8406,
105,
20,
23504,
9,
31,
221,
22,
38,
57,
21,
979,
865,
16,
23504,
149... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Error bars (confidence intervals) in Highcharts
===
Error bars (or confidence intervals)are not currently supported in Highcharts but someone edited an existing module as a workaraound. The results are shown in this jsFiddle:
http://jsfiddle.net/b74Tt/
However, what if I have more than one series that needs to h... | 0 | [
2,
7019,
6062,
13,
5,
29169,
15899,
6,
19,
183,
5433,
38,
18,
800,
3726,
3726,
7019,
6062,
13,
5,
248,
6548,
15899,
6,
1509,
52,
871,
1827,
19,
183,
5433,
38,
18,
47,
737,
4802,
40,
3149,
12613,
28,
21,
170,
2704,
13294,
43,
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... |
Possible to execute SQL from Perl through PHP in order to provide thorough performance stats?
===
I have a rather obscure question, which I'll probably get shot down for asking, but here goes.
I have just implemented New Relic web application monitoring for my site which is made up of roughly 70% legacy Perl code a... | 0 | [
2,
938,
20,
15644,
4444,
255,
37,
416,
255,
120,
13,
26120,
19,
389,
20,
1181,
17509,
956,
12819,
18,
60,
800,
3726,
3726,
31,
57,
21,
864,
15472,
1301,
15,
56,
31,
22,
211,
910,
164,
999,
125,
26,
3379,
15,
47,
235,
1852,
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... |
e.getSource() doesn't update in MouseClicked method
===
I have several JPanels in a JFrame. I have added a MouseListener to each of the JPanels. When I click on one of the panels I get it through e.getSource() in the MouseClicked() method. Then I cast it to a JComponent,
JComponent j = (JComponent)e.getSource(... | 0 | [
2,
13,
62,
9,
3060,
12097,
5,
6,
1437,
22,
38,
11100,
19,
7567,
150,
10129,
69,
2109,
800,
3726,
3726,
31,
57,
238,
487,
3206,
6798,
19,
21,
487,
8361,
9,
31,
57,
905,
21,
7567,
13891,
106,
20,
206,
16,
14,
487,
3206,
6798,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 anyone explain why foreach worked but not map
===
I tried to put key-value pairs at %hash1 if key exists in %hash
There is one element in array for which there is no entry at %hash
ex: @array = (1,2,3,4,5); #there is no hash entry for key 1 at %hash
So I thought map would do the job and I will get 4 keys in m... | 0 | [
2,
92,
1276,
3271,
483,
26,
14322,
577,
47,
52,
2942,
800,
3726,
3726,
31,
794,
20,
442,
1246,
8,
15165,
7473,
35,
13,
11881,
25436,
165,
100,
1246,
5636,
19,
13,
11881,
25436,
80,
25,
53,
4520,
19,
7718,
26,
56,
80,
25,
90,
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... |
Trouble in moving sprite body
===
When i run this code application crashes.
#import "HelloWorldLayer.h"
CCSprite *background,*ball;
CGSize size;
#define PTM_RATIO 32
@implementation HelloWorldLayer
-(id) init
{
if( (self=[super init])) {
size=... | 0 | [
2,
2572,
19,
1219,
27902,
358,
800,
3726,
3726,
76,
31,
485,
48,
1797,
3010,
21563,
9,
6926,
1660,
1993,
13,
7,
11515,
4423,
15187,
9,
252,
7,
8093,
3401,
8011,
1637,
1958,
8810,
15,
2483,
3610,
73,
13,
15123,
10454,
1072,
73,
692... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 one table out of thousands, the same number of columns, varied rows, copy heading into rows of respective table
===
I have a few hundred tables each with their own heading, these tables are all on one worksheet, the tables have a varying number of rows and the same number of columns. I want to copy the heading ... | 0 | [
2,
1600,
53,
859,
70,
16,
3805,
15,
14,
205,
234,
16,
7498,
15,
9630,
11295,
15,
4344,
4582,
77,
11295,
16,
7390,
859,
800,
3726,
3726,
31,
57,
21,
310,
1874,
7484,
206,
29,
66,
258,
4582,
15,
158,
7484,
50,
65,
27,
53,
170,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
SSO .NET thick client with Java server via TCP using Kerberos
===
I intend to have .NET thick clients running inside a Windows domain connect to a Java server via a straight TCP connection (protocol will be custom Google Protocol Buffer messages). I'm looking at how I can authenticate these clients without requiring f... | 0 | [
2,
13,
18,
656,
13,
9,
2328,
2318,
6819,
29,
8247,
8128,
1197,
13,
38,
7439,
568,
7002,
2102,
759,
800,
3726,
3726,
31,
13863,
20,
57,
13,
9,
2328,
2318,
7421,
946,
572,
21,
1936,
4603,
6379,
20,
21,
8247,
8128,
1197,
21,
1599,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Static variable access in a cluster
===
In java,There is only one instance of static variables, and the values are shared between all threads in the same environment.But my question is When an application is deployed in a cluster ,Does the value remain same if the application is accessed and changed by different insta... | 0 | [
2,
12038,
7612,
1381,
19,
21,
7460,
800,
3726,
3726,
19,
8247,
15,
1887,
25,
104,
53,
4851,
16,
12038,
12157,
15,
17,
14,
4070,
50,
2592,
128,
65,
20396,
19,
14,
205,
2307,
9,
811,
51,
1301,
25,
76,
40,
3010,
25,
6698,
19,
21,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Paypal Integration in Web application
===
The scenario is that users of web application can purchase digital items. The web application will use [Paypal Instant Payment Notification][1].
The IPN protocol consists of three steps:
1. PayPal sends your IPN listener a message that notifies you of the event
2. Yo... | 0 | [
2,
1372,
6720,
8078,
19,
2741,
3010,
800,
3726,
3726,
14,
12705,
25,
30,
3878,
16,
2741,
3010,
92,
3301,
1888,
3755,
9,
14,
2741,
3010,
129,
275,
636,
12224,
6720,
6322,
7582,
52,
4634,
500,
2558,
165,
500,
9,
14,
31,
17479,
8494,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Combining tornado and zmq ioloops: Connection reset by peer exception
===
I faced with one annoying (while not critical) problem when I tried to combine Tornado and pyzmq ioloops as described in the [pyzmq official documentation](http://zeromq.github.com/pyzmq/eventloop.html).
I have a process running tornado (T) s... | 0 | [
2,
12803,
12306,
17,
2052,
79,
1251,
31,
5335,
11314,
45,
2760,
23422,
34,
7617,
5391,
800,
3726,
3726,
31,
3110,
29,
53,
17610,
13,
5,
10144,
52,
2507,
6,
1448,
76,
31,
794,
20,
12287,
12306,
17,
7103,
380,
79,
1251,
31,
5335,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 show congrats modal after successfully sign up?
===
I'm using Rails, Devise gem, jQuery validation plugin and Bootstrap.
<p>I can call $('#congrats').show(); when user submit, but it is closing, because user should be automatically redirected after sign up.
<p>Also, I can't call if page is loaded first time, ... | 0 | [
2,
184,
20,
298,
1065,
15125,
18,
13,
20756,
75,
3673,
1676,
71,
60,
800,
3726,
3726,
31,
22,
79,
568,
2240,
18,
15,
29276,
8551,
15,
487,
8190,
93,
27999,
10922,
108,
17,
5894,
16514,
9,
13,
1,
306,
1,
49,
92,
645,
5579,
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... |
Check if object is empty or NULL
===
I want to check is object is empty or is NULL
First I have a web method that take has input parameter XML document
[WebMethod(CacheDuration = 0, EnableSession=true, Description = "Učitaj dokument iz Aurore")]
public System.Xml.XmlDocument Load_DOK(System.Xml.XmlDocum... | 0 | [
2,
2631,
100,
3095,
25,
2424,
54,
16203,
800,
3726,
3726,
31,
259,
20,
2631,
25,
3095,
25,
2424,
54,
25,
16203,
64,
31,
57,
21,
2741,
2109,
30,
247,
63,
6367,
18906,
23504,
4492,
636,
14113,
5909,
1807,
43,
5,
793,
6261,
911,
85... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 resolve property array not found on object of type "AppDelegate" error
===
I'm trying to post to a user's friend's FB wall with the following code. I'm stuck on this line: ** NSString *post=[[delegate.array objectAtIndex:tag.tag] objectForKey:@"id"];
**
with the error mess... | 0 | [
2,
184,
20,
9854,
1354,
7718,
52,
216,
27,
3095,
16,
1001,
13,
7,
7753,
24249,
3322,
7,
7019,
800,
3726,
3726,
31,
22,
79,
749,
20,
678,
20,
21,
4155,
22,
18,
860,
22,
18,
13,
13478,
769,
29,
14,
249,
1797,
9,
31,
22,
79,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Find next siblings until a certain one using beautifulsoup
===
The webpage is something like this:
<h2>section1</h2>
<p>article</p>
<p>article</p>
<p>article</p>
<h2>section2</h2>
<p>article</p>
<p>article</p>
<p>article</p>
How can I find each section with articles withi... | 0 | [
2,
477,
328,
9485,
163,
21,
1200,
53,
568,
1632,
656,
576,
800,
3726,
3726,
14,
2741,
6486,
25,
301,
101,
48,
45,
13,
1,
252,
135,
1,
10579,
165,
1,
118,
252,
135,
1,
13,
1,
306,
1,
20360,
1,
118,
306,
1,
13,
1,
306,
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... |
change size of attributedstring
===
i wonder how i can change (e.g. enlarge by 4pt) the size of an attributed String?
I havent found any solutions in the web, which satisfy my needs; Not just set the size, thats easy, but i need to draw/make an attributedString a little bit larger (e.g. 4pt) than it actually is.
d... | 0 | [
2,
753,
1072,
16,
6270,
11130,
800,
3726,
3726,
31,
2666,
184,
31,
92,
753,
13,
5,
62,
9,
263,
9,
1957,
11312,
34,
268,
4417,
6,
14,
1072,
16,
40,
6270,
3724,
60,
31,
12460,
216,
186,
6776,
19,
14,
2741,
15,
56,
14711,
51,
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... |
NCrunch doesn't recognize Registry static class
===
recently I'm using NCrunch to do continuos testing
I found an issue while running code using <code>Registry.</code> static class,
it's clear that the works fine when executed normally, but when executed as NCrunch process I obtain an exception of type "Object refer... | 0 | [
2,
13,
103,
13555,
1437,
22,
38,
5844,
18269,
12038,
718,
800,
3726,
3726,
1989,
31,
22,
79,
568,
13,
103,
13555,
20,
107,
13,
13391,
13324,
18,
4431,
31,
216,
40,
1513,
133,
946,
1797,
568,
13,
1,
9375,
1,
12463,
702,
622,
9,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to make gcc output not executable?
===
I'm on ubuntu and a certain .so file generated is executable. When I hit tab to autocomplete I get "something.so main.executable" instead of just "main.executable" which is a bit of an annoyance.
Is there a flag to pass to the linker to avoid the chmod or do I have to manu... | 0 | [
2,
184,
20,
233,
489,
3384,
5196,
52,
1396,
17194,
5924,
60,
800,
3726,
3726,
31,
22,
79,
27,
287,
12968,
2473,
17,
21,
1200,
13,
9,
656,
3893,
6756,
25,
1396,
17194,
5924,
9,
76,
31,
770,
6523,
20,
3108,
15990,
31,
164,
13,
7... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
What is the default sort order by Lucene Search in Sitecore?
===
I'm using Sitecore 6.5 and wanted to know in what sort order lucene arrange the search results by default? Also can we change(replace) this default behavior with our custom sort logic? | 0 | [
2,
98,
25,
14,
12838,
2058,
389,
34,
18515,
556,
2122,
19,
689,
10375,
60,
800,
3726,
3726,
31,
22,
79,
568,
689,
10375,
400,
9,
264,
17,
417,
20,
143,
19,
98,
2058,
389,
18515,
556,
12400,
14,
2122,
1736,
34,
12838,
60,
67,
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,
0,
0... |
Mapping one item posted in json object to the list object in Spring MVC
===
I have in trouble with posting json object and mapping it with List object in Spring MVC controller. I have the form that has several checkboxes. When a user checks and submits, data in the form is deserialized, sent to Spring MVC controller a... | 0 | [
2,
13305,
53,
9101,
6054,
19,
487,
528,
3095,
20,
14,
968,
3095,
19,
1573,
307,
8990,
800,
3726,
3726,
31,
57,
19,
2572,
29,
15669,
487,
528,
3095,
17,
13305,
32,
29,
968,
3095,
19,
1573,
307,
8990,
9919,
9,
31,
57,
14,
505,
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... |
Spring Security sends AuthenticationEvent twice
===
I've embeded Spring Security in my existing JSF 2 application running on Glassfish 3.1.2.
To do it, I used approach using forwarding to /j_spring_security_check, described in the following article:
http://ocpsoft.org/java/acegi-spring-security-jsf-login-page/
... | 0 | [
2,
1573,
1221,
11350,
27963,
4943,
38,
2088,
800,
3726,
3726,
31,
22,
195,
11911,
69,
69,
1573,
1221,
19,
51,
3149,
487,
18,
410,
172,
3010,
946,
27,
1350,
4934,
203,
9,
165,
9,
135,
9,
20,
107,
32,
15,
31,
147,
2141,
568,
917... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Join operation on two tables retrieving dates
===
My **first query** ,retrieving date and hours worked from work_details of a given employee number in a given date.
(SELECT date, SEC_TO_TIME( SUM( TIME_TO_SEC( `total_hours` ) ) ) AS total FROM `work_details` WHERE employee_id='28' and date between '2012-02-0... | 0 | [
2,
1865,
1453,
27,
81,
7484,
13,
6239,
3272,
8397,
4076,
800,
3726,
3726,
51,
13,
1409,
3552,
25597,
1409,
13,
15,
6239,
3272,
8397,
1231,
17,
974,
577,
37,
170,
1,
546,
8682,
18,
16,
21,
504,
7362,
234,
19,
21,
504,
1231,
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... |
3D - Rotation Matrix from direction vector (Forward, Up, Right)
===
I need to get rotation matrix from direction vector (vForward) I also have vRight and vUp vectors. All those vectors are unit vectors.
I just need to get rotation matrix.
To get rotation matrix for rotation in only one plane (xy) parallel to gro... | 0 | [
2,
203,
43,
13,
8,
9431,
8187,
37,
1400,
7497,
13,
5,
21216,
15,
71,
15,
193,
6,
800,
3726,
3726,
31,
376,
20,
164,
9431,
8187,
37,
1400,
7497,
13,
5,
710,
21216,
6,
31,
67,
57,
566,
4183,
17,
566,
576,
7497,
18,
9,
65,
27... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Response size for a JAX-WS based webservice in WebLogic 10.3.4
===
I'm looking to set (either through the WLS Admin console or through the EM console) the response size (in bytes, Kb, Mb, etc.) for JAX-WS based web service deployed in WebLogic 10.3.4. Is this possible at all? I see a `Request Size` in the EM console o... | 0 | [
2,
1627,
1072,
26,
21,
11712,
8,
10268,
432,
2741,
11449,
19,
2741,
24268,
332,
9,
240,
9,
300,
800,
3726,
3726,
31,
22,
79,
699,
20,
309,
13,
5,
18840,
120,
14,
13,
10077,
18,
21,
43,
2160,
8650,
54,
120,
14,
3579,
8650,
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... |
Usefulness of Lisp macros?
===
On my way to learn Lisp I have discovered the all powerful and feared so called Macros, then after spending a hard time trying to understand them and their usefulness I said to myself, I FINALLY GOT IT.
I couldn't be more wrong, I was thinking that the only purpose of Macros was to de... | 0 | [
2,
4811,
720,
16,
2093,
3401,
9069,
18,
60,
800,
3726,
3726,
27,
51,
161,
20,
2484,
2093,
3401,
31,
57,
1848,
14,
65,
2177,
17,
8758,
86,
227,
9069,
18,
15,
94,
75,
4837,
21,
552,
85,
749,
20,
1369,
105,
17,
66,
4811,
720,
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... |
Weird behavior for Form Authentication and ASP.NET membership
===
My web site is keep pushing the logged in users out to login page after around 5 to 7 days from using the system, where the problem resolved temporarily after making IIS-Reset and return back after another 5 to 7 days.
I have:
- ASP.NET web site built... | 0 | [
2,
5455,
3257,
26,
505,
27963,
17,
28,
306,
9,
2328,
4363,
800,
3726,
3726,
51,
2741,
689,
25,
643,
5076,
14,
13,
19287,
19,
3878,
70,
20,
6738,
108,
2478,
75,
140,
331,
20,
453,
509,
37,
568,
14,
329,
15,
113,
14,
1448,
11052... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 setup pptp client on centos 6.3?
===
First of all, i yum install pptp pptpsetup,
then used pptpsetup to create tunnel provider.
and pon the tunnel. ifconfig had show the ppp0 interface.
maybe i need to set the default route to vpn private ip.
but so much things are confusing me. i cannot controll t... | 0 | [
2,
184,
20,
18161,
3273,
13726,
6819,
27,
5802,
759,
400,
9,
240,
60,
800,
3726,
3726,
64,
16,
65,
15,
31,
13,
18105,
16146,
3273,
13726,
3273,
13726,
3554,
576,
15,
94,
147,
3273,
13726,
3554,
576,
20,
1600,
3485,
11747,
9,
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... |
Class methods: describe "#my_class_method" or describe "#self.my_class_method"?
===
I try to have best-practice-conforming RSpec tests, and I know that when testing an instance method, one can do
describe "#my_instance_method" do ... end
But what about class methods? Should I add a `self.` to it in the descr... | 0 | [
2,
718,
3195,
45,
4996,
13,
7,
5910,
915,
1,
1898,
1,
5909,
1807,
43,
7,
54,
4996,
13,
7,
5910,
8411,
9,
915,
1,
1898,
1,
5909,
1807,
43,
7,
60,
800,
3726,
3726,
31,
1131,
20,
57,
246,
8,
4899,
5183,
3568,
8,
1126,
12362,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
application pool crash when using HttpWebRequest
===
In my asp.net application,I have to call the webservice at a given server to make sure if the webservice is still alive.
So I use the HttpWebRequest to test it,this is the code:
string host="host";
string url = "http://"+host+"/webservice.asmx/test... | 0 | [
2,
3010,
3067,
4597,
76,
568,
7775,
458,
3692,
10351,
800,
3726,
3726,
19,
51,
28,
306,
9,
2328,
3010,
15,
49,
57,
20,
645,
14,
2741,
11449,
35,
21,
504,
8128,
20,
233,
562,
100,
14,
2741,
11449,
25,
174,
2481,
9,
86,
31,
275,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Multiple Join in Entity Framework
===
I have the following query in TSQL
select * from users
inner join linkUserPhoneNumber on users.UserId = linkUserPhoneNumber.UserId
INNER JOIN PhoneNumber ON PhoneNumber.PhoneNumberId = linkUserPhoneNumber.PhoneNumberId
where UserName = 'superuser' and password ='password'... | 0 | [
2,
1886,
1865,
19,
9252,
6596,
800,
3726,
3726,
31,
57,
14,
249,
25597,
19,
13,
38,
18,
22402,
5407,
1637,
37,
3878,
3754,
1865,
3508,
16704,
7709,
16299,
27,
3878,
9,
3699,
5175,
800,
3508,
16704,
7709,
16299,
9,
3699,
5175,
3754,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Localize automatic app album name on Facebook
===
my app currently can upload photos using the api "/USER_ID/photos", so if no album exist, facebook create it for me, the problem is that Facebook add "photos" to the end and the final name will be "APP_NAME Photos", i have localized APP_NAME but i can't find where loca... | 0 | [
2,
375,
2952,
6715,
4865,
244,
204,
27,
9090,
800,
3726,
3726,
51,
4865,
871,
92,
71,
8294,
7064,
568,
14,
21,
2159,
13,
7,
118,
16704,
1,
1340,
118,
25445,
18,
7,
15,
86,
100,
90,
244,
3182,
15,
9090,
1600,
32,
26,
55,
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... |
Border radius not supporting in IE7
===
i know border-radius property wont support in **IE7**.
Is there any css tricks to do border-radius in `IE7` browsers. | 0 | [
2,
1862,
13288,
52,
3134,
19,
13,
660,
465,
800,
3726,
3726,
31,
143,
1862,
8,
9560,
267,
1354,
7290,
555,
19,
13,
1409,
660,
465,
1409,
9,
25,
80,
186,
272,
18,
18,
13747,
20,
107,
1862,
8,
9560,
267,
19,
13,
1,
660,
465,
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,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... |
in PHP, how to format date gathered from database?
===
I have been trying to use `date_format`, however as far as I know, it only takes timestamps and then it formats the date in whatever way you want to display it.
My issue is the following, the dates in my database are with the following format:
2012-05... | 0 | [
2,
19,
13,
26120,
15,
184,
20,
2595,
1231,
4744,
37,
6018,
60,
800,
3726,
3726,
31,
57,
74,
749,
20,
275,
13,
1,
8209,
1,
23588,
1,
15,
207,
28,
463,
28,
31,
143,
15,
32,
104,
1384,
436,
4919,
1919,
17,
94,
32,
13767,
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... |
Modify const variable in const member bad pratice or UB?
===
Is the code below bad practice or undefined behavior? Essentially i am calling a const func to modify a member which is not marked as mutable. Link to [demo](http://ideone.com/Hmrc4)
#include <iostream>
using namespace std;
struct BreakConst
{
... | 0 | [
2,
17579,
11608,
38,
7612,
19,
11608,
38,
322,
896,
19354,
3568,
54,
13,
4502,
60,
800,
3726,
3726,
25,
14,
1797,
1021,
896,
1345,
54,
367,
13439,
3257,
60,
7398,
31,
589,
2555,
21,
11608,
38,
2414,
150,
20,
17579,
21,
322,
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... |
Can't get diff between BASE and WORKING using SVNKit
===
I would like to use SVNDiffClient to get wc local changes,
equivalent of 'svn diff -rBASE', which is exactly what [this][1] example is suposed to do.
However, running the code from example throws 'org.tmatesoft.svn.core.SVNException: svn: At least one revisi... | 0 | [
2,
92,
22,
38,
164,
20811,
128,
1000,
17,
638,
568,
13,
18,
16578,
13703,
800,
3726,
3726,
31,
83,
101,
20,
275,
11209,
706,
6021,
150,
18513,
38,
20,
164,
11801,
375,
1693,
15,
4602,
16,
13,
22,
18,
16578,
20811,
13,
8,
139,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
asp.net mvc - Using multiple URLs to the same action
===
I have a controller called `TaskListsController` with an action called `Edit`.
The `Edit` action accepts a nullable int parameter. If it receives null, it adds a `TaskList`. If it receives an int, it edits the `TaskList` with the same ID. The logic is almost ... | 0 | [
2,
28,
306,
9,
2328,
307,
8990,
13,
8,
568,
1886,
13,
911,
7532,
20,
14,
205,
1028,
800,
3726,
3726,
31,
57,
21,
9919,
227,
13,
1,
38,
20310,
5739,
18,
12898,
1252,
1,
29,
40,
1028,
227,
13,
1,
69,
242,
1,
9,
14,
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... |
Rearrange Unordered Lists Alphabetically using Javascript
===
I know very little Javascript. Unfortunately, the only way to do in the CMS we are using is through javascript.
These are breadcrumbs on a product page. Each product fits into many different categories. I would like a bit of script to rearrange them alp... | 0 | [
2,
2275,
8366,
367,
7861,
69,
7227,
27169,
102,
568,
8247,
8741,
800,
3726,
3726,
31,
143,
253,
265,
8247,
8741,
9,
6200,
15,
14,
104,
161,
20,
107,
19,
14,
2390,
18,
95,
50,
568,
25,
120,
8247,
8741,
9,
158,
50,
5988,
25241,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
watir webdriver on linux
===
We are using a combination of watir webdriver, firefox and jenkins on as5 servers to test our frontend. I currently have 15+ various transactional tests that run every couple of minutes. I'm frequently having issues with watir failing to open a firefox browser due to the locking port no... | 0 | [
2,
15553,
1523,
2741,
21752,
27,
13024,
800,
3726,
3726,
95,
50,
568,
21,
3733,
16,
15553,
1523,
2741,
21752,
15,
535,
18219,
17,
11420,
27,
28,
264,
17595,
20,
1289,
318,
431,
2451,
9,
31,
871,
57,
357,
2430,
617,
12799,
192,
489... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Asp.net mvc3 C#, trace 500 error response message?
===
I need to get the 500 error response message from HttpWebResponse.
HttpWebResponse objResponse = (HttpWebResponse)objRequest.GetResponse();
using (StreamReader responseStream = new StreamReader(objResponse.GetResponseStream()))
{
post_r... | 0 | [
2,
28,
306,
9,
2328,
307,
8990,
240,
272,
5910,
15,
5565,
3033,
7019,
1627,
2802,
60,
800,
3726,
3726,
31,
376,
20,
164,
14,
3033,
7019,
1627,
2802,
37,
7775,
458,
3692,
18,
8782,
870,
9,
7775,
458,
3692,
18,
8782,
870,
5122,
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... |
Deleting cards from Balanced via Ruby gem
===
I'm marking cards as invalid by doing a `PUT` request with the `is_valid` parameter being set to `false`. Is `is_valid` ever set server side such as in the case of a card being declined by the processor? If Balanced sets `is_valid` to `false` will this be a permanent state... | 0 | [
2,
121,
1336,
68,
4092,
37,
13966,
1197,
10811,
8551,
800,
3726,
3726,
31,
22,
79,
10644,
4092,
28,
16671,
34,
845,
21,
13,
1,
4881,
1,
3772,
29,
14,
13,
1,
403,
1,
18506,
43,
1,
18906,
142,
309,
20,
13,
1,
13192,
870,
1,
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... |
Try to get value from dll
===
I'm trying to get a value from my dll.
I made a application (In WIN32 C++) and Dll with it.
And I like to take some 'int' value or soneting like that,
from the dll to the application.
Thans for help :) | 0 | [
2,
1131,
20,
164,
1923,
37,
13,
43,
211,
800,
3726,
3726,
31,
22,
79,
749,
20,
164,
21,
1923,
37,
51,
13,
43,
211,
9,
31,
117,
21,
3010,
13,
5,
108,
628,
3125,
272,
20512,
6,
17,
13,
43,
211,
29,
32,
9,
17,
31,
101,
20,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
SIFT - trilinear interpolation for description of interest
===
Can somebody explain how triliear interpolation is calculated for SIFT desctiption of interest?
"To increase the accuracy of the local histograms, trilinear interpolation is used for distributing the weighted increments for the sampled image measuremen... | 0 | [
2,
26865,
13,
8,
2286,
19333,
23336,
857,
26,
5318,
16,
1163,
800,
3726,
3726,
92,
8861,
3271,
184,
2286,
3844,
512,
23336,
857,
25,
10785,
26,
26865,
1746,
150,
10169,
3309,
16,
1163,
60,
13,
7,
262,
1839,
14,
11270,
16,
14,
375,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Referencing nested properties in XAML
===
This question may be a duplicate of http://stackoverflow.com/questions/4269896/creating-an-instance-of-a-nested-class-in-xaml. This question and the related MSDN documentation are concerned with nested types. In this example, the types themselves are not nested, but the synt... | 0 | [
2,
13,
29254,
5618,
69,
3704,
19,
13,
6791,
8184,
800,
3726,
3726,
48,
1301,
123,
44,
21,
19429,
16,
7775,
6903,
25325,
2549,
9990,
9,
960,
118,
24652,
18,
13722,
24764,
3877,
12626,
6037,
1880,
8,
210,
8,
108,
384,
2416,
8,
1041,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Combining activerecord-reputation-system queries with paging
===
I am using the activerecord-reputation-system gem located here https://github.com/twitter/activerecord-reputation-system. In my application I have posts which I want to sort by votes using the
`ActiveRecord::Base.find_with_reputation(:reputation_name,... | 0 | [
2,
12803,
1348,
14953,
8,
99,
4881,
857,
8,
10724,
9386,
2829,
29,
19006,
68,
800,
3726,
3726,
31,
589,
568,
14,
1348,
14953,
8,
99,
4881,
857,
8,
10724,
8551,
335,
235,
7775,
18,
6903,
10404,
20926,
9,
960,
118,
38,
13098,
106,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Casting issue with generic list
===
In the following code compilation error occurs but I can't understand why.
class RealMock<TEntity> : DataContext
{
public RealMock():base("")
{
}
public List<TEntity> inMemoryDataStore = new List<TEntity>();
public ... | 0 | [
2,
9087,
1513,
29,
12733,
968,
800,
3726,
3726,
19,
14,
249,
1797,
4868,
7019,
3690,
47,
31,
92,
22,
38,
1369,
483,
9,
718,
6640,
5668,
1,
1316,
38,
856,
1,
13,
45,
1054,
1126,
11969,
13,
1,
317,
6640,
5668,
5,
6,
45,
8436,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
weka and Ruby on Rails
===
I want to connect the data mining tool Weka in my program. Where should the following code will be stored? In the controller or model or somewhere else?
require "java"
require "weka"
java_import "java.io.FileReader"
java_import "weka.clusterers.SimpleKMeans"
... | 0 | [
2,
95,
657,
17,
10811,
27,
2240,
18,
800,
3726,
3726,
31,
259,
20,
6379,
14,
1054,
4243,
5607,
95,
657,
19,
51,
625,
9,
113,
378,
14,
249,
1797,
129,
44,
8214,
60,
19,
14,
9919,
54,
1061,
54,
3493,
962,
60,
4077,
13,
7,
1004... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 there any utils for PHP which similar with Apache common for Java?
===
I want to know is there any `utils for PHP` similar with apache commons for Java ?
thanks. | 1 | [
2,
25,
80,
186,
13,
14255,
18,
26,
13,
26120,
56,
835,
29,
17140,
757,
26,
8247,
60,
800,
3726,
3726,
31,
259,
20,
143,
25,
80,
186,
13,
1,
14255,
18,
26,
13,
26120,
1,
835,
29,
17140,
8322,
26,
8247,
13,
60,
3669,
9,
3,
0... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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... |
REST http scheme
===
I am looking to build my first API and I have done a lot of research on the various types of API's out there from SOAP to RESTful API's. I have decided to make use of the RESTful method with http headers as I think it is the method that best serves my needs.
After reading a lot about the way t... | 0 | [
2,
760,
7775,
4276,
800,
3726,
3726,
31,
589,
699,
20,
1895,
51,
64,
21,
2159,
17,
31,
57,
677,
21,
865,
16,
527,
27,
14,
617,
2551,
16,
21,
2159,
22,
18,
70,
80,
37,
6447,
20,
760,
1566,
21,
2159,
22,
18,
9,
31,
57,
868,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
AjaxControlToolKit Htmleditorextender, image not uploading and not showing in editor preview
===
I added Htmleditorextender to my webapplication but i am not able to set path of where on the server the image will be uploaded i dont know how to set that path and configure image uploader, now when i try to upload and ad... | 0 | [
2,
20624,
12898,
20799,
13703,
13,
15895,
13401,
1706,
38,
13630,
15,
1961,
52,
71,
16866,
17,
52,
3187,
19,
1835,
16121,
800,
3726,
3726,
31,
905,
13,
15895,
13401,
1706,
38,
13630,
20,
51,
2741,
2552,
20669,
47,
31,
589,
52,
777,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Restarting Rails Redis Cache Store connection upon Passenger fork
===
I want to use redis cache store (using [redis-store][1] gem).
It works fine locally but when going on production where Passenger forks multiple instances of Rails workers we're getting Redis errors which indicate synchronization problems between ... | 0 | [
2,
22767,
68,
2240,
18,
402,
403,
16522,
1718,
2760,
685,
3093,
8777,
800,
3726,
3726,
31,
259,
20,
275,
402,
403,
16522,
1718,
13,
5,
12655,
636,
99,
2906,
8,
16828,
500,
2558,
165,
500,
8551,
6,
9,
32,
693,
1123,
6680,
47,
76,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
First Application Install time
===
I have been trying to get the first install time of a certain package in the android system! ( third party application ) I used package info to get details and from that, FirstInstallTime() method to get the date and time. but it returns a log value that I have no idea converting! ca... | 0 | [
2,
64,
3010,
16146,
85,
800,
3726,
3726,
31,
57,
74,
749,
20,
164,
14,
64,
16146,
85,
16,
21,
1200,
6030,
19,
14,
13005,
329,
187,
13,
5,
422,
346,
3010,
13,
6,
31,
147,
6030,
15404,
20,
164,
3289,
17,
37,
30,
15,
64,
108,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Always loading updated URL on iOS
===
I have an app that pulls images of a website. The website allows infinite scrolling through some javascript that checks when the user is at the bottom of the page and hence loads more content.
Now, what I'm doing inside the app is to just get the URLs for the images shown in th... | 0 | [
2,
550,
12797,
6372,
287,
6362,
27,
13,
7760,
800,
3726,
3726,
31,
57,
40,
4865,
30,
8071,
3502,
16,
21,
2271,
9,
14,
2271,
2965,
9698,
13,
28166,
120,
109,
8247,
8741,
30,
16602,
76,
14,
4155,
25,
35,
14,
2129,
16,
14,
2478,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
c socket sent file contains other messages
===
This is a **simple** implementation of the RETR cmd where the **server** first receives the filename and then it sends the file.
/************************* RICEZIONE NOME FILE ED INVIO FILE *************************/
if(recv(newsockd, buffer, sizeof(buffer), 0... | 0 | [
2,
272,
18482,
795,
3893,
1588,
89,
7561,
800,
3726,
3726,
48,
25,
21,
13,
1409,
24629,
1409,
6123,
16,
14,
302,
6384,
2390,
43,
113,
14,
13,
1409,
10321,
106,
1409,
64,
8359,
14,
3893,
7259,
17,
94,
32,
11350,
14,
3893,
9,
13,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Use html in placeholder
===
Is it possible to use html in `placeholder` attribute? For example i want to use `<i class="icon-search"></i>` instead of `Search` text.
=form_tag search_editions_path, method: :get, class: 'navbar-search pull-left' do
=text_field_tag :q, nil, class: 'search-query', placehold... | 0 | [
2,
275,
13,
15895,
19,
209,
12427,
800,
3726,
3726,
25,
32,
938,
20,
275,
13,
15895,
19,
13,
1,
5119,
12427,
1,
35,
14755,
60,
26,
823,
31,
259,
20,
275,
13,
1,
49,
718,
3726,
7,
49,
1126,
8,
25136,
7,
1,
118,
49,
1,
700,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 doesn't jvisualvm see my Play Framework app?
===
I'm trying to use jvisualvm to peer into a Play Framework app.
**Environment**: Windows 7 bit, Java 7 64 bit.
**Step**:
1) Added `-Dcom.sun.management.jmxremote` to `_JAVA_OPTIONS` enviornment variable.
[Play Output][1]
> Picked up _JAVA_OPTIONS: -Xms... | 0 | [
2,
483,
1437,
22,
38,
487,
20893,
20147,
196,
51,
418,
6596,
4865,
60,
800,
3726,
3726,
31,
22,
79,
749,
20,
275,
487,
20893,
20147,
20,
7617,
77,
21,
418,
6596,
4865,
9,
13,
1409,
28976,
1409,
45,
1936,
453,
1142,
15,
8247,
453... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 sqlite helper error while getting data back
===
Hi all im using a sqlite helper class, but i have a little problem using a select statement.
I want to get the id of a datebase item by its name.
I use this select method:
public Cursor selectShift (String name){
SQLiteDatabase db = dbHandler.getRea... | 0 | [
2,
13005,
4444,
10601,
448,
106,
7019,
133,
1017,
1054,
97,
800,
3726,
3726,
4148,
65,
797,
568,
21,
4444,
10601,
448,
106,
718,
15,
47,
31,
57,
21,
265,
1448,
568,
21,
5407,
3331,
9,
31,
259,
20,
164,
14,
4924,
16,
21,
1231,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Silverlight enhanced WebService where to save SQLight database
===
In my current project, a Silverlight-Client with a WebService as backend, I need a hint on where to save the database-file of the WebService that is a SQLight file.
Since the WebService is merely a mediator between the Silverlight-Client and a nativ... | 0 | [
2,
1172,
3130,
10062,
2741,
11449,
113,
20,
2079,
4444,
3130,
6018,
800,
3726,
3726,
19,
51,
866,
669,
15,
21,
1172,
3130,
8,
150,
18513,
38,
29,
21,
2741,
11449,
28,
97,
2451,
15,
31,
376,
21,
6382,
27,
113,
20,
2079,
14,
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 many bits does a WORD contain in 32/64 bit OS respectively?
===
Anyone has a definite answer?
Someone says that on 32 bit OS a WORD means 16bit,true? | 0 | [
2,
184,
151,
10181,
630,
21,
833,
3717,
19,
2512,
118,
3470,
1142,
13,
759,
2820,
60,
800,
3726,
3726,
1276,
63,
21,
17524,
1623,
60,
737,
898,
30,
27,
2512,
1142,
13,
759,
21,
833,
1108,
347,
3326,
15,
13398,
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... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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... |
SublimeText 2 ruby formatting
===
Hi question to all SubmileText 2 ruby users. Has anyone found a good ruby/rails formatter? There is BeautifyRuby, but it gets strings (when written like Q%[] wrong - e.g. aligns everything to the [] and it messes everything up)..
Or maybe someone has an idea how to fix this?
Ess... | 0 | [
2,
27644,
11969,
172,
10811,
2595,
1203,
800,
3726,
3726,
4148,
1301,
20,
65,
972,
5635,
11969,
172,
10811,
3878,
9,
63,
1276,
216,
21,
254,
10811,
118,
7301,
18,
26,
24700,
60,
80,
25,
7821,
38,
8612,
1820,
779,
15,
47,
32,
3049,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
iPhone iOS UITapGestureRecognizer is it possible to initialize a recognizer with a certain touch point?
===
I'm using a tap gesture recognizer to position a little subview with a label within another UIView. When the user taps on a view, the label is populated with the title of the component that the user tapped on, a... | 0 | [
2,
21024,
13,
7760,
13,
11193,
2552,
5133,
6418,
14673,
22007,
3592,
25,
32,
938,
20,
2104,
2952,
21,
5844,
139,
29,
21,
1200,
1723,
454,
60,
800,
3726,
3726,
31,
22,
79,
568,
21,
5526,
7222,
5844,
139,
20,
649,
21,
265,
972,
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... |
Using on instead of live to hide a div with a specific id on link click
===
I am trying to hide a div with an id #op-four using on instead of live
$("#one").on
(
'click',
function()
{
$("#op-four").hide();
}
);
fiddle http://jsfiddle.net/ythSA/ but it wont work | 0 | [
2,
568,
27,
700,
16,
515,
20,
3077,
21,
13,
12916,
29,
21,
1903,
4924,
27,
3508,
10840,
800,
3726,
3726,
31,
589,
749,
20,
3077,
21,
13,
12916,
29,
40,
4924,
6926,
2594,
8,
4882,
568,
27,
700,
16,
515,
5579,
5,
7,
5910,
849,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 join two tables such that all rows of one are duplicated for all rows of another?
===
For example, let's say I have the following two tables:
Table1:
Id
----
1
2
Table2:
Month
------
Jan
Feb
And I want to combine them using an SQL query to form the followi... | 0 | [
2,
184,
92,
31,
1865,
81,
7484,
145,
30,
65,
11295,
16,
53,
50,
19429,
43,
26,
65,
11295,
16,
226,
60,
800,
3726,
3726,
26,
823,
15,
408,
22,
18,
395,
31,
57,
14,
249,
81,
7484,
45,
859,
165,
45,
4924,
13,
8,
8,
8,
8,
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... |
Change UILabel Text color in UItableViewCell
===
I have a large custom `UITableView` with `UILabels` in each row, and I'd like to display certain texts in Black or Green color.
I feed the cells with the `NSString's` from a `NSArray`. Suppose I want to display in black only the the `NSString` from index `30`.
I'm... | 0 | [
2,
753,
13,
5661,
21018,
1854,
1665,
19,
13,
11193,
579,
4725,
9725,
800,
3726,
3726,
31,
57,
21,
370,
5816,
13,
1,
11193,
579,
4725,
1,
29,
13,
1,
5661,
21018,
18,
1,
19,
206,
3131,
15,
17,
31,
22,
43,
101,
20,
3042,
1200,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Joining multiple tables and getting multiple attributes from one of them
===
I'm trying to join multiple tables together for building a report. The report lists a course, revisions made to it, and who requested, made and approved the revisions.
Under requested, made an approved, the values are employee numbers. I'm... | 0 | [
2,
3765,
1886,
7484,
17,
1017,
1886,
13422,
37,
53,
16,
105,
800,
3726,
3726,
31,
22,
79,
749,
20,
1865,
1886,
7484,
429,
26,
353,
21,
1330,
9,
14,
1330,
7227,
21,
674,
15,
11323,
18,
117,
20,
32,
15,
17,
72,
6602,
15,
117,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
ToggleButton change state on orientation changed
===
I have a `CustomButton` class (extends `LinearLayout`) where I inflate a layout which contains a `ToggleButton` (in reality this is more complex, but I simplified here the problem).
public class CustomButton extends LinearLayout {
pri... | 0 | [
2,
20,
263,
4875,
811,
444,
753,
146,
27,
10245,
1015,
800,
3726,
3726,
31,
57,
21,
13,
1,
4636,
6015,
811,
444,
1,
718,
13,
5,
1706,
1316,
43,
18,
13,
1,
19333,
4414,
1320,
1,
6,
113,
31,
19,
13830,
62,
21,
9106,
56,
1588,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
re-plug required to get usb device link established
===
I'm having a builddroot assembled busybox distribution running on my micro.
It all works well so far but I realized one thing. When I boot my box up and
I do an lsusb I see this:
# lsusb
Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root h... | 0 | [
2,
302,
8,
18527,
263,
1390,
20,
164,
182,
220,
3646,
3508,
613,
800,
3726,
3726,
31,
22,
79,
452,
21,
1895,
43,
14032,
9529,
4394,
5309,
2523,
946,
27,
51,
2899,
9,
32,
65,
693,
134,
86,
463,
47,
31,
1896,
53,
584,
9,
76,
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... |
jQuery dotdotdot plugin with vertical resize
===
I am trying to get a text block to resize vertically and use the dotdotdot jQuery ellipsis-support plugin. The dotdotdot plugin features a set height parameter, and I wonder if there's a method to dynamically update that set height. I want to take into account the total... | 0 | [
2,
487,
8190,
93,
14123,
12527,
12527,
10922,
108,
29,
7035,
302,
10454,
800,
3726,
3726,
31,
589,
749,
20,
164,
21,
1854,
1921,
20,
302,
10454,
23300,
17,
275,
14,
14123,
12527,
12527,
487,
8190,
93,
13,
4223,
16459,
18,
8,
24168,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 it possible to receive or react to a message outside of act function?
===
I'm using RXTX library to send some data to serial port. After sending data I must wait 1 second for an ACK. I have this functionality implemented using an ArrayBlockingQueue:
Eg.
val queue = ArrayBlockingQueue(1)
def sen... | 0 | [
2,
25,
32,
938,
20,
2588,
54,
7749,
20,
21,
2802,
719,
16,
601,
1990,
60,
800,
3726,
3726,
31,
22,
79,
568,
13,
21141,
38,
396,
1248,
20,
2660,
109,
1054,
20,
5956,
1295,
9,
75,
4907,
1054,
31,
491,
1760,
137,
153,
26,
40,
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... |
Creating a java library with Eclipse
===
I'm fairly new to Java and Android programming in general but I would like to create a small java library for sharing some code between an ordinary (non-Android) java application and an Android application; so my question is about the best way of creating an ordinary java libra... | 0 | [
2,
2936,
21,
8247,
1248,
29,
11652,
800,
3726,
3726,
31,
22,
79,
6647,
78,
20,
8247,
17,
13005,
3143,
19,
297,
47,
31,
83,
101,
20,
1600,
21,
284,
8247,
1248,
26,
6126,
109,
1797,
128,
40,
6104,
13,
5,
3951,
8,
290,
18524,
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... |
represent xml as java classes
===
Probably this question might have been asked. I am new to the conversion of xml to java classes.
I have an xml like this:
<Root>
<Book name="harel" price="5" />
<Book name="xml" price="9" />
</Root>
IS there a way to generate java classes dynamicaly for... | 0 | [
2,
3501,
23504,
28,
8247,
2684,
800,
3726,
3726,
910,
48,
1301,
530,
57,
74,
411,
9,
31,
589,
78,
20,
14,
6263,
16,
23504,
20,
8247,
2684,
9,
31,
57,
40,
23504,
101,
48,
45,
13,
1,
14032,
1,
13,
1,
5199,
204,
3726,
7,
2269,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Grid overlay for designing in browser
===
Does anyone know a grid overlay for designing in a browser? Preferably one where you can adjust to wrapper sizes from 1140px. | 1 | [
2,
7354,
84,
4414,
26,
15026,
19,
16495,
800,
3726,
3726,
630,
1276,
143,
21,
7354,
84,
4414,
26,
15026,
19,
21,
16495,
60,
6369,
4801,
53,
113,
42,
92,
14328,
20,
28051,
13403,
37,
547,
2602,
306,
396,
9,
3,
0,
0,
0,
0,
0,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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... |
MvcRoutingShim plugin has no effect
===
I'm using the [ImageResizer][1] module in an ASP.NET MVC 4 project, along with the plugins SqlReader and MvcRoutingShim.
When I try to access the URL `~/databaseimages/123.jpg` (for example), I just get the standard error `404 - The resource cannot be found.`
My expectatio... | 0 | [
2,
17967,
6711,
1320,
68,
18,
9639,
10922,
108,
63,
90,
1590,
800,
3726,
3726,
31,
22,
79,
568,
14,
636,
22039,
99,
18,
11907,
500,
2558,
165,
500,
12613,
19,
40,
28,
306,
9,
2328,
307,
8990,
268,
669,
15,
303,
29,
14,
10922,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Smtp mail Send error php
===
I am try to send mail through smtp server(gmail) from my localhost(wamp).When running the program it will display the **Fatal error: Maximum execution time of 30 seconds exceeded** .I was change the timeout gain it will produce same error
<?php
$to = "email@gmail.com";
$n... | 0 | [
2,
7613,
13726,
4216,
2660,
7019,
13,
26120,
800,
3726,
3726,
31,
589,
1131,
20,
2660,
4216,
120,
7613,
13726,
8128,
5,
263,
8079,
6,
37,
51,
375,
11694,
5,
1608,
2554,
6,
9,
3185,
946,
14,
625,
32,
129,
3042,
14,
13,
1409,
1306... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Get REST Call is not returning the string I put in url
===
I have very simple code:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Web.Http;
namespace Calculator.Controllers
{
public class... | 0 | [
2,
164,
760,
645,
25,
52,
2485,
14,
3724,
31,
442,
19,
287,
6362,
800,
3726,
3726,
31,
57,
253,
1935,
1797,
45,
568,
329,
73,
568,
329,
9,
15015,
5757,
9,
17083,
596,
73,
568,
329,
9,
1226,
1251,
73,
568,
329,
9,
2328,
73,
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... |
sqlite crypt with sqlite3 libraries
===
I am planning to use SQLite Crypt to encrypt my SQLite database files. I am not sure if SQLite Crypt comes with all necessary SQlite C API's to create/modify database tables or if I have to build SQLite3 libraries along with SQLiteCrypt libraries. Could someone please guide?
... | 0 | [
2,
4444,
10601,
13,
11435,
29,
4444,
10601,
240,
8649,
800,
3726,
3726,
31,
589,
2334,
20,
275,
4444,
10601,
13,
11435,
20,
1957,
11435,
51,
4444,
10601,
6018,
6488,
9,
31,
589,
52,
562,
100,
4444,
10601,
13,
11435,
1624,
29,
65,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.