unified_texts stringlengths 32 30.1k | OpenStatus_id int64 0 4 | input_ids list | token_type_ids list | attention_mask list |
|---|---|---|---|---|
MATLAB: logic behind bitand and get all possible states
===
I was provided with this code
m0=0.8;
m1=1.2;
k=6; %where k can take values between 2 and 10;
kbar2=2^kbar;
g_m = [0:(kbar2-1)];
for i = 1: (kbar2)
g=1;
for j=0:(kbar-1)
if(bitand(g_m(i),2^j))~=0
g=g*m... | 0 | [
2,
4277,
9086,
45,
7085,
439,
1142,
290,
17,
164,
65,
938,
202,
800,
3726,
3726,
31,
23,
1173,
29,
48,
1797,
307,
387,
3726,
387,
9,
457,
73,
307,
165,
3726,
165,
9,
135,
73,
680,
3726,
379,
73,
13,
11881,
2798,
680,
92,
247,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 chenge text size in pdf file of webview in android
===
In my application i have to show pdf file in webview.Already i have done using this code but in this pdf file text size is small.so i am unable to read it using zooming option.
i want pdf text clearly using code.
please help...
thanking you
... | 0 | [
2,
184,
20,
14505,
62,
1854,
1072,
19,
13,
11124,
3893,
16,
2741,
4725,
19,
13005,
800,
3726,
3726,
19,
51,
3010,
31,
57,
20,
298,
13,
11124,
3893,
19,
2741,
4725,
9,
192,
15193,
31,
57,
677,
568,
48,
1797,
47,
19,
48,
13,
111... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 custom flash player inside android app
===
I've a custom flash player(as .swf file). Is it possible to use that custom flash player on my android app? If it so, how could i do that? Example links are much appreciated.
Thanks.
| 0 | [
2,
184,
20,
275,
5816,
4433,
517,
572,
13005,
4865,
800,
3726,
3726,
31,
22,
195,
21,
5816,
4433,
517,
5,
472,
13,
9,
18,
15263,
3893,
6,
9,
25,
32,
938,
20,
275,
30,
5816,
4433,
517,
27,
51,
13005,
4865,
60,
100,
32,
86,
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,
0,
0... |
empty value clause for a string not working
===
i am trying to get value with ajax and the values are in form of string , but the problem is when m trying to use a condition of if value empty then return this or else do that
my code is
if(empty($title)||empty($thumbnail)||empty($link))
... | 0 | [
2,
2424,
1923,
9040,
26,
21,
3724,
52,
638,
800,
3726,
3726,
31,
589,
749,
20,
164,
1923,
29,
20624,
17,
14,
4070,
50,
19,
505,
16,
3724,
13,
15,
47,
14,
1448,
25,
76,
307,
749,
20,
275,
21,
2874,
16,
100,
1923,
2424,
94,
78... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Playing video in iPad from the response received from a Web Service
===
How can I play a video in an iPad application using MPMoviePlayer or any other video player, that support reading data from soap response (returned by .net based web services request).
I don't have a direct link to the video file or a video file ... | 0 | [
2,
791,
763,
19,
31,
8240,
37,
14,
1627,
420,
37,
21,
2741,
365,
800,
3726,
3726,
184,
92,
31,
418,
21,
763,
19,
40,
31,
8240,
3010,
568,
4628,
22607,
14049,
54,
186,
89,
763,
517,
15,
30,
555,
1876,
1054,
37,
6447,
1627,
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... |
Rails 3, compass not working with @mixin
===
I have two .scss documents with the following sample code:
tables.scss:
@mixin ftable {
table {
font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
font-size: 12px;
margin: 45px;
width: 480px;
text-align: left;
... | 0 | [
2,
2240,
18,
203,
15,
18879,
52,
638,
29,
13,
1,
15743,
108,
800,
3726,
3726,
31,
57,
81,
13,
9,
3862,
18,
18,
4374,
29,
14,
249,
5717,
1797,
45,
7484,
9,
3862,
18,
18,
45,
13,
1,
15743,
108,
1187,
579,
13,
1,
859,
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... |
Is HttpClient safe to use concurrently?
===
In all the examples I can find of usages of HttpClient, it is used for one off calls. But what if I have a persistent client situation, where several requests can be made concurrently? Basically, is it safe to call client.PostAsync on 2 threads at once against the same insta... | 0 | [
2,
25,
7775,
150,
18513,
38,
1834,
20,
275,
17651,
60,
800,
3726,
3726,
19,
65,
14,
3770,
31,
92,
477,
16,
7514,
18,
16,
7775,
150,
18513,
38,
15,
32,
25,
147,
26,
53,
168,
3029,
9,
47,
98,
100,
31,
57,
21,
15348,
6819,
1858... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 up printer page size with wxpython HtmlEasyPrinting
===
I am trying to print pages of 21cm x 10cm using wxpython( wx.html.HtmlEasyPrinting, to be specific), while wxpython's printer page size seems to default to A4(about 21cm x 30cm).
Reading the source file of HtmlEasyPrinting, I found that the `PageSetup`... | 0 | [
2,
184,
20,
71,
12925,
2478,
1072,
29,
619,
396,
6448,
11570,
13,
15895,
18385,
10299,
68,
800,
3726,
3726,
31,
589,
749,
20,
4793,
4434,
16,
852,
9095,
993,
332,
9095,
568,
619,
396,
6448,
11570,
5,
619,
396,
9,
15895,
9,
15895,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
JS error on web page in IE
===
How is the below error to be resolved.Should the div be in the form??
<script>
function EvalSound(soundobj) {
var thissound= eval("document."+soundobj);
thissound.Play();
}
</script>
<div id="s_player" style="display:block;width:620p... | 0 | [
2,
487,
18,
7019,
27,
2741,
2478,
19,
13,
660,
800,
3726,
3726,
184,
25,
14,
1021,
7019,
20,
44,
11052,
9,
14941,
14,
13,
12916,
44,
19,
14,
505,
60,
60,
13,
1,
8741,
1,
1990,
13,
62,
3377,
8489,
5,
8489,
111,
11741,
6,
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... |
Ported Qt program (Windows to linux) segmentation fault
===
I am currently in the process of porting one of my Qt programs from Windows to Linux.
Working with Qt's useful macro's I managed to compile the program but haven't yet succeeded in making it work.
It is a program existing out of 2 libraries and a main ap... | 0 | [
2,
1295,
69,
2593,
38,
625,
13,
5,
27508,
18,
20,
13024,
6,
5631,
857,
4173,
800,
3726,
3726,
31,
589,
871,
19,
14,
953,
16,
1295,
68,
53,
16,
51,
2593,
38,
1726,
37,
1936,
20,
13024,
9,
638,
29,
2593,
38,
22,
18,
4811,
9069... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
PHP truncating string when using strip_tags
===
I have this stored in my MySQL InnoDB UTF8 database:
> `<p>`At 5'1" (155cm) in length, this "Baby" grand piano was introduced
> in the 1930's and features the powerful and rich tone of a much larger
> piano. Small enough to fit nicely into almost any room, this pian... | 0 | [
2,
13,
26120,
22328,
68,
3724,
76,
568,
4998,
1,
8628,
18,
800,
3726,
3726,
31,
57,
48,
8214,
19,
51,
51,
18,
22402,
19,
251,
9007,
287,
11720,
457,
6018,
45,
13,
1,
13,
1,
306,
1,
721,
331,
22,
165,
7,
13,
5,
11055,
9095,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Using the word "Windows" as part of your own namespace in Metro style apps
===
If you try to use Windows as part of your own namespace in Metro-style apps (e.g. MyCompany.Windows) it seems that it throws compiler(s) off, because they start looking for WinRT stuff under your namespace rather than Windows.*.
For exam... | 0 | [
2,
568,
14,
833,
13,
7,
27508,
18,
7,
28,
141,
16,
154,
258,
204,
5582,
19,
3986,
1034,
4865,
18,
800,
3726,
3726,
100,
42,
1131,
20,
275,
1936,
28,
141,
16,
154,
258,
204,
5582,
19,
3986,
8,
4381,
4865,
18,
13,
5,
62,
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... |
Advice with crawling web site content
===
I was trying to crawl some of website content, using [jsoup][1] and java combination. Save the relevant details to my database and doing the same activity daily.
But here is the deal, when I open the website in browser I get rendered html (with all element tags out there). ... | 0 | [
2,
4978,
29,
19108,
2741,
689,
2331,
800,
3726,
3726,
31,
23,
749,
20,
12392,
109,
16,
2271,
2331,
15,
568,
636,
728,
656,
576,
500,
2558,
165,
500,
17,
8247,
3733,
9,
2079,
14,
7480,
3289,
20,
51,
6018,
17,
845,
14,
205,
2358,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Ternary operator on increment integer
===
Can someone please tell me why the code below is not working?
int prePos = 0;
int preNeg = 0;
int postPos = 0;
int postNeg = 0;
for (int i = 0; i < pin1.GetLength(0); i++)
{
preNeg++ ? pin1[i, 0] ... | 0 | [
2,
13,
8766,
1857,
6022,
27,
13,
28461,
13820,
800,
3726,
3726,
92,
737,
2247,
494,
55,
483,
14,
1797,
1021,
25,
52,
638,
60,
19,
38,
782,
12551,
800,
713,
73,
19,
38,
782,
556,
263,
800,
713,
73,
19,
38,
678,
12551,
800,
713,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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_Mail error 500 > postfix/sendmail fatal: -n option not supported
===
I'm working on a Zend project in a very specific server configuration, our production environment is made of two dedicated servers, one for the company's email which host a postfix server and an other server for our web-application which is runn... | 0 | [
2,
10526,
43,
1,
8079,
7019,
3033,
13,
1,
678,
18594,
118,
18,
2451,
8079,
8773,
45,
13,
8,
103,
4255,
52,
1827,
800,
3726,
3726,
31,
22,
79,
638,
27,
21,
10526,
43,
669,
19,
21,
253,
1903,
8128,
8091,
15,
318,
637,
2307,
25,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
AFNetworking - How to make POST request
===
I'm quite new to iPhone development, and I'm using AFNetworking as my services library.
The API i'm querying is a RESTful one, and I need to make POST requests. To do this, I tried with the following code :
NSDictionary *parameters = [NSDictionary dictionaryWithObj... | 0 | [
2,
13,
2565,
24106,
68,
13,
8,
184,
20,
233,
678,
3772,
800,
3726,
3726,
31,
22,
79,
1450,
78,
20,
21024,
522,
15,
17,
31,
22,
79,
568,
13,
2565,
24106,
68,
28,
51,
687,
1248,
9,
14,
21,
2159,
31,
22,
79,
25597,
68,
25,
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... |
Thread.sleep() Never Returns
===
I am having an odd error with `Thread.sleep()` on Java. For some reason, when I call sleep on some machines, it never returns. I can't figure out what could be causing this behaviour. At first, I thgouth the error might be elsewhere in my code, so I made the simplest possible sleep ... | 0 | [
2,
9322,
9,
21092,
5,
6,
243,
4815,
800,
3726,
3726,
31,
589,
452,
40,
4210,
7019,
29,
13,
1,
96,
10647,
9,
21092,
5,
6,
1,
27,
8247,
9,
26,
109,
1215,
15,
76,
31,
645,
1742,
27,
109,
6035,
15,
32,
243,
4815,
9,
31,
92,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Tabs Control Inside Dialog Control
===
I'm trying to stick a tabs jQuery UI widget inside the dialog widget, but it is not working for me. I have a bunch of data being retrieved from the database and is being rendered on the screen. When a user clicks on a (+) button, a dialog should open with its contents being tabbe... | 0 | [
2,
6523,
18,
569,
572,
28223,
569,
800,
3726,
3726,
31,
22,
79,
749,
20,
5258,
21,
6523,
18,
487,
8190,
93,
13,
5661,
4807,
43,
3060,
572,
14,
28223,
4807,
43,
3060,
15,
47,
32,
25,
52,
638,
26,
55,
9,
31,
57,
21,
7653,
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... |
Cross Validation Final Model Coefficients
===
I am running a logistic regressoin and then a k cross validation using cvbinary in daag package.
logistic1 <- glm(y ~ ., family=binomial("logit"), data = dev)
library(DAAG)
dag <- CVbinary(logistic1,rand=NULL, nfolds=4, print.details=TRUE)
After running cvbinary t... | 0 | [
2,
919,
27999,
426,
1061,
14612,
18,
800,
3726,
3726,
31,
589,
946,
21,
29586,
302,
13026,
111,
108,
17,
94,
21,
680,
919,
27999,
568,
13,
12732,
4772,
1857,
19,
1331,
3302,
6030,
9,
29586,
165,
13,
1,
8,
489,
10363,
5,
93,
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... |
JQgrid Editing Form reload
===
Is there a way to refresh the edit form dialog to apply updated options on the grid made on the fly?
Basically I need to change some properties when a dropdownlist value has changed, and then the dialog reflect those changes. For example, I update the property editable to hide a field.
... | 0 | [
2,
487,
1251,
16375,
9510,
505,
27339,
800,
3726,
3726,
25,
80,
21,
161,
20,
24905,
14,
9392,
505,
28223,
20,
5645,
6372,
6368,
27,
14,
7354,
117,
27,
14,
2855,
60,
11374,
31,
376,
20,
753,
109,
3704,
76,
21,
2804,
2968,
5739,
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... |
Php email script not sending
===
http://www.dorsetdesigns.co.uk/contact.html
try the form it wont send a email to me. i am using a mail account associated with the domain | 0 | [
2,
13,
26120,
8517,
3884,
52,
4907,
800,
3726,
3726,
7775,
6903,
6483,
9,
5290,
3554,
19862,
18,
9,
716,
9,
2185,
118,
29912,
9,
15895,
1131,
14,
505,
32,
7290,
2660,
21,
8517,
20,
55,
9,
31,
589,
568,
21,
4216,
2176,
1598,
29,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... |
Android: Draw circle of alphabets
===
I am working in android, I want to draw a circle of Alphabets, in this every alphabets A to Z must show. and this each alphabet must be clickable or touchable.
My view should look like following one:-
![enter image description here][1]
I do not have any idea related to this... | 0 | [
2,
13005,
45,
2003,
2775,
16,
11844,
18,
800,
3726,
3726,
31,
589,
638,
19,
13005,
15,
31,
259,
20,
2003,
21,
2775,
16,
11844,
18,
15,
19,
48,
352,
11844,
18,
21,
20,
2052,
491,
298,
9,
17,
48,
206,
11844,
491,
44,
10840,
579,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
dealing with C++/C structures memory freeing
===
Must I free structure memory after using it? I have sample code:
struct aa
{
int a;
char * b ;
aa()
{
a=0;
b= new char[255];
}
} ;
aa *ss = new aa[3];
void fill()
{
aa * ssss = new aa;
aa * sss = new aa;
sss->a=10;
s... | 0 | [
2,
5746,
29,
272,
20512,
118,
150,
3815,
1912,
551,
68,
800,
3726,
3726,
491,
31,
551,
1411,
1912,
75,
568,
32,
60,
31,
57,
5717,
1797,
45,
13,
10346,
21,
58,
13,
1,
19,
38,
21,
73,
4892,
1637,
334,
13,
73,
21,
58,
5,
6,
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... |
add a library to silex
===
I know this question has already been asked, but it seems that autoloading process changed a little bit with composer.
I just want to add a class library to my silex project.
So I made this file:
vendor\lib\picture.php
<?php
namespace MyNamespace;
class Picture
... | 0 | [
2,
3547,
21,
1248,
20,
8726,
1706,
800,
3726,
3726,
31,
143,
48,
1301,
63,
614,
74,
411,
15,
47,
32,
2206,
30,
3108,
16866,
953,
1015,
21,
265,
1142,
29,
3039,
9,
31,
114,
259,
20,
3547,
21,
718,
1248,
20,
51,
8726,
1706,
669,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 `readonly` fields be public?
===
I've got a class with readonly fields that indicate the state of my object. These fields should be visible from the outside.
At first I showed these fields with `properties` like this:
public class MyClass
{
private readonly MyState mystate = new MyState();
... | 0 | [
2,
92,
13,
1,
10647,
4965,
1,
2861,
44,
317,
60,
800,
3726,
3726,
31,
22,
195,
330,
21,
718,
29,
1302,
4965,
2861,
30,
4342,
14,
146,
16,
51,
3095,
9,
158,
2861,
378,
44,
4560,
37,
14,
719,
9,
35,
64,
31,
1908,
158,
2861,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 datepicker steals focus from submit
===
I'm having a problem in MVC4 and adding a datepicker to a textbox.
This all works fine, but after trying to press submit, the datepicker kumps up again and block me submitting the form.
my code:
@model iBet.Web.Models.BetProposals.CreateModel
@{
... | 0 | [
2,
487,
8190,
93,
1231,
16855,
106,
18836,
1776,
37,
12298,
800,
3726,
3726,
31,
22,
79,
452,
21,
1448,
19,
307,
8990,
300,
17,
4721,
21,
1231,
16855,
106,
20,
21,
1854,
5309,
9,
48,
65,
693,
1123,
15,
47,
75,
749,
20,
901,
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... |
Mathematical expressionss parser
===
I need to implement mathematical expression parser. It has to evaluate the following expressions:
- Basic operators(+,-,*,/,%[modulo operator])
- priority operations such as 2*(4-1)
- sin,cos,tan,cotan, log(base,number) functions
- allows compositions such as sin(cos(log(... | 0 | [
2,
7046,
13832,
18,
2017,
4104,
800,
3726,
3726,
31,
376,
20,
8713,
7046,
1803,
2017,
4104,
9,
32,
63,
20,
13,
15599,
14,
249,
13832,
45,
13,
8,
2125,
9475,
5,
2430,
15,
8,
15,
2483,
15,
118,
15,
11881,
2558,
19673,
111,
6022,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 context switch time is included in thread quantum time?
===
Does context switch time is included in thread quantum time? I mean if quantum time of thread is 20ms, so some time(15ms) of 20 is spent on context switch and other(5ms) on execution? | 0 | [
2,
630,
4141,
5521,
85,
25,
506,
19,
9322,
8511,
85,
60,
800,
3726,
3726,
630,
4141,
5521,
85,
25,
506,
19,
9322,
8511,
85,
60,
31,
884,
100,
8511,
85,
16,
9322,
25,
434,
79,
18,
15,
86,
109,
85,
5,
1193,
79,
18,
6,
16,
43... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
which type of jdk should I use to develop my application?
===
If I develop a Restfull webservice using openjdk, will I be able to deploy and run the application in both openjdk and oracle jdk?
thanks. | 0 | [
2,
56,
1001,
16,
487,
43,
197,
378,
31,
275,
20,
2803,
51,
3010,
60,
800,
3726,
3726,
100,
31,
2803,
21,
760,
13727,
2741,
11449,
568,
368,
728,
43,
197,
15,
129,
31,
44,
777,
20,
17617,
17,
485,
14,
3010,
19,
156,
368,
728,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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... |
count fuzzy matches
===
I want to count number of fuzzy occurrences of a string in a file (not only number of lines). Particularly I want to count occurrences of a string with k possible substitutions. Is there any way to do this on command line, e.g. using agrep? I couldn't find any option like "- o" available for gr... | 0 | [
2,
2468,
20631,
1717,
800,
3726,
3726,
31,
259,
20,
2468,
234,
16,
20631,
12933,
18,
16,
21,
3724,
19,
21,
3893,
13,
5,
1270,
104,
234,
16,
1560,
6,
9,
1653,
31,
259,
20,
2468,
12933,
18,
16,
21,
3724,
29,
680,
938,
19910,
18,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to implement an ajax poll within a html5 slide environment - teaching tool?
===
I just had what I think is a great idea for lecturing. Instead of using a web poll to captue information about who likes the Lolcat picture today.. could you use it in a classroom to embed MCQ questions in a presentation. Students coul... | 0 | [
2,
184,
20,
8713,
40,
20624,
4994,
363,
21,
13,
15895,
264,
6464,
2307,
13,
8,
2540,
5607,
60,
800,
3726,
3726,
31,
114,
41,
98,
31,
277,
25,
21,
374,
882,
26,
29741,
9,
700,
16,
568,
21,
2741,
4994,
20,
13960,
4185,
676,
88,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
PHP Encode special characters in input web service XML
===
Users call a web service API in my PHP code but don't properly encode the input (like the & sign etc) so because of nonsense (I can't use the b* word here but you know that a developer don't care about politics or feelings, you do it right or not!) it is my pr... | 0 | [
2,
13,
26120,
20523,
621,
1766,
19,
6367,
2741,
365,
23504,
800,
3726,
3726,
3878,
645,
21,
2741,
365,
21,
2159,
19,
51,
13,
26120,
1797,
47,
221,
22,
38,
7428,
20523,
14,
6367,
13,
5,
1403,
14,
279,
1676,
2722,
6,
86,
185,
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... |
Web Browser Control in WPF
===
My goal is similar to [this question][1]
But still I didn't get answer to my problem
So, I need make an app with WYSIWYG HTML editing support for designing and generating report template. And like question above, I used WebBrowser control in WPF. The biggest problem is WPF WebBrow... | 0 | [
2,
2741,
16495,
569,
19,
619,
7721,
800,
3726,
3726,
51,
1195,
25,
835,
20,
636,
1565,
1301,
500,
2558,
165,
500,
47,
174,
31,
223,
22,
38,
164,
1623,
20,
51,
1448,
86,
15,
31,
376,
233,
40,
4865,
29,
5809,
18,
49,
7913,
263,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
anybody can help me to come out this probleam
===
Git error: command `git clone 'https://github.com/JangoSteve/remotipart.git' "/home/ubuntu/.bundler/cache/git/remotipart-46f8bf276d5ffef4f196efc85f86445ee22983a2" --bare --no-hardlinks` in directory /home/ubuntu/Desktop/1_files/imageeditorservicespro has failed.
| 0 | [
2,
11181,
92,
448,
55,
20,
340,
70,
48,
895,
2854,
765,
800,
3726,
3726,
13,
10404,
7019,
45,
1202,
13,
1,
10404,
13871,
13,
22,
21127,
18,
6903,
10404,
20926,
9,
960,
118,
14777,
111,
21497,
118,
99,
7662,
49,
3091,
9,
10404,
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... |
Greater than is not working in CAML query
===
I want to retrieve records which the users are active n last modified date is greater than lastrun date, i wrote the following CAML but doesnt seem like working. Any help is much appreciated.
camlQuery.ViewXml = "<View><Query><Where><And><Eq><FieldRef Name='Active'/><Va... | 0 | [
2,
1894,
119,
25,
52,
638,
19,
5373,
255,
25597,
800,
3726,
3726,
31,
259,
20,
11917,
742,
56,
14,
3878,
50,
1348,
13,
103,
236,
5372,
1231,
25,
1894,
119,
236,
3169,
1231,
15,
31,
738,
14,
249,
5373,
255,
47,
5886,
2260,
101,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Will my python meta search engine require the use of a framework?
===
I am building a meta search engine and am wondering if a python framework would be necessary? I've been looking a web2py and django and they both seem like overkill for what I need. The basic idea for my metasearch is as follows:
1. User enters d... | 0 | [
2,
129,
51,
20059,
7618,
2122,
1406,
4077,
14,
275,
16,
21,
6596,
60,
800,
3726,
3726,
31,
589,
353,
21,
7618,
2122,
1406,
17,
589,
5712,
100,
21,
20059,
6596,
83,
44,
2378,
60,
31,
22,
195,
74,
699,
21,
2741,
135,
6448,
17,
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... |
Exception in thread "main" java.lang.Error: Unresolved compilation problems:
===
Hi every one i have some problem in my jdbc code i am trying to connect through mysql but it will give error.my error log is given below if you have some time please help me.
Exception in thread "main" java.lang.Error: Unresolved... | 0 | [
2,
5391,
19,
9322,
13,
7,
6232,
7,
8247,
9,
9949,
9,
29992,
45,
367,
99,
5594,
4763,
4868,
1716,
45,
800,
3726,
3726,
4148,
352,
53,
31,
57,
109,
1448,
19,
51,
487,
43,
7229,
1797,
31,
589,
749,
20,
6379,
120,
51,
18,
22402,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Allow xml:space="preserve" in XSD for validation
===
I am trying to validate an xml file with a schema i wrote but its failing with the line:
Element 'Route', attribute '{http://www.w3.org/XML/1998/namespace}space': The attribute '{http://www.w3.org/XML/1998/namespace}space' is not allowed.
the XML file some... | 0 | [
2,
1655,
23504,
45,
5582,
3726,
7,
306,
27590,
7,
19,
993,
18,
43,
26,
27999,
800,
3726,
3726,
31,
589,
749,
20,
7394,
1373,
40,
23504,
3893,
29,
21,
23874,
31,
738,
47,
82,
7250,
29,
14,
293,
45,
4520,
13,
22,
20179,
22,
15,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
NHibernate: Ordering results by a collection of IDs
===
Ok so this is my problem with NHibernate.
I have a set of IDs which changes dynamically so there is no way I can hardcode the values. Using these IDs, I need to order a query with these IDs.
Set of IDs (type 'long') to order with (these change dynamically):... | 0 | [
2,
12109,
15191,
8820,
45,
15775,
1736,
34,
21,
1206,
16,
13,
9178,
800,
3726,
3726,
5854,
86,
48,
25,
51,
1448,
29,
12109,
15191,
8820,
9,
31,
57,
21,
309,
16,
13,
9178,
56,
1693,
7782,
1326,
86,
80,
25,
90,
161,
31,
92,
552,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Unsigned int takes -ve values
===
Can Some explain why unsigned int it taking the -ve value?. As Unsigned int should only take +ve values.
http://en.wikipedia.org/wiki/Integer_(computer_science):
word, long, doubleword, longword, int
Unsigned: From 0 to 4,294,967,295 which equals 232 − 1
#include <stdio.h>
... | 0 | [
2,
28839,
19,
38,
1384,
13,
8,
195,
4070,
800,
3726,
3726,
92,
109,
3271,
483,
28839,
19,
38,
32,
741,
14,
13,
8,
195,
1923,
60,
9,
28,
28839,
19,
38,
378,
104,
247,
2754,
195,
4070,
9,
7775,
6903,
219,
9,
17375,
26132,
9,
5... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
how to run htmlunit program
===
This is the code. I am trying to use htmlunit for webscraping. this one is just "hello world" kind of program. I am not able to execute it.
import java.io.IOException;
import java.net.MalformedURLException;
import com.gargoylesoftware.htmlunit.FailingHttpStatusCodeExc... | 0 | [
2,
184,
20,
485,
13,
15895,
15464,
625,
800,
3726,
3726,
48,
25,
14,
1797,
9,
31,
589,
749,
20,
275,
13,
15895,
15464,
26,
2741,
18,
7519,
3181,
9,
48,
53,
25,
114,
13,
7,
11515,
126,
7,
825,
16,
625,
9,
31,
589,
52,
777,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
SingleSelectMenu not getting updated...!
===
I am using two single select menu as given below:
<ice:selectOneMenu styleClass="textFormat" required="true"
value="#{reportBean.selectedYear}"
valueChangeListener="#{reportBean.yearChangedListener}"
immediate="true" onchange="submit();">
... | 0 | [
2,
2391,
16964,
755,
291,
52,
1017,
6372,
9,
9,
9,
187,
800,
3726,
3726,
31,
589,
568,
81,
345,
5407,
11379,
28,
504,
1021,
45,
13,
1,
3568,
45,
18,
16964,
849,
755,
291,
1034,
1898,
3726,
7,
11969,
23588,
7,
1390,
3726,
7,
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 make a CCParticleExplosion non-repeating?
===
I'm using cocos2d-x and I can get a CCParticleExplosion firing mostly correctly, but I'm looking for a way to enable it to burst its particles just once and not repeat. I can try to hack this together with duration/life settings, but I'd rather be able to specify t... | 0 | [
2,
184,
20,
233,
21,
272,
7439,
20360,
6899,
4341,
872,
538,
8,
99,
1664,
1880,
60,
800,
3726,
3726,
31,
22,
79,
568,
22470,
18,
135,
43,
8,
396,
17,
31,
92,
164,
21,
272,
7439,
20360,
6899,
4341,
872,
7139,
1555,
12044,
15,
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... |
Issue related to JsRender dynamic template rendering
===
I have an issue applying template to JsRender at runtime.
Please refer to this image -
![Software Genius Inc.][1]
When i click on Execute Model button i m fetching data from controller and caching on client side within an on object (resultData).
If i u... | 0 | [
2,
1513,
1597,
20,
487,
18,
99,
16706,
7782,
22894,
15307,
800,
3726,
3726,
31,
57,
40,
1513,
11989,
22894,
20,
487,
18,
99,
16706,
35,
485,
891,
9,
2247,
5017,
20,
48,
1961,
13,
8,
13,
187,
2558,
12980,
5011,
11831,
3016,
9,
50... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Using C# dll in java
===
Im trying to use external .dll file coding in c# ,in my Java application , what I know about the dll that it contains interfaces with functions we can use ,I can load the dll to my java application , but how i can use the interfaces within it ? I dont know how JNI can help in this case .Please... | 0 | [
2,
568,
272,
5910,
13,
43,
211,
19,
8247,
800,
3726,
3726,
797,
749,
20,
275,
4886,
13,
9,
43,
211,
3893,
13,
15458,
19,
272,
5910,
13,
15,
108,
51,
8247,
3010,
13,
15,
98,
31,
143,
88,
14,
13,
43,
211,
30,
32,
1588,
6573,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Bug in Chrome/IE when using PHP readfile to read swf file
===
I needed to protect a digital magazine that's in a flash file, so I've uploaded all the files outside of the web directory.
PHP will then read the flash file with readfile() and output it to the browser for allowed users.
Everything worked 100% with F... | 0 | [
2,
6256,
19,
13,
12985,
118,
660,
76,
568,
13,
26120,
1302,
16877,
20,
1302,
13,
18,
15263,
3893,
800,
3726,
3726,
31,
851,
20,
2196,
21,
1888,
1039,
30,
22,
18,
19,
21,
4433,
3893,
15,
86,
31,
22,
195,
23782,
65,
14,
6488,
71... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Jquery - creating a function and passing a document element as an argument to it
===
I have an element with id `#contactblurb` defined in HTML:
<div id="contactblurb" class="tab">
email: info@something.co.uk
</div>
And when the mouse hovers over another element (`#contactNav`), I want to hide so... | 0 | [
2,
487,
8190,
93,
13,
8,
2936,
21,
1990,
17,
2848,
21,
4492,
4520,
28,
40,
5476,
20,
32,
800,
3726,
3726,
31,
57,
40,
4520,
29,
4924,
13,
1,
5910,
29912,
24989,
7549,
1,
2811,
19,
13,
15895,
45,
13,
1,
12916,
4924,
3726,
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... |
click on xpath link with Mechanize
===
I want to click a link with Mechanize that I select with xpath (nokogiri).
How is that possible?
next_page = page.search "//div[@class='grid-dataset-pager']/span[@class='currentPage']/following-sibling::a[starts-with(@class, 'page')][1]"
next_page.click
... | 0 | [
2,
10840,
27,
993,
8353,
3508,
29,
55,
3606,
2952,
800,
3726,
3726,
31,
259,
20,
10840,
21,
3508,
29,
55,
3606,
2952,
30,
31,
5407,
29,
993,
8353,
13,
5,
251,
921,
14913,
6,
9,
184,
25,
30,
938,
60,
328,
1,
6486,
800,
2478,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to format a text in html
===
I have a .gsp, that displays a number in the page. The problem is, i receive that number (from the server) with decimals, even if the decimal is 0. I would like to "if the last character in this string is 0, erase from the dot till the end"
Any idea? if possible, without touching th... | 0 | [
2,
184,
20,
2595,
21,
1854,
19,
13,
15895,
800,
3726,
3726,
31,
57,
21,
13,
9,
263,
3401,
15,
30,
9412,
21,
234,
19,
14,
2478,
9,
14,
1448,
25,
15,
31,
2588,
30,
234,
13,
5,
2665,
14,
8128,
6,
29,
26380,
18,
15,
166,
100,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 all messages pop3client, c#
===
I wanna get all emails from a gmail account, but it only retrieves some of them. I cant get all mails, especially if they arrive late. I download thunderbird, and it also get the same emails I get at the beginning. Then, l clicked the button 'Get All New Messages', then it gets t... | 0 | [
2,
164,
65,
7561,
1675,
240,
150,
18513,
38,
15,
272,
5910,
800,
3726,
3726,
31,
11024,
164,
65,
8517,
18,
37,
21,
489,
8079,
2176,
15,
47,
32,
104,
11917,
18,
109,
16,
105,
9,
31,
2973,
164,
65,
4216,
18,
15,
1118,
100,
59,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
301 .htaccess redirect with queries just after /
===
I've been struggling to do 301 redirects for few days right now. None of the existing topics helps.
I need to make redirects with .htaccess for the following pages:
Redirect 301 http://www.mypage.com/?q=company/contacts http://www.mypage.com/contacts
Redirec... | 0 | [
2,
13,
18979,
13,
9,
9020,
20604,
302,
14706,
29,
9386,
2829,
114,
75,
13,
118,
800,
3726,
3726,
31,
22,
195,
74,
7587,
20,
107,
13,
18979,
302,
14706,
18,
26,
310,
509,
193,
130,
9,
2369,
16,
14,
3149,
7569,
7778,
9,
31,
376,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Surfacecreated method not getting called at onResume for Android Surfaceview
===
I am playing an animation by using runnable thread inside a surface view. When I run the application for the first time, everything works fine and animation plays properly. When I press back/home button and reopens the application, I am... | 0 | [
2,
1490,
18475,
2109,
52,
1017,
227,
35,
27,
99,
18,
9472,
26,
13005,
1490,
4725,
800,
3726,
3726,
31,
589,
791,
40,
6236,
34,
568,
485,
103,
579,
9322,
572,
21,
1490,
1418,
9,
76,
31,
485,
14,
3010,
26,
14,
64,
85,
15,
796,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 obtain the handler for a secondary activity started by a first activity using an intent?
===
I have a main activity in my project from which i am starting a secondary activity using an intent. On a separate thread, I want to get the handler of the second activity for send some control messages to the second act... | 0 | [
2,
184,
20,
5545,
14,
24641,
26,
21,
2277,
2358,
373,
34,
21,
64,
2358,
568,
40,
6936,
60,
800,
3726,
3726,
31,
57,
21,
407,
2358,
19,
51,
669,
37,
56,
31,
589,
1422,
21,
2277,
2358,
568,
40,
6936,
9,
27,
21,
1725,
9322,
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... |
is there any seqFileDir option for "clusterdump" in the latest "apache mahout" library?
===
I am trying to do a "clusterdump" on the output of
mahout kmeans clustering example (synthetic_control example). But I am experiencing the following error:
> ~/MAHOUT/trunk/bin/mahout clusterdump --seqFileDir clusters-10... | 0 | [
2,
25,
80,
186,
13,
18,
18550,
16877,
9035,
4255,
26,
13,
7,
10301,
1911,
43,
11134,
7,
19,
14,
5736,
13,
7,
7738,
2569,
6330,
1320,
7,
1248,
60,
800,
3726,
3726,
31,
589,
749,
20,
107,
21,
13,
7,
10301,
1911,
43,
11134,
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... |
Page Control Navigation Symbol?
===
Could someone point me in the right direction on how you get your Page Controller to show the navigation symbol like this?
![Page Control with Current Location][1]
[1]: http://i.stack.imgur.com/O60L7.png
I couldn't really describe it well, and couldn't find much releva... | 0 | [
2,
2478,
569,
8368,
4678,
60,
800,
3726,
3726,
110,
737,
454,
55,
19,
14,
193,
1400,
27,
184,
42,
164,
154,
2478,
9919,
20,
298,
14,
8368,
4678,
101,
48,
60,
13,
187,
2558,
6486,
569,
29,
866,
1474,
500,
2558,
165,
500,
636,
1... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Jquery or javascript for search
===
I have been looking for a script or API that i could use. To be able to search through data from mysql..
I have managed to create a dialog box and load all the data from mysql into it..
what i wont to be able to do have a text box that when u type in there username it searche... | 0 | [
2,
487,
8190,
93,
54,
8247,
8741,
26,
2122,
800,
3726,
3726,
31,
57,
74,
699,
26,
21,
3884,
54,
21,
2159,
30,
31,
110,
275,
9,
20,
44,
777,
20,
2122,
120,
1054,
37,
51,
18,
22402,
9,
9,
31,
57,
1471,
20,
1600,
21,
28223,
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... |
Add finding attribute by name in Opencart Admin panel: Catalog - Attributes - Attributes
===
How to implement Attribute to find his own name in the admin area in Opencart : Products - Attributes - Attributes? Is that there is a separate field and simply by driving into the field and displays the name of the attribute ... | 0 | [
2,
3547,
3007,
35,
14755,
34,
204,
19,
368,
1367,
38,
21,
43,
2160,
4113,
45,
10594,
13,
8,
13422,
13,
8,
13422,
800,
3726,
3726,
184,
20,
8713,
35,
14755,
20,
477,
33,
258,
204,
19,
14,
21,
43,
2160,
217,
19,
368,
1367,
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... |
Optimizing glTexImage2D call
===
My application spends 20% of it's cpu time in `glTexImage2D` PBO uploads. I'm guessing this is due to conversion into some internal OpenGL texture format. I'm uploading 1 channel textures with the following call:
glTexImage2D(GL_TEXTURE_2D, 0, GL_R8, width_, height_, 0, GL_RED, ... | 0 | [
2,
19259,
3335,
13,
8430,
38,
1706,
22039,
135,
43,
645,
800,
3726,
3726,
51,
3010,
3256,
18,
14140,
16,
32,
22,
18,
17578,
85,
19,
13,
1,
8430,
38,
1706,
22039,
135,
43,
1,
351,
1192,
71,
8294,
18,
9,
31,
22,
79,
19523,
48,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
.htaccess mod-rewrite issues two domain/url main/root directory
===
this is concerning a htaccess file and mod_rewrite.
i have two domains/urls,(just got the second domain/url today and am working on a webpage)
the first url being used for the root directory
the second i pointed to a folder inside the main/... | 0 | [
2,
13,
9,
9020,
20604,
7226,
8,
99,
23716,
1549,
81,
4603,
118,
911,
255,
407,
118,
14032,
16755,
800,
3726,
3726,
48,
25,
6477,
21,
13,
9020,
20604,
3893,
17,
7226,
1,
99,
23716,
9,
31,
57,
81,
15544,
118,
911,
7532,
15,
5,
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... |
BackgroundWorker.ReportProgress() not updating property and locking up the UI
===
i am using a `backgroundWorker` to do a long running operation:
BackgroundWorker backgroundWorker = new BackgroundWorker() { WorkerSupportsCancellation = true, WorkerReportsProgress = true };
backgroundWorker.RunWorkerC... | 0 | [
2,
2395,
22560,
9,
17437,
2740,
13026,
5,
6,
52,
71,
43,
1880,
1354,
17,
17538,
71,
14,
13,
5661,
800,
3726,
3726,
31,
589,
568,
21,
13,
1,
1958,
8810,
22560,
1,
20,
107,
21,
175,
946,
1453,
45,
2395,
22560,
2395,
22560,
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... |
Phonegap HTML5 / Android App - Iframe height issue
===
We have built a HTML5 app which dynamically loads an iFrame to display external content. This solution worked fine until the release of android 4.0 - which seems to have changed the way that iframe rendering works?
It appears it can no longer detect the height... | 0 | [
2,
1132,
1136,
306,
13,
15895,
264,
13,
118,
13005,
4865,
13,
8,
31,
8361,
2947,
1513,
800,
3726,
3726,
95,
57,
392,
21,
13,
15895,
264,
4865,
56,
7782,
1326,
19069,
40,
31,
8361,
20,
3042,
4886,
2331,
9,
48,
4295,
577,
1123,
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... |
Where I could find good explanation how Google App Engine python27 threads works and what are limitations?
===
Where is good information about **threads implementation in python27 on Google App Engine** especially but not only:
1. What is threading limitation (how many thread could be spawn, what is number of spaw... | 0 | [
2,
113,
31,
110,
477,
254,
5764,
184,
8144,
4865,
1406,
20059,
2567,
20396,
693,
17,
98,
50,
14070,
60,
800,
3726,
3726,
113,
25,
254,
676,
88,
13,
1409,
96,
10647,
18,
6123,
19,
20059,
2567,
27,
8144,
4865,
1406,
1409,
1118,
47,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Using yml as a data reference. Bad idea?
===
I need about 1,000 words to be able to be accessed constantly by my app. The reason I want it detached is so that down the line, I can dynamically change what those 1,000 words will be.
But I don't necessarily feel this requires a database injection. I feel a simple .yml... | 0 | [
2,
568,
13,
93,
8184,
28,
21,
1054,
2801,
9,
896,
882,
60,
800,
3726,
3726,
31,
376,
88,
5925,
715,
20,
44,
777,
20,
44,
12904,
7545,
34,
51,
4865,
9,
14,
1215,
31,
259,
32,
14631,
25,
86,
30,
125,
14,
293,
15,
31,
92,
778... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
IEqualityComparer<double> with a tolerance; how to implement GetHashCode?
===
I'm implementing a reusable DoubleEqualityComparer (with a custom tolerance: the "epsilon" constructor parameter) to ease the usage of LINQ with sequences of double. For example:
bool myDoubleFound = doubles.Contains(myDouble, new Dou... | 0 | [
2,
13,
660,
15583,
960,
3574,
106,
1,
14368,
1,
29,
21,
15220,
73,
184,
20,
8713,
164,
25436,
9375,
60,
800,
3726,
3726,
31,
22,
79,
17333,
21,
302,
267,
579,
1494,
62,
15583,
960,
3574,
106,
13,
5,
1410,
21,
5816,
15220,
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... |
ANDROID : how to get value stored in ArrayList<HashMap<key,value>>?
===
I have ArrayList<HashMap<String,String>>. At another activity i want to access all values stored in ArrayList<HashMap<String,String>>.
I tried following code.
ArrayList<HashMap<String, String>> mylist = new ArrayList<HashMap<String, Str... | 0 | [
2,
13005,
13,
45,
184,
20,
164,
1923,
8214,
19,
7718,
5739,
1,
25436,
15022,
1,
4237,
15,
15165,
1,
60,
800,
3726,
3726,
31,
57,
7718,
5739,
1,
25436,
15022,
1,
11130,
15,
11130,
1,
9,
35,
226,
2358,
31,
259,
20,
1381,
65,
407... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Line Breaks not working in Chrome
===
I have a contact request form which uses telerik:RadTextBoxes.
The whole of the form looks good and everything's where it's meant to be in every browser, apart from Chrome, where one of the input boxes is not picking up on the line breaks!
Is there a way I could maybe do a... | 0 | [
2,
293,
7947,
52,
638,
19,
13,
12985,
800,
3726,
3726,
31,
57,
21,
2203,
3772,
505,
56,
2027,
4338,
6639,
45,
8278,
11969,
5309,
160,
9,
14,
979,
16,
14,
505,
1879,
254,
17,
796,
22,
18,
113,
32,
22,
18,
1380,
20,
44,
19,
35... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Printing the latitude and longitude of number of locations in a single page
===
I have a javascript.In it i have a code which displays the latitude and longitude of number of locations in pune.The latitude and longitude gets displayed in an alertbox.When i write it in a document.write() method it gives error.After tha... | 0 | [
2,
7312,
14,
16337,
17,
22291,
16,
234,
16,
4095,
19,
21,
345,
2478,
800,
3726,
3726,
31,
57,
21,
8247,
8741,
9,
108,
32,
31,
57,
21,
1797,
56,
9412,
14,
16337,
17,
22291,
16,
234,
16,
4095,
19,
19839,
9,
124,
16337,
17,
22291... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Set soft keyboard default to numeric on Android browser app using jQueryMobile
===
I want to be able to open the Android softkeyboard using Javascript in numeric mode.
There are numerous posts out there about how to open the softkeyboard and about how to set its data type to numeric, but in my case there are some ... | 0 | [
2,
309,
1856,
8896,
12838,
20,
15764,
596,
27,
13005,
16495,
4865,
568,
487,
8190,
93,
12571,
800,
3726,
3726,
31,
259,
20,
44,
777,
20,
368,
14,
13005,
1856,
4237,
2806,
568,
8247,
8741,
19,
15764,
596,
3740,
9,
80,
50,
1548,
986... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 insert values from different classes in the same table in MySQL using Java
===
I have different values in different classes. I need to insert them in the same table. For example, by trying the example in this tutorial here: http://www.vogella.com/articles/MySQLJava/article.html
If I have such code (assuming ... | 0 | [
2,
184,
20,
14692,
4070,
37,
421,
2684,
19,
14,
205,
859,
19,
51,
18,
22402,
568,
8247,
800,
3726,
3726,
31,
57,
421,
4070,
19,
421,
2684,
9,
31,
376,
20,
14692,
105,
19,
14,
205,
859,
9,
26,
823,
15,
34,
749,
14,
823,
19,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
CakePHP Displaying Field Names via Two Associations
===
I apologize for the confusing title, I was a little stumped as to how to word my question.
I am new to CakePHP, but am following along through the cookbook/tutorials nicely, however I have come up against something which I cannot find an answer to.
My struc... | 0 | [
2,
8390,
26120,
17418,
575,
1817,
1197,
81,
10642,
800,
3726,
3726,
31,
12059,
26,
14,
18084,
581,
15,
31,
23,
21,
265,
15781,
69,
28,
20,
184,
20,
833,
51,
1301,
9,
31,
589,
78,
20,
8390,
26120,
15,
47,
589,
249,
303,
120,
14... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
App crashes on 3G connection only
===
We have an application on the appstore.
One of our users claims that when he uses a 3G connection the app crashes, but everything is well when using a WiFi connection.
Currently we cannot put our hand on that user's device and debug it.
Is there any idea what might happe... | 0 | [
2,
4865,
21563,
27,
203,
263,
2760,
104,
800,
3726,
3726,
95,
57,
40,
3010,
27,
14,
4865,
16828,
9,
53,
16,
318,
3878,
2810,
30,
76,
24,
2027,
21,
203,
263,
2760,
14,
4865,
21563,
15,
47,
796,
25,
134,
76,
568,
21,
4807,
1707,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Replacing two elements in a URL in javascript
===
Bit of a javascript newbie so not sure if this question is easy or impossible.
Am working on a site with different testing environments and have made a greasemonkey script to make a set of buttons to switch from one to another:
if (/^(.*?)\www.mysite.com(.*)$... | 0 | [
2,
5496,
81,
2065,
19,
21,
287,
6362,
19,
8247,
8741,
800,
3726,
3726,
1142,
16,
21,
8247,
8741,
78,
5893,
86,
52,
562,
100,
48,
1301,
25,
2010,
54,
3992,
9,
589,
638,
27,
21,
689,
29,
421,
4431,
11246,
17,
57,
117,
21,
21167,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
TcpClient Conenction
===
I am writing an application to send/receive some data to and from server. I need to make a connection before sending some data and need to keep it open so that user can send data continusly. User can close connection any time by clicking on disconnect button. I created 2 buttons one to connec... | 0 | [
2,
13,
6668,
5779,
18513,
38,
11085,
6897,
3309,
800,
3726,
3726,
31,
589,
1174,
40,
3010,
20,
2660,
118,
99,
1105,
1284,
109,
1054,
20,
17,
37,
8128,
9,
31,
376,
20,
233,
21,
2760,
115,
4907,
109,
1054,
17,
376,
20,
643,
32,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Convert a csv to mysql through php starting from a particular line?
===
I have the following code below which works, but I want to insert values to my database from the second row of my csv file. Please any pointers will be great.
$con = @mysql_connect($databasehost,$databaseusername,$databasepassword) or die(m... | 0 | [
2,
8406,
21,
272,
18,
710,
20,
51,
18,
22402,
120,
13,
26120,
1422,
37,
21,
1498,
293,
60,
800,
3726,
3726,
31,
57,
14,
249,
1797,
1021,
56,
693,
15,
47,
31,
259,
20,
14692,
4070,
20,
51,
6018,
37,
14,
153,
3131,
16,
51,
272... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 edit remove excessive exact lines from expect script?
===
I have created an expect script using expect, and I realize that the expect -exact are constructed to match lines contain lots of unnecesary output. For example when I execute a postgresql restore command all the psql output gets included in the expec... | 0 | [
2,
184,
92,
31,
9392,
4681,
11513,
5340,
1560,
37,
4186,
3884,
60,
800,
3726,
3726,
31,
57,
679,
40,
4186,
3884,
568,
4186,
15,
17,
31,
4007,
30,
14,
4186,
13,
8,
1706,
5183,
50,
2096,
20,
730,
1560,
3717,
7503,
16,
367,
556,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Firefox drawImage tinting image blue
===
My client is experiencing a bizarre bug in Firefox 12 on Windows: a blue tinted box is appearing around the drawn image in the canvas.
The canvas is inside an iframe inside a fancybox div. You may be able to see this in action by clicking the image thumbnail under the main ima... | 0 | [
2,
535,
18219,
2003,
22039,
5353,
1203,
1961,
705,
800,
3726,
3726,
51,
6819,
25,
15138,
21,
15701,
6256,
19,
535,
18219,
390,
27,
1936,
45,
21,
705,
13,
27260,
1649,
25,
4870,
140,
14,
3160,
1961,
19,
14,
9696,
9,
14,
9696,
25,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to pass a nested array using php cURL
===
I am collecting form posts via jQuery via the.val() method, validating those posts and passing errors back to the form inputs, or passing true to the .$post method which invokes a PHP cURL script.
A typical var will look like this:
var industs_servedVal = $('#ind... | 0 | [
2,
184,
20,
1477,
21,
5618,
69,
7718,
568,
13,
26120,
14320,
800,
3726,
3726,
31,
589,
10079,
505,
9868,
1197,
487,
8190,
93,
1197,
14,
9,
3377,
5,
6,
2109,
15,
7394,
1880,
273,
9868,
17,
2848,
11908,
97,
20,
14,
505,
6367,
18,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
UIPopoverController Not Doing Anything When Selecting Cell
===
I have an iPad app that is setup with a Split View Controller in MainWindow.xib
There are two view controllers:
RootViewiPad (Master View that is TableView showing articles from blog)
WebViewController2 (Detail View that is a simple view controll... | 0 | [
2,
13,
5661,
6057,
2549,
12898,
1252,
52,
845,
602,
76,
20764,
1667,
800,
3726,
3726,
31,
57,
40,
31,
8240,
4865,
30,
25,
18161,
29,
21,
2132,
1418,
9919,
19,
407,
27508,
9,
5845,
220,
80,
50,
81,
1418,
9919,
18,
45,
5900,
4725,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How can i call a function from a class in a wordpress plugin?
===
i'm not a very experienced programmer, and i think this is fairly basic (probably why it is hard to find xD).... I'm using a wordpress plugin called "Cartpauj PM" for private messages, and i want to show in the main page of my website the ammount of new... | 0 | [
2,
184,
92,
31,
645,
21,
1990,
37,
21,
718,
19,
21,
833,
5890,
10922,
108,
60,
800,
3726,
3726,
31,
22,
79,
52,
21,
253,
3882,
17968,
15,
17,
31,
277,
48,
25,
6647,
2125,
13,
5,
14097,
483,
32,
25,
552,
20,
477,
993,
43,
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... |
Jquery plugins for converting wiki to HTML and vice versa?
===
For my web front end I have to implement subsets of the wiki-syntax in my system. Do I need to manually specify rules and reinvent the wheel? Is there an existing javascript library or jquery plugin that could help out with it?
For example a user enters... | 0 | [
2,
487,
8190,
93,
10922,
108,
18,
26,
19583,
13,
17375,
20,
13,
15895,
17,
1821,
18596,
60,
800,
3726,
3726,
26,
51,
2741,
431,
241,
31,
57,
20,
8713,
16622,
18,
16,
14,
13,
17375,
8,
9507,
15514,
19,
51,
329,
9,
107,
31,
376,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Using a List and importing java.awt.* at the same time
===
Whenever I import java.awt.* and try to use a List
I get an error.
Is there any way to import java.awt.* and use a List? | 0 | [
2,
568,
21,
968,
17,
9010,
68,
8247,
9,
3885,
38,
9,
2483,
35,
14,
205,
85,
800,
3726,
3726,
6634,
31,
9010,
8247,
9,
3885,
38,
9,
2483,
17,
1131,
20,
275,
21,
968,
31,
164,
40,
7019,
9,
25,
80,
186,
161,
20,
9010,
8247,
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,
0,
0,
0,
0,
0,
0... |
ESC Keylistener to Reset Style
===
Longtime stackoverflow lurker, stepping into the light so I can ask a really stupid question - sorry.
I don't know javascript. At all. But, while happily working away I discovered that I wanted to increase an iframe to full screen (by clicking a "full screen" button) and then shri... | 0 | [
2,
17689,
1246,
13891,
106,
20,
23422,
1034,
800,
3726,
3726,
11740,
7566,
2549,
9990,
13,
14130,
2429,
15,
9451,
77,
14,
471,
86,
31,
92,
1349,
21,
510,
3553,
1301,
13,
8,
1875,
9,
31,
221,
22,
38,
143,
8247,
8741,
9,
35,
65,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to keep object on page scrolling with the top of the page
===
I am having trouble following this stackOverflow Q&A:
http://stackoverflow.com/questions/6980821/fix-object-to-top-of-browser-window-when-scrolling
I have applied it to this [this page][1]
Why is my object not attaching to the top like it shoul... | 0 | [
2,
184,
20,
643,
3095,
27,
2478,
13,
28166,
29,
14,
371,
16,
14,
2478,
800,
3726,
3726,
31,
589,
452,
2572,
249,
48,
7566,
2549,
9990,
2593,
1569,
58,
45,
7775,
6903,
25325,
2549,
9990,
9,
960,
118,
24652,
18,
118,
3680,
2887,
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... |
C# WCF: The request channel timed out while waiting for a reply
===
I have a small application that uses WCF to communicate with a webserver. This program is used by some 200 clients, and each client is sending in about 5-20 requests/min.
Looking at the error logs I often get:
The request channel timed out whi... | 0 | [
2,
272,
5910,
11801,
410,
45,
14,
3772,
1318,
85,
43,
70,
133,
1672,
26,
21,
6504,
800,
3726,
3726,
31,
57,
21,
284,
3010,
30,
2027,
11801,
410,
20,
8709,
29,
21,
2741,
10321,
106,
9,
48,
625,
25,
147,
34,
109,
2327,
7421,
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 you hookup a mongo db for JEE6 project?
===
I'm trying to use my mongo db in replace of my current apache derby database. How do I connect my mongo db up to do this? | 0 | [
2,
184,
107,
42,
5559,
576,
21,
3521,
839,
13,
9007,
26,
13,
13412,
379,
669,
60,
800,
3726,
3726,
31,
22,
79,
749,
20,
275,
51,
3521,
839,
13,
9007,
19,
3934,
16,
51,
866,
17140,
6473,
6018,
9,
184,
107,
31,
6379,
51,
3521,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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... |
play pls file in browser
===
I need to play `pls` file in my website,so each user can listen to it.
one of the way is flash and action script, but I searched for another way to play it on browser by JavaScript ot HTML5.
is there any way to do it ? | 0 | [
2,
418,
12443,
18,
3893,
19,
16495,
800,
3726,
3726,
31,
376,
20,
418,
13,
1,
5727,
18,
1,
3893,
19,
51,
2271,
15,
656,
206,
4155,
92,
3834,
20,
32,
9,
53,
16,
14,
161,
25,
4433,
17,
1028,
3884,
15,
47,
31,
9036,
26,
226,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 prevent overflow in sqrt?
===
I have the code
unsigned long long f(unsigned long long x, unsigned long long y){
return sqrt(((3*x*x+1)*(6*y*y-5))/4);
}
but if x or y is too big, the thing overflows even though the output is supposed to be small. is there a way around this? | 0 | [
2,
184,
20,
2501,
20285,
19,
4444,
5256,
60,
800,
3726,
3726,
31,
57,
14,
1797,
28839,
175,
175,
398,
5,
1020,
13472,
175,
175,
993,
15,
28839,
175,
175,
13,
93,
6,
1,
788,
4444,
5256,
5,
5,
5,
240,
2483,
396,
2483,
396,
16628... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 switched image not saving
===
So i'm working on app that switch the image which is overlay on camera surface view, all functions are working fine, but it is not saving the switched image, what can be the issue??? It is only saving the first image.. Here is the code:
PictureCallback myPictureCallback_JPG... | 0 | [
2,
13005,
6667,
1961,
52,
7599,
800,
3726,
3726,
86,
31,
22,
79,
638,
27,
4865,
30,
5521,
14,
1961,
56,
25,
84,
4414,
27,
3336,
1490,
1418,
15,
65,
3719,
50,
638,
1123,
15,
47,
32,
25,
52,
7599,
14,
6667,
1961,
15,
98,
92,
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... |
When consuming a WCF service, is it good form to return from within a using statement?
===
I have a WCF service that I am consuming, and have been doing well so far.
However on our production system with a lot of traffic, I am noticing that that after gradual consistent rise and falls in memory (time in between g... | 0 | [
2,
76,
13,
17601,
21,
11801,
410,
365,
15,
25,
32,
254,
505,
20,
788,
37,
363,
21,
568,
3331,
60,
800,
3726,
3726,
31,
57,
21,
11801,
410,
365,
30,
31,
589,
13,
17601,
15,
17,
57,
74,
845,
134,
86,
463,
9,
207,
27,
318,
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... |
Dos SET command advanced /A features resource
===
Have done quite a bit of searching for a guide (of any substance) for the above to no avail. Can anyone refer me to one?
In the present tense however, I am trying to understand the below code example, which returns a two digit representation of the month, that corre... | 0 | [
2,
107,
18,
309,
1202,
2255,
13,
118,
58,
967,
6577,
800,
3726,
3726,
57,
677,
1450,
21,
1142,
16,
5792,
26,
21,
3378,
13,
5,
1041,
186,
9442,
6,
26,
14,
784,
20,
90,
24240,
9,
92,
1276,
5017,
55,
20,
53,
60,
19,
14,
734,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Getting a particular detail from XML file in android
===
I am working on a CRM app in android, in which, I am showing details of all contacts in a list view. Now, my requirement is when I click on a particular item in the list, it should only display the details about selected contact, such as, name, address, email, ... | 0 | [
2,
1017,
21,
1498,
6110,
37,
23504,
3893,
19,
13005,
800,
3726,
3726,
31,
589,
638,
27,
21,
6186,
79,
4865,
19,
13005,
15,
19,
56,
15,
31,
589,
3187,
3289,
16,
65,
11894,
19,
21,
968,
1418,
9,
130,
15,
51,
8981,
25,
76,
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... |
Replace value in Dataframe if flagged in another dataframe
===
I have some values in a dataframe called 'values'
ie:
Sam Ned Ted Ann
500 430 57 212
410 265 69 341
189 554 153 457
236 311 590 271
50 568 234 442
And some quality control flags in a separate dataframe 'flags'
S... | 0 | [
2,
3934,
1923,
19,
1054,
8361,
100,
13,
29694,
19,
226,
1054,
8361,
800,
3726,
3726,
31,
57,
109,
4070,
19,
21,
1054,
8361,
227,
13,
22,
15165,
18,
22,
13,
660,
45,
1113,
12266,
7859,
4161,
3033,
13,
19268,
6544,
852,
135,
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... |
Problems with ComboBox AutoComplete feature when Items are dynamically loaded
===
I am setting up a ComboBox to use the AutoComplete feature with AutoCompleteMode = Append and AutoCompleteSource = ListItems. When I load my form the Item list of the ComboBox is empty, and then I keep adding new values from the ComboBox... | 0 | [
2,
1716,
29,
22621,
5309,
3108,
15990,
1580,
76,
3755,
50,
7782,
1326,
8572,
800,
3726,
3726,
31,
589,
2697,
71,
21,
22621,
5309,
20,
275,
14,
3108,
15990,
1580,
29,
3108,
15990,
15570,
800,
4865,
2451,
17,
3108,
15990,
12097,
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... |
I''ve been having problems with the subscription process using my client
===
I've been having problems with the subscription process using my client as it always returning the subscription with "NONE" and ask "NONE".
I have discovered that, "CONTACT" always receives a packet like this:
<iq type="set">
... | 0 | [
2,
31,
7,
195,
74,
452,
1716,
29,
14,
14213,
953,
568,
51,
6819,
800,
3726,
3726,
31,
22,
195,
74,
452,
1716,
29,
14,
14213,
953,
568,
51,
6819,
28,
32,
550,
2485,
14,
14213,
29,
13,
7,
15746,
7,
17,
1349,
13,
7,
15746,
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... |
Loading saved image in ViewDidLoad (iOS)
===
I'm making a painting app, and I currently have the app at a point where it saves drawings, but it still can't load the drawings back into the view once the app has quit or switched views.
I'm saving the image with this:
-(IBAction)saveImage:(id)sender
{
... | 0 | [
2,
12797,
4377,
1961,
19,
1418,
3052,
8294,
13,
5,
7760,
6,
800,
3726,
3726,
31,
22,
79,
544,
21,
2469,
4865,
15,
17,
31,
871,
57,
14,
4865,
35,
21,
454,
113,
32,
16815,
9646,
15,
47,
32,
174,
92,
22,
38,
6305,
14,
9646,
97,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
UIScrollView not receiving scroll action
===
In the app I am working on, my goal right now is to scroll content when the keyboard shows and to allow users to scroll while it is showing. I have tried a few different solutions and none have been able to achieve this yet.
I'm using storyboards in the app and here is t... | 0 | [
2,
13,
5661,
3862,
8694,
4725,
52,
3396,
12159,
1028,
800,
3726,
3726,
19,
14,
4865,
31,
589,
638,
27,
15,
51,
1195,
193,
130,
25,
20,
12159,
2331,
76,
14,
8896,
1285,
17,
20,
1655,
3878,
20,
12159,
133,
32,
25,
3187,
9,
31,
5... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to display string in ListBox using MVVM?
===
I have a listbox on a WPF form, I would like to display a list of string items horizontally. I have a grid that holds my listbox control. Im using MVVM approach.
When I run the form it displays the name of the encapsulating object : **ProjectName.Folder.Category** ins... | 0 | [
2,
184,
20,
3042,
3724,
19,
968,
5309,
568,
17967,
20147,
60,
800,
3726,
3726,
31,
57,
21,
968,
5309,
27,
21,
619,
7721,
505,
15,
31,
83,
101,
20,
3042,
21,
968,
16,
3724,
3755,
25658,
9,
31,
57,
21,
7354,
30,
2763,
51,
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... |
jQuery trigger('click') not working with Jasmine-jquery
===
This is my test code:
describe("Login", function(){
beforeEach(function(){
loadFixtures('login-fixture.html');
})
it("should enable the button when checking 'remember password'", function(){
$('#remember').trigger('click')... | 0 | [
2,
487,
8190,
93,
7286,
5,
22,
150,
10129,
22,
6,
52,
638,
29,
15885,
8,
728,
8190,
93,
800,
3726,
3726,
48,
25,
51,
1289,
1797,
45,
4996,
5,
7,
5567,
108,
7,
15,
1990,
5,
6,
1,
115,
14322,
5,
22359,
5,
6,
1,
6305,
18594,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
identify if a number is within a range of numbers in R
===
I know the title makes this sound very easy, but I have a For loop that graphs my data. As the values vary, so too does the limits of the X-axis (different start and end for each plot). However, I want to have a defined X-axis range that stays the same for all... | 0 | [
2,
5808,
100,
21,
234,
25,
363,
21,
978,
16,
2116,
19,
761,
800,
3726,
3726,
31,
143,
14,
581,
1364,
48,
646,
253,
2010,
15,
47,
31,
57,
21,
26,
5293,
30,
7210,
18,
51,
1054,
9,
28,
14,
4070,
7392,
15,
86,
266,
630,
14,
58... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Uploading From App to Server in IOS
===
I know that conventionally for an app to interact with the internet, it must use a web service to exchange information. However, how would one upload data(photos, text, audio recordings etc.etc.) from app to server(which holds data for all user accounts)? I know some people use ... | 0 | [
2,
71,
16866,
37,
4865,
20,
8128,
19,
13,
7760,
800,
3726,
3726,
31,
143,
30,
6533,
102,
26,
40,
4865,
20,
10001,
29,
14,
2620,
15,
32,
491,
275,
21,
2741,
365,
20,
1950,
676,
9,
207,
15,
184,
83,
53,
71,
8294,
1054,
5,
2544... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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.