unified_texts stringlengths 32 30.1k | OpenStatus_id int64 0 4 | input_ids list | token_type_ids list | attention_mask list |
|---|---|---|---|---|
Adding/Removing border layout panels to the tab panel
===
I have a Tab Panel (Ext.tab.Panel) defined, I initially add a panel with border layout as its first tab.
alert (tabPanel.getLayout ().getLayoutItems ().length);
The above alert results "1".
I again instantiate the above mentioned panel with border ... | 0 | [
2,
4721,
118,
99,
17847,
1862,
9106,
9449,
20,
14,
6523,
4113,
800,
3726,
3726,
31,
57,
21,
6523,
4113,
13,
5,
1706,
38,
9,
15783,
9,
3206,
532,
6,
2811,
15,
31,
1537,
3547,
21,
4113,
29,
1862,
9106,
28,
82,
64,
6523,
9,
7863,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to properly save non english character into MySQL database using PHP?
===
I am working on parsing a HTML of website and saving information to database but in the website, there are Non English character (like Chinese, Indian, Korean, etc) that should be saved into MySQL. My problem is that in MySQL (when i view th... | 0 | [
2,
184,
20,
7428,
2079,
538,
486,
925,
77,
51,
18,
22402,
6018,
568,
13,
26120,
60,
800,
3726,
3726,
31,
589,
638,
27,
2017,
18,
68,
21,
13,
15895,
16,
2271,
17,
7599,
676,
20,
6018,
47,
19,
14,
2271,
15,
80,
50,
538,
486,
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... |
mysql_fetch_array() quotes increase speed?
===
http://www.securityandcaffeine.com/2008/04/03/php-mysql-and-mysql_fetch_array/
The above article surprised me. It says:
mysql_fetch_array() - "1 – Use quotes! 1/7th of the time to get $result['2'] compared to $result[2]"
Any idea whether that's true? | 0 | [
2,
51,
18,
22402,
1,
410,
19913,
1,
8576,
93,
5,
6,
18901,
1839,
1362,
60,
800,
3726,
3726,
7775,
6903,
6483,
9,
17749,
290,
150,
16819,
1149,
9,
960,
118,
2753,
118,
3277,
118,
3601,
118,
26120,
8,
915,
18,
22402,
8,
290,
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... |
SVG for background
===
I tried to use a svg for a background and it works in local but not when I upload it to an ftp.
It has a png fallback for IE and others that not support svg. But in all cases I just see the png.
(Just for the example use a red square for the svg and a very different think a logo of skyp... | 0 | [
2,
13,
18,
22955,
26,
2395,
800,
3726,
3726,
31,
794,
20,
275,
21,
13,
18,
22955,
26,
21,
2395,
17,
32,
693,
19,
375,
47,
52,
76,
31,
71,
8294,
32,
20,
40,
1187,
306,
9,
32,
63,
21,
351,
2723,
1080,
1958,
26,
13,
660,
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... |
Spot light shining on a flat surface
===
I want to shine a nice spotlight on a flat surface. I know that lighting is done per vertex and thus have create may vertices on the surface -- see this [answer][1]. However, I am getting these -- with GL_QUADS and GL_LINE_STRIP just to check that I have done things correctly... | 0 | [
2,
1999,
471,
10141,
27,
21,
1844,
1490,
800,
3726,
3726,
31,
259,
20,
11662,
21,
2210,
19135,
27,
21,
1844,
1490,
9,
31,
143,
30,
7134,
25,
677,
416,
22895,
17,
1086,
57,
1600,
123,
21235,
27,
14,
1490,
13,
8,
8,
196,
48,
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... |
How do I set a custom button background for a Metro app for all states
===
I want to use my own bitmaps for my buttons for a Metro style Windows 8 app. I can set the background brush for a button to my own ImageBrush and that works fine, except for the hover and pressed states. I cannot figure out how to set the bit... | 0 | [
2,
184,
107,
31,
309,
21,
5816,
5167,
2395,
26,
21,
3986,
4865,
26,
65,
202,
800,
3726,
3726,
31,
259,
20,
275,
51,
258,
1142,
15022,
18,
26,
51,
12861,
26,
21,
3986,
1034,
1936,
469,
4865,
9,
31,
92,
309,
14,
2395,
7588,
26,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Buttons not displaying properly after upgrade to ADT 20 (Helios, Mac)
===
Just updated to ADT 20 and none of the buttons in my layouts are displaying properly in the editor.
**Anyone else having the problem?**
Basically the buttons display with no background (no default grey button background as they used to). ... | 0 | [
2,
12861,
52,
17418,
7428,
75,
9483,
20,
21,
43,
38,
434,
13,
5,
9180,
7760,
15,
1572,
6,
800,
3726,
3726,
114,
6372,
20,
21,
43,
38,
434,
17,
2369,
16,
14,
12861,
19,
51,
9106,
18,
50,
17418,
7428,
19,
14,
1835,
9,
13,
1409... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Javascript replace double quotes with slash
===
I want to replace in javascript:
" with \"
My code is not working well:
text = text.toString().replace("\"", '\\"')
I get the result:
\\"
| 0 | [
2,
8247,
8741,
3934,
1494,
18901,
29,
14098,
800,
3726,
3726,
31,
259,
20,
3934,
19,
8247,
8741,
45,
13,
7,
29,
13,
1,
7,
51,
1797,
25,
52,
638,
134,
45,
1854,
800,
1854,
9,
262,
11130,
5,
6,
9,
99,
5119,
5,
7,
1,
7,
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... |
How to draw an uibezierpath under the toolbar?
===
I'm drawing a simple uibezier path but when i do it, it draw over my toolbar... How can i tell him not to draw on the space occupied by the toolbar? | 0 | [
2,
184,
20,
2003,
40,
13,
5661,
863,
15029,
8353,
131,
14,
5607,
1850,
60,
800,
3726,
3726,
31,
22,
79,
3533,
21,
1935,
13,
5661,
863,
15029,
2013,
47,
76,
31,
107,
32,
15,
32,
2003,
84,
51,
5607,
1850,
9,
9,
9,
184,
92,
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,
0,
0... |
Android Memory Leak in ArrayList
===
I am developing an Android game. As the game progresses it gets steadily slower. I am sure some of the speed changes are due to the higher enemy count and stuff like that, but I am also worried that I may have a memory leak.
I have a bunch of different classes like this:
... | 0 | [
2,
13005,
1912,
11724,
19,
7718,
5739,
800,
3726,
3726,
31,
589,
3561,
40,
13005,
250,
9,
28,
14,
250,
25512,
32,
3049,
12042,
14085,
9,
31,
589,
562,
109,
16,
14,
1362,
1693,
50,
397,
20,
14,
1184,
2436,
2468,
17,
3217,
101,
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 user msbuild properties in sqlproj (SQL Server 2012) script
===
I just upgraded my existing SQL Server 2008 r2 .dbproj to a SQL Server 2012 .sqlproj (using SQL Server Data Tools).
Previously, I was able to define a SQLCMD variable in my project, and then define the value by editing the project file to use ms... | 0 | [
2,
184,
20,
4155,
4235,
29361,
3704,
19,
4444,
255,
2740,
728,
13,
5,
18,
22402,
8128,
563,
6,
3884,
800,
3726,
3726,
31,
114,
9958,
51,
3149,
4444,
255,
8128,
570,
761,
135,
13,
9,
9007,
2740,
728,
20,
21,
4444,
255,
8128,
563,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
magento set subcategory as rootcategory
===
I have 1 magento installation with 2 websites. i want to set a subcategory from website 1 as rootcategory of website 2.
and i don't know the id of the category, because this is local and has to work on production with other categories. So i can't set the id of the wanted... | 0 | [
2,
4723,
17050,
309,
972,
14375,
93,
28,
5900,
14375,
93,
800,
3726,
3726,
31,
57,
137,
4723,
17050,
7758,
29,
172,
13931,
9,
31,
259,
20,
309,
21,
972,
14375,
93,
37,
2271,
137,
28,
5900,
14375,
93,
16,
2271,
172,
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... |
Choosing method binder in action signature
===
I have a custom model binder to get data from session, but I also would like to use the default binder from time to time.
Is it possible to choose model binder in action signature instead of using UpdateModel?
Example
public ViewResult(Cart useSessionBinder, ... | 0 | [
2,
10883,
2109,
13,
24200,
19,
1028,
7810,
800,
3726,
3726,
31,
57,
21,
5816,
1061,
13,
24200,
20,
164,
1054,
37,
3723,
15,
47,
31,
67,
83,
101,
20,
275,
14,
12838,
13,
24200,
37,
85,
20,
85,
9,
25,
32,
938,
20,
3538,
1061,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Open Windows Explorer Shell context menu
===
How do I enumerate the shell context menu item using Windows API? | 0 | [
2,
368,
1936,
8520,
3593,
4141,
11379,
800,
3726,
3726,
184,
107,
31,
26940,
62,
14,
3593,
4141,
11379,
9101,
568,
1936,
21,
2159,
60,
3,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... |
AFNetworking authentication with web service
===
Having an issue which is more of a design consideration than that of code.
My iOS app interfaces with a json web service. I am using AFNetworking and my issue is basically I need the init function (which authenticates the AFHTTPClient and retrieves a token) to compl... | 0 | [
2,
13,
2565,
24106,
68,
27963,
29,
2741,
365,
800,
3726,
3726,
452,
40,
1513,
56,
25,
91,
16,
21,
704,
9888,
119,
30,
16,
1797,
9,
51,
13,
7760,
4865,
6573,
18,
29,
21,
487,
528,
2741,
365,
9,
31,
589,
568,
13,
2565,
24106,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Is there a way to add raw html as new table rows with javascript?
===
Let's say I have the following table:
<table>
<tr id="1">...</tr>
<tr id="2">..</tr>
...
<tr id="last">..</tr>
</table>
I also have a third-party service from which I get some **raw html**, also table rows ... | 0 | [
2,
25,
80,
21,
161,
20,
3547,
4333,
13,
15895,
28,
78,
859,
11295,
29,
8247,
8741,
60,
800,
3726,
3726,
408,
22,
18,
395,
31,
57,
14,
249,
859,
45,
13,
1,
5924,
1,
13,
1,
6384,
4924,
3726,
7,
165,
7,
1,
9,
9,
9,
1,
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... |
Word count in C, learning more CS
===
After about 5 years of programming in dynamic languages such as Python and JS I am starting to feel I'm missing out of what happens under the hood. Languages such as these are really great because they let you focus on what you have to do leveraging the trouble of working with poi... | 0 | [
2,
833,
2468,
19,
272,
15,
2477,
91,
272,
18,
800,
3726,
3726,
75,
88,
331,
122,
16,
3143,
19,
7782,
2556,
145,
28,
20059,
17,
487,
18,
31,
589,
1422,
20,
583,
31,
22,
79,
2863,
70,
16,
98,
5531,
131,
14,
6124,
9,
2556,
145,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Externalize Tomcat configuration
===
I have a DataSource configuration in context.xml. Is it possible not to hard-code database parameters in that file? For example, use an external properties file, and load the parameters from it?
Something, like this:
context.xml:
<Resource
name="jdbc/myDS" aut... | 0 | [
2,
4886,
2952,
2067,
5782,
8091,
800,
3726,
3726,
31,
57,
21,
1054,
12097,
8091,
19,
4141,
9,
396,
8184,
9,
25,
32,
938,
52,
20,
552,
8,
9375,
6018,
12905,
19,
30,
3893,
60,
26,
823,
15,
275,
40,
4886,
3704,
3893,
15,
17,
6305... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
g++: Object vpointer is not pointing exactly to the vtable (but close)
===
I am using g++ (GCC) 3.4.6 (Red Hat 3.4.6-10), to compile a simple test program (given below). The binary is compiled as 64bit, without any optimization flags. Upon examining the process in gdb, I find that the objects' vpointers are not pointi... | 0 | [
2,
489,
20512,
45,
3095,
566,
3132,
106,
25,
52,
6832,
1890,
20,
14,
566,
5924,
13,
5,
811,
543,
6,
800,
3726,
3726,
31,
589,
568,
489,
20512,
13,
5,
263,
3384,
6,
203,
9,
300,
9,
379,
13,
5,
2095,
2970,
203,
9,
300,
9,
37... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
MEF under IIS is not loading parts
===
I have problem with loading mef parts under iis. The load method looks like this:
private void LoadPlugins(string path)
{
var aggregateCatalog = new AggregateCatalog();
var directoryCatalogExe = new DirectoryCatalog(path, "*.exe");
... | 0 | [
2,
55,
410,
131,
595,
18,
25,
52,
12797,
1341,
800,
3726,
3726,
31,
57,
1448,
29,
12797,
55,
410,
1341,
131,
595,
18,
9,
14,
6305,
2109,
1879,
101,
48,
45,
932,
11364,
6305,
18527,
17040,
5,
11130,
2013,
6,
13,
1,
4033,
8544,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 plugin that allows customized view of variables/objects while debugging
===
While using C++ I have to deal with programs that have objects like matrices, linked lists etc
The default view of eclipse for variables while debugging is not very useful. It normally shows pointer values with value of only the fir... | 0 | [
2,
11652,
10922,
108,
30,
2965,
28779,
1418,
16,
12157,
118,
23793,
18,
133,
121,
16254,
2762,
800,
3726,
3726,
133,
568,
272,
20512,
31,
57,
20,
1183,
29,
1726,
30,
57,
3916,
101,
24849,
15,
4727,
7227,
2722,
14,
12838,
1418,
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... |
Fix- DataBinding: 'System.Data.DataRowView' does not contain a property with the name
===
create procedure St_Proc_GetUserReportforCurrentDayTask
@userID int
as
Begin
set NoCount on;
DECLARE @TODAY DATE ... | 0 | [
2,
6098,
8,
1054,
22260,
45,
13,
22,
10724,
9,
18768,
9,
18768,
5417,
4725,
22,
630,
52,
3717,
21,
1354,
29,
14,
204,
800,
3726,
3726,
1600,
7004,
354,
1,
15617,
1,
3060,
16704,
17437,
1106,
17657,
1185,
38,
20310,
13,
1,
3699,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 not loading properly in jsp, tomcat and servlet
===
<%@ page language="java" contentType="text/html" pageEncoding="UTF-8"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/... | 0 | [
2,
272,
18,
18,
52,
12797,
7428,
19,
487,
3401,
15,
2067,
5782,
17,
13,
10321,
1336,
800,
3726,
3726,
13,
1,
11881,
1,
2478,
816,
3726,
7,
1004,
1385,
7,
2331,
4474,
3726,
7,
11969,
118,
15895,
7,
2478,
219,
15458,
3726,
7,
1982... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Load file on Ruby with two separate encodings
===
I have a large file with two different encodings. The "main" file is UTF-8, but some characters like `<80>` (€ in isoxxx) or `<9F>` (ß in isoxxx) are in ISO-8859-1 encoding. I can use this to replace the invalid characters:
string.encode("iso8859-1", "utf-8", {... | 0 | [
2,
6305,
3893,
27,
10811,
29,
81,
1725,
19608,
18,
800,
3726,
3726,
31,
57,
21,
370,
3893,
29,
81,
421,
19608,
18,
9,
14,
13,
7,
6232,
7,
3893,
25,
287,
11720,
8,
457,
15,
47,
109,
1766,
101,
13,
1,
2887,
1,
13,
5,
12,
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... |
Sliding a UIViewController to pop - as in the Readability app
===
I'm trying to emulate the sliding UIViewController as seen in the Readability app. You can drag a page to the right and it pops the current view off the stack to go back to parent UIViewController with a sliding animation as in the image: the right-most... | 0 | [
2,
7609,
21,
13,
5661,
4725,
12898,
1252,
20,
1675,
13,
8,
28,
19,
14,
1302,
4091,
4865,
800,
3726,
3726,
31,
22,
79,
749,
20,
23804,
14,
7609,
13,
5661,
4725,
12898,
1252,
28,
541,
19,
14,
1302,
4091,
4865,
9,
42,
92,
5501,
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... |
Running pom.xml fails on an Apache project-James
===
I am getting error
Failed to execute goal on project james-server: Could not resolve dependencies for project org.apache.james:james-server:jar:2.3.2: Failed to collect dependencies for [org.bouncycastle:bcmail-jdk14:jar:129 (compile), org.bouncycastle:bcma... | 0 | [
2,
946,
16214,
9,
396,
8184,
13614,
27,
40,
17140,
669,
8,
18309,
800,
3726,
3726,
31,
589,
1017,
7019,
1702,
20,
15644,
1195,
27,
669,
586,
8,
10321,
106,
45,
110,
52,
9854,
29411,
26,
669,
13,
5583,
9,
7738,
2569,
9,
18309,
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... |
Guard for RoR not detecting file changes or updates in Windows
===
I have a RoR 3.2.5 app with the guard gem installed to automatically run MiniTest::Spec tests. The guardfile is configured correctly to run specs automatically - I know this because I've tested Guard on the same app on my Mac OS X environment and it au... | 0 | [
2,
1611,
26,
761,
248,
52,
9092,
68,
3893,
1693,
54,
16779,
19,
1936,
800,
3726,
3726,
31,
57,
21,
761,
248,
203,
9,
135,
9,
264,
4865,
29,
14,
1611,
8551,
4066,
20,
7499,
485,
4236,
10543,
45,
45,
18,
12610,
4894,
9,
14,
1611... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 - hide a table row
===
I have a need to hide a certain table row by clicking a link.
function filterRows(statusName) {
$("#mainTable > tbody > tr").find(statusName).each( function () {
alert($(this));
//the alert is not shown
... | 0 | [
2,
487,
8190,
93,
13,
8,
3077,
21,
859,
3131,
800,
3726,
3726,
31,
57,
21,
376,
20,
3077,
21,
1200,
859,
3131,
34,
25590,
21,
3508,
9,
1990,
11945,
5417,
18,
5,
10631,
267,
7259,
6,
13,
1,
5579,
5,
7,
5910,
6232,
5924,
13,
1... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Need drop-downs option value in form action query-string
===
I am working in PHP +HTML
1] Form action="index.php?option=com_advertisment&task=keysearch&Itemid=2&catid=this.options[this.selectedIndex].value"
but the selected value of drop down is not shown in query string when i submit the form.
That means (thi... | 0 | [
2,
376,
2804,
8,
2968,
18,
4255,
1923,
19,
505,
1028,
25597,
8,
11130,
800,
3726,
3726,
31,
589,
638,
19,
13,
26120,
2754,
15895,
137,
500,
505,
1028,
3726,
7,
25671,
9,
26120,
60,
2594,
3309,
3726,
960,
1,
22898,
403,
1130,
1569,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
CultureInfo and default selection value
===
My function:
public void loadCultureList()
{
CultureInfo[] cultures = CultureInfo.GetCultures(CultureTypes.AllCultures);
ddlCulture.DataSource = cultures; //ddlCulture is dropdownlist id
ddlCulture.DataTextField = "Display... | 0 | [
2,
1365,
108,
4120,
17,
12838,
3155,
1923,
800,
3726,
3726,
51,
1990,
45,
317,
11364,
6305,
12518,
5739,
5,
6,
13,
1,
1365,
108,
4120,
2558,
500,
9064,
800,
1365,
108,
4120,
9,
3060,
12518,
18,
5,
12518,
4474,
18,
9,
1233,
12518,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
multiple google charts api, on same web page
===
I honestly believe I'm either being an idiot or I dont have a clue. I cannot for the life of me get two google charts on one web page. I've got it running without any error but it doesnt show anything now?
<html>
<head>
<script type="text/java... | 0 | [
2,
1886,
8144,
5158,
21,
2159,
15,
27,
205,
2741,
2478,
800,
3726,
3726,
31,
10971,
985,
31,
22,
79,
694,
142,
40,
8563,
54,
31,
1049,
57,
21,
8906,
9,
31,
1967,
26,
14,
201,
16,
55,
164,
81,
8144,
5158,
27,
53,
2741,
2478,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Assign Contact Details to a Textfile?
===
I am using 2.1 version. I got All the Contact Details in the ListView.I am doing the DropBox Folder App.Now I am trying to copy these ListView contents to a Textfile and post it in to the DropBox.I already created a text file on Dropbox[aaa.txt] by using the cretefolder() meth... | 0 | [
2,
13952,
2203,
3289,
20,
21,
1854,
16877,
60,
800,
3726,
3726,
31,
589,
568,
172,
9,
165,
615,
9,
31,
330,
65,
14,
2203,
3289,
19,
14,
968,
4725,
9,
49,
589,
845,
14,
2804,
5309,
19294,
4865,
9,
1387,
31,
589,
749,
20,
4344,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 + Google Maps API + GWT + Geocoding Attempt: Getting this exception at run time- compiling fine
===
I have a GWT app that uses Google Maps and Im trying to create a method that uses Googele's [geocoder][1] class to get the LatLng ofan address.
This is my code:
Geocoder gc = new Geocoder();
gc.getLatL... | 0 | [
2,
8247,
2754,
8144,
6867,
21,
2159,
2754,
14094,
38,
2754,
6389,
15458,
1735,
45,
1017,
48,
5391,
35,
485,
85,
8,
24378,
1123,
800,
3726,
3726,
31,
57,
21,
14094,
38,
4865,
30,
2027,
8144,
6867,
17,
797,
749,
20,
1600,
21,
2109,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
iPhone : Upload video to Youtube while running app in device
===
I am getting following error while installing the application on my device. before running in device i am tested in simulator uploaded fine but in device i am getting this error :
plz help me how to solve this ..........
_OBJC_CLASS_$_GDataYouTubeMe... | 0 | [
2,
21024,
13,
45,
71,
8294,
763,
20,
7330,
133,
946,
4865,
19,
3646,
800,
3726,
3726,
31,
589,
1017,
249,
7019,
133,
25429,
14,
3010,
27,
51,
3646,
9,
115,
946,
19,
3646,
31,
589,
7631,
19,
24565,
23782,
1123,
47,
19,
3646,
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... |
passing url as hashmaps in backbone route?
===
I'm trying to pass a directory location and the file path as part of the hashmaps in backbone routes. This is the url with hashmaps:
localhost/index.html#directory-`http://localhost/foobar`-`html/foo.html`
and this is what my route that maps the above url:
rou... | 0 | [
2,
2848,
287,
6362,
28,
19170,
15022,
18,
19,
24036,
858,
60,
800,
3726,
3726,
31,
22,
79,
749,
20,
1477,
21,
16755,
1474,
17,
14,
3893,
2013,
28,
141,
16,
14,
19170,
15022,
18,
19,
24036,
5050,
9,
48,
25,
14,
287,
6362,
29,
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... |
SQL Server FullText search for phrase containing punctuation, e.g. IP address?
===
I'm using SQL Server fulltext to search text in large varchar/varbinary columns that may contain IP addresses. I understand that the dots in the address aren't in the index, but I thought a phrase search such as this would work:
sel... | 0 | [
2,
4444,
255,
8128,
503,
11969,
2122,
26,
6845,
3503,
13,
17359,
291,
857,
15,
13,
62,
9,
263,
9,
15735,
3218,
60,
800,
3726,
3726,
31,
22,
79,
568,
4444,
255,
8128,
503,
11969,
20,
2122,
1854,
19,
370,
4033,
5433,
118,
3311,
47... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
iOS & MVC - How to create this app/game
===
I'm really quite confused as to how I'm supposed to implement the following app. I have 90% of the code, but the last 10% I can't figure out. I can't figure out how I'm supposed to control the flow of events. I'll describe the app/game first.
The Game
--------
The flow ... | 0 | [
2,
13,
7760,
279,
307,
8990,
13,
8,
184,
20,
1600,
48,
4865,
118,
5128,
800,
3726,
3726,
31,
22,
79,
510,
1450,
4230,
28,
20,
184,
31,
22,
79,
2293,
20,
8713,
14,
249,
4865,
9,
31,
57,
16370,
16,
14,
1797,
15,
47,
14,
236,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
CGContextSetTextMatrix and type of encoding string
===
I'm using Quartz to draw a text but I have problems with the type of encoding used...
i use this code:
// Draw text inside context
CGContextSetRGBFillColor(labelContext,1.0, 1.0, 1.0, 1);
CGContextSelectFont(labelContext, "Helveti... | 0 | [
2,
13,
15123,
1126,
11969,
3554,
11969,
540,
17224,
17,
1001,
16,
19608,
3724,
800,
3726,
3726,
31,
22,
79,
568,
20913,
20,
2003,
21,
1854,
47,
31,
57,
1716,
29,
14,
1001,
16,
19608,
147,
9,
9,
9,
31,
275,
48,
1797,
45,
12894,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 model a contract database (with several buyers or sellers) using GAE datastore
===
I'm new to programming and I'm trying to grasp the concept of the GAE datastore. I'm trying to build an app to make it easy write contracts (http://contractpy.appspot.com) and I'd like to know: how to model a database to record c... | 0 | [
2,
184,
20,
1061,
21,
1305,
6018,
13,
5,
1410,
238,
20237,
54,
22304,
6,
568,
13,
17721,
1054,
16828,
800,
3726,
3726,
31,
22,
79,
78,
20,
3143,
17,
31,
22,
79,
749,
20,
10677,
14,
2420,
16,
14,
13,
17721,
1054,
16828,
9,
31,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Difficulty in installing mysql gem on OSX
===
If it makes any difference, I did just update to Mountain Lion, I don't know if that complicates this process.
I'm trying to get started with a Sinatra app that will connect to a MySql database. I've got a Gemfile set up and am running a `bundle install` and get the fol... | 0 | [
2,
6967,
19,
25429,
51,
18,
22402,
8551,
27,
13,
759,
396,
800,
3726,
3726,
100,
32,
1364,
186,
2841,
15,
31,
144,
114,
11100,
20,
1286,
6023,
15,
31,
221,
22,
38,
143,
100,
30,
13,
960,
26811,
18,
48,
953,
9,
31,
22,
79,
74... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Hello World database android tablet
===
I've been trying to follow the plethora of android database examples that are on here, but after hours of unsuccessful attempts I've decided to start 99% from scratch.
Can someone give me a code example that will take the default "Hello World" application, that will simply co... | 1 | [
2,
10975,
126,
6018,
13005,
16394,
800,
3726,
3726,
31,
22,
195,
74,
749,
20,
1740,
14,
11375,
38,
13278,
16,
13005,
6018,
3770,
30,
50,
27,
235,
15,
47,
75,
974,
16,
7225,
3265,
31,
22,
195,
868,
20,
799,
13,
26014,
37,
12395,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Can't get .click() to work on a disabled textarea
===
I'm using jQuery. I have a disabled textarea: `<textarea id="textarea" disabled="disabled"></textarea>`. I want to make it so that when a user clicks on the textarea, it will do something, such as an alert box. So, I have `$('#textarea').click(function() { alert('T... | 0 | [
2,
92,
22,
38,
164,
13,
9,
150,
10129,
5,
6,
20,
170,
27,
21,
10154,
1854,
17760,
800,
3726,
3726,
31,
22,
79,
568,
487,
8190,
93,
9,
31,
57,
21,
10154,
1854,
17760,
45,
13,
1,
11969,
17760,
4924,
3726,
7,
11969,
17760,
7,
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... |
Get all phone numbers from contacts
===
I use the following code to retrieve all phone number from contacts.
Cursor c = context.getContentResolver().query(
Data.CONTENT_URI,
new String[] { Phone.NUMBER },
Data.MIMETYPE + "='" + Phone.CONTENT_ITEM_TYPE
+ "'", null, null);
I... | 0 | [
2,
164,
65,
1132,
2116,
37,
11894,
800,
3726,
3726,
31,
275,
14,
249,
1797,
20,
11917,
65,
1132,
234,
37,
11894,
9,
29588,
272,
800,
4141,
9,
3060,
25424,
99,
5594,
2304,
5,
6,
9,
8190,
93,
5,
1054,
9,
25424,
1,
3594,
15,
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... |
Field 'x' doesn't have a default value
===
i got an error "CDbCommand failed to execute the SQL statement: SQLSTATE[HY000]: General error: 1364 Field 'editedbyid' doesn't have a default value. The SQL statement executed was: INSERT INTO `pos` (`serialnumber`, `posmodelid`, `active`, `created`, `updated`, `forapproval`... | 0 | [
2,
575,
13,
22,
396,
22,
1437,
22,
38,
57,
21,
12838,
1923,
800,
3726,
3726,
31,
330,
40,
7019,
13,
7,
6324,
220,
16239,
1702,
20,
15644,
14,
4444,
255,
3331,
45,
4444,
255,
3859,
2558,
5608,
3993,
500,
45,
297,
7019,
45,
539,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 package by feature approach good?
===
Recently I came across this javalobby post [http://java.dzone.com/articles/how-changing-java-package][1] on packaging java code by feature.
I like the idea, but i have few questions on this approach. I asked my question but didn't get a satisfactory reply. I hope someone on... | 0 | [
2,
25,
6030,
34,
1580,
2141,
254,
60,
800,
3726,
3726,
1989,
31,
281,
464,
48,
8247,
10904,
779,
678,
636,
21127,
6903,
1004,
1385,
9,
43,
11661,
9,
960,
118,
20360,
18,
118,
1544,
8,
22211,
8,
1004,
1385,
8,
8573,
1303,
500,
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... |
Send Input Values from a Form to a Support Email Address
===
_Disclaimer- I AM A BEGINNER. If there is not a simple answer here, I will gladly review the correct tutorial, etc. But I've been looking for a couple days and I can't quite get this._
Use Case:
**AS A:** visitor viewing a Google Site <br>
**I WANT TO... | 0 | [
2,
2660,
6367,
4070,
37,
21,
505,
20,
21,
555,
8517,
3218,
800,
3726,
3726,
13,
1,
2906,
22661,
106,
8,
31,
589,
21,
26931,
9,
100,
80,
25,
52,
21,
1935,
1623,
235,
15,
31,
129,
3539,
102,
1487,
14,
4456,
29724,
15,
2722,
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... |
create setup for an existent exe file
===
I want to create a setup for an existent .exe file. This file needs some .ocx and .dll files to run correctly. So this mentioned setup should paste these all files in a specified path and then run the .exe file.
I have tried with installshield 2010 basic and InstallScript p... | 0 | [
2,
1600,
18161,
26,
40,
13,
20788,
1396,
62,
3893,
800,
3726,
3726,
31,
259,
20,
1600,
21,
18161,
26,
40,
13,
20788,
13,
9,
1706,
62,
3893,
9,
48,
3893,
2274,
109,
13,
9,
2499,
396,
17,
13,
9,
43,
211,
6488,
20,
485,
12044,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
What is the proper way to handle image rotations for iphone/ipad?
===
I have 2 images, one in portrait mode, and the other in landscape mode.
What is the best way to switch these images when a mobile device view rotation takes place?
Currently I just display the portrait image. And when the device rotates to lands... | 0 | [
2,
98,
25,
14,
4119,
161,
20,
3053,
1961,
9431,
18,
26,
21024,
118,
49,
8240,
60,
800,
3726,
3726,
31,
57,
172,
3502,
15,
53,
19,
5548,
3740,
15,
17,
14,
89,
19,
4453,
3740,
9,
98,
25,
14,
246,
161,
20,
5521,
158,
3502,
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... |
Fancybox with YouTube movie in FireFox does not close entirely - see demo
===
Window closes, but movie still plays in background.
When you close and recall fancy, you can see movie continuing to play.
See this link with demo (click on small YouTube icon):
http://reference.xarray.org.uk/pages.php/fancy-problem... | 0 | [
2,
12251,
5309,
29,
7330,
1308,
19,
535,
18219,
630,
52,
543,
2894,
13,
8,
196,
8376,
800,
3726,
3726,
1463,
543,
18,
15,
47,
1308,
174,
1533,
19,
2395,
9,
76,
42,
543,
17,
7111,
12251,
15,
42,
92,
196,
1308,
4489,
20,
418,
9,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to use Facebook Batch Upload in PHP SDK sorting photo
===
I use the batch required to upload 200 photos,
but the sequence is wrong,
I don't know how to do let sorting according to my upload sequence.
then I try to add a parameter in the $req
'depends_on' => 'file' . (($k+($j*$batch_num))+1-1),
although the ... | 0 | [
2,
184,
20,
275,
9090,
13064,
71,
8294,
19,
13,
26120,
13,
18,
43,
197,
2058,
68,
3056,
800,
3726,
3726,
31,
275,
14,
13064,
1390,
20,
71,
8294,
2327,
7064,
15,
47,
14,
4030,
25,
1389,
15,
31,
221,
22,
38,
143,
184,
20,
107,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 Display Mocean adds
===
I am using mocean add in my android application. but it doesn't shows add.
I have referred sample example given by mojiva sdk. I have set site id and zone id which i get after register my app on mojiva site.
please help me.
thanks in advance. | 0 | [
2,
13005,
3042,
307,
23409,
10621,
800,
3726,
3726,
31,
589,
568,
307,
23409,
3547,
19,
51,
13005,
3010,
9,
47,
32,
1437,
22,
38,
1285,
3547,
9,
31,
57,
1870,
5717,
823,
504,
34,
1873,
1616,
1385,
13,
18,
43,
197,
9,
31,
57,
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... |
creating a popup like this
===
How to make a popup like in the image when we click a link and what it is known as??

Thanks in advance | 0 | [
2,
2936,
21,
1675,
576,
101,
48,
800,
3726,
3726,
184,
20,
233,
21,
1675,
576,
101,
19,
14,
1961,
76,
95,
10840,
21,
3508,
17,
98,
32,
25,
167,
28,
60,
60,
13,
187,
2558,
16866,
1702,
500,
5,
21127,
6903,
49,
9,
1660,
11147,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0... |
How to dynamically change URL of liferay iframe portlet?
===
I need to create a page with two portlets. The first one will need to change the url source of the second iframe portlet on click. However, the requirement is that the page should not be reloaded.
Is it possible to implement? If yes, then how?
I read f... | 0 | [
2,
184,
20,
7782,
1326,
753,
287,
6362,
16,
201,
2787,
31,
8361,
1295,
1336,
60,
800,
3726,
3726,
31,
376,
20,
1600,
21,
2478,
29,
81,
1295,
11045,
9,
14,
64,
53,
129,
376,
20,
753,
14,
287,
6362,
1267,
16,
14,
153,
31,
8361,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 animation pivot points got disturbed when using OverridePendingTransition
===
I tried a simple rotation animation with `pivotX=50%p pivotY=50%p // also with values 50% instead of 50%p` as when i apply it on a image having width and height fill parent it got applied correctly .. means image rotates with pivots ... | 0 | [
2,
13005,
6236,
20670,
819,
330,
13654,
76,
568,
84,
928,
19038,
68,
7028,
9861,
800,
3726,
3726,
31,
794,
21,
1935,
9431,
6236,
29,
13,
1,
2159,
23061,
396,
3726,
21703,
306,
20670,
93,
3726,
21703,
306,
12894,
67,
29,
4070,
10496,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
ListFragment onListItemClick don't work anymore with Android 4.1 Jelly Bean
===
I am testing my app in the new **Android system 4.1 Jelly Bean**, and my `ListFragment` is not working properly anymore.
When I click on a list's row, the function `onListItemClick` is not call anymore. It use to work juste fine on Andr... | 0 | [
2,
968,
22133,
1130,
27,
5739,
2119,
4829,
10129,
221,
22,
38,
170,
3375,
29,
13005,
268,
9,
165,
18749,
15322,
800,
3726,
3726,
31,
589,
4431,
51,
4865,
19,
14,
78,
13,
1409,
290,
18524,
329,
268,
9,
165,
18749,
15322,
1409,
15,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to display the Image property in the Views of ASP.net MVC
===
I want to convert my code number of my card to QR image, so I added one reference to my project. Then I created one method in my Helper Class :
public static Image GenerateQRCode(String code)
{
QrEncoder qrEncoder = new QrEncoder(Er... | 0 | [
2,
184,
20,
3042,
14,
1961,
1354,
19,
14,
4146,
16,
28,
306,
9,
2328,
307,
8990,
800,
3726,
3726,
31,
259,
20,
8406,
51,
1797,
234,
16,
51,
2056,
20,
2593,
139,
1961,
15,
86,
31,
905,
53,
2801,
20,
51,
669,
9,
94,
31,
679,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Address not displayed properly in joomla
===
I have created a website named m2mreach.com , the site works well apart from having the bug in the contect us page "www.m2mreach.com/contact-us.html " the address is not showing up in this.. Here with i'm attaching the image of the bug . Kindly assist....
![enter image des... | 0 | [
2,
3218,
52,
6115,
7428,
19,
2640,
2636,
531,
800,
3726,
3726,
31,
57,
679,
21,
2271,
377,
307,
135,
79,
18700,
9,
960,
13,
15,
14,
689,
693,
134,
2629,
37,
452,
14,
6256,
19,
14,
23986,
4812,
182,
2478,
13,
7,
6483,
9,
79,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Prevent child process from showing a shell window in c#
===
I'm using ffmpeg to compile videos, and I'd like to prevent it from displaying a console when performing actions.
Here's how I start ffmpeg:
ProcessStartInfo si = new ProcessStartInfo();
si.Arguments = string.Format("-y -loop 1 -t " + DucationToStri... | 0 | [
2,
2501,
850,
953,
37,
3187,
21,
3593,
1463,
19,
272,
5910,
800,
3726,
3726,
31,
22,
79,
568,
13,
2460,
79,
20427,
20,
26561,
6610,
15,
17,
31,
22,
43,
101,
20,
2501,
32,
37,
17418,
21,
8650,
76,
2955,
3078,
9,
235,
22,
18,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Using diferent <form:input> tags in the same place on JSP page
===
In my JSP page (Spring MVC application) I have one list box (`<form:select ...>`) with values from some Enum.
What I try to achieve is to change an another input depend on choise from above mentioned list box.
To clarify:
Below is the code snipet... | 0 | [
2,
568,
926,
2407,
2291,
13,
1,
4190,
45,
108,
4881,
1,
3383,
18,
19,
14,
205,
209,
27,
487,
3401,
2478,
800,
3726,
3726,
19,
51,
487,
3401,
2478,
13,
5,
15827,
307,
8990,
3010,
6,
31,
57,
53,
968,
1649,
13,
5,
1,
4190,
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... |
What is the purpose of OAuth temporary credentials?
===
I'm reading the protocol workflow of OAuth - http://hueniverse.com/oauth/guide/workflow/
I understand the need for access credentials in OAuth since they guarantee that the user has given access to his resource, however what is the purpose of temporary credent... | 0 | [
2,
98,
25,
14,
2131,
16,
635,
1346,
96,
4700,
5059,
43,
10107,
18,
60,
800,
3726,
3726,
31,
22,
79,
1876,
14,
8494,
170,
9990,
16,
635,
1346,
96,
13,
8,
7775,
6903,
2242,
12367,
9453,
9,
960,
118,
111,
1346,
96,
118,
17599,
11... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Adding buttons to panel dynamically
===
ExtJS 4
How to add a button to a panel (dynamically) as if in the buttons property?
In ExtJS 3, we have `panel.addButton()` but didn't find any such function in ExtJS 4. I tried `panel.addDocked()` too but it didn't work. | 0 | [
2,
4721,
12861,
20,
4113,
7782,
1326,
800,
3726,
3726,
1396,
38,
728,
18,
268,
184,
20,
3547,
21,
5167,
20,
21,
4113,
13,
5,
20985,
1326,
6,
28,
100,
19,
14,
12861,
1354,
60,
19,
1396,
38,
728,
18,
203,
15,
95,
57,
13,
1,
32... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Set ClassPath for SBT outside of build.sbt/build.scala
===
I am making a basic program that uses SLF4J. The main point of using SLF4J is to manually specify the .jar files for the logging backend you are using (along with the properties files of that logger) using the java classpath. This means the .jar related to t... | 0 | [
2,
309,
718,
8353,
26,
13,
18,
220,
38,
719,
16,
1895,
9,
18,
220,
38,
118,
29361,
9,
18,
3430,
58,
800,
3726,
3726,
31,
589,
544,
21,
2125,
625,
30,
2027,
13,
18,
9641,
300,
728,
9,
14,
407,
454,
16,
568,
13,
18,
9641,
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... |
The best way to share the same functionality in Backbone
===
I am in the current situation: for a `Backbone.Collection` (but it should be also for a `Backbone.Model`), I extend the class in this way(1).
The functionality I want to share are the following:
1) `startPolling` and `stopPolling` should be... | 0 | [
2,
14,
246,
161,
20,
1891,
14,
205,
18548,
19,
24036,
800,
3726,
3726,
31,
589,
19,
14,
866,
1858,
45,
26,
21,
13,
1,
1958,
8640,
9,
15015,
872,
1,
13,
5,
811,
32,
378,
44,
67,
26,
21,
13,
1,
1958,
8640,
9,
13998,
1,
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... |
Why does my button do this?
===
It goes to undefined then to test.com.
How can i make it go to http://url.com then http://test.com then http://anotherdesiredurl.com
http://pastebin.com/HsnZ8c5C
| 0 | [
2,
483,
630,
51,
5167,
107,
48,
60,
800,
3726,
3726,
32,
1852,
20,
367,
13439,
94,
20,
1289,
9,
960,
9,
184,
92,
31,
233,
32,
162,
20,
7775,
6903,
911,
255,
9,
960,
94,
7775,
6903,
10543,
9,
960,
94,
7775,
6903,
14945,
3196,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
awk search value and get column
===
I apologize for poor English.
using awk with
I want to get started with "/acq/old/*" columns.
file1
z y x / ACQ / old / a.zip y
z y t / ACQ / old / a.zip x
The fourth column
file2
z y / ACQ / old / a.zip 10
z y / ACQ / old / a.zip 20
the third column
...
file n
... | 0 | [
2,
13,
3885,
197,
2122,
1923,
17,
164,
4698,
800,
3726,
3726,
31,
12059,
26,
1696,
486,
9,
568,
13,
3885,
197,
29,
31,
259,
20,
164,
373,
29,
13,
7,
118,
58,
21980,
118,
1218,
118,
2483,
7,
7498,
9,
3893,
165,
2052,
13,
93,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Doctrine2 Simple Relation
===
I think I'm missing something obvious with doctrine relationship mapping.
I have two models, Microsite and Page (one to many, page only belongs to one site).
...
* @ORM\Table()
* @ORM\Entity(repositoryClass="EP\PreReg\DataBundle\Entity\MicrositeRepository")
... | 0 | [
2,
7521,
135,
1935,
5827,
800,
3726,
3726,
31,
277,
31,
22,
79,
2863,
301,
4674,
29,
7521,
1429,
13305,
9,
31,
57,
81,
2761,
15,
2899,
9097,
17,
2478,
13,
5,
849,
20,
151,
15,
2478,
104,
7034,
20,
53,
689,
6,
9,
13,
9,
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... |
Jython - is it faster to use Python data structures or Java ones?
===
I'm trying to understand whether and under what circs one should use Python classes and/or Java ones.
If making a specialist dictionary/Map kind of class, should one subclass from Python's dict, or from Java's HashMap or TreeMap, etc.?
It is... | 0 | [
2,
487,
93,
11570,
13,
8,
25,
32,
4233,
20,
275,
20059,
1054,
3815,
54,
8247,
53,
18,
60,
800,
3726,
3726,
31,
22,
79,
749,
20,
1369,
1472,
17,
131,
98,
13,
14022,
18,
53,
378,
275,
20059,
2684,
17,
118,
248,
8247,
53,
18,
9... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Google Maps website KML track display issue
===
I'm converting recorded GPS tracks to KML/KMZ files and they show up correctly in Google Earth. However, opening the same KML file in the Google Maps *website* I get weird straight lines that are a few thousand km long.
KML download:
http://www.indunet.it/stackexcha... | 0 | [
2,
8144,
6867,
2271,
401,
255,
792,
3042,
1513,
800,
3726,
3726,
31,
22,
79,
19583,
801,
18298,
1633,
20,
401,
255,
118,
2939,
380,
6488,
17,
59,
298,
71,
12044,
19,
8144,
1073,
9,
207,
15,
1214,
14,
205,
401,
255,
3893,
19,
14,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
AgrumenNullException in ThreadPool.QueueUserWorkItem
===
I've got a method which gets called frequently by different treads. Sometimes I get an AgrumenNullException when `ThreadPool.QueueUserWorkItem(display(angebot), null);` gets called, stating that the parameter `callBack` (the first parameter) is null.
What am ... | 0 | [
2,
21,
15244,
755,
4215,
211,
10066,
872,
19,
9322,
13378,
9,
2005,
4185,
16704,
3783,
2119,
79,
800,
3726,
3726,
31,
22,
195,
330,
21,
2109,
56,
3049,
227,
3086,
34,
421,
17447,
18,
9,
1030,
31,
164,
40,
21,
15244,
755,
4215,
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... |
Converting PDF to PNG with transparent background
===
We have a Ruby on Rails application that needs to convert a PDF into a PNG with a transparent background. We're using rmagick 2.13.1. On our development machines the following code works exactly how we want it.
pages = Magick::Image.from_blob(book.to_pdf.ren... | 0 | [
2,
19583,
13,
11124,
20,
351,
2723,
29,
14862,
2395,
800,
3726,
3726,
95,
57,
21,
10811,
27,
2240,
18,
3010,
30,
2274,
20,
8406,
21,
13,
11124,
77,
21,
351,
2723,
29,
21,
14862,
2395,
9,
95,
22,
99,
568,
761,
21200,
197,
172,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
If I use buffering will that have significant effect on performance?
===
I have a client who wants his script to be tweaked for some modifications. Unfortunately, most of the code is 'ionCubed'. Now I thought I can use `ob_start($callback)` to buffer the output and change it by using RegExes. My question is will that ... | 0 | [
2,
100,
31,
275,
17497,
68,
129,
30,
57,
1505,
1590,
27,
956,
60,
800,
3726,
3726,
31,
57,
21,
6819,
72,
2846,
33,
3884,
20,
44,
28769,
69,
26,
109,
13922,
9,
6200,
15,
127,
16,
14,
1797,
25,
13,
22,
872,
23592,
43,
22,
9,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How do I sum double and int using Expression.Add?
===
I want to use `Expression.Add` to sum two data types, which might be a `double` and an `int` (or any other mismatched pair), like this:
var pLeft = Expression.Parameter(typeof(int), "left");
var pRight = Expression.Parameter(typeof(double), "right");
... | 0 | [
2,
184,
107,
31,
3907,
1494,
17,
19,
38,
568,
1803,
9,
14854,
60,
800,
3726,
3726,
31,
259,
20,
275,
13,
1,
28993,
9,
14854,
1,
20,
3907,
81,
1054,
2551,
15,
56,
530,
44,
21,
13,
1,
14368,
1,
17,
40,
13,
1,
6391,
1,
13,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Handling sensitive information with Puppet
===
What is the best way to store and handle sensitive information with puppet and safely distribute it to your nodes. | 0 | [
2,
7988,
7830,
676,
29,
10956,
800,
3726,
3726,
98,
25,
14,
246,
161,
20,
1718,
17,
3053,
7830,
676,
29,
10956,
17,
9817,
14751,
32,
20,
154,
16272,
9,
3,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... |
Android : trouble setting image dynamically
===
I am changing the image resource in an ImageView dynamically from the resources folder using a seperate handler. But at times, the image minimizes. What could cause this issue ? Looks like it is getting redrawn to a very small size. what could be causing this issue ?
... | 0 | [
2,
13005,
13,
45,
2572,
2697,
1961,
7782,
1326,
800,
3726,
3726,
31,
589,
4226,
14,
1961,
6577,
19,
40,
1961,
4725,
7782,
1326,
37,
14,
2566,
19294,
568,
21,
10332,
106,
1373,
24641,
9,
47,
35,
436,
15,
14,
1961,
16713,
18,
9,
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... |
GWT DB Driven Menu
===
I am new to GWT. I have basic knowledge about GWT.
Now I am trying to develop Database driven menu. Which will allow user to access the menuitems based on his/her role.
Is there anybody who can help me to give me the idea about this technique??? | 0 | [
2,
14094,
38,
13,
9007,
5355,
11379,
800,
3726,
3726,
31,
589,
78,
20,
14094,
38,
9,
31,
57,
2125,
1918,
88,
14094,
38,
9,
130,
31,
589,
749,
20,
2803,
6018,
5355,
11379,
9,
56,
129,
1655,
4155,
20,
1381,
14,
11379,
2119,
79,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to change the "value" and "id" of a button based on the selection of a separate set of radio buttons
===
I have a form that includes two radio buttons and a button. I would like to change the value of the button based on which of the two radio buttons is selected. My guess is that it's better to use jQuery than PH... | 0 | [
2,
184,
20,
753,
14,
13,
7,
15165,
7,
17,
13,
7,
1340,
7,
16,
21,
5167,
432,
27,
14,
3155,
16,
21,
1725,
309,
16,
603,
12861,
800,
3726,
3726,
31,
57,
21,
505,
30,
1103,
81,
603,
12861,
17,
21,
5167,
9,
31,
83,
101,
20,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to get Account Name from Google AuthToken
===
I use AccountManager in an Android App. The user signs in and I get the authtoken.
I would like to pass this token to a web server and have the web server retrieve the account name of the user based on the authtoken.
How do I do that on the server side? Thanks | 0 | [
2,
184,
20,
164,
2176,
204,
37,
8144,
10343,
96,
262,
2853,
800,
3726,
3726,
31,
275,
2176,
22256,
19,
40,
13005,
4865,
9,
14,
4155,
4832,
19,
17,
31,
164,
14,
10343,
96,
262,
2853,
9,
31,
83,
101,
20,
1477,
48,
20,
2853,
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 do i upload image in Webview when user visits upload image link on say facebook?
===
i have a activity set up which includes a webview. i have navigation for that webview but noticed that when i visit my facebook page and goto upload image the choose file link on the fb page does nothing. how do i get that link to... | 0 | [
2,
184,
107,
31,
71,
8294,
1961,
19,
2741,
4725,
76,
4155,
7659,
71,
8294,
1961,
3508,
27,
395,
9090,
60,
800,
3726,
3726,
31,
57,
21,
2358,
309,
71,
56,
1103,
21,
2741,
4725,
9,
31,
57,
8368,
26,
30,
2741,
4725,
47,
2711,
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 can I use javascript to allow for audio interactions?
===
I want to build a web application that plays certain music notes when users click on certain buttons. I examined out other applications that involve much audio interaction, and a lot of them (such as [Google's doodle for Moog's 78th birthday][1]) use such t... | 0 | [
2,
184,
92,
31,
275,
8247,
8741,
20,
1655,
26,
4023,
11224,
60,
800,
3726,
3726,
31,
259,
20,
1895,
21,
2741,
3010,
30,
1533,
1200,
232,
2434,
76,
3878,
10840,
27,
1200,
12861,
9,
31,
9005,
70,
89,
3767,
30,
8847,
212,
4023,
775... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
echo string variable in html p tag
===
I am trying to echo a random string variable but i am formatting my echo statement incorrectly.
$strings = array('string 1', 'string 2', 'string 3');
echo "<p id = 'id_name'>$strings[array_rand($strings)]</p>"; | 0 | [
2,
8117,
3724,
7612,
19,
13,
15895,
351,
3383,
800,
3726,
3726,
31,
589,
749,
20,
8117,
21,
5477,
3724,
7612,
47,
31,
589,
2595,
1203,
51,
8117,
3331,
22870,
9,
5579,
11130,
18,
800,
7718,
5,
22,
11130,
137,
22,
15,
13,
22,
1113... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
MiniMagick (+Rails): How to display number of scenes in an image
===
I have a Rails app that uploads images for image processing, and I want to be able to 1) See how many pages/frames/scenes there are in an image, and 2) split multi-page images into single-page jpegs.
I'm having no trouble converting image types fo... | 0 | [
2,
4236,
21200,
197,
13,
5,
2430,
7301,
18,
6,
45,
184,
20,
3042,
234,
16,
3918,
19,
40,
1961,
800,
3726,
3726,
31,
57,
21,
2240,
18,
4865,
30,
71,
8294,
18,
3502,
26,
1961,
5511,
15,
17,
31,
259,
20,
44,
777,
20,
137,
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... |
remove facebook like button social text
===
I would like to `remove` the `social text` from the `facebook like button` in order to `fit` into the `width` i have `spare left` but i `cant find` how on the `facebook developers site`
So what i want to remove is `Be the first of your friends to like this.` text
as se... | 0 | [
2,
4681,
9090,
101,
5167,
668,
1854,
800,
3726,
3726,
31,
83,
101,
20,
13,
1,
99,
16598,
1,
14,
13,
1,
11559,
1854,
1,
37,
14,
13,
1,
6413,
5199,
101,
5167,
1,
19,
389,
20,
13,
1,
11765,
1,
77,
14,
13,
1,
3976,
43,
96,
1... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to add text blink effect in css2 for crome browser
===
I have put text-decoration:blink in my css2 code. But, unfortunately it is only working on firefox. There must be a way to show the blinking effect in Crome. You guys must have the answer.. | 0 | [
2,
184,
20,
3547,
1854,
11718,
1590,
19,
272,
18,
18,
135,
26,
4880,
790,
16495,
800,
3726,
3726,
31,
57,
442,
1854,
8,
546,
4966,
857,
45,
220,
6258,
19,
51,
272,
18,
18,
135,
1797,
9,
47,
15,
6200,
32,
25,
104,
638,
27,
53... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
What is correct regex for uuid.uuid4().hex?
===
How to validate the value that its format is equal to UUID4 generated as
uuid.uuid4().hex
Should it be some regex? | 0 | [
2,
98,
25,
4456,
7953,
1706,
26,
13,
19612,
1340,
9,
19612,
1340,
300,
5,
6,
9,
438,
396,
60,
800,
3726,
3726,
184,
20,
7394,
1373,
14,
1923,
30,
82,
2595,
25,
2747,
20,
13,
19612,
1340,
300,
6756,
28,
13,
19612,
1340,
9,
1961... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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... |
Real time data to be stored in one of the java type and plot a graph using Java
===
I want to know what is the best procedure to read real time data from socket and plot it in a graph. Don't worry about graphing the data, my question is more related to how to store the stream of data which gets updated via port and ja... | 0 | [
2,
683,
85,
1054,
20,
44,
8214,
19,
53,
16,
14,
8247,
1001,
17,
3798,
21,
7210,
568,
8247,
800,
3726,
3726,
31,
259,
20,
143,
98,
25,
14,
246,
7004,
20,
1302,
683,
85,
1054,
37,
18482,
17,
3798,
32,
19,
21,
7210,
9,
221,
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... |
Bypassing the NAT and open ports through C++ to achieve low latency
===
My purpose is to:
- not ask to the user for opening ports on his router
- doing everything by code with my application
it's possible to do that? Considering that this application is supposed to work only with other machiines with the same... | 0 | [
2,
8900,
68,
14,
6285,
17,
368,
9551,
120,
272,
20512,
20,
4689,
708,
456,
14386,
800,
3726,
3726,
51,
2131,
25,
20,
45,
13,
8,
52,
1349,
20,
14,
4155,
26,
1214,
9551,
27,
33,
858,
139,
13,
8,
845,
796,
34,
1797,
29,
51,
301... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Getting the Ram amount from a given package
===
I was wondering how I could get the amount of RAM usage of a given application or a package name that is installed in the android device. I so far wen on with a package manager and feeding it with the package name I want. bt there is no method that I could use to get it ... | 0 | [
2,
1017,
14,
2843,
2006,
37,
21,
504,
6030,
800,
3726,
3726,
31,
23,
5712,
184,
31,
110,
164,
14,
2006,
16,
2843,
7514,
16,
21,
504,
3010,
54,
21,
6030,
204,
30,
25,
4066,
19,
14,
13005,
3646,
9,
31,
86,
463,
10891,
27,
29,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
IIS 7.5 connection problems
===
In the last couple of weeks my site has hung. Connections increase but seem to never release. Once it hits 700+ current connections (using the performance tool) the whole site hangs and I have no choice but to do iisreset to get it working again. Normally it's around 100 concurrent c... | 0 | [
2,
595,
18,
453,
9,
264,
2760,
1716,
800,
3726,
3726,
19,
14,
236,
1335,
16,
1342,
51,
689,
63,
3540,
9,
6760,
1839,
47,
2260,
20,
243,
830,
9,
382,
32,
3858,
10954,
2430,
866,
6760,
13,
5,
12655,
14,
956,
5607,
6,
14,
979,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Arquillian test with real EAR from build on JBoss 7.1
===
I want to test an Java EE application with Arquillian. A simple setup is working to put some test classes onto the server managed by Arquillian to test them.
Now, I want to use a EAR file which was build during the build process. With
@Deployment
... | 0 | [
2,
13,
512,
18504,
7757,
1289,
29,
683,
2330,
37,
1895,
27,
487,
10349,
18,
453,
9,
165,
800,
3726,
3726,
31,
259,
20,
1289,
40,
8247,
13,
2851,
3010,
29,
13,
512,
18504,
7757,
9,
21,
1935,
18161,
25,
638,
20,
442,
109,
1289,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Imagick transparency mask
===
I have an image (ICON) which is a white icon on a TRANSPARENT background.
Then I create a second image (BACKGROUND) and fill it with a color say RED.
My question is how I:
I want ICON->compositeImage(BACKGROUND, Imagick::XXX)
I want the result to be a RED ICON on a TRANSPARE... | 0 | [
2,
31,
21200,
197,
19668,
5983,
800,
3726,
3726,
31,
57,
40,
1961,
13,
5,
49,
1126,
6,
56,
25,
21,
359,
9801,
27,
21,
14862,
2395,
9,
94,
31,
1600,
21,
153,
1961,
13,
5,
1958,
8810,
6,
17,
3509,
32,
29,
21,
1665,
395,
402,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 identifier in Scala: Where is this defined in the SLS?
===
Consider the definition of the Scala classes `p.X`, `T` and `Y`:
package p {
object X {
val y: Int = 21
}
}
class T { val X = new Y(42) }
class Y(val y: Int)
val p = new T
After these definit... | 0 | [
2,
22154,
25570,
19,
25975,
45,
113,
25,
48,
2811,
19,
14,
13718,
18,
60,
800,
3726,
3726,
3563,
14,
5465,
16,
14,
25975,
2684,
13,
1,
306,
9,
396,
1,
15,
13,
1,
38,
1,
17,
13,
1,
93,
1,
45,
6030,
351,
13,
1,
3095,
993,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Git says Automatic merge failed but when i check the file or run the mergetool there are no conflicts they were resolved correctly
===
As stated in the description. I would like to not even be prompted to resolve merge conflicts when they were automatically resolved.
My Scenario is that I add a line containing a f... | 0 | [
2,
13,
10404,
898,
6715,
12666,
1702,
47,
76,
31,
2631,
14,
3893,
54,
485,
14,
12666,
20799,
80,
50,
90,
10344,
59,
46,
11052,
12044,
800,
3726,
3726,
28,
1240,
19,
14,
5318,
9,
31,
83,
101,
20,
52,
166,
44,
9491,
20,
9854,
12... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
parse lazy load result table(json)
===
i try to parse this link : http://agent.bronni.ru/Result.aspx?id=c7a6a33a-174e-426d-b127-828ee612c36e&account=27178&page=1&pageSize=50&mr=true
but i can t get the result table because as i see in fiddler there are lazyloading method with json result.
My code is :
HtmlWe... | 0 | [
2,
2017,
870,
16792,
6305,
829,
859,
5,
728,
528,
6,
800,
3726,
3726,
31,
1131,
20,
2017,
870,
48,
3508,
13,
45,
7775,
6903,
58,
7685,
9,
13480,
889,
9,
1820,
118,
29955,
9,
472,
306,
396,
60,
1340,
3726,
150,
465,
58,
379,
58... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
jQuery/JavaScript: How to force blur without calling onBlur event
===
How do I force blurring, but without calling onBlur event in JavaScript/jQuery?
I'll try to describe you what I need it for:
- when onBlur is called, I call a PHP script via jQuery and validating input. If there's something wrong, it returns a... | 0 | [
2,
487,
8190,
93,
118,
1004,
1385,
8741,
45,
184,
20,
558,
10330,
366,
2555,
27,
220,
14130,
807,
800,
3726,
3726,
184,
107,
31,
558,
10330,
2090,
15,
47,
366,
2555,
27,
220,
14130,
807,
19,
8247,
8741,
118,
728,
8190,
93,
60,
3... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
XMPP Framework: Not able to receive my messages
===
I am working on xmpp framework. I have done most of initial things. I created stream, Connected it and get authenticate. Now I am sending buddy request to another user from my app. App shows presence is sent. When I get roster it shows a entry there. But on other sys... | 0 | [
2,
993,
79,
3421,
6596,
45,
52,
777,
20,
2588,
51,
7561,
800,
3726,
3726,
31,
589,
638,
27,
993,
79,
3421,
6596,
9,
31,
57,
677,
127,
16,
2104,
564,
9,
31,
679,
3766,
15,
2587,
32,
17,
164,
14351,
1373,
9,
130,
31,
589,
4907... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Functions with closures and eval in Clojure
===
Functions with closures seem to break when used with `eval`.
(eval {:fn (let [x "foo"] (fn [] "x"))})
;=> {:fn #<user$eval14716$fn__14717 user$eval14716$fn__14717@1ddd735>}
(eval {:fn (let [x "foo"] (fn [] x))})
;=> IllegalArgumentException No mat... | 0 | [
2,
3719,
29,
7790,
18,
17,
13,
62,
3377,
19,
7383,
2142,
99,
800,
3726,
3726,
3719,
29,
7790,
18,
2260,
20,
1442,
76,
147,
29,
13,
1,
62,
3377,
1,
9,
13,
5,
62,
3377,
13,
1,
45,
19035,
13,
5,
1336,
636,
396,
13,
7,
4120,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Multiple OpenTK Controls: Why does only one initially render?
===
I'm trying to implement 2+ stand-alone OpenTK GLControls. On the form load, I want them both to be rendered and displayed right when they load. In the picture below, you'll see my issue. One is rendered correctly, but the other is left unrendered.
[G... | 0 | [
2,
1886,
368,
38,
197,
8671,
45,
483,
630,
104,
53,
1537,
16535,
60,
800,
3726,
3726,
31,
22,
79,
749,
20,
8713,
13,
21812,
1261,
8,
17979,
368,
38,
197,
13,
8430,
12898,
18,
9,
27,
14,
505,
6305,
15,
31,
259,
105,
156,
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... |
Cannot install rdkit in ubuntu 11.10
===
I have spent many hours trying to build RDKit on ubuntu 11.10 for
Python 2.7 (rdkit_201106+dfsg.orig.tar.gz) using a precompiled version
of boost 1.49. And I am failing miserably.
The recurring error is in the CMake GUI:
CMake Error at CMakeLists.txt:11 (instal... | 0 | [
2,
1967,
16146,
13,
897,
13703,
19,
287,
12968,
2473,
547,
9,
1036,
800,
3726,
3726,
31,
57,
1111,
151,
974,
749,
20,
1895,
13,
897,
13703,
27,
287,
12968,
2473,
547,
9,
1036,
26,
20059,
172,
9,
465,
13,
5,
897,
13703,
1,
3097,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 import/use an exported bean from an osgi bundle into another osgi bundle
===
I am new to osgi and have very little experience with it. I have an osgi bundle which exports a bean as osgi service using <osgi:service> in the config xml file. I want to use that service in another osgi bundle. Can anybody tell me ho... | 0 | [
2,
184,
20,
9010,
118,
3699,
40,
18011,
15322,
37,
40,
13,
759,
2234,
10194,
77,
226,
13,
759,
2234,
10194,
800,
3726,
3726,
31,
589,
78,
20,
13,
759,
2234,
17,
57,
253,
265,
1496,
29,
32,
9,
31,
57,
40,
13,
759,
2234,
10194,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Joomla! Yoothemes Carousel refuses to load more than 4 slides
===
I started up a forum topic here: http://forum.joomla.org/viewtopic.php?f=472&t=716885 but have had no reply. At http://tinyurl.com/d985vs3 I have a Joomla! 1.5 site where Yootheme Carousel module is used to rotate banner images. I have added six and in ... | 0 | [
2,
2640,
2636,
531,
187,
3727,
111,
124,
3845,
27374,
10864,
20,
6305,
91,
119,
268,
18066,
800,
3726,
3726,
31,
373,
71,
21,
5691,
8303,
235,
45,
7775,
6903,
1106,
723,
9,
24161,
79,
531,
9,
5583,
118,
4725,
3880,
596,
9,
26120,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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.