unified_texts stringlengths 32 30.1k | OpenStatus_id int64 0 4 | input_ids list | token_type_ids list | attention_mask list |
|---|---|---|---|---|
How to convert 32 bit time_t value to 64 bit time_t
===
I am working on an embedded System. Our platform is 32 bit so time_t size is 32 bit.
For now I want to send a struct to Windows 7 Computer as a char array.
One of fields of My struct is time_t.
I cant change struct.
So I must send time value to Windows M... | 0 | [
2,
184,
20,
8406,
2512,
1142,
85,
1,
38,
1923,
20,
4384,
1142,
85,
1,
38,
800,
3726,
3726,
31,
589,
638,
27,
40,
12138,
329,
9,
318,
2452,
25,
2512,
1142,
86,
85,
1,
38,
1072,
25,
2512,
1142,
9,
26,
130,
31,
259,
20,
2660,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Does Hibernate flush after the whole transaction is commited?
===
I have two application
First Application will persist into a database in a while loop , the loop will end after a long time (say 10-15 minutes).
But The second application needs the data that the first application has already persisted in the databas... | 0 | [
2,
630,
4148,
2102,
8820,
15017,
75,
14,
979,
12799,
25,
9686,
69,
60,
800,
3726,
3726,
31,
57,
81,
3010,
64,
3010,
129,
22084,
77,
21,
6018,
19,
21,
133,
5293,
13,
15,
14,
5293,
129,
241,
75,
21,
175,
85,
13,
5,
6366,
332,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Bit.Ly (Simple Integration)
===
I was wondering if anyone could tell me the simplest way to implement the Bit.Ly URL shortening service into my website (using PHP). I have a form, that needs to work with the URL shortener, and if the shortened link could be saved as a variable? I've tried to follow the official docume... | 0 | [
2,
1142,
9,
102,
13,
5,
24629,
8078,
6,
800,
3726,
3726,
31,
23,
5712,
100,
1276,
110,
494,
55,
14,
24384,
161,
20,
8713,
14,
1142,
9,
102,
287,
6362,
502,
6286,
365,
77,
51,
2271,
13,
5,
12655,
13,
26120,
6,
9,
31,
57,
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... |
Method selector pointing at different object
===
The following method is in a viewController.
refreshTimer = [NSTimer scheduledTimerWithTimeInterval:1.0 target:self selector:@selector(refreshLabels) userInfo:nil repeats:YES];
Is it possible to select a method inside appDelegate (or another class) at the sele... | 0 | [
2,
2109,
23946,
6832,
35,
421,
3095,
800,
3726,
3726,
14,
249,
2109,
25,
19,
21,
1418,
12898,
1252,
9,
24905,
891,
139,
800,
636,
2172,
891,
139,
3758,
891,
139,
1410,
891,
6280,
3377,
45,
165,
9,
387,
2935,
45,
8411,
23946,
45,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to run two queries on mysql if first one generate no results
===
this is my first time here and i am a beginner so kindly bear my idiotism :)
i want to run two queries in mysql from two database views in a way that if first query generate no results then second query search the samething in second data base.
... | 0 | [
2,
184,
20,
485,
81,
9386,
2829,
27,
51,
18,
22402,
100,
64,
53,
7920,
90,
1736,
800,
3726,
3726,
48,
25,
51,
64,
85,
235,
17,
31,
589,
21,
26931,
86,
22215,
2746,
51,
8563,
756,
13,
45,
6,
31,
259,
20,
485,
81,
9386,
2829,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Zend: Modify Navigation Structure in a module
===
this is my current situation:
I have a xml to configure my general navigation structure.
In application/Bootstrap.php i have added the following function:
protected function _initViewHelpers()
{
$this->bootstrap('layout');
$oLayout = $this->getR... | 0 | [
2,
10526,
43,
45,
17579,
8368,
1411,
19,
21,
12613,
800,
3726,
3726,
48,
25,
51,
866,
1858,
45,
31,
57,
21,
23504,
20,
1065,
15951,
51,
297,
8368,
1411,
9,
19,
3010,
118,
10858,
38,
18,
16514,
9,
26120,
31,
57,
905,
14,
249,
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... |
Sorting a range of rows in ascending order between similar cell values in a column in Excel VBA
===
Since I am new to writing macros. I need assistance in writing a macro which sorts a range of rows between the cell values "TLA".
column A
TLA
23
6
32
TLA
TLA
5
21
16
40
TLA
I have tried modify... | 0 | [
2,
2058,
68,
21,
978,
16,
11295,
19,
24859,
389,
128,
835,
1667,
4070,
19,
21,
4698,
19,
20700,
566,
969,
800,
3726,
3726,
179,
31,
589,
78,
20,
1174,
9069,
18,
9,
31,
376,
4067,
19,
1174,
21,
9069,
56,
14357,
21,
978,
16,
112... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Calender in Java Textfield
===
I want to create a Java application, but now I want to create a calender in TextField, such as when users click on textfield, they will be able to see a calender to select one day in it.. can anyone help me please..
Please Help.. | 1 | [
2,
1658,
21607,
19,
8247,
1854,
1109,
800,
3726,
3726,
31,
259,
20,
1600,
21,
8247,
3010,
15,
47,
130,
31,
259,
20,
1600,
21,
1658,
21607,
19,
1854,
1109,
15,
145,
28,
76,
3878,
10840,
27,
1854,
1109,
15,
59,
129,
44,
777,
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... |
Python sum and count the points
===
I have a homework which in I have an input file looks like this:
Seamus Finnigan SEAFINN.HOGWARTS Darkarts/1 10, 12, 5, 0, 3
Dean Thomas DEATHOM.HOGWARTS Metamorph/1 11, -, 10, 1, -
Colin Creevey COLCREE.HOGWARTS Darkarts/1 1, 16, -, 8, 7
Harry Potter HARPOTT... | 0 | [
2,
20059,
3907,
17,
2468,
14,
819,
800,
3726,
3726,
31,
57,
21,
22334,
56,
19,
31,
57,
40,
6367,
3893,
1879,
101,
48,
45,
27614,
6370,
8889,
598,
5617,
103,
9,
1807,
21118,
5256,
18,
659,
13448,
11698,
332,
15,
390,
15,
331,
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... |
Specify war in gradle's tomcatRunWar
===
I'm playing with the [tomcat plugin][1] for gradle and in my build/tmp/tomcatRun/work/Tomcat/localhost/myWebApp directory its empty. Is there a way for me to specify the location of my war to deploy?
I tried
[tomcatRun, tomcatRunWar]*.destinationDir= new File("$bu... | 0 | [
2,
19077,
176,
19,
13,
7691,
413,
22,
18,
2067,
5782,
3169,
1885,
800,
3726,
3726,
31,
22,
79,
791,
29,
14,
636,
6015,
5782,
10922,
108,
500,
2558,
165,
500,
26,
13,
7691,
413,
17,
19,
51,
1895,
118,
38,
2554,
118,
6015,
5782,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 tesseract ocr
===
I am trying to make android OCR that reads arabic using tesseract and the code in this tutorial http://gaut.am/making-an-ocr-android-app-using-tesseract/ but every time I modify the code and change training data to arabic the app just shuts down without any error message. my logcat as follo... | 0 | [
2,
13005,
13338,
106,
5183,
13,
2499,
139,
800,
3726,
3726,
31,
589,
749,
20,
233,
13005,
13,
2499,
139,
30,
11137,
6663,
568,
13338,
106,
5183,
17,
14,
1797,
19,
48,
29724,
7775,
6903,
12869,
38,
9,
765,
118,
5603,
8,
210,
8,
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... |
Facebook multiple like on same page with YouTube links, popup closing when clicked on some "Likes"
===
I have a page that must show all the videos of the website side by side, and in each one I need a facebook like button, what is ok, but the buttons get the href from the YouTube link of the video and it's coming with... | 0 | [
2,
9090,
1886,
101,
27,
205,
2478,
29,
7330,
6271,
15,
1675,
576,
4239,
76,
15802,
27,
109,
13,
7,
1403,
18,
7,
800,
3726,
3726,
31,
57,
21,
2478,
30,
491,
298,
65,
14,
6610,
16,
14,
2271,
270,
34,
270,
15,
17,
19,
206,
53,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 prevent image from dragging to far
===
We have an image inside a div set to overflow hidden. I have it set so that the image is draggable.
How can we get it so if you try to drag the image too far it stops at the edge. Right now it snaps back into place which would work but is not exactly what we are lookin... | 0 | [
2,
487,
8190,
93,
2501,
1961,
37,
13052,
20,
463,
800,
3726,
3726,
95,
57,
40,
1961,
572,
21,
13,
12916,
309,
20,
20285,
3689,
9,
31,
57,
32,
309,
86,
30,
14,
1961,
25,
5501,
263,
579,
9,
184,
92,
95,
164,
32,
86,
100,
42,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Passing ravendb query as Func<T, bool> does not work
===
I'm playing with RavenDb and wondering if I'm missing something obvious.
Thing is, that if I'm passing query like this:
var name = "test";
posts = RavenSession.Query<Post>()
.Where(x => x.Tags.Any(y => y == name))
.... | 0 | [
2,
2848,
7542,
9007,
25597,
28,
2414,
150,
1,
38,
15,
1607,
1823,
1,
630,
52,
170,
800,
3726,
3726,
31,
22,
79,
791,
29,
7542,
9007,
17,
5712,
100,
31,
22,
79,
2863,
301,
4674,
9,
584,
25,
15,
30,
100,
31,
22,
79,
2848,
2559... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Richfaces Javascript not firing
===
I'm trying highlight the currently selected row of a table using Ricfaces, but it's not working. Here's my code:
facelet:
<ui:composition xmlns="http://www.w3.org/1999/xhtml"
xmlns:c="http://java.sun.com/jsp/jstl/core"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="... | 0 | [
2,
2042,
6413,
18,
8247,
8741,
52,
7139,
800,
3726,
3726,
31,
22,
79,
749,
14373,
14,
871,
1704,
3131,
16,
21,
859,
568,
13,
2988,
6413,
18,
15,
47,
32,
22,
18,
52,
638,
9,
235,
22,
18,
51,
1797,
45,
276,
1336,
45,
13,
1,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How can I process JSON and modify the request inside Spring Interceptor?
===
I have a REST API using Spring. I've created an Interceptor:
@Component
public class CSRFInterceptor extends HandlerInterceptorAdapter {
public boolean preHandle(HttpServletRequest request, HttpServletResponse response, Object handle... | 0 | [
2,
184,
92,
31,
953,
487,
528,
17,
17579,
14,
3772,
572,
1573,
13,
24171,
60,
800,
3726,
3726,
31,
57,
21,
760,
21,
2159,
568,
1573,
9,
31,
22,
195,
679,
40,
13,
24171,
45,
13,
1,
11103,
218,
2291,
317,
718,
272,
18,
8291,
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... |
How to call custom action after files copied in wix
===
I want perform custom action after files are copy in destination folder.
In custom action i run copied script file so give me error file not found.
<CustomAction Id="RunDBScript"
BinaryKey="CA"
DllEntry="RunDBScript... | 0 | [
2,
184,
20,
645,
5816,
1028,
75,
6488,
18225,
19,
4807,
396,
800,
3726,
3726,
31,
259,
2985,
5816,
1028,
75,
6488,
50,
4344,
19,
6970,
19294,
9,
19,
5816,
1028,
31,
485,
18225,
3884,
3893,
86,
590,
55,
7019,
3893,
52,
216,
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... |
Is GameCenter peer to peer use push notification or continuous connection?
===
Does GameCenter peer to peer use push notification or a continuous connection?
| 2 | [
2,
25,
250,
12641,
7617,
20,
7617,
275,
3250,
52,
4634,
54,
6357,
2760,
60,
800,
3726,
3726,
630,
250,
12641,
7617,
20,
7617,
275,
3250,
52,
4634,
54,
21,
6357,
2760,
60,
3,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... |
CSS not rendering correctly in IE 8, 9
===
I have problem with http://abfoodpolicy.com/. In IE 8 and 9 the right sidebar renders about 300 px too far to the left. I work on a mac and I view the page in IE using Adobe Browserlab. I would LOVE to know how I can track this problem down. I'm not clear on where to begin si... | 0 | [
2,
272,
18,
18,
52,
15307,
12044,
19,
13,
660,
469,
15,
561,
800,
3726,
3726,
31,
57,
1448,
29,
7775,
6903,
2297,
20652,
8147,
2731,
9,
960,
118,
9,
19,
13,
660,
469,
17,
561,
14,
193,
270,
1850,
16535,
18,
88,
3565,
351,
396,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
If JSON represents the 'object', what represents the 'class'?
===
JSON appears to be a nice way to represent a complex data structure in plain text. If we think of this complex data structure as analogous to an OOP object - an instance of a class - then is there a commonly used JSON-like format that represents the cla... | 0 | [
2,
100,
487,
528,
4719,
14,
13,
22,
23793,
22,
15,
98,
4719,
14,
13,
22,
1898,
22,
60,
800,
3726,
3726,
487,
528,
1780,
20,
44,
21,
2210,
161,
20,
3501,
21,
1502,
1054,
1411,
19,
3748,
1854,
9,
100,
95,
277,
16,
48,
1502,
10... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Android: ArrayIndexOutOfBoundsException at FragmentActivity (Support V4 Lib)
===
This is the same issue as Issue 22404 hosted on code.google.com (http://code.google.com/p/android/issues/detail?id=22404)
To summarize: 4 fragments on the back stack, delete the dialogFragment from the back stack and rotate the phone.
... | 0 | [
2,
13005,
45,
7718,
25671,
1320,
1041,
7410,
18,
10066,
872,
35,
14847,
19348,
13,
5,
24168,
566,
300,
13,
8326,
6,
800,
3726,
3726,
48,
25,
14,
205,
1513,
28,
1513,
1024,
23397,
2812,
27,
1797,
9,
16111,
4875,
9,
960,
13,
5,
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... |
Simulate Quicktime VR 360 using HTML
===
I need to create a 360 product walkaround effect that a user can 'swipe' to rotate.
HTML5 video does not support alpha so video is not really an option.
Can anyone suggets some way of creating this effect?
I was thinking perhaps thru the use of CSS sprites and alpha's ... | 0 | [
2,
24969,
2231,
891,
13,
6938,
11760,
568,
13,
15895,
800,
3726,
3726,
31,
376,
20,
1600,
21,
11760,
2374,
1466,
10037,
1590,
30,
21,
4155,
92,
13,
22,
18,
27803,
62,
22,
20,
21448,
9,
13,
15895,
264,
763,
630,
52,
555,
5705,
86... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
multilevel array get exact value from json file using php
===
i have htis json file:
{
"waluta": "EUR",
"vat": 1,
"01_00101": {
"cena": 130.8,
"kod": "00101",
"nazwa": "Span TRICK 1200/1982-ABS",
"powiazanyZ": "00139"
},
... | 0 | [
2,
1889,
3906,
7718,
164,
5340,
1923,
37,
487,
528,
3893,
568,
13,
26120,
800,
3726,
3726,
31,
57,
13,
19503,
18,
487,
528,
3893,
45,
13,
1,
13,
7,
6423,
7100,
7,
45,
13,
7,
5630,
7,
15,
13,
7,
8112,
7,
45,
137,
15,
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... |
listener function on page refresh
===
Can add a listener to whenever a page is refreshed or clicked?
When the page is refreshed it needs to call this function:
TableTT.hide()
Is this possible? | 0 | [
2,
21772,
1990,
27,
2478,
24905,
800,
3726,
3726,
92,
3547,
21,
21772,
20,
6634,
21,
2478,
25,
24905,
69,
54,
15802,
60,
76,
14,
2478,
25,
24905,
69,
32,
2274,
20,
645,
48,
1990,
45,
16394,
38,
9,
19522,
5,
6,
25,
48,
938,
60,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... |
is there a jackson listener akin to jaxb's Unmarshaller.Listener?
===
Does Jackson provide a listener to intercept de-serialization? The object being serialized and de-serialized contains some standard objects that are stored in MySql. Rather than creating redundant info, i wish to simply write the code/id of the ob... | 0 | [
2,
25,
80,
21,
2303,
21772,
21,
1767,
20,
11712,
220,
22,
18,
367,
19988,
1233,
106,
9,
13891,
106,
60,
800,
3726,
3726,
630,
2303,
1181,
21,
21772,
20,
18324,
121,
8,
4104,
2815,
1829,
60,
14,
3095,
142,
27877,
17,
121,
8,
4104... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How do I control form submission from within ajax callback?
===
I originally had the `return true/false` in my ajax callback, and realized it's probably not in the right context to be called, so I rewrote my function as follows, but it is still not working. Is the submit variable not carrying through from the callback... | 0 | [
2,
184,
107,
31,
569,
505,
10923,
37,
363,
20624,
645,
1958,
60,
800,
3726,
3726,
31,
912,
41,
14,
13,
1,
24632,
1151,
118,
13192,
870,
1,
19,
51,
20624,
645,
1958,
15,
17,
1896,
32,
22,
18,
910,
52,
19,
14,
193,
4141,
20,
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 properly implement facebook login for GWT facebook app?
===
I am creating an app on Facebook and am trying to figure out what the proper way to authenticate and log into the app is. I don't want it to be accessible when they log out of Facebook and currently using Oauth 2.0 the app still totally functions by go... | 0 | [
2,
184,
20,
7428,
8713,
9090,
6738,
108,
26,
14094,
38,
9090,
4865,
60,
800,
3726,
3726,
31,
589,
2936,
40,
4865,
27,
9090,
17,
589,
749,
20,
1465,
70,
98,
14,
4119,
161,
20,
14351,
1373,
17,
6738,
77,
14,
4865,
25,
9,
31,
221... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Java timing, System.nanoTime() batter than System.currentTimeMillis() but does it persist over sleep?
===
I am trying to implement a timer, it may be used for short (seconds) events, or longer (hours, etc) events.
Ideally it should persist over periods when the CPU is off, for example, battery has died. If I set th... | 0 | [
2,
8247,
11812,
15,
329,
9,
325,
251,
891,
5,
6,
14142,
119,
329,
9,
17657,
891,
8702,
403,
5,
6,
47,
630,
32,
22084,
84,
1742,
60,
800,
3726,
3726,
31,
589,
749,
20,
8713,
21,
85,
139,
15,
32,
123,
44,
147,
26,
502,
13,
5... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Is there a Java collection whose objects are unique (as in a set) but has the ability to get the index/position of a certain object(as in a list)?
===
I have an ordered, unique, set of objects. I am currently using a TreeSet in order to get the ordering correct. However, sets do not have the ability to get index.
... | 0 | [
2,
25,
80,
21,
8247,
1206,
1196,
3916,
50,
2619,
13,
5,
472,
19,
21,
309,
6,
47,
63,
14,
2165,
20,
164,
14,
4348,
118,
9339,
16,
21,
1200,
3095,
5,
472,
19,
21,
968,
6,
60,
800,
3726,
3726,
31,
57,
40,
1905,
15,
2619,
15,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How do I set up Java Opengl on eclipse?
===
so I'm just getting into Java Opengl, and I use eclipse as my IDE. I checked the Java Opengl website, but it doesn't really help you to install it. Can anyone give me some steps on how to install Java Opengl so that it can be used in eclipse?
Thanks, and sorry i'm kinda n... | 0 | [
2,
184,
107,
31,
309,
71,
8247,
368,
8430,
27,
11652,
60,
800,
3726,
3726,
86,
31,
22,
79,
114,
1017,
77,
8247,
368,
8430,
15,
17,
31,
275,
11652,
28,
51,
13,
3448,
9,
31,
6505,
14,
8247,
368,
8430,
2271,
15,
47,
32,
1437,
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... |
ant filterset property scope
===
I'd like to use a filterset to write out a file replacing a variable which is set as an ant property. I can pass the property if I have a nested filterset, but not a refid; I'm reusing the filterset, so I'd like to use the refid.
foo.old just contains `foo=@foo@`
This works:
<p... | 0 | [
2,
40,
38,
21062,
1198,
1354,
9914,
800,
3726,
3726,
31,
22,
43,
101,
20,
275,
21,
21062,
1198,
20,
2757,
70,
21,
3893,
5496,
21,
7612,
56,
25,
309,
28,
40,
40,
38,
1354,
9,
31,
92,
1477,
14,
1354,
100,
31,
57,
21,
5618,
69,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
killall on ubuntu not working as expected finding process name
===
user@server:~$ ps fax | grep goh_launcher
11552 pts/2 S+ 0:00 \_ grep --color=auto goh_launcher
4273 ? S 1:41 /usr/bin/php -q /usr/local/bin/goh_launcher.php
user@server:~$ killall -i goh_launcher.p... | 0 | [
2,
1177,
1233,
27,
287,
12968,
2473,
52,
638,
28,
1727,
3007,
953,
204,
800,
3726,
3726,
4155,
1,
10321,
106,
45,
1,
4403,
8613,
13,
18947,
13,
1,
5604,
306,
162,
252,
1,
18494,
106,
12818,
4340,
13,
13531,
15718,
13,
18,
2430,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Import data from Excel to Master detail table in SQL Server
===
I have an excel sheet that has Four Columns
SaleID, SaleDate,PersonID, ProductID, SaleQuantity,UnitRate
I want to import this data in one to many relation table such that each person sale should be recorded saparately. My tables are as follows
... | 0 | [
2,
9010,
1054,
37,
20700,
20,
1129,
6110,
859,
19,
4444,
255,
8128,
800,
3726,
3726,
31,
57,
40,
20700,
6125,
30,
63,
222,
7498,
3299,
1340,
15,
3299,
8209,
15,
7276,
1340,
15,
2374,
1340,
15,
3299,
18405,
38,
856,
15,
15464,
5487... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Concurrency with pthreads, a typical error
===
I'm not sure whats wrong with the programm below, but it doesn't print each and every language once, but randomly some more often, some more less and some wont be print :/
This is the source code:
http://pastebin.com/6MbVMFv0
I guess the problem is somehow connecte... | 0 | [
2,
25547,
29,
351,
96,
10647,
18,
15,
21,
3874,
7019,
800,
3726,
3726,
31,
22,
79,
52,
562,
98,
18,
1389,
29,
14,
625,
79,
1021,
15,
47,
32,
1437,
22,
38,
4793,
206,
17,
352,
816,
382,
15,
47,
21324,
109,
91,
478,
15,
109,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
VBA- Need to create a function, which takes the range as input.
===
I have a two dimensional table in Excel. eg.
output blending combination
5 P1:0.6/P3:0.5
2 P1:0.3/P2:0.7
4 P5:0.4/P2:0.7
7 P11:0.7/P7:0.4
Suppose the range of the ... | 0 | [
2,
566,
969,
8,
376,
20,
1600,
21,
1990,
15,
56,
1384,
14,
978,
28,
6367,
9,
800,
3726,
3726,
31,
57,
21,
81,
13,
7865,
859,
19,
20700,
9,
12369,
9,
5196,
25359,
3733,
331,
351,
165,
45,
387,
9,
12626,
306,
240,
45,
387,
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... |
GPS OnPause code does not turn off the GPS
===
GPS will not stop even thouth I have installed OnPause code to stop the GPS service. Here is my code.
@Override
protected void onPause() {
if(lm != null) {
lm.removeUpdates(ll);
}
ll = null;
... | 0 | [
2,
18298,
27,
1060,
3699,
1797,
630,
52,
805,
168,
14,
18298,
800,
3726,
3726,
18298,
129,
52,
747,
166,
18024,
96,
31,
57,
4066,
27,
1060,
3699,
1797,
20,
747,
14,
18298,
365,
9,
235,
25,
51,
1797,
9,
13,
1,
2549,
11891,
3803,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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++ testing with input cases from text files
===
How can i test a c++ program with given input test cases?
For example an input like this
23 45 78 45 12 67 23 76 56 34
34 65 78 45 74 3 98 34 23 97
I want to be able to input these numbers from a text file into a program at run-time and test expected ... | 0 | [
2,
272,
20512,
4431,
29,
6367,
1871,
37,
1854,
6488,
800,
3726,
3726,
184,
92,
31,
1289,
21,
272,
20512,
625,
29,
504,
6367,
1289,
1871,
60,
26,
823,
40,
6367,
101,
48,
1137,
2487,
8372,
2487,
390,
7323,
1137,
6914,
6171,
3608,
36... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
mvc remote validation
===
Im not sure why my validation is not working if I try to use an integer AdditionalField.
Here's my code(some parts of the code are omitted):
Model
public class PersonViewModelBase
{
public int PersonID { get; set; }
[Required]
[StringLe... | 0 | [
2,
307,
8990,
5388,
27999,
800,
3726,
3726,
797,
52,
562,
483,
51,
27999,
25,
52,
638,
100,
31,
1131,
20,
275,
40,
13820,
1351,
1109,
9,
235,
22,
18,
51,
1797,
5,
3220,
1341,
16,
14,
1797,
50,
18761,
6,
45,
1061,
317,
718,
840... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 assign NSString directly to NSMutableData
===
Iam developing an application including sqlite database.I want to encrypt and decrypt data's inside the database using AES encryption.I have successfully implimented the AES encryption and inserted the encrypted data's in the database.And am fetching the data's into... | 0 | [
2,
184,
20,
13952,
13,
2172,
11130,
1703,
20,
13,
2172,
7903,
579,
18768,
800,
3726,
3726,
31,
765,
3561,
40,
3010,
215,
4444,
10601,
6018,
9,
49,
259,
20,
1957,
11435,
17,
121,
11435,
1054,
22,
18,
572,
14,
6018,
568,
21,
160,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
bottleneck issue mysql
===
I have this project auction portal, the problem is sometimes user can't bid or much better word is the request bid **sometimes** takes 2-3 seconds before it can be registered, the conflict is the auction is already closed before the system detects that someone made a bid.
I have added a l... | 0 | [
2,
4040,
9870,
1513,
51,
18,
22402,
800,
3726,
3726,
31,
57,
48,
669,
8057,
8281,
15,
14,
1448,
25,
1030,
4155,
92,
22,
38,
4458,
54,
212,
574,
833,
25,
14,
3772,
4458,
13,
1409,
9310,
1409,
1384,
172,
8,
240,
2582,
115,
32,
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... |
Object Class Array Casting for a Method in Objective C
===
I have an object Student with 4 attributes(age,name,department,surname).
and I create an array of that object like this;
Student students[10] blah blah init blah.
then i want to use an Student array as argument for a method;
-(void) displaySt... | 0 | [
2,
3095,
718,
7718,
9087,
26,
21,
2109,
19,
7038,
272,
800,
3726,
3726,
31,
57,
40,
3095,
1209,
29,
268,
13422,
5,
1303,
15,
7259,
15,
29263,
15,
4082,
7259,
6,
9,
17,
31,
1600,
40,
7718,
16,
30,
3095,
101,
48,
73,
1209,
573,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Need regex to separate comma separated values (Interface list from a router query output)
===
I have an input like this
`RX Only : Gi1/0/15,Gi1/0/20,Gi1/0/17`
I want to capture `1/0/15`, `1/0/20`, `1/0/17` from this. But this input changes. Sometimes there are only 2 comma separated values, sometimes... | 0 | [
2,
376,
7953,
1706,
20,
1725,
11951,
58,
4196,
4070,
13,
5,
6280,
6413,
968,
37,
21,
858,
139,
25597,
5196,
6,
800,
3726,
3726,
31,
57,
40,
6367,
101,
48,
13,
1,
21141,
104,
13,
45,
4100,
8197,
15928,
1193,
15,
2234,
8197,
15928... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
ACRA Setup Clarification Needed
===
I'm trying to setup ACRA in my Android application and its taking up much more of my time than I like and I think this limits severely who can/will use it. http://code.google.com/p/acra/wiki/BasicSetup
1) where exactly in google docs do you get the form-key. I finally found it a... | 1 | [
2,
21,
7519,
18161,
13,
12078,
4634,
851,
800,
3726,
3726,
31,
22,
79,
749,
20,
18161,
21,
7519,
19,
51,
13005,
3010,
17,
82,
741,
71,
212,
91,
16,
51,
85,
119,
31,
101,
17,
31,
277,
48,
5887,
8953,
72,
92,
118,
5580,
275,
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... |
Why does Scala 2.10 give 'match may not be exhaustive' warning when matching on singleton types?
===
In Scala 2.10.0-M4
object X
def f(e: Either[Int, X.type]) = e match {
case Left(i) => i
case Right(X) => 0
}
gives:
warning: match may not be exhaustive.
It would fail on t... | 0 | [
2,
483,
630,
25975,
172,
9,
1036,
590,
13,
22,
12280,
123,
52,
44,
12179,
1284,
22,
3590,
76,
10120,
27,
345,
444,
2551,
60,
800,
3726,
3726,
19,
25975,
172,
9,
1036,
9,
387,
8,
79,
300,
3095,
993,
6312,
398,
5,
62,
45,
694,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 propagate signals from a remote ssh process to the local caller
===
Is there any way to propagate SIGUSR1 generated by a process that is started remotely using SSH, and have it signal the calling process. So for example:
On the local machine
trap "echo 'hello world'" SIGUSR1
On the remote mach... | 0 | [
2,
184,
20,
24618,
7616,
37,
21,
5388,
13,
18,
1635,
953,
20,
14,
375,
21326,
800,
3726,
3726,
25,
80,
186,
161,
20,
24618,
8858,
267,
139,
165,
6756,
34,
21,
953,
30,
25,
373,
23288,
568,
13,
18,
1635,
15,
17,
57,
32,
2800,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 determine if a DLL requires Full .NET 4 or just Client Profile
===
When using third party assemblies I need a way to detect if they require full .NET 4 or just the .NET 4 Client Profile.
I've seen other ways to detect .NET version referenced http://stackoverflow.com/questions/3460982/determine-net-framework-... | 0 | [
2,
184,
20,
3746,
100,
21,
13,
43,
211,
4781,
503,
13,
9,
2328,
268,
54,
114,
6819,
5296,
800,
3726,
3726,
76,
568,
422,
346,
21066,
31,
376,
21,
161,
20,
9092,
100,
59,
4077,
503,
13,
9,
2328,
268,
54,
114,
14,
13,
9,
2328,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Drupal7: Allow user to specify image cropping area
===
I want the user when uploading an image to specify the cropping area for the image that will be displayed in image preview -clicking the (cropped) image will show the original, non-cropped image.
Modules like [Imagefield Crop][1] will crop the image without savin... | 0 | [
2,
15708,
6720,
465,
45,
1655,
4155,
20,
19077,
1961,
4880,
5574,
217,
800,
3726,
3726,
31,
259,
14,
4155,
76,
71,
16866,
40,
1961,
20,
19077,
14,
4880,
5574,
217,
26,
14,
1961,
30,
129,
44,
6115,
19,
1961,
16121,
13,
8,
150,
10... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Finding double-spaces in a string - Python
===
Can anyone find a more Python'ic, more beautiful solution?
I’m looping through some test lines in a file, to check if they meet certain criteria.
For some reason it was decided that separators internally in the line is ‘ ‘, i.e. double space.
How do I check a text... | 0 | [
2,
3007,
1494,
8,
5582,
18,
19,
21,
3724,
13,
8,
20059,
800,
3726,
3726,
92,
1276,
477,
21,
91,
20059,
22,
596,
15,
91,
1632,
4295,
60,
31,
1,
79,
5293,
68,
120,
109,
1289,
1560,
19,
21,
3893,
15,
20,
2631,
100,
59,
1255,
12... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Optimisation of for loop c#
===
Hi guys i'm writing some c# code that is currently supposed to run as fast as possible, usually taking up a single core at 100% for about 25min. I need the code to remain single core as the benefit of running this code across multiple cores will not be as great as running this project m... | 0 | [
2,
19259,
4330,
16,
26,
5293,
272,
5910,
800,
3726,
3726,
4148,
2776,
31,
22,
79,
1174,
109,
272,
5910,
1797,
30,
25,
871,
2293,
20,
485,
28,
1512,
28,
938,
15,
951,
741,
71,
21,
345,
2884,
35,
12849,
26,
88,
771,
2160,
9,
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... |
Forum software that supports deployment to Windows Azure
===
I am currently looking to deploy a web forum on the azure platform.
I made some research and I've been able to find a total of 6 ASP.Net forums so far:
- [Telligent Community][1]
- [Jibit Forum][2]
- [InstantForum.Net 2012][3]
- [YetAnotherForum... | 0 | [
2,
5691,
2306,
30,
6747,
10475,
20,
1936,
25715,
800,
3726,
3726,
31,
589,
871,
699,
20,
17617,
21,
2741,
5691,
27,
14,
25715,
2452,
9,
31,
117,
109,
527,
17,
31,
22,
195,
74,
777,
20,
477,
21,
600,
16,
400,
28,
306,
9,
2328,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
getContentLength() return -1 only in WiFi ?
===
I want to know the length of the file, so i try getContentLength(). It works fine with network connection (edge/3g) but return -1 with WiFi ???
Why ? the wifi is good the file was found, can be download but the return of contentlength is always "-1", i dont understand, ... | 0 | [
2,
164,
25424,
6325,
5,
6,
788,
13,
8,
165,
104,
19,
4807,
1707,
13,
60,
800,
3726,
3726,
31,
259,
20,
143,
14,
1476,
16,
14,
3893,
15,
86,
31,
1131,
164,
25424,
6325,
5,
6,
9,
32,
693,
1123,
29,
982,
2760,
13,
5,
8840,
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... |
Serial Key for JRuby application running on tomcat
===
I have a RoR3 application which I converted to jruby and used warbler to create a war. It is deployed in Windows XP (yes, believe me).
The client needs some kind of serial key to make sure that if someone steals his source code it cannot be deployed anywhere el... | 0 | [
2,
5956,
1246,
26,
2000,
291,
779,
3010,
946,
27,
2067,
5782,
800,
3726,
3726,
31,
57,
21,
761,
248,
240,
3010,
56,
31,
3494,
20,
2000,
291,
779,
17,
147,
28574,
20,
1600,
21,
176,
9,
32,
25,
6698,
19,
1936,
23045,
13,
5,
1714... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
call fragment from another one
===
I have Mainactivity extend FragmentActivity ,I load fragment in layout using
LinearLayout formLayout = (LinearLayout)findViewById(R.id.mainLayout);
formLayout.removeAllViews();
FragmentTransaction fragmentTransaction = fragmentManager.beginTransac... | 0 | [
2,
645,
14847,
37,
226,
53,
800,
3726,
3726,
31,
57,
407,
19348,
7206,
14847,
19348,
13,
15,
49,
6305,
14847,
19,
9106,
568,
6745,
4414,
1320,
505,
4414,
1320,
800,
13,
5,
19333,
4414,
1320,
6,
19811,
4725,
779,
1340,
5,
139,
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... |
Detect what's going on a window tab
===
Is it possible to detect the activity on an opened tab from a different website ?,
as example, a visitor clicked a window tab from my website to example.com, i want to detect when he presses some button inside, how is it possible ? | 0 | [
2,
9092,
98,
22,
18,
228,
27,
21,
1463,
6523,
800,
3726,
3726,
25,
32,
938,
20,
9092,
14,
2358,
27,
40,
520,
6523,
37,
21,
421,
2271,
13,
60,
15,
28,
823,
15,
21,
10875,
15802,
21,
1463,
6523,
37,
51,
2271,
20,
823,
9,
960,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Handling errors with Gdiplus::Image
===
How do you handle errors when using `Gdiplus::Image::FromFile()`? I purposely had it try to read a file that didn't exist.
It didn't throw any exception, or return NULL.
I could check if the file exists before hand, but what if the file is not a valid image file, or someth... | 0 | [
2,
7988,
11908,
29,
489,
1115,
13349,
45,
45,
22039,
800,
3726,
3726,
184,
107,
42,
3053,
11908,
76,
568,
13,
1,
263,
1115,
13349,
45,
45,
22039,
45,
45,
2665,
16877,
5,
6,
1,
60,
31,
2131,
102,
41,
32,
1131,
20,
1302,
21,
389... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Bash randomizing variables
===
I'm working on a bash script to basically play Rock Paper Scissors against the CPU.
The problem I'm having is that I can't get it to randomly pick between variables, instead it just picks the first variable noted. Here is the section of code that needs work:
r="rock"
p="pap... | 0 | [
2,
13158,
5477,
3335,
12157,
800,
3726,
3726,
31,
22,
79,
638,
27,
21,
13158,
3884,
20,
11374,
418,
629,
1397,
24638,
18,
149,
14,
17578,
9,
14,
1448,
31,
22,
79,
452,
25,
30,
31,
92,
22,
38,
164,
32,
20,
21324,
2036,
128,
121... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 convert a set of types and no. of instances into a list of all those instances in Excel
===
I've looked around for guidance on this, but am a bit inexperienced so may have missed something obvious - sorry!
I'm hoping to be able to convert a set of types and no. of instances into a list of those instances ... | 0 | [
2,
184,
92,
31,
8406,
21,
309,
16,
2551,
17,
90,
9,
16,
13946,
77,
21,
968,
16,
65,
273,
13946,
19,
20700,
800,
3726,
3726,
31,
22,
195,
292,
140,
26,
8193,
27,
48,
15,
47,
589,
21,
1142,
27624,
86,
123,
57,
3238,
301,
4674,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
RadComboBoxItem hide() on client-side not persisting
===
**What are you doing?**
Using a RadComboBox, I'm hiding items from the user view under certain conditions.
**What's the problem?**
The combo items hide perfectly, however, when I click the combo box and then click anywhere else on the page (in other ... | 0 | [
2,
4944,
960,
1192,
5309,
2119,
79,
3077,
5,
6,
27,
6819,
8,
1416,
52,
22084,
68,
800,
3726,
3726,
13,
1409,
608,
50,
42,
845,
60,
1409,
568,
21,
4944,
960,
1192,
5309,
15,
31,
22,
79,
5314,
3755,
37,
14,
4155,
1418,
131,
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... |
Calling DBus methods in Gjs / Gnome Shell
===
If I have a bus name, an object path, and an interface, how do I call DBus methods from Gjs (in a gnome-shell extension)?
I'm looking for the equivalent of the following python code:
<!-- language: lang-py -->
import dbus
bus = dbus.SessionBus()
obj ... | 0 | [
2,
2555,
13,
43,
3822,
3195,
19,
489,
728,
18,
13,
118,
24117,
3593,
800,
3726,
3726,
100,
31,
57,
21,
1683,
204,
15,
40,
3095,
2013,
15,
17,
40,
6573,
15,
184,
107,
31,
645,
13,
43,
3822,
3195,
37,
489,
728,
18,
13,
5,
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... |
MP Movie Player Controller orientation
===
In my app i need to restrict portrait view for MP movie player. i want to know how can i override shouldAutorotateToInterfaceOrientation function in MP movie player.m file or is it possible? | 0 | [
2,
4628,
1308,
517,
9919,
10245,
800,
3726,
3726,
19,
51,
4865,
31,
376,
20,
15436,
5548,
1418,
26,
4628,
1308,
517,
9,
31,
259,
20,
143,
184,
92,
31,
84,
11891,
378,
18042,
11699,
1373,
262,
6280,
6413,
9712,
857,
1990,
19,
4628,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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... |
R: Unable to plot kernel density in MASS package - In min(x) : no non-missing arguments to min; returning Inf
===
When trying to plot my data I get these error messages:
1: In min(x) : no non-missing arguments to min; returning Inf
2: In max(x) : no non-missing arguments to max; returning -Inf
This repr... | 0 | [
2,
761,
45,
2343,
20,
3798,
17007,
2688,
19,
1619,
6030,
13,
8,
19,
4232,
5,
396,
6,
13,
45,
90,
538,
8,
7292,
68,
10553,
20,
4232,
73,
2485,
19,
410,
800,
3726,
3726,
76,
749,
20,
3798,
51,
1054,
31,
164,
158,
7019,
7561,
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 use the properrty
===
Can anyone assist me to solve this query in the below mentioned scenario…?
first of all i’ve created a testsuite for every individual web service, for handling all types of its respective testcases like, request succeeded, internal server error bla bla.
My app is login based. and on succ... | 0 | [
2,
184,
20,
275,
14,
4119,
139,
1084,
800,
3726,
3726,
92,
1276,
5404,
55,
20,
8402,
48,
25597,
19,
14,
1021,
2211,
12705,
9,
9,
9,
60,
64,
16,
65,
31,
1,
195,
679,
21,
1289,
12352,
62,
26,
352,
1359,
2741,
365,
15,
26,
7988... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Youtube partnership and video approvement
===
it's seems to me that i've got youtube partnership. But my video's are still showing that approvement is pending. Any idea on that?![youtube commercial video's pending ][1]
| 2 | [
2,
7330,
3949,
17,
763,
14741,
1130,
800,
3726,
3726,
32,
22,
18,
2206,
20,
55,
30,
31,
22,
195,
330,
7330,
3949,
9,
47,
51,
763,
22,
18,
50,
174,
3187,
30,
14741,
1130,
25,
16440,
9,
186,
882,
27,
30,
60,
187,
2558,
245,
19... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0... |
Magento v1.7 - Why new contact form is redirected to default contact form after clicking submit button
===
I created a new contact form (i.e. new-contact-form.phtml) and put the following code in CMS->Pages
{{block type='core/template' template='contacts/new-contact-form.phtml' form_action="/contacts/index/post... | 0 | [
2,
4723,
17050,
566,
165,
9,
465,
13,
8,
483,
78,
2203,
505,
25,
302,
14147,
20,
12838,
2203,
505,
75,
25590,
12298,
5167,
800,
3726,
3726,
31,
679,
21,
78,
2203,
505,
13,
5,
49,
9,
62,
9,
78,
8,
29912,
8,
4190,
9,
306,
1589... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 index two columns automatically in sql
===
I have a table in sql having two fields 'JOB_NUMBER' 'SRno', the relation between the two is such that each job number has many SRNO starting from 1,2,3 and so on,every new Job number has to have a SR no starting form 1,
so my ideal table should some what look like... | 0 | [
2,
184,
20,
4348,
81,
7498,
7499,
19,
4444,
255,
800,
3726,
3726,
31,
57,
21,
859,
19,
4444,
255,
452,
81,
2861,
13,
22,
1636,
220,
1,
16299,
22,
13,
22,
18,
139,
251,
22,
15,
14,
5827,
128,
14,
81,
25,
145,
30,
206,
1205,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 I put a null in a SortedSet?
===
I thought that `null` is allowed for a `Set`.
So why does the following code:
SortedSet<Integer> set = new TreeSet<Integer>();
set.add(null);
set.add(1); //--->Line indicated by exception
Gives the following exception?
> Exception in thread "m... | 0 | [
2,
92,
22,
38,
31,
442,
21,
16203,
19,
21,
22554,
3554,
60,
800,
3726,
3726,
31,
289,
30,
13,
1,
4215,
211,
1,
25,
1159,
26,
21,
13,
1,
3554,
1,
9,
86,
483,
630,
14,
249,
1797,
45,
22554,
3554,
1,
6391,
13699,
1,
309,
800,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 validate while typing in textbox using mvc3
===
In my page I am Having 5 textboxes and 1 DropDownlist box
1. Name (It should allow only alphabets)
2.UserName (It should allow both alphabets and numeric)
3.EmailID (Email format)
4.PhoneNo (Only Integers)
5.Gender
6.Password (Combination of alphates and... | 0 | [
2,
184,
20,
7394,
1373,
133,
25266,
19,
1854,
5309,
568,
307,
8990,
240,
800,
3726,
3726,
19,
51,
2478,
31,
589,
452,
331,
1854,
5309,
160,
17,
137,
2804,
2968,
5739,
1649,
137,
9,
204,
13,
5,
242,
378,
1655,
104,
11844,
18,
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... |
Android: Update widget TextView for Stopwatch/Timer
===
I'm trying to make a widget for a simple stopwatch (and timer). You press start and a textview begins counting up. I've managed to get this working for an actual app -- but not for widgets. It seems to be a problem with with the runnable or handler used for th... | 0 | [
2,
13005,
45,
11100,
4807,
43,
3060,
1854,
4725,
26,
747,
9054,
118,
891,
139,
800,
3726,
3726,
31,
22,
79,
749,
20,
233,
21,
4807,
43,
3060,
26,
21,
1935,
747,
9054,
13,
5,
290,
85,
139,
6,
9,
42,
901,
799,
17,
21,
1854,
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... |
Best practice for having a class partnered with UserControl
===
I'm creating a set of classes called `*Activity` which all inherit from the interface `IActivity` e.g.
public interface IActivity
{
void StartActivity();
}
public class MyFirstActivity : IActivity
{
... | 0 | [
2,
246,
1345,
26,
452,
21,
718,
13807,
29,
4155,
12898,
800,
3726,
3726,
31,
22,
79,
2936,
21,
309,
16,
2684,
227,
13,
1,
2483,
19348,
1,
56,
65,
17569,
37,
14,
6573,
13,
1,
49,
19348,
1,
13,
62,
9,
263,
9,
317,
6573,
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 to get a C/C++ variable's property
===
Can you tell me how to get property of a variable:
Example:
int a=5;
....
....
isConstant(a); //prints "no!" if a is not a constant at this time
isRegister(a); //prints "yes!" if a is a register at this time.important.
isVolatile(a); //prints ... | 0 | [
2,
184,
20,
164,
21,
272,
118,
150,
20512,
7612,
22,
18,
1354,
800,
3726,
3726,
92,
42,
494,
55,
184,
20,
164,
1354,
16,
21,
7612,
45,
823,
45,
19,
38,
21,
3726,
264,
73,
13,
9,
9,
9,
9,
13,
9,
9,
9,
9,
25,
29639,
5,
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... |
command not found error while running awk
===
I am using awk script inside a shell script and I am facing this issue frequently. I am getting an error stating "command not found" . For instance
JUN is a word present in the file I am processing the error I am getting is
JUN: command not found
I have often... | 0 | [
2,
1202,
52,
216,
7019,
133,
946,
13,
3885,
197,
800,
3726,
3726,
31,
589,
568,
13,
3885,
197,
3884,
572,
21,
3593,
3884,
17,
31,
589,
4325,
48,
1513,
3086,
9,
31,
589,
1017,
40,
7019,
4177,
13,
7,
16239,
52,
216,
7,
13,
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... |
Lookahead with sub-regular expression
===
I have some data (to be precise this data comes from Windows Registry), which looks like that:
some data ... PACKAGE_SIZE REG_SZ 100000\r\n PATH REG_SZ C:\\Some\\path\r\n VERSION REG_SZ 1.0.0\r\n some other data...
I need to extract the path f... | 0 | [
2,
361,
58,
1743,
29,
972,
8,
25049,
1803,
800,
3726,
3726,
31,
57,
109,
1054,
13,
5,
262,
44,
11114,
48,
1054,
1624,
37,
1936,
18269,
6,
15,
56,
1879,
101,
30,
45,
109,
1054,
13,
9,
9,
9,
6030,
1,
10454,
7953,
1,
6649,
808,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 return result for triggerNow and interrupt job in Quartz
===
I am using the below lines of code for Triggering a job or stoppping a job. The actions are from UI via buttons which sends . I am making an ajax call with jobkey as input, to trigger or stop the job.
scheduler.triggerJob(jobKey);
scheduler.interrup... | 0 | [
2,
164,
788,
829,
26,
7286,
1387,
17,
15811,
1205,
19,
20913,
800,
3726,
3726,
31,
589,
568,
14,
1021,
1560,
16,
1797,
26,
7286,
68,
21,
1205,
54,
747,
5574,
21,
1205,
9,
14,
3078,
50,
37,
13,
5661,
1197,
12861,
56,
11350,
13,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
how to display pixel coordinates in mousepressEvent() function and then how to use them in paintGL() function everytime the mouse is clicked
===
I am new to qt.I am creating a gui on opengl in qt4 IDE.I have created an widget with opengl window and there i became able to display the [b]curves[/b].here i use [b]paintGL... | 0 | [
2,
184,
20,
3042,
18146,
13714,
19,
7567,
5890,
4943,
38,
5,
6,
1990,
17,
94,
184,
20,
275,
105,
19,
5107,
8430,
5,
6,
1990,
352,
891,
14,
7567,
25,
15802,
800,
3726,
3726,
31,
589,
78,
20,
2593,
38,
9,
49,
589,
2936,
21,
94... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Renaming all folder name using batch script
===
How to rename folder name using batch script ? I need to rename file name like:
a Filename1
b filename2
to
A
B
i.e make it uppercase and substring only to initial part. | 0 | [
2,
25934,
65,
19294,
204,
568,
13064,
3884,
800,
3726,
3726,
184,
20,
302,
7259,
19294,
204,
568,
13064,
3884,
13,
60,
31,
376,
20,
302,
7259,
3893,
204,
101,
45,
21,
3893,
7259,
165,
334,
3893,
7259,
135,
20,
21,
334,
31,
9,
62... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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... |
Google Maps Places Details request (PHP)
===
I read so many messages with that REQUEST_DENIED error but I still couldn't figure out why it's not working!
My google API key has Places and Gmap v3 services activated. The key is working since my Autocomplete app is working with it. I'm also using the same domain as my... | 0 | [
2,
8144,
6867,
1489,
3289,
3772,
13,
5,
26120,
6,
800,
3726,
3726,
31,
1302,
86,
151,
7561,
29,
30,
3772,
1,
817,
49,
69,
7019,
47,
31,
174,
711,
22,
38,
1465,
70,
483,
32,
22,
18,
52,
638,
187,
51,
8144,
21,
2159,
1246,
63,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
TSQL alter table adding constraint for both cascade on delete and update
===
I'm trying to create a constraint with both on update and delete in tsql. I've tried a couple of different methods, and now I'm a little stuck & frustrated - seems so simple. I know you can't alter an existing constraint so I'm not sure abo... | 0 | [
2,
13,
38,
18,
22402,
7835,
859,
4721,
28804,
26,
156,
13542,
27,
27448,
17,
11100,
800,
3726,
3726,
31,
22,
79,
749,
20,
1600,
21,
28804,
29,
156,
27,
11100,
17,
27448,
19,
13,
38,
18,
22402,
9,
31,
22,
195,
794,
21,
1335,
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... |
Context and Fragments on orientation change
===
I'm using the Fragment compatibility package.
In my Fragment in onAttach, I keep a `Context` reference.
public void onAttach(Activity activity) {
super.onAttach(activity);
Log.w(logTag, "Activity is: " + activity);
mContext = activity;
Log.w(logTag,... | 0 | [
2,
4141,
17,
10837,
27,
10245,
753,
800,
3726,
3726,
31,
22,
79,
568,
14,
14847,
13,
21618,
6030,
9,
19,
51,
14847,
19,
27,
14986,
673,
15,
31,
643,
21,
13,
1,
1126,
11969,
1,
2801,
9,
317,
11364,
27,
14986,
673,
5,
19348,
235... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 dictionary out of a value of a column
===
How do you build a dictionary of words/tokens (stored vertically) out a value of a specific column? This column may contain space/tab separated content. | 0 | [
2,
353,
21,
9186,
70,
16,
21,
1923,
16,
21,
4698,
800,
3726,
3726,
184,
107,
42,
1895,
21,
9186,
16,
715,
118,
262,
2853,
18,
13,
5,
16828,
43,
23300,
6,
70,
21,
1923,
16,
21,
1903,
4698,
60,
48,
4698,
123,
3717,
726,
118,
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... |
Trouble executing a MySQL delete statement in Java
===
I am trying to have this code run and delete a certain record in a MySQL database but I get this error:
SQLException: Can not issue data manipulation statements with executeQuery().
SQLState: S1009
VendorError: 0
This is the code I curre... | 0 | [
2,
2572,
25836,
21,
51,
18,
22402,
27448,
3331,
19,
8247,
800,
3726,
3726,
31,
589,
749,
20,
57,
48,
1797,
485,
17,
27448,
21,
1200,
571,
19,
21,
51,
18,
22402,
6018,
47,
31,
164,
48,
7019,
45,
4444,
255,
10066,
872,
45,
92,
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... |
Raphael toFront() oddity
===
So I have a strange problem with the raphael.js library that makes no sense to me. I have a map of the world with dots representing locations. Many of the dots overlap each other. When I want to single out various locations I would like to brint the element to the foreground.
Given ... | 0 | [
2,
13874,
20,
8068,
5,
6,
4210,
856,
800,
3726,
3726,
86,
31,
57,
21,
2578,
1448,
29,
14,
13874,
9,
728,
18,
1248,
30,
1364,
90,
1259,
20,
55,
9,
31,
57,
21,
2942,
16,
14,
126,
29,
17900,
3793,
4095,
9,
151,
16,
14,
17900,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 retrieve parameter from URL when we post them using easyXDM
===
I used the code below to post parameter to my provider, and it works fine. how can I read the parameter in provider side?
var xhr = new easyXDM.Rpc({
remote: "easyXDM/src/cors/index.html"
},
{
remote: {
... | 0 | [
2,
184,
20,
11917,
18906,
37,
287,
6362,
76,
95,
678,
105,
568,
2010,
396,
43,
79,
800,
3726,
3726,
31,
147,
14,
1797,
1021,
20,
678,
18906,
20,
51,
11747,
15,
17,
32,
693,
1123,
9,
184,
92,
31,
1302,
14,
18906,
19,
11747,
270... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
YouTube Video Being Embedded via JWPlayer, "Play on YouTube" gets cut off
===
I am using JWPlayer to embed several YouTube videos on a web site. In the bottom right hand corner, there's the usual YouTube logo.
The text/tooltip that appears on hover is getting clipped by the video or the video's container.
Inspec... | 0 | [
2,
7330,
763,
142,
12138,
1197,
487,
499,
14049,
15,
13,
7,
5438,
27,
7330,
7,
3049,
1077,
168,
800,
3726,
3726,
31,
589,
568,
487,
499,
14049,
20,
11911,
69,
238,
7330,
6610,
27,
21,
2741,
689,
9,
19,
14,
2129,
193,
224,
1531,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Overlapping multiple setTimeouts inside jQuery
===
new here and new to jQuery. I've searched for an answer to my question/ problem without success, so here I come. I'm having problems with this code:
<p>Hello.</p>
<p>Good bye.</p>
<p>Ciao!</p>
<script>
jQuery('p').mouseover(
function()... | 0 | [
2,
23854,
1886,
309,
891,
12638,
572,
487,
8190,
93,
800,
3726,
3726,
78,
235,
17,
78,
20,
487,
8190,
93,
9,
31,
22,
195,
9036,
26,
40,
1623,
20,
51,
1301,
118,
1448,
366,
1280,
15,
86,
235,
31,
340,
9,
31,
22,
79,
452,
1716... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Ctrl+Arrow keys, multiword variable names and eclipse pydev
===
**Caveat**: I'm not sure if this post might be better suited for [SuperUser](superuser.com) or some other forum in the SE Family. If you know of a more appropriate place for this post, please let me know, and I will migrate it.
I know that eclipse for ... | 0 | [
2,
13,
4812,
6362,
2430,
17638,
5534,
15,
1889,
9587,
7612,
1817,
17,
11652,
7103,
14438,
800,
3726,
3726,
13,
1409,
793,
195,
721,
1409,
45,
31,
22,
79,
52,
562,
100,
48,
678,
530,
44,
574,
12949,
26,
636,
8542,
16704,
500,
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... |
ActiveModel::MassAssignmentSecurity::Error
===
Hi I am using devise and omniauth to autenticate facebook login, but I get the following error:
Can't mass-assign protected attributes: token
app/models/user.rb:20:in `apply_omniauth'
app/controllers/authentications_controller.rb:19:in `create'
this th... | 0 | [
2,
1348,
13998,
45,
45,
11749,
472,
11255,
1130,
17749,
45,
45,
29992,
800,
3726,
3726,
4148,
31,
589,
568,
29276,
17,
14677,
1346,
96,
20,
21,
1982,
16001,
9530,
9090,
6738,
108,
15,
47,
31,
164,
14,
249,
7019,
45,
92,
22,
38,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
div not scrolling when href link is clicked
===
I have a website that has a bunch of pictures that you can scroll horizontally and I also have thumbnails that I would like to have be able to click on them to scroll to the desired picture.
I have read all about scrolling to an id using an anchor however I still can no... | 0 | [
2,
13,
12916,
52,
13,
28166,
76,
746,
14057,
3508,
25,
15802,
800,
3726,
3726,
31,
57,
21,
2271,
30,
63,
21,
7653,
16,
3104,
30,
42,
92,
12159,
25658,
17,
31,
67,
57,
5078,
325,
947,
18,
30,
31,
83,
101,
20,
57,
44,
777,
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... |
How to deploy a ASP.NET MVC 4 app to web hosting provider sub-directory with Visual Studio 2012 Express?
===
I downloaded **Visual Studio Express 2012 RC for Web**, created an ASP.NET MVC 4 application, click on **F5** and see a basic, functioning site with Database in Chrome:
![enter image description here][1]
... | 0 | [
2,
184,
20,
17617,
21,
28,
306,
9,
2328,
307,
8990,
268,
4865,
20,
2741,
10637,
11747,
972,
8,
10197,
93,
29,
3458,
1120,
563,
2999,
60,
800,
3726,
3726,
31,
23887,
13,
1409,
20893,
1120,
2999,
563,
16462,
26,
2741,
1409,
15,
679,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to enable/disable metro app setting capabilities?
===
How can I enable/disable programmatically capabilities in a metro app, i.e. capabilities settings defined in the package app manifest such as internet, microphone, location, etc.? | 0 | [
2,
184,
20,
9240,
118,
2906,
579,
3986,
4865,
2697,
10209,
60,
800,
3726,
3726,
184,
92,
31,
9240,
118,
2906,
579,
625,
6732,
1326,
10209,
19,
21,
3986,
4865,
15,
31,
9,
62,
9,
10209,
12410,
2811,
19,
14,
6030,
4865,
13160,
145,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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... |
Can I deploy a Rails App directly onto my companies website?
===
I have originally been hosting my apps on Heroku, however this is not an acceptable deployment method in my current environment. We have personal information in our applications that deploying to Heroku and setting up DNS forwarding is not acceptable. Re... | 0 | [
2,
92,
31,
17617,
21,
2240,
18,
4865,
1703,
1204,
51,
1532,
2271,
60,
800,
3726,
3726,
31,
57,
912,
74,
10637,
51,
4865,
18,
27,
36,
9266,
15,
207,
48,
25,
52,
40,
12513,
10475,
2109,
19,
51,
866,
2307,
9,
95,
57,
1319,
676,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Use of substring within capistrano tasks
===
I am rather new to capistrano. I wonder how to substring a variable within a capistrano task.
While this gives me what to expect within **irb**
ruby-1.9.2-p136 :012 > release_path = "12345678910"
=> "12345678910"
ruby-1.9.2-p136 :019 > release_path[-6..... | 0 | [
2,
275,
16,
972,
11130,
363,
2605,
702,
17555,
8674,
800,
3726,
3726,
31,
589,
864,
78,
20,
2605,
702,
17555,
9,
31,
2666,
184,
20,
972,
11130,
21,
7612,
363,
21,
2605,
702,
17555,
3005,
9,
133,
48,
2352,
55,
98,
20,
4186,
363,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Undefined function or method 'readimage' for input arguments of type 'char'
===
I am trying to load an image but it is showing the error message `Undefined function or method 'readimage' for input arguments of
type 'char'.`
My calling function is here
h=uicontrol(FigWin,...
'Style','pushbutton',...
... | 0 | [
2,
367,
13439,
1990,
54,
2109,
13,
22,
10647,
22039,
22,
26,
6367,
10553,
16,
1001,
13,
22,
5433,
22,
800,
3726,
3726,
31,
589,
749,
20,
6305,
40,
1961,
47,
32,
25,
3187,
14,
7019,
2802,
13,
1,
1020,
13439,
1990,
54,
2109,
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... |
Make a single insert query in python
===
I tried to create a single insert query for the values in `template_list` array. These values are for field `template_name`.
dir_template_list = ['template1', 'template2', 'template3']
sql = "INSERT INTO tbltemplate (template_name) VALUES(%s)" % (dir_template_list)
... | 0 | [
2,
233,
21,
345,
14692,
25597,
19,
20059,
800,
3726,
3726,
31,
794,
20,
1600,
21,
345,
14692,
25597,
26,
14,
4070,
19,
13,
1,
9577,
6554,
1,
5739,
1,
7718,
9,
158,
4070,
50,
26,
575,
13,
1,
9577,
6554,
1,
7259,
1,
9,
13,
903... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Why does object comparsion in C# work strange?
===
When I compare two variables typed as `object` and both contain same value,
the comparison result using `==` operator produces `false`.
object Var1 = "X";
object Var2 = "X";
// This produces false result
bool Match = Var1 == Var2;
Why ... | 0 | [
2,
483,
630,
3095,
6479,
512,
5991,
19,
272,
5910,
170,
2578,
60,
800,
3726,
3726,
76,
31,
11590,
81,
12157,
1001,
43,
28,
13,
1,
23793,
1,
17,
156,
3717,
205,
1923,
15,
14,
6050,
829,
568,
13,
1,
3726,
3726,
1,
6022,
6700,
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... |
Showing a list of results under a search form, which uses a ViewModel
===
following on from an earlier post: http://stackoverflow.com/questions/11285375/adding-a-search-form-using-a-datetime-template/11288466?iemail=1#11288466
I also tried following the Search example here: http://www.asp.net/mvc/tutorials/getting-... | 0 | [
2,
3187,
21,
968,
16,
1736,
131,
21,
2122,
505,
15,
56,
2027,
21,
1418,
13998,
800,
3726,
3726,
249,
27,
37,
40,
1201,
678,
45,
7775,
6903,
25325,
2549,
9990,
9,
960,
118,
24652,
18,
118,
1306,
21917,
18266,
118,
58,
11365,
8,
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... |
Silex form validation along with translation provider
===
I use the latest version of Silex (not the Phar-Version). I have a problem to implement the form-service provider along with the translation provider, i get the following error:
"Fatal error: Class 'Symfony\Component\Config\Resource\FileResource' not found i... | 0 | [
2,
8726,
1706,
505,
27999,
303,
29,
4064,
11747,
800,
3726,
3726,
31,
275,
14,
5736,
615,
16,
8726,
1706,
13,
5,
1270,
14,
13,
20138,
8,
10898,
6,
9,
31,
57,
21,
1448,
20,
8713,
14,
505,
8,
11449,
11747,
303,
29,
14,
4064,
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... |
How waterproof is a Swiss cheese?
===
Imagine a cube-shaped piece of Swiss cheese. We model the cheese through a 20x20x20 grid. For simplicity, we assume that each grid cube consists entirely of cheese or entirely of air. On the upper side of our cube of Swiss cheese we then pour water, which penetrates the cheese onl... | 0 | [
2,
184,
308,
13266,
25,
21,
4313,
7372,
60,
800,
3726,
3726,
4382,
21,
13682,
8,
5002,
1855,
16,
4313,
7372,
9,
95,
1061,
14,
7372,
120,
21,
434,
396,
1323,
396,
1323,
7354,
9,
26,
20595,
15,
95,
7158,
30,
206,
7354,
13682,
2043... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
gson: parametrized fromJson depending on the Type
===
I'm sorry it was surely already asked, but I did not find what I need
I have several message types:
class AbstractMessage {
int code;
String token;
}
class ShareMessage extends AbstractMessage{
String user;
... | 0 | [
2,
489,
528,
45,
2258,
5909,
139,
1333,
37,
728,
528,
4758,
27,
14,
1001,
800,
3726,
3726,
31,
22,
79,
1875,
32,
23,
7608,
614,
411,
15,
47,
31,
144,
52,
477,
98,
31,
376,
31,
57,
238,
2802,
2551,
45,
718,
8502,
3845,
18,
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... |
Why can the ListNode example (Scala website) handle different types?
===
The [ListNode example][1], taken from Scalas homepage goes like this:
case class ListNode[+T](h: T, t: ListNode[T]) {
def head: T = h
def tail: ListNode[T] = t
def prepend[U >: T](elem: U): ListNode[U] =
ListN... | 0 | [
2,
483,
92,
14,
968,
251,
546,
823,
13,
5,
18,
3430,
58,
2271,
6,
3053,
421,
2551,
60,
800,
3726,
3726,
14,
636,
5739,
251,
546,
823,
500,
2558,
165,
500,
15,
658,
37,
25975,
18,
213,
6486,
1852,
101,
48,
45,
610,
718,
968,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Create iOS Home Screen Shortcuts on the chorme with the iphone
===
I have a web app that allows the user to add the web page to his home screen on the iphone.
That functionality exists with Safari. Here is a short example, which isnt very related, but is based on the same principle:
http://triphackr.com/crea... | 0 | [
2,
1600,
13,
7760,
213,
2324,
502,
4118,
18,
27,
14,
12024,
790,
29,
14,
21024,
800,
3726,
3726,
31,
57,
21,
2741,
4865,
30,
2965,
14,
4155,
20,
3547,
14,
2741,
2478,
20,
33,
213,
2324,
27,
14,
21024,
9,
30,
18548,
5636,
29,
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... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.