unified_texts stringlengths 32 30.1k | OpenStatus_id int64 0 4 | input_ids list | token_type_ids list | attention_mask list |
|---|---|---|---|---|
sbt.ResolveException: unresolved dependency:
===
it seems to that Play do not find my local repository.
I have declared
resolvers += "Local Maven Repository" at "file://"+"/Users/branco"+"/.m2/repository"
in file plugins.sbt for my project.
and in file Build.scala
val appDependencies = Seq(
"li... | 0 | [
2,
13,
18,
220,
38,
9,
99,
5594,
195,
10066,
872,
45,
367,
99,
5594,
4763,
26835,
45,
800,
3726,
3726,
32,
2206,
20,
30,
418,
107,
52,
477,
51,
375,
24869,
9,
31,
57,
2482,
9854,
1224,
2754,
3726,
13,
7,
15580,
1216,
3124,
248... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
flex datagrid sorting which contain itemrenderer
===
I'm quite newbies of flex, may I have some question to anyone who can suggest please.
I have grid for monitor CPU status and It look like this
CPU | CPU dif<br/>
--------------<br/>
5.9 | +0.2 ^<br/>
4.0 | -0.6 v<br/>
12.7| -1.5 v<br/>
which ^ , ... | 0 | [
2,
14409,
1054,
16375,
2058,
68,
56,
3717,
9101,
99,
16706,
106,
800,
3726,
3726,
31,
22,
79,
1450,
78,
5893,
18,
16,
14409,
15,
123,
31,
57,
109,
1301,
20,
1276,
72,
92,
5601,
2247,
9,
31,
57,
7354,
26,
7626,
17578,
1782,
17,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Stored procedure for 3 tables. Not working.
===
I have 3 tables-
1. Country (CountryName, CID (PK- AutoIncrement))
2. State (SID(PK- AutoIncrement), StateName, CID (FK to Country)
3. City (CityName, CID, SID (FK to State)
Now I need to insert only the name into the three tables with CountryName, St... | 0 | [
2,
8214,
7004,
26,
203,
7484,
9,
52,
638,
9,
800,
3726,
3726,
31,
57,
203,
7484,
8,
137,
9,
475,
13,
5,
10741,
7259,
15,
13,
10220,
13,
5,
17244,
8,
3108,
28461,
6,
6,
172,
9,
146,
13,
5,
18,
1340,
5,
17244,
8,
3108,
28461... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
SplitView not aligned at left?
===
On a button click action tabbarcontroller gets loaded.In Tabbar all the tab items are splitview controller. By default splitview of the first tab item aligned towards right. So we get a small empty space at left side. But on clicking second tab splitview aligned from the origin.Someo... | 0 | [
2,
2132,
4725,
52,
13,
12740,
35,
225,
60,
800,
3726,
3726,
27,
21,
5167,
10840,
1028,
6523,
1850,
12898,
1252,
3049,
8572,
9,
108,
6523,
1850,
65,
14,
6523,
3755,
50,
2132,
4725,
9919,
9,
34,
12838,
2132,
4725,
16,
14,
64,
6523,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Send Javascript objects to Webmethod not working
===
I am passing a few arrays of objects and another single object to a webmethod on my codebehind page and for some reason the webmethod isn't being executed. I have walked through my javascript with firebug and it appears that everything gets created correctly but th... | 0 | [
2,
2660,
8247,
8741,
3916,
20,
2741,
5909,
1807,
43,
52,
638,
800,
3726,
3726,
31,
589,
2848,
21,
310,
7718,
18,
16,
3916,
17,
226,
345,
3095,
20,
21,
2741,
5909,
1807,
43,
27,
51,
1797,
24878,
2478,
17,
26,
109,
1215,
14,
2741,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 PlistParser example
===
I have been searching for the net for plist parser for android, and ofc i found some but i just cant implement to my project. Can somebody give me suggestions? Im a beginner, and i currently use my own (very shity version which is very slow and has a lot of issue.)
I found Akos Cz's ... | 0 | [
2,
13005,
351,
5739,
3574,
4104,
823,
800,
3726,
3726,
31,
57,
74,
5792,
26,
14,
4275,
26,
351,
5739,
2017,
4104,
26,
13005,
15,
17,
16,
150,
31,
216,
109,
47,
31,
114,
2973,
8713,
20,
51,
669,
9,
92,
8861,
590,
55,
18389,
60,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
java : Using Static Method for obtaining Database Connection
===
I am working on a Existing J2EE based application , where there is a following Method , for connecting to Database
public static java.sql.Connection connectionToDataBase(String jndiName,boolean flag)throws Exception
{
DataSource ds =(j... | 0 | [
2,
8247,
13,
45,
568,
12038,
2109,
26,
12114,
6018,
2760,
800,
3726,
3726,
31,
589,
638,
27,
21,
3149,
487,
135,
2851,
432,
3010,
13,
15,
113,
80,
25,
21,
249,
2109,
13,
15,
26,
6440,
20,
6018,
317,
12038,
8247,
9,
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... |
when listview starts loading new data the scrolling hangs it neither goes upward not downwards till data get loaded.?
===
when my listview starts loading new data the scrolling hangs it neither goes upward not downwards till data get loaded. Is there any way to slove this issue??? | 0 | [
2,
76,
968,
4725,
3244,
12797,
78,
1054,
14,
13,
28166,
4546,
18,
32,
3028,
1852,
11127,
52,
12662,
18,
3924,
1054,
164,
8572,
9,
60,
800,
3726,
3726,
76,
51,
968,
4725,
3244,
12797,
78,
1054,
14,
13,
28166,
4546,
18,
32,
3028,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
NFC used as mifare, is it possible?
===
We have a mifare card system and are looking into the possibility of using NFC chips in phones as mifare cards.
I have done a bit of research into NFC but the question that I cannot answer is do NFC chips in mobile phoned have a unique identifier that I can read like a mifare... | 0 | [
2,
25161,
147,
28,
534,
1473,
99,
15,
25,
32,
938,
60,
800,
3726,
3726,
95,
57,
21,
534,
1473,
99,
2056,
329,
17,
50,
699,
77,
14,
4813,
16,
568,
25161,
12602,
19,
14830,
28,
534,
1473,
99,
4092,
9,
31,
57,
677,
21,
1142,
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... |
Android OpenGL ES 2.0 change position of Shapes
===
i try to learn OpenGL with big problems in moving Shapes, i have not found a tutorial which really explains that. What i figured out is that i have to use the Matrix.translateM(...) method, but it didnt worked... the second problem i have is how can i position the sh... | 0 | [
2,
13005,
368,
8430,
13,
160,
172,
9,
387,
753,
649,
16,
12129,
800,
3726,
3726,
31,
1131,
20,
2484,
368,
8430,
29,
580,
1716,
19,
1219,
12129,
15,
31,
57,
52,
216,
21,
29724,
56,
510,
7346,
30,
9,
98,
31,
5700,
70,
25,
30,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 increase TCP negiotiated window size in solaris?
===
The TCP negiotiated window size directly determines the TCP throughput and depends on a lot of parameters like send buffer, receive buffer, congestion window. But irrespective of me tuning the send and/or receive buffer, the tcp negiotiated window size(got fr... | 0 | [
2,
184,
20,
1839,
13,
38,
7439,
9574,
49,
15364,
1669,
1463,
1072,
19,
4535,
403,
60,
800,
3726,
3726,
14,
13,
38,
7439,
9574,
49,
15364,
1669,
1463,
1072,
1703,
3746,
18,
14,
13,
38,
7439,
120,
4881,
17,
9597,
27,
21,
865,
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... |
Django userena raises SiteProfileNotAvailable unpredictably
===
My project uses userena, which in some place called django.db.models.get_model.
It is uses for getting profile model, which places in profiles.Profile. It is in INSTALLED_APPS, so it should returns fine, but sometimes (seems unpredictable, mostly after a... | 0 | [
2,
3857,
14541,
275,
13530,
15303,
689,
14503,
1270,
4961,
947,
579,
367,
3515,
16315,
4801,
800,
3726,
3726,
51,
669,
2027,
275,
13530,
15,
56,
19,
109,
209,
227,
3857,
14541,
9,
9007,
9,
13998,
18,
9,
3060,
1,
13998,
9,
32,
25,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Smooth jQuery-UI interactions in SVG foreignObject?
===
An exemplar of this not working is in this fiddle: http://jsfiddle.net/sP3UZ/
If you remove the SVG wrapper, everything works fine, but as soon as it's wrapped, everything gets choppy and unpredictable. I see different but always broken results in chrome and f... | 0 | [
2,
3905,
487,
8190,
93,
8,
5661,
11224,
19,
13,
18,
22955,
1228,
23793,
60,
800,
3726,
3726,
40,
1396,
62,
2554,
3779,
16,
48,
52,
638,
25,
19,
48,
12759,
45,
7775,
6903,
728,
18,
1707,
12312,
9,
2328,
118,
3401,
240,
6226,
118,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Auto margin for input float left
===
<div style="width:500px">
<input type="text"><input type="text"><input type="text">
</div>
Inputs have width 31% and i will, that they fill the parent div in 100%. Auto margin for first two inputs. Like this: http://imageshack.us/f/809/inputs.png/ | 0 | [
2,
3108,
5440,
26,
6367,
11510,
225,
800,
3726,
3726,
13,
1,
12916,
1034,
3726,
7,
3976,
43,
96,
45,
6000,
306,
396,
7,
1,
13,
1,
108,
4881,
1001,
3726,
7,
11969,
7,
1,
108,
4881,
1001,
3726,
7,
11969,
7,
1,
108,
4881,
1001,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Use jQuery to change the background image effect
===
I am trying to use jQuery to change the effect of my background picture.
Here is my jquery:
$("#piceffect").change(function() {
$('#backgroundpicture').css({'background-image': 'repeat'}
});
How would I go about getting the background image in... | 0 | [
2,
275,
487,
8190,
93,
20,
753,
14,
2395,
1961,
1590,
800,
3726,
3726,
31,
589,
749,
20,
275,
487,
8190,
93,
20,
753,
14,
1590,
16,
51,
2395,
2151,
9,
235,
25,
51,
487,
8190,
93,
45,
5579,
5,
7,
5910,
7763,
21295,
7,
6,
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... |
"PolicyException: Required permissions cannot be acquired" in Full Trust — can't see why
===
This is a two-part question, of sorts.
I'm trying to set up a new part of our Production (Live) hosting architecture, so I'm trying to point our Staging webserver to the new Production content share (a UNC path on another s... | 0 | [
2,
13,
7,
8147,
2731,
10066,
872,
45,
1390,
5572,
18,
1967,
44,
2020,
7,
19,
503,
1527,
13,
1,
92,
22,
38,
196,
483,
800,
3726,
3726,
48,
25,
21,
81,
8,
3091,
1301,
15,
16,
14357,
9,
31,
22,
79,
749,
20,
309,
71,
21,
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... |
concatenate all values in NSMutableDictionary cast to int, NSInteger and NSString
===
so I have a couple NSMutableDictionarys and each key/valeu pair for a specific dictionary hold either a string or integer value. I would like to know if there is a way to iterate through the dictionary and concatenate the values. In ... | 0 | [
2,
1065,
9530,
8820,
65,
4070,
19,
13,
2172,
7903,
579,
22595,
1857,
1325,
20,
19,
38,
15,
13,
2172,
6391,
13699,
17,
13,
2172,
11130,
800,
3726,
3726,
86,
31,
57,
21,
1335,
13,
2172,
7903,
579,
22595,
1857,
18,
17,
206,
1246,
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... |
CLLocationCoordinate2D to MKAnnotation
===
I have a MapView that I'm trying to add an Annotation at the current Coordinates.
My Code in viewWillAppear:
CLLocationCoordinate2D location;
location.latitude = [maps.barLat doubleValue];
location.longitude = [maps.barLong doubleValue];
[_mapView add... | 0 | [
2,
10842,
19032,
716,
23239,
135,
43,
20,
307,
2825,
1270,
857,
800,
3726,
3726,
31,
57,
21,
2942,
4725,
30,
31,
22,
79,
749,
20,
3547,
40,
40,
1270,
857,
35,
14,
866,
13714,
9,
51,
1797,
19,
1418,
5580,
22306,
512,
45,
10842,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Integrating with external portlets using WSRP from non-portlet webapp: Is it possible? How?
===
We are planning to rewrite an existing portlet-based application and are trying to find out if we can just rewrite it as a normal webapp (using Spring MVC). Most of us on the team think that the use of portlets for the app ... | 0 | [
2,
24529,
29,
4886,
1295,
11045,
568,
619,
18,
6952,
37,
538,
8,
1993,
1336,
2741,
7753,
45,
25,
32,
938,
60,
184,
60,
800,
3726,
3726,
95,
50,
2334,
20,
27891,
40,
3149,
1295,
1336,
8,
1281,
3010,
17,
50,
749,
20,
477,
70,
10... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Android Development - Graphical Layout looks different from actual XML
===
Alright so I quickly created an XML file with the following contents:
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
... | 0 | [
2,
13005,
522,
13,
8,
21755,
9106,
1879,
421,
37,
3463,
23504,
800,
3726,
3726,
11885,
86,
31,
976,
679,
40,
23504,
3893,
29,
14,
249,
8478,
45,
13,
1,
60,
396,
8184,
615,
3726,
7,
165,
9,
387,
7,
19608,
3726,
7,
1982,
410,
8,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Encoding error in opening the links in Android
===
I am using the follwoing code to make text clickable in android text.setText("http://www.youtube.com/watch?v=Ii2FHbtVJzc");
android:autoLink="web"
android:linksClickable="true"
I am not able to open the link because the above link opens as http://www.youtube.com/... | 0 | [
2,
19608,
7019,
19,
1214,
14,
6271,
19,
13005,
800,
3726,
3726,
31,
589,
568,
14,
4310,
211,
6374,
68,
1797,
20,
233,
1854,
10840,
579,
19,
13005,
1854,
9,
3554,
11969,
5,
7,
21127,
6903,
6483,
9,
245,
19302,
9,
960,
118,
9054,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Objective-C visibleCells and indexPathsForVisibleRows
===
How do I read intValue of an array of NSIndexpaths through indexPathsForVisibleRows?
By the way, why do visibleCells and indexPathsForVisibleRows not work before if (cell == nil) function?
| 0 | [
2,
7038,
8,
150,
4560,
9725,
18,
17,
4348,
8353,
18,
1106,
3762,
3426,
5417,
18,
800,
3726,
3726,
184,
107,
31,
1302,
19,
38,
15165,
16,
40,
7718,
16,
13,
2172,
25671,
8353,
18,
120,
4348,
8353,
18,
1106,
3762,
3426,
5417,
18,
6... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Changing some MMU translation table entries - the right way?
===
What are the steps to update entries in the translation table?
I use the MMU of an ARM920T to get some memory protection.
When I switch between processes I need to change some of the entries to protect the memory of the other processes. After updatin... | 0 | [
2,
4226,
109,
1620,
291,
4064,
859,
11399,
13,
8,
14,
193,
161,
60,
800,
3726,
3726,
98,
50,
14,
2382,
20,
11100,
11399,
19,
14,
4064,
859,
60,
31,
275,
14,
1620,
291,
16,
40,
813,
26637,
38,
20,
164,
109,
1912,
2057,
9,
76,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Getting precision of a float in Perl?
===
Let's say I had a Perl variable:
`my $string = "40.23";`
`my $convert_to_num = $string * 1;`
Is there a way I can find the precision of this float value? My solution so far was to simply just loop through the string, find the first instance of '.', and just start ... | 0 | [
2,
1017,
13133,
16,
21,
11510,
19,
416,
255,
60,
800,
3726,
3726,
408,
22,
18,
395,
31,
41,
21,
416,
255,
7612,
45,
13,
1,
915,
5579,
11130,
800,
13,
7,
2602,
9,
2001,
7,
73,
1,
13,
1,
915,
5579,
1126,
8122,
1,
262,
1,
633... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Django with Windows: Double backslash or front slash?
===
So, I'm a beginner trying to learn django right now with "Practical Django Projects" with windows in eclipse pydev.
Anyways, main issue is I use windows and it seems to suggest I should use front slash in the comments for settings.py. But by default, the da... | 0 | [
2,
3857,
14541,
29,
1936,
45,
1494,
97,
18,
9545,
54,
431,
14098,
60,
800,
3726,
3726,
86,
15,
31,
22,
79,
21,
26931,
749,
20,
2484,
3857,
14541,
193,
130,
29,
13,
7,
7310,
150,
18142,
3857,
14541,
2314,
7,
29,
1936,
19,
11652,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 improve my model for a vocabulary list?
===
I am programming a small **vocabulary viewer** in Java. You can
- add vocabulary to a language
- switch between languages
- see an overview for each language (with many vocabulary)
- watch vocabulary in detail
The interesting thing is that I want to di... | 0 | [
2,
184,
92,
31,
3545,
51,
1061,
26,
21,
18630,
968,
60,
800,
3726,
3726,
31,
589,
3143,
21,
284,
13,
1409,
19234,
18292,
622,
16812,
1409,
19,
8247,
9,
42,
92,
13,
8,
3547,
18630,
20,
21,
816,
13,
8,
5521,
128,
2556,
13,
8,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Replace infinite thread loop (message pump) with Tasks
===
In my application I have to listen on multiple different queues and deserialize/dispatch incoming messages received on queues.
Actually, what I am doing to achieve this is that each QueueConnector object creates a new thread on construction, which executes ... | 0 | [
2,
3934,
9698,
9322,
5293,
13,
5,
3845,
18,
1303,
9786,
6,
29,
8674,
800,
3726,
3726,
19,
51,
3010,
31,
57,
20,
3834,
27,
1886,
421,
22521,
18,
17,
1746,
106,
2815,
2952,
118,
2906,
23661,
17126,
7561,
420,
27,
22521,
18,
9,
112... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to make a resizable menu centered on the middle?
===
Pls help!!!
CSS:
body
{
margin: 0px;
padding: 0px;
}
body #header {
width:100%;
clear:both;
height:90px;
/*overflow:hidden*/;
box-shadow: 1px 0px 10px 2px #000... | 0 | [
2,
184,
20,
233,
21,
10719,
3186,
579,
11379,
10583,
27,
14,
772,
60,
800,
3726,
3726,
12443,
18,
448,
28116,
272,
18,
18,
45,
358,
13,
1,
5440,
45,
713,
306,
396,
73,
4432,
3258,
45,
713,
306,
396,
73,
13,
1,
358,
6926,
1743,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 hide and send keystrokes to a command prompt window using perl?
===
I have written a perl script using Win32::GUItest to send keystrokes to a command prompt window in windows, now when my script runs, it uses the system function in perl and opens a new cmd.exe file and keystrokes are sent to it. everything work... | 0 | [
2,
184,
20,
3077,
17,
2660,
1246,
12962,
18,
20,
21,
1202,
11443,
4417,
1463,
568,
416,
255,
60,
800,
3726,
3726,
31,
57,
642,
21,
416,
255,
3884,
568,
628,
3125,
45,
45,
7215,
10543,
20,
2660,
1246,
12962,
18,
20,
21,
1202,
114... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
A certain parameter has 3 possible values, and there are n such parameters with 3 values each. Need to create scenarios by randomly changing them
===
A certain parameter has ***3*** possible values, and there are ***n*** such parameters with 3 values each. Need to create scenarios by randomly changing them and save ea... | 0 | [
2,
21,
1200,
18906,
63,
203,
938,
4070,
15,
17,
80,
50,
13,
103,
145,
12905,
29,
203,
4070,
206,
9,
376,
20,
1600,
19611,
34,
21324,
4226,
105,
800,
3726,
3726,
21,
1200,
18906,
63,
8980,
240,
2483,
1409,
938,
4070,
15,
17,
80,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to modify the QTreeWidget?
===
I want to non-display the space between parent `QWidgetItem` and child-Item... How can i do that. `style-Sheet` ?.. thank you!!!
this is a `QTreeWidget`.
![enter image description here][1]
[1]: http://i.stack.imgur.com/rMBv0.jpg | 0 | [
2,
184,
20,
17579,
14,
2593,
8101,
3976,
43,
3060,
60,
800,
3726,
3726,
31,
259,
20,
538,
8,
2906,
5438,
14,
726,
128,
4766,
13,
1,
1251,
3976,
43,
3060,
2119,
79,
1,
17,
850,
8,
2119,
79,
9,
9,
9,
184,
92,
31,
107,
30,
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... |
WPF MVVM structure and performance
===
I have a requirement to create a simple menu/selection design tool - the idea is to have a selection of categories and a larger selection of choices which are filtered by a category selected. Ultimately this will run in a Kiosk-style environment.
I'm using MVVM and my design c... | 0 | [
2,
619,
7721,
17967,
20147,
1411,
17,
956,
800,
3726,
3726,
31,
57,
21,
8981,
20,
1600,
21,
1935,
11379,
118,
18,
5033,
704,
5607,
13,
8,
14,
882,
25,
20,
57,
21,
3155,
16,
6422,
17,
21,
1662,
3155,
16,
10978,
56,
50,
25090,
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... |
WP search function to search custom table
===
Now here's something I can't even find on google.
Does anyone here know how I can change the search function in wordpress to search only inside one custom table with a few fields?
I've been wrecking my brain over this. I can't even find a plugin that lets you define your... | 0 | [
2,
13,
13790,
2122,
1990,
20,
2122,
5816,
859,
800,
3726,
3726,
130,
235,
22,
18,
301,
31,
92,
22,
38,
166,
477,
27,
8144,
9,
630,
1276,
235,
143,
184,
31,
92,
753,
14,
2122,
1990,
19,
833,
5890,
20,
2122,
104,
572,
53,
5816,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 stub base class method that takes multiple arguments in RSpec?
===
I would like to test that instance of ChildClass calls something_interesting while omitting call to BaseClass.my_method
class BaseClass
def my_method *args, &block
end
end
class ChildClass
def my_m... | 0 | [
2,
184,
20,
21354,
1000,
718,
2109,
30,
1384,
1886,
10553,
19,
13,
1224,
12610,
60,
800,
3726,
3726,
31,
83,
101,
20,
1289,
30,
4851,
16,
850,
1898,
3029,
301,
1,
16208,
68,
133,
13,
8560,
38,
1203,
645,
20,
1000,
1898,
9,
915,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Multidimensional Vector wouldn't let me remove an item
===
I am using this definition of a multidimensional vector:
Vector<Vector<sp<InputWindowHandle> > > mWindowHandles;
It works fine almost everywhere in the code except in this line:
(mWindowHandles[displayId]).removeAt(i--);
I don't understand why. Isn... | 0 | [
2,
1889,
7865,
7497,
1265,
22,
38,
408,
55,
4681,
40,
9101,
800,
3726,
3726,
31,
589,
568,
48,
5465,
16,
21,
1889,
7865,
7497,
45,
7497,
1,
28033,
1,
3401,
1,
108,
4881,
27508,
3203,
413,
1,
13,
1,
13,
1,
307,
27508,
3203,
135... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Aplication crashes while attempting to take a picture
===
I have 2 problems with my app:
-it crashes when taking a picture
-it crashes when I rotate the device
cameraPreview.java:
public class CameraPreview extends Activity implements SurfaceHolder.Callback
{
Camera camera;
... | 0 | [
2,
21,
20669,
21563,
133,
6314,
20,
247,
21,
2151,
800,
3726,
3726,
31,
57,
172,
1716,
29,
51,
4865,
45,
13,
8,
242,
21563,
76,
741,
21,
2151,
13,
8,
242,
21563,
76,
31,
21448,
14,
3646,
3336,
3515,
4725,
9,
1004,
1385,
45,
31... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Undefined method '<' for [0, 0] :Array <NoMethodError>
===
I am beginner of Ruby programming. My program is count number of even length of words in a given string. But it's shows the following Error
**Undefined method '<' for [0, 0] :Array <NoMethodError>**
Here is My code
def even(words, n)
... | 0 | [
2,
367,
13439,
2109,
13,
22,
1,
22,
26,
636,
387,
15,
713,
500,
13,
45,
8576,
93,
13,
1,
251,
5909,
1807,
43,
29992,
1,
800,
3726,
3726,
31,
589,
26931,
16,
10811,
3143,
9,
51,
625,
25,
2468,
234,
16,
166,
1476,
16,
715,
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... |
ambiguous partial specializations with std::enable_if
===
I have a problem encountered at a condtion like below:
#include <iostream>
#include <type_traits>
#define TRACE void operator()() const { std::cerr << "@" << __LINE__ << std::endl; }
template <class T>
struct check : std::... | 0 | [
2,
22154,
7284,
27012,
18,
29,
354,
43,
45,
45,
219,
579,
1,
821,
800,
3726,
3726,
31,
57,
21,
1448,
8208,
35,
21,
1065,
43,
3309,
101,
1021,
45,
6926,
22640,
13,
1,
1963,
11260,
1,
6926,
22640,
13,
1,
4474,
1,
1939,
7363,
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... |
C# while statement ignoring response value
===
I have a command line asking the user to say (Y/N) and this value is passed to the checkResponse method.
For some reason the while loop ignores the value even though when I debug it's showing the value is "Y". It also continues to loop when the value is set to "N". If ... | 0 | [
2,
272,
5910,
133,
3331,
9321,
1627,
1923,
800,
3726,
3726,
31,
57,
21,
1202,
293,
3379,
14,
4155,
20,
395,
13,
5,
93,
118,
103,
6,
17,
48,
1923,
25,
1100,
20,
14,
2631,
99,
18,
8782,
870,
2109,
9,
26,
109,
1215,
14,
133,
52... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Application rebrands - when should a branching strategy be employed?
===
**Note:** *In case it matters, we are using **git**, (so branching and merging is a breeze), and this is an Android application (**Java** - so conditional compilation is not really applicable).*
Similar to this question [here][1], but what if ... | 0 | [
2,
3010,
302,
8842,
18,
13,
8,
76,
378,
21,
1686,
68,
4427,
44,
3390,
60,
800,
3726,
3726,
13,
1409,
10280,
45,
1409,
1637,
108,
610,
32,
4556,
15,
95,
50,
568,
13,
1409,
10404,
1409,
15,
13,
5,
656,
1686,
68,
17,
18842,
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... |
Can be record voice message in blackberry
===
Is there any way to record voice message and save in SDCard in blackberry application development.
if it is possible than kindly guide me how to achieve this functionality.
any help would be appreciated.
Thanks,
Manoj Gupta | 0 | [
2,
92,
44,
571,
430,
2802,
19,
27367,
800,
3726,
3726,
25,
80,
186,
161,
20,
571,
430,
2802,
17,
2079,
19,
13,
18,
43,
6648,
19,
27367,
3010,
522,
9,
100,
32,
25,
938,
119,
22215,
3378,
55,
184,
20,
4689,
48,
18548,
9,
186,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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... |
Yii framework, bootstrap widget BootTabbable does not work with Chrome or Safari
===
I am using [bootstrap extention][1] with Yii framework to have tabs for the content. [Here is an example][2]. The tabs work fine in firefox, however in Google Chrome and Safari the tabs behave differently, they load with the page load... | 0 | [
2,
7679,
49,
6596,
15,
5894,
16514,
4807,
43,
3060,
6801,
536,
3490,
579,
630,
52,
170,
29,
13,
12985,
54,
25055,
800,
3726,
3726,
31,
589,
568,
636,
10858,
38,
18,
16514,
5674,
872,
500,
2558,
165,
500,
29,
7679,
49,
6596,
20,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
product display as mind map
===
I have the following requirement in the project.I need to have a feature to show the related products for a product.The view of the related products should be like mind map view.When a user clicks on a product i need to show the other related products expanded like a mindmap view.enter ... | 1 | [
2,
2374,
3042,
28,
594,
2942,
800,
3726,
3726,
31,
57,
14,
249,
8981,
19,
14,
669,
9,
49,
376,
20,
57,
21,
1580,
20,
298,
14,
1597,
1985,
26,
21,
2374,
9,
124,
1418,
16,
14,
1597,
1985,
378,
44,
101,
594,
2942,
1418,
9,
3185... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
phpDoc - Documenting for private members holding class instances
===
I have a class to document. There is a variable holding class instance which will be initialized in the constructor. I want to know how I can document (or put the tags) so that variable type is reflected properly.
I have done this so far:
... | 0 | [
2,
13,
26120,
13799,
13,
8,
4492,
68,
26,
932,
443,
1337,
718,
13946,
800,
3726,
3726,
31,
57,
21,
718,
20,
4492,
9,
80,
25,
21,
7612,
1337,
718,
4851,
56,
129,
44,
2104,
1333,
19,
14,
6960,
248,
9,
31,
259,
20,
143,
184,
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... |
Using perlbrew is it possible to do multiple installs by architecture?
===
I would like to be able to install multiple versions of Perl but I need to have them by architecture as well.
I know that I can use perlbrew to get installs by version: 5.10.1, 5.12.3, 5.16.0, etc. I couldn't find a way to also have installs... | 0 | [
2,
568,
416,
255,
13712,
25,
32,
938,
20,
107,
1886,
16146,
18,
34,
2607,
60,
800,
3726,
3726,
31,
83,
101,
20,
44,
777,
20,
16146,
1886,
3281,
16,
416,
255,
47,
31,
376,
20,
57,
105,
34,
2607,
28,
134,
9,
31,
143,
30,
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... |
PHP different servers and security
===
I currently have several servers, the main ones a web server and an internal storage server. Data is stored in a SQL server database.
Without giving too much access to the user, how would I pull a specific document from the storage server for display to the user from the web s... | 0 | [
2,
13,
26120,
421,
17595,
17,
1221,
800,
3726,
3726,
31,
871,
57,
238,
17595,
15,
14,
407,
53,
18,
21,
2741,
8128,
17,
40,
3117,
4326,
8128,
9,
1054,
25,
8214,
19,
21,
4444,
255,
8128,
6018,
9,
366,
1438,
266,
212,
1381,
20,
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... |
Set up PHP server for public access
===
I'm new to PHP but I can't find good examples - mostly they are for local setups or advanced stuff. I created a PHP page on an EC2 server. It works fine when accessing it locally, however, what do I need to do to make it publically accessible from a different network? Can thi... | 0 | [
2,
309,
71,
13,
26120,
8128,
26,
317,
1381,
800,
3726,
3726,
31,
22,
79,
78,
20,
13,
26120,
47,
31,
92,
22,
38,
477,
254,
3770,
13,
8,
1555,
59,
50,
26,
375,
18161,
18,
54,
2255,
3217,
9,
31,
679,
21,
13,
26120,
2478,
27,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to search for all points inside all polygons in Postgres
===
I want to search for all points of a specific user inside all polygons and display the polygons
these are my tables
users
id points
1 1
1 2
1 3
1 4
2 3
3 1
poly
... | 0 | [
2,
184,
20,
2122,
26,
65,
819,
572,
65,
21309,
18,
19,
678,
6879,
18,
800,
3726,
3726,
31,
259,
20,
2122,
26,
65,
819,
16,
21,
1903,
4155,
572,
65,
21309,
18,
17,
3042,
14,
21309,
18,
158,
50,
51,
7484,
3878,
4924,
819,
137,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
CSS List Style has random space
===
I am trying to code a page, and for some reason i have a random css spacing issue for my list that i created. On the bottom right i have a random space between the list and its div.
![][1]
I am styling it fine i think but my code is here at [jsFiddle][2]
and it works fine t... | 0 | [
2,
272,
18,
18,
968,
1034,
63,
5477,
726,
800,
3726,
3726,
31,
589,
749,
20,
1797,
21,
2478,
15,
17,
26,
109,
1215,
31,
57,
21,
5477,
272,
18,
18,
29177,
1513,
26,
51,
968,
30,
31,
679,
9,
27,
14,
2129,
193,
31,
57,
21,
54... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Why doesn't my java compiler level match my installed project facet?
===
I made a simple Java Google AppEngine application called Guestbook in Eclipse and am trying to run it. However, I am encountering an error that lacks a quick fix:
Description Resource Path Location Type
Java compiler level does not ma... | 0 | [
2,
483,
1437,
22,
38,
51,
8247,
21486,
662,
730,
51,
4066,
669,
276,
38,
60,
800,
3726,
3726,
31,
117,
21,
1935,
8247,
8144,
4865,
16847,
3010,
227,
2427,
5199,
19,
11652,
17,
589,
749,
20,
485,
32,
9,
207,
15,
31,
589,
7007,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
FileConveyor - cumulus - Files not showing up on CloudFiles
===
I've installed FileConveyor and django cumulus (which is the replacement for mosso). I created a test directory at `/home/drupal/conveyortest` which I use as the scanPath.
When I start the FileConveyor daemon, I'm told that the js and css files are bei... | 0 | [
2,
3893,
1126,
8704,
248,
13,
8,
10611,
12618,
13,
8,
6488,
52,
3187,
71,
27,
4005,
16877,
18,
800,
3726,
3726,
31,
22,
195,
4066,
3893,
1126,
8704,
248,
17,
3857,
14541,
10611,
12618,
13,
5,
2140,
25,
14,
4610,
26,
8188,
111,
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... |
How to refresh the weather layer?
===
Does anyone know if there is a way to refresh the Weather Layer in Google Maps javascript API?
To give a little background, we have an application which stays open in the browser and updates some information on the map every few minutes. We let the users open the weather layer... | 0 | [
2,
184,
20,
24905,
14,
2580,
5385,
60,
800,
3726,
3726,
630,
1276,
143,
100,
80,
25,
21,
161,
20,
24905,
14,
2580,
5385,
19,
8144,
6867,
8247,
8741,
21,
2159,
60,
20,
590,
21,
265,
2395,
15,
95,
57,
40,
3010,
56,
16192,
368,
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... |
Alert Dialog doesnt come up
===
**Confusion**
On my emulator everything works correctly, the dialog comes up and works perfectly. However on my galxy tab running 3.0 android when I open the same app as I did on the emulator on this tablet nothing happens... What is up with that?
**Code**
public void disc... | 0 | [
2,
7863,
28223,
5886,
340,
71,
800,
3726,
3726,
13,
1409,
1126,
9818,
1409,
27,
51,
3579,
14868,
796,
693,
12044,
15,
14,
28223,
1624,
71,
17,
693,
5759,
9,
207,
27,
51,
5027,
15161,
6523,
946,
203,
9,
387,
13005,
76,
31,
368,
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... |
Eclipse won't start after crash
===
I received an error about how Eclipse was caught in a loop and something about garbage collecting...after I finally got it closed, I tried reopening and it won't work. I tried the following from the command line:
eclipse -clean
and it still doesn't work. I posted the error l... | 0 | [
2,
11652,
230,
22,
38,
799,
75,
4597,
800,
3726,
3726,
31,
420,
40,
7019,
88,
184,
11652,
23,
1383,
19,
21,
5293,
17,
301,
88,
15024,
10079,
9,
9,
9,
5162,
31,
722,
330,
32,
827,
15,
31,
794,
21398,
68,
17,
32,
230,
22,
38,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Android NDK Video Capturing
===
I currently have an algorithm which basically processes every preview frames. I have tried to capture the video using MediaRecorder of SDK, however, apparently I can't access the preview frames while MediaRecorder is capturing the video.
First question is; is it possible to do this u... | 0 | [
2,
13005,
13,
706,
197,
763,
12859,
800,
3726,
3726,
31,
871,
57,
40,
9083,
56,
11374,
5102,
352,
16121,
12809,
9,
31,
57,
794,
20,
3683,
14,
763,
568,
941,
14953,
106,
16,
13,
18,
43,
197,
15,
207,
15,
3083,
31,
92,
22,
38,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Regexp matches and captures in pry, rubular, but not from script
===
So, I have a regexp that I have tested on Rubular and from the CLI (using the `pry` gem). This parses a custom Apache log format. When I feed input to it in pry, it works as expected (e.g. `$~` is populated.) Rubular also reports correct matching an... | 0 | [
2,
7953,
6899,
1717,
17,
3683,
18,
19,
12307,
15,
7598,
7451,
15,
47,
52,
37,
3884,
800,
3726,
3726,
86,
15,
31,
57,
21,
7953,
6899,
30,
31,
57,
7631,
27,
7598,
7451,
17,
37,
14,
19391,
13,
5,
12655,
14,
13,
1,
306,
622,
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... |
screen capture to video: glReadPixels from a frame buffer object flipped
===
I am trying to capture the current ongoing (ios) app screens onto an array of textures, use glReadPixels to get them into a pixel buffer and then pass them onto AVAssetWriter to encode them as quicktime video. There is the flip problem due t... | 0 | [
2,
2324,
3683,
20,
763,
45,
13,
8430,
10647,
18321,
6798,
37,
21,
3523,
17497,
3095,
9516,
800,
3726,
3726,
31,
589,
749,
20,
3683,
14,
866,
6748,
13,
5,
7760,
6,
4865,
14236,
1204,
40,
7718,
16,
12714,
18,
15,
275,
13,
8430,
10... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Eclipse plug-in development, expose plug-in's classes in java project
===
I'm trying to build an annotation processor as eclipse plug-in.
This is the first time I'm writing a plug-in for eclipse so I'm not sure I'm using the correct terminology and I'm sorry if I'm not perfectly clear.
My goal is to have a plug-i... | 0 | [
2,
11652,
10922,
8,
108,
522,
15,
13833,
10922,
8,
108,
22,
18,
2684,
19,
8247,
669,
800,
3726,
3726,
31,
22,
79,
749,
20,
1895,
40,
40,
1270,
857,
14762,
28,
11652,
10922,
8,
108,
9,
48,
25,
14,
64,
85,
31,
22,
79,
1174,
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... |
Avoiding Anemic Domain
===
I have a column in a database that looks like "Country/Province/City", e.g. "Canada/Ontario/Toronto". I need to split those and map them into 3 separate Java Bean properties.
I am wondering where best to do this?
(1) DAO as the rows are retrieved
(2) Domain (Bean) as the setters are ... | 0 | [
2,
10298,
40,
62,
5410,
4603,
800,
3726,
3726,
31,
57,
21,
4698,
19,
21,
6018,
30,
1879,
101,
13,
7,
10741,
118,
20275,
108,
1105,
118,
5788,
7,
15,
13,
62,
9,
263,
9,
13,
7,
18006,
118,
218,
38,
8756,
118,
2153,
218,
262,
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... |
jQuery Instances Overwriting Eachother
===
I have the above code which runs and changes icons to loading icons and then to other icons if its successful. Anyway, it works absolutely fine on a single instance; however, the moment I click two (or more) for example, it will leave the first instance with the loading icon ... | 0 | [
2,
487,
8190,
93,
13946,
84,
12646,
206,
9539,
800,
3726,
3726,
31,
57,
14,
784,
1797,
56,
1461,
17,
1693,
9801,
18,
20,
12797,
9801,
18,
17,
94,
20,
89,
9801,
18,
100,
82,
1300,
9,
2774,
15,
32,
693,
6916,
1123,
27,
21,
345,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Tracking Leaky Memory from a Windows WCF Service using MEF & 3rd party components
===
I have the following Scenario:
**WCF Windows Service 1**
- Calls WCF Service 2 when there is work to complete
- Updates Database with result
**WCF Windows Service 2**
- Uses Managed Extensibility Framework (MEF) to com... | 0 | [
2,
10353,
11724,
93,
1912,
37,
21,
1936,
11801,
410,
365,
568,
55,
410,
279,
203,
897,
346,
5090,
800,
3726,
3726,
31,
57,
14,
249,
12705,
45,
13,
1409,
499,
8940,
1936,
365,
137,
1409,
13,
8,
3029,
11801,
410,
365,
172,
76,
80,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to perform MySQL spatial buffer function successfully?
===
Does anyone ever use MySQL spatial buffer function successfully?
I've read the documentation here: http://dev.mysql.com/doc/refman/5.0/en/functions-that-create-new-geometries-from-existing-ones.html#function_buffer
As stated in the documentation, buffe... | 0 | [
2,
184,
20,
2985,
51,
18,
22402,
14472,
17497,
1990,
3673,
60,
800,
3726,
3726,
630,
1276,
462,
275,
51,
18,
22402,
14472,
17497,
1990,
3673,
60,
31,
22,
195,
1302,
14,
13945,
235,
45,
7775,
6903,
14438,
9,
915,
18,
22402,
9,
960,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
how to apply different format or style to popup window
===
I display a popup window in a simple format. I want to apply different format of opening popup a window. How can I apply format or style so that it looks very good when pop window opens? The following is my source code:
`<div onMouseOver="show('healing')" o... | 0 | [
2,
184,
20,
5645,
421,
2595,
54,
1034,
20,
1675,
576,
1463,
800,
3726,
3726,
31,
3042,
21,
1675,
576,
1463,
19,
21,
1935,
2595,
9,
31,
259,
20,
5645,
421,
2595,
16,
1214,
1675,
576,
21,
1463,
9,
184,
92,
31,
5645,
2595,
54,
10... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Wicket - AjaxFormComponentUpdatingBehavior and backspace
===
I have a TextField where I have added an AjaxFormComponentUpdatingBehavior to get the current value when user write some string.
filterByObject = new TextField<String>("filterByObject", true, new PropertyModel<String>(searchParams, "objectFilter"));
... | 0 | [
2,
14414,
13,
8,
20624,
4190,
11103,
218,
2291,
576,
43,
1880,
863,
20358,
248,
17,
97,
5582,
800,
3726,
3726,
31,
57,
21,
1854,
1109,
113,
31,
57,
905,
40,
20624,
4190,
11103,
218,
2291,
576,
43,
1880,
863,
20358,
248,
20,
164,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
jcarousel auto make other embed flash blink
===
help me when I turn on auto option in jcarousel it make every embed flash below that carousel blink each time it "auto". | 0 | [
2,
487,
1367,
1291,
532,
3108,
233,
89,
11911,
69,
4433,
11718,
800,
3726,
3726,
448,
55,
76,
31,
805,
27,
3108,
4255,
19,
487,
1367,
1291,
532,
32,
233,
352,
11911,
69,
4433,
1021,
30,
27374,
11718,
206,
85,
32,
13,
7,
18042,
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,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... |
Form Scaled property set to False, but controls still scaling
===
I am trying to stop a Delphi 7 application from scaling when the computer has its fonts set to 125% on Windows 7.
I have gone through all the forms and set the scaled property to False on them all, which solves the problem on most of the forms, but t... | 0 | [
2,
505,
22960,
1354,
309,
20,
4997,
15,
47,
8671,
174,
26829,
800,
3726,
3726,
31,
589,
749,
20,
747,
21,
23030,
453,
3010,
37,
26829,
76,
14,
1428,
63,
82,
9978,
18,
309,
20,
390,
1933,
27,
1936,
453,
9,
31,
57,
1042,
120,
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... |
Google Maps V3 - json marker loading issue (using Rails 3.1 for data)
===
We're building a google map app in rails that initially loads some makers using a javascript json marker generating function (using the rails .to_json method on the data object).
Then we have a listener on the zoom action that hoovers the new... | 0 | [
2,
8144,
6867,
566,
240,
13,
8,
487,
528,
13289,
12797,
1513,
13,
5,
12655,
2240,
18,
203,
9,
165,
26,
1054,
6,
800,
3726,
3726,
95,
22,
99,
353,
21,
8144,
2942,
4865,
19,
2240,
18,
30,
1537,
19069,
109,
13,
7293,
568,
21,
824... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
regular expressions replace in iOS
===
I am going to need to replace a dirty string for a clean string:
-(void)setTheFilter:(NSString*)filter
{
[filter retain];
[_theFilter release];
<PSEUDO CODE>
tmp = preg_replace(@"/[0-9]/",@"",filter);
<~PSEUDO ... | 0 | [
2,
1290,
13832,
3934,
19,
13,
7760,
800,
3726,
3726,
31,
589,
228,
20,
376,
20,
3934,
21,
6121,
3724,
26,
21,
2745,
3724,
45,
13,
8,
5,
2625,
1340,
6,
3554,
124,
11924,
815,
45,
5,
2172,
11130,
2483,
6,
11924,
815,
13,
1,
636,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Arduino - How to cycle through hex colours from 000000 to FFFFFF?
===
I have a project involving an LED module that uses a 3-colour LED which can be controlled by passing in an RGB hex colour, eg 22AAFF
How could I cycle from 000000 to FFFFFF if I start with this?
long color = 0x000000;
I want to have a loop... | 0 | [
2,
13,
1514,
291,
3252,
13,
8,
184,
20,
4150,
120,
24,
396,
8739,
37,
13,
3993,
3993,
20,
13,
2460,
2460,
2460,
60,
800,
3726,
3726,
31,
57,
21,
669,
4838,
40,
481,
12613,
30,
2027,
21,
203,
8,
26723,
481,
56,
92,
44,
3959,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
R: loop to add to table new columns, each populated with data aggregated from different csv file
===
I am struggling to work out how to do this in R.
I have data like this from a set of ~50 csv files, each detailing an individual books sale transaction:
**week 1**
**author** **title** **customerID**
... | 0 | [
2,
761,
45,
5293,
20,
3547,
20,
859,
78,
7498,
15,
206,
11111,
29,
1054,
8544,
43,
37,
421,
272,
18,
710,
3893,
800,
3726,
3726,
31,
589,
7587,
20,
170,
70,
184,
20,
107,
48,
19,
761,
9,
31,
57,
1054,
101,
48,
37,
21,
309,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Validation on numbers with jquery.bassistance validation
===
I used the jquery.bassistance validation plugin. For validation on my fields. Now i want validation on my arrival text box. I want that he validate on this box. The only characters that you used in this checkbox are numbers and the :.
How can i make that.... | 0 | [
2,
27999,
27,
2116,
29,
487,
8190,
93,
9,
10043,
702,
2416,
27999,
800,
3726,
3726,
31,
147,
14,
487,
8190,
93,
9,
10043,
702,
2416,
27999,
10922,
108,
9,
26,
27999,
27,
51,
2861,
9,
130,
31,
259,
27999,
27,
51,
3900,
1854,
1649... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
UIPicker not showing UIImages
===
I have a uipicker and it returns a uiimage and a uilabel. The image is loaded with url's. And i have added these in a queue. But the problem is that my images are not displayed in the uipicker. if i remove the queue then scrolling is not possible. is there any solution for this proble... | 0 | [
2,
13,
5661,
16855,
106,
52,
3187,
13,
5661,
22039,
18,
800,
3726,
3726,
31,
57,
21,
13,
5661,
16855,
106,
17,
32,
4815,
21,
13,
5661,
22039,
17,
21,
13,
5661,
21018,
9,
14,
1961,
25,
8572,
29,
287,
6362,
22,
18,
9,
17,
31,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How can I add submenus for pop up menu programatically?
===
In my plugin, I have a pop up menu with menu item 'X' and I want to add submenu to this menu item
and the number and labels of menu items in the submenu and their action will change.
I think I can';t do this from plugin.xml, so how to do this progra... | 0 | [
2,
184,
92,
31,
3547,
972,
755,
267,
26,
1675,
71,
11379,
625,
721,
8438,
60,
800,
3726,
3726,
19,
51,
10922,
108,
15,
31,
57,
21,
1675,
71,
11379,
29,
11379,
9101,
13,
22,
396,
22,
17,
31,
259,
20,
3547,
972,
755,
291,
20,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to make servlet call in select box onclick
===
How to make servlet call from select box?
I have a select box in my jsp page and each and every selection i have to call servlet and display the content in same jsp page.
<select>
<option value="spain">spain</option>
<option value="france">France</op... | 0 | [
2,
184,
20,
233,
13,
10321,
1336,
645,
19,
5407,
1649,
27,
150,
10129,
800,
3726,
3726,
184,
20,
233,
13,
10321,
1336,
645,
37,
5407,
1649,
60,
31,
57,
21,
5407,
1649,
19,
51,
487,
3401,
2478,
17,
206,
17,
352,
3155,
31,
57,
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... |
where is defined Interator it interface method hasNext(), next(), remove(); beacause interface never defined method only declare
===
where is defined Iterator interface method like hasNext(),next(),remove(). beacause interface never defined method only declare Abstract method that are defined in other classes. and how... | 0 | [
2,
113,
25,
2811,
1480,
3457,
32,
6573,
2109,
63,
20021,
5,
6,
15,
328,
5,
6,
15,
4681,
5,
6,
73,
44,
58,
17560,
6573,
243,
2811,
2109,
104,
10123,
800,
3726,
3726,
113,
25,
2811,
32,
106,
3457,
6573,
2109,
101,
63,
20021,
5,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Is closing statement is good enough or must we also close each of the resultset?
===
We have a java application which we use more then one statement variable. The problem why need more then one statement is that at time while runnning a loop for one result inside the loop we need some other query operation to be done.... | 0 | [
2,
25,
4239,
3331,
25,
254,
511,
54,
491,
95,
67,
543,
206,
16,
14,
1736,
1198,
60,
800,
3726,
3726,
95,
57,
21,
8247,
3010,
56,
95,
275,
91,
94,
53,
3331,
7612,
9,
14,
1448,
483,
376,
91,
94,
53,
3331,
25,
30,
35,
85,
133... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Two WebCam Recording C#
===
I am new using C#, so i made a program that shows two webcam at the same time, but now i want to record video from each one and save it into a file.
I am using AForge.Net with VideoSourceplayer, not pictureBox. What do you think i can do? Any suggestions? | 1 | [
2,
81,
2741,
8760,
1576,
272,
5910,
800,
3726,
3726,
31,
589,
78,
568,
272,
5910,
15,
86,
31,
117,
21,
625,
30,
1285,
81,
2741,
8760,
35,
14,
205,
85,
15,
47,
130,
31,
259,
20,
571,
763,
37,
206,
53,
17,
2079,
32,
77,
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... |
Vaddin getMainWindow().open(new ExternalResiurce())
===
Why Vaadin sends many http requess on getMainWindow().open(new ExternalResiurce())??? | 0 | [
2,
13,
13307,
3653,
164,
6232,
27508,
5,
6,
9,
10157,
5,
2681,
4886,
99,
18,
49,
911,
1105,
5,
6,
6,
800,
3726,
3726,
483,
3471,
1283,
108,
11350,
151,
7775,
302,
13655,
18,
27,
164,
6232,
27508,
5,
6,
9,
10157,
5,
2681,
4886,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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... |
CGI with bash, executing JQuery on object embedded in site failed
===
I'm programming a server monitoring system and now I'm stuck with JQuery...
First, this is the link to the website running the monitoring system:
http://ftpronse.dyndns.org/cgi-bin/index
Still an alpha version of course :-)
Now, at the botto... | 0 | [
2,
272,
2234,
29,
13158,
15,
25836,
487,
8190,
93,
27,
3095,
12138,
19,
689,
1702,
800,
3726,
3726,
31,
22,
79,
3143,
21,
8128,
8984,
329,
17,
130,
31,
22,
79,
4549,
29,
487,
8190,
93,
9,
9,
9,
64,
15,
48,
25,
14,
3508,
20,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Datatable Javascript shows horizontal scroller bar
===
When I click on any of the columns to sort, I get the error message:
DataTables warning (table id = 'IDOFTABLE'): The table cannot fit into the current element which will cause column misalignment. The table has been drawn at its minimum possible width.
Ca... | 0 | [
2,
1054,
5924,
8247,
8741,
1285,
10095,
12159,
106,
748,
800,
3726,
3726,
76,
31,
10840,
27,
186,
16,
14,
7498,
20,
2058,
15,
31,
164,
14,
7019,
2802,
45,
1054,
5924,
18,
3590,
13,
5,
5924,
4924,
800,
13,
22,
1340,
1041,
5924,
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... |
Saving an image from canvas
===
Ive been trying to get an image export of a div (a css based word cloud), first using html2canvas to create the canvas element on the page which works great. Secondly I have been tyring to use canvas2image to save out a png or jpeg of that canvas without any success.
I can download a... | 0 | [
2,
7599,
40,
1961,
37,
9696,
800,
3726,
3726,
5568,
74,
749,
20,
164,
40,
1961,
7487,
16,
21,
13,
12916,
13,
5,
58,
272,
18,
18,
432,
833,
4005,
6,
15,
64,
568,
13,
15895,
135,
1245,
8471,
20,
1600,
14,
9696,
4520,
27,
14,
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... |
make an edit text appear between the top and the soft keyboard of the device in android
===
I have a scrollview layout with many ViewsStubs and these views stubs are inflated (displayed) depending on the user actions like.....answering the 1st questions makes the 2nd question and answer field(editText) appear
my pr... | 0 | [
2,
233,
40,
9392,
1854,
1893,
128,
14,
371,
17,
14,
1856,
8896,
16,
14,
3646,
19,
13005,
800,
3726,
3726,
31,
57,
21,
12159,
4725,
9106,
29,
151,
4146,
384,
4502,
18,
17,
158,
4146,
21354,
18,
50,
29788,
13,
5,
2906,
11061,
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... |
Excel 2010 VBA: What is the VB code to emulate selecting a block with the CTRL+A shortcut?
===
In earlier versions of Excel, pressing CTRL+A in a worksheet would literally select all cells. In Excel 2010 (not sure about 2007 or 2003), I've noticed that if you press CTRL+A within a block of cells that contain values, ... | 0 | [
2,
20700,
498,
566,
969,
45,
98,
25,
14,
13,
20468,
1797,
20,
23804,
20764,
21,
1921,
29,
14,
13,
4812,
6362,
2430,
58,
502,
4118,
60,
800,
3726,
3726,
19,
1201,
3281,
16,
20700,
15,
7196,
13,
4812,
6362,
2430,
58,
19,
21,
170,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
LINQ 2 SQL: AddObject and InsertOnSubmit
===
I need to insert a record into Payment table. I found two methods to do it
1. AddObject
2. InsertOnSubmit
What is the difference between the two? When to use what?
public void InsertEntity(DBML_Project.Payment payment)
{
//Insert ... | 0 | [
2,
6294,
1251,
172,
4444,
255,
45,
3547,
23793,
17,
19,
18,
10931,
7563,
5130,
800,
3726,
3726,
31,
376,
20,
14692,
21,
571,
77,
7582,
859,
9,
31,
216,
81,
3195,
20,
107,
32,
137,
9,
3547,
23793,
172,
9,
19,
18,
10931,
7563,
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... |
C# get => modify => set paradigm. how to shorter it into one line function call?
===
So I use something like:
...
var o = class.o; // o is a property
o.modifyInternalParameter(a, b, c); // a, b, c were created somewhere before
class.o = o; // as you can see o has geter and setter.
...
how... | 0 | [
2,
272,
5910,
164,
800,
1,
17579,
800,
1,
309,
20234,
9,
184,
20,
7622,
32,
77,
53,
293,
1990,
645,
60,
800,
3726,
3726,
86,
31,
275,
301,
101,
45,
13,
9,
9,
9,
4033,
635,
800,
718,
9,
111,
73,
12894,
635,
25,
21,
1354,
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... |
I/O optimization for Programming Constest
===
Is there any way to optimize the Input, in the case predefined input formats.<br />
Example problems :
- http://www.spoj.pl/problems/MARTIAN/
- http://www.spoj.pl/problems/FISHER/<br />
I can think of scanning one line at a time and parsing it.
Is there any bett... | 0 | [
2,
31,
118,
111,
21597,
26,
3143,
11608,
10543,
800,
3726,
3726,
25,
80,
186,
161,
20,
22864,
14,
6367,
15,
19,
14,
610,
782,
13439,
6367,
13767,
9,
1,
5145,
13,
118,
1,
823,
1716,
13,
45,
13,
8,
7775,
6903,
6483,
9,
3401,
126... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to retrieve result of Oracle database function via ODBC?
===
I have problem with calling Oracle stored function (not procedure) via ODBC.
My function is really simple, it just concatenates two strings. I can call it via:
rs = c.execute("SELECT add_str('yogi', 'bubu') FROM dual")
for row in c.fetchall():
... | 0 | [
2,
184,
20,
11917,
829,
16,
15759,
6018,
1990,
1197,
12340,
7229,
60,
800,
3726,
3726,
31,
57,
1448,
29,
2555,
15759,
8214,
1990,
13,
5,
1270,
7004,
6,
1197,
12340,
7229,
9,
51,
1990,
25,
510,
1935,
15,
32,
114,
1065,
9530,
8820,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Compiling Numpy with openblas integration
===
I am trying to install numpy with openblas , however I am at loss as to how the site.cfg file needs to be written.
When the installation procedure [at][1] was followed the installation was completed without errors, however there is performance degradation on increasing... | 0 | [
2,
24378,
13,
6336,
6448,
29,
368,
10754,
18,
8078,
800,
3726,
3726,
31,
589,
749,
20,
16146,
13,
6336,
6448,
29,
368,
10754,
18,
13,
15,
207,
31,
589,
35,
1526,
28,
20,
184,
14,
689,
9,
8940,
263,
3893,
2274,
20,
44,
642,
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... |
Codeigniter return NULL from validation callback
===
I'm using a callback to validate URLs submitted by a text input. I need to insert `NULL` in the database if the text input is empty (meaning the user erased his/her URL entry). I'm trying the code below but it just inserts an empty string in the database.
$th... | 0 | [
2,
1797,
9693,
242,
106,
788,
16203,
37,
27999,
645,
1958,
800,
3726,
3726,
31,
22,
79,
568,
21,
645,
1958,
20,
7394,
1373,
13,
911,
7532,
7368,
34,
21,
1854,
6367,
9,
31,
376,
20,
14692,
13,
1,
4215,
211,
1,
19,
14,
6018,
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... |
MediaElement.js setSrc() Loading The File But Not Changing pluginType
===
I'm working on [a page](http://www.flcbranson.org/embed.php) that uses [mediaelement.js](http://www.mediaelementjs.com/) to play mp3/mp4/wmv (yes, we have a lot of wmv). I have a list of links and those links should change the player. My effor... | 0 | [
2,
941,
27567,
9,
728,
18,
3415,
5453,
5,
6,
12797,
14,
3893,
47,
52,
4226,
10922,
108,
4474,
800,
3726,
3726,
31,
22,
79,
638,
27,
636,
58,
2478,
500,
5,
21127,
6903,
6483,
9,
4372,
150,
20746,
528,
9,
5583,
118,
1503,
4283,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 unable write to sys_get_temp_dir() on Mac
===
I have really simplified it do to: `mkdir(sys_get_temp_dir().'/test', 0777);` which returns error
> Warning: mkdir() [function.mkdir]: Permission denied in
Not sure what has happened (had quite a few problems recently with my Mac) although it appears as though it... | 0 | [
2,
13,
26120,
2343,
2757,
20,
10315,
18,
1,
3060,
1,
9577,
1,
9035,
5,
6,
27,
1572,
800,
3726,
3726,
31,
57,
510,
13,
11268,
32,
107,
20,
45,
13,
1,
79,
197,
9035,
5,
4980,
18,
1,
3060,
1,
9577,
1,
9035,
5,
6,
9,
22,
118... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to set IF statement on GROUP BY
===
Hi I have query that confusing, this is the query
SELECT `meta_value`,`meta_count`,`post_id` FROM `wp_post_meta` GROUP BY IF(ISNULL(target_key), '', target_key) ORDER BY `meta_count` DESC LIMIT 30
some of target key is null but some is value exist, how can I make result if... | 0 | [
2,
184,
20,
309,
100,
3331,
27,
214,
34,
800,
3726,
3726,
4148,
31,
57,
25597,
30,
18084,
15,
48,
25,
14,
25597,
5407,
13,
1,
5909,
58,
1,
15165,
1,
15,
1,
5909,
58,
1,
16549,
1,
15,
1,
6962,
1,
1340,
1,
37,
13,
1,
13790,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How does apache PHP memory usage really work?
===
To give some context:
I had a discussion with a colleague recently about the use of Autoloaders in PHP. I was arguing in favour of them, him against.
My point of view is that Autoloaders can help you minimise manual source dependency which in turn can help you re... | 2 | [
2,
184,
630,
17140,
13,
26120,
1912,
7514,
510,
170,
60,
800,
3726,
3726,
20,
590,
109,
4141,
45,
31,
41,
21,
5460,
29,
21,
12321,
1989,
88,
14,
275,
16,
3108,
8294,
445,
19,
13,
26120,
9,
31,
23,
9000,
19,
6342,
16,
105,
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... |
(Java) trying to read in a text file for a map in a terminal game, but NoSuchElementException
===
I keep getting the exception NoSuchElement relative to my scanning of the .txt file. Such errors to cause the exception are:
"java.util.Scanner.throwFor(Unknown Source)
java.util.Scanner.next(Unknown Source)... | 0 | [
2,
13,
5,
1004,
1385,
6,
749,
20,
1302,
19,
21,
1854,
3893,
26,
21,
2942,
19,
21,
3855,
250,
15,
47,
90,
4289,
27567,
10066,
872,
800,
3726,
3726,
31,
643,
1017,
14,
5391,
90,
4289,
27567,
4543,
20,
51,
15863,
16,
14,
13,
9,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
IE (internet exploder) ajax issue with json
===
Okay i've bashed my head over this enough so I'm resorting to asking the hive :p
I'm using google custom searches rest api with jquery to get results and build out the results for the browser
the issue I'm having is in ie this function does nothing i get a jqXHR re... | 0 | [
2,
13,
660,
13,
5,
6280,
2328,
13383,
139,
6,
20624,
1513,
29,
487,
528,
800,
3726,
3726,
1705,
31,
22,
195,
13158,
69,
51,
157,
84,
48,
511,
86,
31,
22,
79,
4765,
68,
20,
3379,
14,
25535,
13,
45,
306,
31,
22,
79,
568,
8144,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
warning: 'UITabBarController' may not respond to 'select Tab:'
===
warning: 'UITabBarController' may not respond to 'select Tab:'
I am always getting a warning message like this in xcode 4.2 is there any possibilities to remove this warning | 0 | [
2,
3590,
45,
13,
22,
11193,
13100,
139,
12898,
1252,
22,
123,
52,
4590,
20,
13,
22,
18,
16964,
6523,
45,
22,
800,
3726,
3726,
3590,
45,
13,
22,
11193,
13100,
139,
12898,
1252,
22,
123,
52,
4590,
20,
13,
22,
18,
16964,
6523,
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... |
API Facebook:invite multiple users to a event ERROR
===
How i can get who blocked my invitations?
if i invite users friends to my event a get a error because someone blocked my invitation a than nobody of friends will invite...
thx for your help...sorry for my "ENGLISH"
you can answer also on Germany and Russia | 1 | [
2,
21,
2159,
9090,
45,
108,
8901,
62,
1886,
3878,
20,
21,
807,
7019,
800,
3726,
3726,
184,
31,
92,
164,
72,
8388,
51,
7470,
18,
60,
100,
31,
10275,
3878,
954,
20,
51,
807,
21,
164,
21,
7019,
185,
737,
8388,
51,
7470,
21,
119,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Diplaying round corners in Android browser
===
I have problem with displaying round edges in Android browser (in Samsung Galaxy Tab). However, it works fine in IOS browser (in iPad and iPhone i.e, Safari). As shown in the following image
Link to the image [Round corner display problem in Android browser](http://www... | 0 | [
2,
926,
10630,
560,
8894,
19,
13005,
16495,
800,
3726,
3726,
31,
57,
1448,
29,
17418,
560,
7840,
19,
13005,
16495,
13,
5,
108,
22981,
9358,
6523,
6,
9,
207,
15,
32,
693,
1123,
19,
13,
7760,
16495,
13,
5,
108,
31,
8240,
17,
21024... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
SQL - commit only if dataset changes
===
I`m pulling some data from a website and would like to write it into an sql-db.
14:30 Data_1
14:31 Data_1
14:32 Data_1
14:33 Data_2
Most of the time the data is static so I only commit if the data changes.
14:30 Data_1
14:33 Data_2
The problem with this is that ... | 0 | [
2,
4444,
255,
13,
8,
9686,
104,
100,
1054,
3554,
1693,
800,
3726,
3726,
31,
1,
79,
3303,
109,
1054,
37,
21,
2271,
17,
83,
101,
20,
2757,
32,
77,
40,
4444,
255,
8,
9007,
9,
513,
45,
1762,
1054,
1,
165,
513,
23659,
1054,
1,
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... |
Fatal error: Class 'Memcached' not found in /my/path
===
When I try :
$mc= new Memcached();
I get
Fatal error: Class 'Memcached' not found in /my/path
phpinfo says that /etc/php5/apache2/conf.d/20-memcached.ini is loaded as an additional .ini file.
The content of this file is this one :
... | 0 | [
2,
8773,
7019,
45,
718,
13,
22,
790,
79,
793,
6261,
22,
52,
216,
19,
13,
118,
915,
118,
8353,
800,
3726,
3726,
76,
31,
1131,
13,
45,
5579,
4829,
3726,
78,
55,
79,
793,
6261,
5,
6,
73,
31,
164,
8773,
7019,
45,
718,
13,
22,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.