unified_texts stringlengths 32 30.1k | OpenStatus_id int64 0 4 | input_ids list | token_type_ids list | attention_mask list |
|---|---|---|---|---|
QtConcurrent trying to run a function in thread
===
I have this function in some other included .cc :
void MakeMeshStructure(MeshStructureLayers layers,
Handle_AIS_InteractiveContext theContext,
Handle_TDocStd_Document aDoc,
MyMesh & mesh,
int detail_vertex,
double insulation_thickness,
... | 0 | [
2,
2593,
38,
1126,
17657,
749,
20,
485,
21,
1990,
19,
9322,
800,
3726,
3726,
31,
57,
48,
1990,
19,
109,
89,
506,
13,
9,
3384,
13,
45,
11364,
233,
79,
6134,
13971,
5,
79,
6134,
13971,
15187,
18,
9124,
15,
3053,
1,
12715,
1,
628... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 to display a span inside text with set width and height
===
I have emoticons in a css sprite image that I want to display within text, so I have spans inserted with background definitions but as these spans are inline elements I can not define the width and height.
The only thing I could think of is make them ... | 0 | [
2,
376,
20,
3042,
21,
6289,
572,
1854,
29,
309,
9456,
17,
2947,
800,
3726,
3726,
31,
57,
3579,
9440,
4710,
19,
21,
272,
18,
18,
27902,
1961,
30,
31,
259,
20,
3042,
363,
1854,
15,
86,
31,
57,
16967,
14215,
29,
2395,
18544,
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... |
Dropdown list in Gridview having AJAX cascading dropdown list
===
I am using a gridview already having AJAX Cascading dropdown lists as under:
<form id="form1" runat="server">
<asp:ScriptManager ID="ScriptManager1" runat="server">
<Services>
<asp:ServiceReference Path="AutoComplete.asm... | 0 | [
2,
2804,
2968,
968,
19,
7354,
4725,
452,
20624,
7167,
13489,
68,
2804,
2968,
968,
800,
3726,
3726,
31,
589,
568,
21,
7354,
4725,
614,
452,
20624,
7167,
13489,
68,
2804,
2968,
7227,
28,
131,
45,
13,
1,
4190,
4924,
3726,
7,
4190,
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... |
Incorrect Guid order
===
Ok I have a GUID `f5cc4100-f1b4-4af6-9e9e-224b0eb74166` and I am inserting it to MySQL database using the ADO .NET Connector.
I can do it in two ways:
1) Feed byte array to .NET Connector
string query = "insert into test (pk_id) values (@id)";
using (var c = new MySqlComma... | 0 | [
2,
18867,
9457,
43,
389,
800,
3726,
3726,
5854,
31,
57,
21,
9457,
43,
13,
1,
410,
264,
3384,
300,
4031,
8,
410,
165,
220,
300,
8,
300,
2565,
379,
8,
518,
62,
518,
62,
8,
19236,
220,
387,
7665,
3828,
13126,
1,
17,
31,
589,
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... |
error <uses-sdk android:targetSdkVersion="3" android:minSdkVersion="11"></uses-sdk>
===
i was using eclipe when it said that my version 10 sdk needs to be upgraded to above 17, so i ugraded to the latest vestion on sdk tools version 19.
but now when i go to AndroidManifest.xml it throow errors on these 2 lines below.... | 0 | [
2,
7019,
13,
1,
3699,
18,
8,
18,
43,
197,
13005,
45,
3958,
3060,
18,
43,
197,
10898,
3726,
7,
240,
7,
13005,
45,
2160,
18,
43,
197,
10898,
3726,
7,
1306,
7,
1,
118,
3699,
18,
8,
18,
43,
197,
1,
800,
3726,
3726,
31,
23,
568... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 number(7,2) to varchar in oracle?
===
I'm using Oracle 10g. I want to append # to all values in 'sal' column. To acomplish this first I'm trying to change data type of 'sal' column from numeric to varchar but getting following error
![enter image description here][1]
What am I doing wrong ?
... | 0 | [
2,
184,
20,
753,
234,
5,
465,
15,
135,
6,
20,
4033,
5433,
19,
15759,
60,
800,
3726,
3726,
31,
22,
79,
568,
15759,
332,
263,
9,
31,
259,
20,
4865,
2451,
6926,
20,
65,
4070,
19,
13,
22,
8266,
22,
4698,
9,
20,
21,
11103,
18491,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 install Open Modelsphere in Ubuntu 12.04?
===
How do I install Open Modelsphere in Ubuntu 12.04? What packages do I need to install and what launch script do I need? | 0 | [
2,
184,
107,
31,
16146,
368,
1061,
14079,
19,
287,
12968,
2473,
390,
9,
3277,
60,
800,
3726,
3726,
184,
107,
31,
16146,
368,
1061,
14079,
19,
287,
12968,
2473,
390,
9,
3277,
60,
98,
16875,
107,
31,
376,
20,
16146,
17,
98,
3394,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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... |
Remove the ID or text of the element that fires
===
is there any way to remove the ID or text of the element that fires.For now firing on button adds/remove selected text, but if we clicked more than one, text from clicked button adds to list,when i second clicked on selected button, removes all text from list, but i ... | 0 | [
2,
4681,
14,
4924,
54,
1854,
16,
14,
4520,
30,
11327,
800,
3726,
3726,
25,
80,
186,
161,
20,
4681,
14,
4924,
54,
1854,
16,
14,
4520,
30,
11327,
9,
1106,
130,
7139,
27,
5167,
10621,
118,
99,
16598,
1704,
1854,
15,
47,
100,
95,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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]custom title bar's height is 2dp smaller than original set in layout xml
===
everyone
I want my activity has custom title bar inflated from a layout "custom_commen_title". In this layout, the layout_height is "48dp". In my 480*800 display, it is 72px.
I write this in onCreate() :
requestWindowF... | 0 | [
2,
636,
290,
18524,
500,
4636,
6015,
581,
748,
22,
18,
2947,
25,
172,
7431,
2012,
119,
501,
309,
19,
9106,
23504,
800,
3726,
3726,
1266,
31,
259,
51,
2358,
63,
5816,
581,
748,
29788,
37,
21,
9106,
13,
7,
4636,
6015,
1,
960,
755,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 ProgressDialog's getContext is not what I pass into
===
public AsyncSyncWithCloud(HistoryFragmentActivity historyFragmentActivity) {
this.historyFragmentActivity = historyFragmentActivity;
progressDialog = new ProgressDialog(historyFragmentActivity);
// ???
// java.lang.C... | 0 | [
2,
98,
3455,
4286,
5567,
22,
18,
164,
1126,
11969,
25,
52,
98,
31,
1477,
77,
800,
3726,
3726,
317,
21,
9507,
150,
9507,
150,
1410,
19174,
5,
16853,
22133,
1130,
19348,
447,
22133,
1130,
19348,
6,
13,
1,
48,
9,
16853,
22133,
1130,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 adapt Drag&Drop in VS Solution Explorer to correctly move in TFS
===
I'm looking to enhance the Visual Studio Solution Explorer. The problem I have is the following:
> When I drag & drop a file in Solution Explorer it copies this file instead of moving it and in TFS this file is added instead of moved (renam... | 0 | [
2,
184,
20,
9924,
5501,
1569,
12361,
19,
4611,
4295,
8520,
20,
12044,
780,
19,
13,
11720,
18,
800,
3726,
3726,
31,
22,
79,
699,
20,
10734,
14,
3458,
1120,
4295,
8520,
9,
14,
1448,
31,
57,
25,
14,
249,
45,
13,
1,
76,
31,
5501,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Peforce Eclipse issue (unix)
===
I have noticed that perforce eclipse plugin heavily uses
p4 changes -i -l -c<client_name> -spending
command
Is there any workaround to have the eclipse plugin by-pass this command execution ? | 0 | [
2,
3560,
8774,
11652,
1513,
13,
5,
1020,
4028,
6,
800,
3726,
3726,
31,
57,
2711,
30,
416,
8774,
11652,
10922,
108,
2991,
2027,
351,
300,
1693,
13,
8,
49,
13,
8,
255,
13,
8,
150,
1,
150,
18513,
38,
1,
7259,
1,
13,
8,
3401,
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... |
how to change ItemClass of a class inherited from TCollection
===
I have a class which inherited from TCollection (lets call it "TMyCollection") and I have to inherit a new class from it (lets call it "TMyItems")
Usually we pass the ItemClass type in the constructor of the TCollection but in my case the constructo... | 0 | [
2,
184,
20,
753,
9101,
1898,
16,
21,
718,
7179,
37,
13,
38,
15015,
872,
800,
3726,
3726,
31,
57,
21,
718,
56,
7179,
37,
13,
38,
15015,
872,
13,
5,
11045,
645,
32,
13,
7,
38,
915,
15015,
872,
7,
6,
17,
31,
57,
20,
17569,
21... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How Windows routing works on application level?
===
Imagine I have Windows TCP socket. And the application connects this socket **once** on startup. And then **sends/receives TCP traffic for long time**.
Windows has ability to route IP traffic. Imagine you have multiple network adaptors and you have to set static r... | 0 | [
2,
184,
1936,
19880,
693,
27,
3010,
662,
60,
800,
3726,
3726,
4382,
31,
57,
1936,
13,
38,
7439,
18482,
9,
17,
14,
3010,
8534,
48,
18482,
13,
1409,
13120,
1409,
27,
20205,
9,
17,
94,
13,
1409,
18,
2451,
18,
118,
99,
1105,
1284,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Program my application to show message box when opened on by shortcut
===
I have an application that is generally run on a scheduled task. However I also have a shortcut on the desktop to run the application there and then. I am wanting a message box to pop up when the user double clicks on to the shortcut, but NOT on... | 0 | [
2,
625,
51,
3010,
20,
298,
2802,
1649,
76,
520,
27,
34,
502,
4118,
800,
3726,
3726,
31,
57,
40,
3010,
30,
25,
1469,
485,
27,
21,
3758,
3005,
9,
207,
31,
67,
57,
21,
502,
4118,
27,
14,
17404,
20,
485,
14,
3010,
80,
17,
94,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Post to facebook wall using c# sdk
===
Is it possible to do a post to someone's wall as someone else. For example Person a posts on person bs wall. Just as if 'a' wrote directly on 'bs' wall.
so far I have it working for someone posting on their own wall.
Thanks for any help | 0 | [
2,
678,
20,
9090,
769,
568,
272,
5910,
13,
18,
43,
197,
800,
3726,
3726,
25,
32,
938,
20,
107,
21,
678,
20,
737,
22,
18,
769,
28,
737,
962,
9,
26,
823,
840,
21,
9868,
27,
840,
334,
18,
769,
9,
114,
28,
100,
13,
22,
58,
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... |
HTML show reply in new tab
===
I have a CGI application that reads a DB in response to input. As output I either want to output to the same tab, or to a new tab, depending on the results from the DB. How do I do that in HTML? | 1 | [
2,
13,
15895,
298,
6504,
19,
78,
6523,
800,
3726,
3726,
31,
57,
21,
272,
2234,
3010,
30,
11137,
21,
13,
9007,
19,
1627,
20,
6367,
9,
28,
5196,
31,
694,
259,
20,
5196,
20,
14,
205,
6523,
15,
54,
20,
21,
78,
6523,
15,
4758,
27... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
When editing Resources.resx file, Resources.Designer.cs fails to update because TFS doesn't check it out
===
I'm using TFS source control.
When I add a new resource key to my resource file - Resources.resx - and hit save, TFS checks out Resources.resx but doesn't check out Resources.Designer.cs. This causes the upd... | 0 | [
2,
76,
9510,
2566,
9,
99,
18,
396,
3893,
15,
2566,
9,
19862,
106,
9,
6824,
13614,
20,
11100,
185,
13,
11720,
18,
1437,
22,
38,
2631,
32,
70,
800,
3726,
3726,
31,
22,
79,
568,
13,
11720,
18,
1267,
569,
9,
76,
31,
3547,
21,
78... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to select from mysql db php
===
Are these 2 equivalent, if not how can I make them. I'm using php/Mysql (I'll use mysqli later)
mysql_select_db("db_App", $link);
$result = mysql_query("SELECT * FROM AppOne");
- OR
$result = mysql_query("SELECT * FROM db_App.AppOne"); // how can I get this to work like ... | 0 | [
2,
184,
20,
5407,
37,
51,
18,
22402,
13,
9007,
13,
26120,
800,
3726,
3726,
50,
158,
172,
4602,
15,
100,
52,
184,
92,
31,
233,
105,
9,
31,
22,
79,
568,
13,
26120,
118,
915,
18,
22402,
13,
5,
49,
22,
211,
275,
51,
18,
1251,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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: get value of specific hidden field
===
Im generating a dynamic list in jqueury, and when clicked i need to get the specific value of the hidden fields in THAT list element, but i am struggling.
<li class="trigger">
<a class="" href="#">Aktiv</a>
<input name="h... | 0 | [
2,
487,
8190,
93,
45,
164,
1923,
16,
1903,
3689,
575,
800,
3726,
3726,
797,
13500,
21,
7782,
968,
19,
487,
2005,
911,
93,
15,
17,
76,
15802,
31,
376,
20,
164,
14,
1903,
1923,
16,
14,
3689,
2861,
19,
30,
968,
4520,
15,
47,
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... |
Can not find the error on magento tutorial
===
I'm following the helpfull Alan Storm tutorial about Magento. [On the chapter 4 "Magento Layouts, blocks and templates"][1] I'm stuck. The Hello World call "http://localhost/php/index.php/helloworld" is ok, it shows the "Hello Index!" message. And I got the red screen. Bu... | 0 | [
2,
92,
52,
477,
14,
7019,
27,
4723,
17050,
29724,
800,
3726,
3726,
31,
22,
79,
249,
14,
15600,
255,
3598,
2060,
29724,
88,
4723,
17050,
9,
636,
218,
14,
1260,
268,
13,
7,
9473,
17050,
9106,
18,
15,
5198,
17,
22894,
18,
7,
500,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 Auto increment a column in mysql table through java
===
i have table with 2 columns 1.column1 2.column2(its unique)
now through java coding i am inserting data through 2 methods
in the first method i want to insert data ,in this coumn1 filed should be auto increment(for new user)
String sql = "INSERT ... | 0 | [
2,
184,
20,
3108,
13,
28461,
21,
4698,
19,
51,
18,
22402,
859,
120,
8247,
800,
3726,
3726,
31,
57,
859,
29,
172,
7498,
137,
9,
716,
4404,
103,
165,
172,
9,
716,
4404,
103,
135,
5,
7363,
2619,
6,
130,
120,
8247,
13,
15458,
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... |
Including Hash#rmerge! in a gem
===
I'm developing a Gem which I think will be useful for more people than just me. One issue I'm facing is that I need to merge nested hashes. I found [this useful Gist](https://gist.github.com/6391/62b6aae9206abe7b3fea6d4659e4c246f8cf7632) to accomplish that, but now I'm wondering if ... | 0 | [
2,
215,
19170,
5910,
139,
1263,
834,
187,
19,
21,
8551,
800,
3726,
3726,
31,
22,
79,
3561,
21,
8551,
56,
31,
277,
129,
44,
4811,
26,
91,
148,
119,
114,
55,
9,
53,
1513,
31,
22,
79,
4325,
25,
30,
31,
376,
20,
12666,
5618,
69,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Subclassing FOR loop?
===
Simple question,
just for fun.
I want to create a category or something similar, sublassing FOR loop, to make a **FOREACH** in obectivec, *or to make a custom loop*.
I could use `for (MyObj *obj in _MyArray ) { }`, but i don't want.
I want to do this:
foreach (MyObj *obj ... | 0 | [
2,
972,
1898,
68,
26,
5293,
60,
800,
3726,
3726,
1935,
1301,
15,
114,
26,
2414,
9,
31,
259,
20,
1600,
21,
3230,
54,
301,
835,
15,
972,
4830,
18,
68,
26,
5293,
15,
20,
233,
21,
13,
1409,
1106,
14322,
1409,
19,
14222,
150,
6142,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
About class and __str__
===
I try to return a string value when i print an instance of my class. It seems like that shouldn't work like i wish.
<!-- language: lang-py -->
class oObject (object):
def __init__(self, value):
self.value = value
def __str__(self):
return str(self.value)
def __repr__(self):
... | 0 | [
2,
88,
718,
17,
13,
1,
9729,
1,
800,
3726,
3726,
31,
1131,
20,
788,
21,
3724,
1923,
76,
31,
4793,
40,
4851,
16,
51,
718,
9,
32,
2206,
101,
30,
5714,
22,
38,
170,
101,
31,
2536,
9,
13,
1,
187,
8,
8,
816,
45,
4544,
8,
6448... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
PHP - Array multidimesional submitting
===
im new here. i have problem and in great hurry :(
scenario : i want to make an dynamic input form. user input a number of columns and rows they want. then, it generate the table as the number inputted in previous form. after that, user input a random number to the table, and... | 0 | [
2,
13,
26120,
13,
8,
7718,
1889,
14160,
160,
872,
192,
28848,
800,
3726,
3726,
797,
78,
235,
9,
31,
57,
1448,
17,
19,
374,
8425,
13,
45,
5,
12705,
13,
45,
31,
259,
20,
233,
40,
7782,
6367,
505,
9,
4155,
6367,
21,
234,
16,
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... |
Api v3 google map does not work
===
I created the API key ver3 but does not work.
You can see the code at the link:
http://salvatoreingenito.it/map.html | 1 | [
2,
21,
2159,
566,
240,
8144,
2942,
630,
52,
170,
800,
3726,
3726,
31,
679,
14,
21,
2159,
1246,
2494,
240,
47,
630,
52,
170,
9,
42,
92,
196,
14,
1797,
35,
14,
3508,
45,
7775,
6903,
18,
19085,
262,
99,
10180,
7478,
9,
242,
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,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... |
Groovy: Why do I need to double escape square brackets?
===
Why doesn't this work?
"hello[world".split("\[")
and this does:
"hello[world".split("\\[") | 0 | [
2,
3452,
2026,
93,
45,
483,
107,
31,
376,
20,
1494,
2220,
735,
21971,
60,
800,
3726,
3726,
483,
1437,
22,
38,
48,
170,
60,
13,
7,
11515,
2558,
4423,
7,
9,
25603,
5,
7,
1,
2558,
7,
6,
17,
48,
630,
45,
13,
7,
11515,
2558,
44... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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... |
discrete Guassian model in fortran 90
===
I want to generate discrete random number(for 1000 ensemble) with Gaussian distribution with mean zero and variance 2.25. I saw in numerical recipes chapter 7 section 7.2 ,the unction gasdev used for this one but I don't know for using this function How can I use the number of... | 0 | [
2,
18563,
10658,
18,
10760,
1061,
19,
26,
17685,
3151,
800,
3726,
3726,
31,
259,
20,
7920,
18563,
5477,
234,
5,
1106,
6150,
5756,
6,
29,
6540,
18,
10760,
2523,
29,
884,
4606,
17,
24619,
172,
9,
1811,
9,
31,
441,
19,
16010,
22229,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 launch a GUI app on iOS 5 through the command line (over SSH)
===
I believe this used to be done by something like:
launch com.apple.Calculator
but that is not working my iOS 5 device (launch not found).
I also tried:
launchctl start com.apple.Calculator
but that also gives me an error (n... | 0 | [
2,
184,
20,
3394,
21,
9457,
4865,
27,
13,
7760,
331,
120,
14,
1202,
293,
13,
5,
2549,
13,
18,
1635,
6,
800,
3726,
3726,
31,
985,
48,
147,
20,
44,
677,
34,
301,
101,
45,
3394,
13,
960,
9,
24212,
9,
16304,
14868,
47,
30,
25,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to configure jetty as css/js file server with expires header?
===
<Configure class="org.eclipse.jetty.server.handler.ContextHandler">
<Set name="contextPath">/</Set>
<Set name="resourceBase"><SystemProperty name="jetty.home" default="."/>/webapps/foo</Set>
<Set name="handler">
<Ne... | 0 | [
2,
184,
20,
1065,
15951,
17341,
93,
28,
272,
18,
18,
118,
728,
18,
3893,
8128,
29,
25910,
18,
157,
106,
60,
800,
3726,
3726,
13,
1,
1126,
15951,
718,
3726,
7,
5583,
9,
3319,
6013,
870,
9,
10307,
1084,
9,
10321,
106,
9,
3203,
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... |
I can't understand which file upload with Appliciation Loader
===
i'm just about to submit my application in iTunes connect, and i can't figure out how to upload my application with Application Loader. It tell me to chose file, but i can't chose .zip file, and my application folder.
Please help me figure out how to... | 0 | [
2,
31,
92,
22,
38,
1369,
56,
3893,
71,
8294,
29,
4865,
16927,
857,
6305,
106,
800,
3726,
3726,
31,
22,
79,
114,
88,
20,
12298,
51,
3010,
19,
12952,
6379,
15,
17,
31,
92,
22,
38,
1465,
70,
184,
20,
71,
8294,
51,
3010,
29,
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... |
DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.0. Use ':data => { :confirm => 'Text' }' instead
===
I've upgraded my rails sample app from version 3.1 to version 3.2.6. Unfortunately, I have the following deprecation warning.
DEPRECATION WARNING: :confirm option is deprecated an... | 0 | [
2,
121,
3515,
16893,
3590,
45,
13,
45,
1126,
20590,
4255,
25,
121,
3515,
150,
1669,
17,
129,
44,
1974,
37,
2240,
18,
268,
9,
387,
9,
275,
13,
22,
45,
18768,
800,
1,
13,
1,
13,
45,
1126,
20590,
800,
1,
13,
22,
11969,
22,
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... |
OCMock - is a call to "verify" needed to assert that a method is called on the mock object?
===
I'm confused as to what the method "verify" on OCMockObject does, is it necessary to call this to test whether a method was called on the mock object? Even if I don't actually call "verify" after the test was executed, I w... | 0 | [
2,
13,
2499,
79,
5668,
13,
8,
25,
21,
645,
20,
13,
7,
2304,
8612,
7,
851,
20,
10908,
30,
21,
2109,
25,
227,
27,
14,
10506,
3095,
60,
800,
3726,
3726,
31,
22,
79,
4230,
28,
20,
98,
14,
2109,
13,
7,
2304,
8612,
7,
27,
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... |
magento site error
===
I just moved my magento site to another server and i am getting this error at the footer area
<i>Fatal error: Uncaught exception 'Exception' with message 'Notice: Undefined offset: 1 in /home/bzd088/public_html/lib/Varien/Autoload.php on line 160' in /home/bzd088/public_html/app/code/core/Mag... | 0 | [
2,
4723,
17050,
689,
7019,
800,
3726,
3726,
31,
114,
385,
51,
4723,
17050,
689,
20,
226,
8128,
17,
31,
589,
1017,
48,
7019,
35,
14,
1749,
106,
217,
13,
1,
49,
1,
13063,
192,
7019,
45,
16061,
12647,
5391,
13,
22,
10066,
872,
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... |
How to open in visual studio 2008 the c++ or C
===
I just want to ask some help,i want to write program using C in visual studio 2008,but i
have no idea how to start what should i select after "File->new project->"other language C++".
please guide me on this.Thank you. | 0 | [
2,
184,
20,
368,
19,
3458,
1120,
570,
14,
272,
20512,
54,
272,
800,
3726,
3726,
31,
114,
259,
20,
1349,
109,
448,
15,
49,
259,
20,
2757,
625,
568,
272,
19,
3458,
1120,
570,
15,
811,
31,
57,
90,
882,
184,
20,
799,
98,
378,
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... |
Key existence checking utility in Map
===
I using following code for checking a key existence in `Map` instance:
if (!map_instance.containsKey(key))
throw new RuntimeException("Specified key don't exist in map");
else
return map_instance.containsKey(key);
My question is:
Is there a ut... | 0 | [
2,
1246,
3012,
9886,
10082,
19,
2942,
800,
3726,
3726,
31,
568,
249,
1797,
26,
9886,
21,
1246,
3012,
19,
13,
1,
15022,
1,
4851,
45,
100,
13,
5,
187,
15022,
1,
108,
384,
2416,
9,
1126,
5851,
18,
4237,
5,
4237,
6,
6,
3814,
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... |
GLX_ARB_create_context_profile is unavailable on Linux with bumblebee
===
I have problem with setting OpenGL 3.3 application with glfw. I get
OpenGL profile requested but GLX_ARB_create_context_profile is unavailable
error while I try to run my application through the optirun (I have Nvidia Optimus card, so... | 0 | [
2,
489,
24560,
1,
512,
220,
1,
6037,
1373,
1,
1126,
11969,
1,
14503,
25,
22563,
27,
13024,
29,
334,
23977,
8506,
800,
3726,
3726,
31,
57,
1448,
29,
2697,
368,
8430,
203,
9,
240,
3010,
29,
13,
8430,
18651,
9,
31,
164,
368,
8430,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
User has many roles through assignments
===
I want to be able to assign multiple roles to every user and get them back with something like User.first.roles, but I'm lost, how would you do it using rails console? What am I doing wrong in my models?
u = User.first
User Load (0.1ms) SELECT "users".* FROM ... | 0 | [
2,
4155,
63,
151,
2954,
120,
16898,
800,
3726,
3726,
31,
259,
20,
44,
777,
20,
13952,
1886,
2954,
20,
352,
4155,
17,
164,
105,
97,
29,
301,
101,
4155,
9,
3552,
9,
661,
1355,
15,
47,
31,
22,
79,
529,
15,
184,
83,
42,
107,
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... |
How to get complex region based on color in android?
===
I am currently developing a game which involves filling of black areas if enemies are not within that black region. Since, it is a game, thus, it needs to be fast. Currently I am doing the following:
>1. start flood-filling in black region
2. while checking ... | 0 | [
2,
184,
20,
164,
1502,
632,
432,
27,
1665,
19,
13005,
60,
800,
3726,
3726,
31,
589,
871,
3561,
21,
250,
56,
6569,
7702,
16,
319,
924,
100,
5743,
50,
52,
363,
30,
319,
632,
9,
179,
15,
32,
25,
21,
250,
15,
1086,
15,
32,
2274,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Flot draw graph pop out window
===
I can't for the life of me work out how to do this.
What I want to do is have flot, after getting the data from an Ajax query, write the graph to a JavaScript pop out window.
Is this possible? | 0 | [
2,
9319,
38,
2003,
7210,
1675,
70,
1463,
800,
3726,
3726,
31,
92,
22,
38,
26,
14,
201,
16,
55,
170,
70,
184,
20,
107,
48,
9,
98,
31,
259,
20,
107,
25,
57,
9319,
38,
15,
75,
1017,
14,
1054,
37,
40,
20624,
25597,
15,
2757,
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,
0,
0... |
Autoresizing UIViews inside UITableViewCell
===
I have subclassed a UITableView Cell and I want to programmatically add a UITextField to it. I have figured out how to create the text field; however, I'm having difficulty resizing it when the device gets rotated. Here is my code (keep in mind that `self` is a UITable... | 0 | [
2,
3108,
99,
18,
3335,
13,
5661,
4725,
18,
572,
13,
11193,
579,
4725,
9725,
800,
3726,
3726,
31,
57,
972,
1898,
69,
21,
13,
11193,
579,
4725,
1667,
17,
31,
259,
20,
625,
6732,
1326,
3547,
21,
13,
5661,
11969,
1109,
20,
32,
9,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
WebServiceRef wsdlLocation not a constant
===
I have WebService that is deployed on many environments. I write client to this WebService, but I have not a constant URL on my WebServices wsdl! URL is own for every environment
I can get URL on my web service's wsdl from system variable WS_URL, but I cann't write
... | 0 | [
2,
2741,
11449,
14057,
619,
18,
8643,
19032,
52,
21,
3587,
800,
3726,
3726,
31,
57,
2741,
11449,
30,
25,
6698,
27,
151,
11246,
9,
31,
2757,
6819,
20,
48,
2741,
11449,
15,
47,
31,
57,
52,
21,
3587,
287,
6362,
27,
51,
2741,
11449,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How does Drupal perform when scaled?
===
How does Drupal perform when scaled to millions of users?Edit
If drupal is used for something like facebook, amazon or ebay how would it perform? Think scale of users as well as complex functionality and millions of daily users | 0 | [
2,
184,
630,
15708,
6720,
2985,
76,
22960,
60,
800,
3726,
3726,
184,
630,
15708,
6720,
2985,
76,
22960,
20,
11999,
16,
3878,
60,
69,
242,
100,
15708,
6720,
25,
147,
26,
301,
101,
9090,
15,
8059,
54,
13,
62,
7011,
184,
83,
32,
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,
0,
0,
0... |
distributed / multi branch / gateway setup with celery possible?
===
I'm interested to try out Celery the distributed task queue for python.
In our scenario we have multiple branches which each would have a RabbitMQ server running and I would like to be able to execute tasks between branches.
e.g. in branch A I ... | 0 | [
2,
4387,
13,
118,
1889,
1686,
13,
118,
12171,
18161,
29,
11692,
3849,
938,
60,
800,
3726,
3726,
31,
22,
79,
3158,
20,
1131,
70,
11692,
3849,
14,
4387,
3005,
22521,
26,
20059,
9,
19,
318,
12705,
95,
57,
1886,
4395,
56,
206,
83,
5... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to do center imageView in scrollView?
===
i have problem, i can't set center ImageView in ScrollView.
| 1 | [
2,
184,
20,
107,
459,
1961,
4725,
19,
12159,
4725,
60,
800,
3726,
3726,
31,
57,
1448,
15,
31,
92,
22,
38,
309,
459,
1961,
4725,
19,
12159,
4725,
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,
0... | [
1,
1,
1,
1,
1,
1,
1,
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 password lock
===
i want a code to lock my phone and open with only with a specific password.and also if possible tell me how can i change the fuctionality red button of an android phone
The phone lock will ask the password for the first time and will save that permanently and till the time the user don't en... | 1 | [
2,
13005,
20884,
3991,
800,
3726,
3726,
31,
259,
21,
1797,
20,
3991,
51,
1132,
17,
368,
29,
104,
29,
21,
1903,
20884,
9,
290,
67,
100,
938,
494,
55,
184,
92,
31,
753,
14,
398,
21263,
11923,
402,
5167,
16,
40,
13005,
1132,
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... |
Compiling Moles in Visual Studio 2012
===
I am attempting to compile an existing project (targets .NET4) developed in Visual Studio 2010 and now testing migration to VS2012.
When I compile my existing project with moles, I get the following error a lot.
> The type or namespace name 'Claim' does not exist in the ... | 0 | [
2,
24378,
11982,
18,
19,
3458,
1120,
563,
800,
3726,
3726,
31,
589,
6314,
20,
26561,
40,
3149,
669,
13,
5,
3958,
3060,
18,
13,
9,
2328,
300,
6,
885,
19,
3458,
1120,
498,
17,
130,
4431,
8443,
20,
4611,
3212,
9,
76,
31,
26561,
5... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Memory Leaks not detected by CRT Memory Leak Detection
===
I got the Problem, that my apprication has an infinite growing Memory Leak, which is not detected. What i do very simplified, is to create an object, run a method on it and then delete the object. Each time i do this, the memory usage in the TaskManager grows ... | 0 | [
2,
1912,
11724,
18,
52,
11968,
34,
6186,
38,
1912,
11724,
11643,
800,
3726,
3726,
31,
330,
14,
1448,
15,
30,
51,
4865,
2988,
857,
63,
40,
9698,
1991,
1912,
11724,
15,
56,
25,
52,
11968,
9,
98,
31,
107,
253,
13,
11268,
15,
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... |
background worker(threadpool) in asp.net
===
I have a asp.net webform which writes about 25-30 items(has info required when user makes follow up request from the form) into a custom cache. Currently all this happens synchronously on the main thread. But at higher loads addcache is becoming a bottleneck.
How can i ... | 0 | [
2,
2395,
7444,
5,
96,
10647,
13378,
6,
19,
28,
306,
9,
2328,
800,
3726,
3726,
31,
57,
21,
28,
306,
9,
2328,
2741,
4190,
56,
6215,
88,
771,
8,
1762,
3755,
5,
6482,
15404,
1390,
76,
4155,
1364,
1740,
71,
3772,
37,
14,
505,
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... |
Stelford Titanium Calendar not adding events to ical on ios
===
I have some code that is supposed to use the stelford calendar to add events to my ical on an iphone 3gs with ios 5.1.1 however when I test it out on the phone It doesn't add it to my calendar. If anyone could help that would be great!
//Calendar D... | 0 | [
2,
13,
18,
3454,
1426,
26398,
7036,
52,
4721,
963,
20,
13,
4272,
27,
13,
7760,
800,
3726,
3726,
31,
57,
109,
1797,
30,
25,
2293,
20,
275,
14,
13,
18,
3454,
1426,
7036,
20,
3547,
963,
20,
51,
13,
4272,
27,
40,
21024,
203,
5447,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
datastore dirty reads and deletes
===
I've posted a question earlier http://stackoverflow.com/questions/10450936/datastore-deleting-entities-outside-transactions but did not get much luck on that, maybe i was too complex at describing the problem so I'll try to hit that problem with a different question:
I'm not ... | 0 | [
2,
1054,
16828,
6121,
11137,
17,
27448,
18,
800,
3726,
3726,
31,
22,
195,
6054,
21,
1301,
1201,
7775,
6903,
25325,
2549,
9990,
9,
960,
118,
24652,
18,
118,
1036,
15663,
4069,
12626,
18768,
16828,
8,
24249,
1203,
8,
2291,
3808,
8,
13... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Gridview Cell Colors
===
I have a Gridview bound using entity framework and LINQ, i have two columns within this table called Performance Productivity Rate and Attended Productivity Rate..
I need to color the cells within these columns based on number
81-89 - Yellow
90-114 - Green
114-120 - Turquoise
120-146... | 0 | [
2,
7354,
4725,
1667,
5268,
800,
3726,
3726,
31,
57,
21,
7354,
4725,
4138,
568,
9252,
6596,
17,
6294,
1251,
15,
31,
57,
81,
7498,
363,
48,
859,
227,
956,
18211,
1684,
17,
1394,
18211,
1684,
9,
9,
31,
376,
20,
1665,
14,
2934,
363,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Grouping data in LINQ with running Monthly totals
===
How would I add 2 SUM() fields (columns) to the following object:
var groups = objLO.GroupBy(t => new {month = t.PaymentDate.Month, t.Payment.PaymentType.PaymentTypeDesc,t.Payment.SiteAgreement.Site.SiteDescription,t.Payment.SiteAgreement.Landowner.Surna... | 0 | [
2,
19288,
1054,
19,
6294,
1251,
29,
946,
6460,
600,
18,
800,
3726,
3726,
184,
83,
31,
3547,
172,
3907,
5,
6,
2861,
13,
5,
716,
4404,
2172,
6,
20,
14,
249,
3095,
45,
4033,
1170,
800,
5122,
728,
1415,
9,
8024,
779,
5,
38,
800,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Is there a way of restoring a MySQL database on a time schedule
===
I've been creating scheduled MySQL backups and then sending them via FTP to another test server using PHP. I need to know if there is a program that I can run to restore the files on my other server but using a scheduled restore?
Thanks
| 0 | [
2,
25,
80,
21,
161,
16,
19144,
21,
51,
18,
22402,
6018,
27,
21,
85,
4345,
800,
3726,
3726,
31,
22,
195,
74,
2936,
3758,
51,
18,
22402,
10119,
18,
17,
94,
4907,
105,
1197,
1187,
306,
20,
226,
1289,
8128,
568,
13,
26120,
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... |
No display for drop down menu
===
Hello I just want to display a drop down menu to choose the time to publish an article in my backoffice. So I've created a special field in my table 'articles' with the type 'time'. I work on cakephp framework. Here's the code :
<?php $this->Form->create(null, array('enctype' =... | 0 | [
2,
90,
3042,
26,
2804,
125,
11379,
800,
3726,
3726,
10975,
31,
114,
259,
20,
3042,
21,
2804,
125,
11379,
20,
3538,
14,
85,
20,
10824,
40,
2002,
19,
51,
97,
17047,
9,
86,
31,
22,
195,
679,
21,
621,
575,
19,
51,
859,
13,
22,
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... |
Drawing functions in c# wont work
===
I have written this code, but it wont work. Not only will this not work, but no frawing functions will work. Ive spent more than an hour or two trying to solve this, but to no success. What am i doing wrong, or what could cause this?
private void pictureBox1_MouseDown(objec... | 0 | [
2,
3533,
3719,
19,
272,
5910,
7290,
170,
800,
3726,
3726,
31,
57,
642,
48,
1797,
15,
47,
32,
7290,
170,
9,
52,
104,
129,
48,
52,
170,
15,
47,
90,
8345,
3546,
3719,
129,
170,
9,
5568,
1111,
91,
119,
40,
1671,
54,
81,
749,
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... |
system error is null from GradesManagementService
===
In case of a system error from the GradesManagementService, the returned response object is null, but the response header includes the diagnostic information. What class do I use to get this information?
Here is my code:
GradesManagementServiceV10 port = ser... | 0 | [
2,
329,
7019,
25,
16203,
37,
7400,
23502,
11449,
800,
3726,
3726,
19,
610,
16,
21,
329,
7019,
37,
14,
7400,
23502,
11449,
15,
14,
587,
1627,
3095,
25,
16203,
15,
47,
14,
1627,
157,
106,
1103,
14,
16458,
676,
9,
98,
718,
107,
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... |
Check what error value is in ajax callback
===
How can I check what the error value returned is in ajax callback error :
$.ajax({
url: "myurl",
type: 'POST',
dataType : "text",
data : ({
json : myjson
... | 0 | [
2,
2631,
98,
7019,
1923,
25,
19,
20624,
645,
1958,
800,
3726,
3726,
184,
92,
31,
2631,
98,
14,
7019,
1923,
587,
25,
19,
20624,
645,
1958,
7019,
13,
45,
5579,
9,
6881,
7522,
5,
1,
287,
6362,
45,
13,
7,
915,
911,
255,
7,
15,
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... |
0-1 Knapsack for 2 knapsacs
===
I've implemented a python solution for the 0-1 knapsack problem that seems to work pretty well.
But, how to get the max value for the case where we have **2 knapsacks of equal size**?
I've searched like crazy for 2 days and I can find no solutions or examples except the general e... | 0 | [
2,
713,
8,
165,
6209,
2552,
18,
8735,
26,
172,
6209,
2552,
14974,
18,
800,
3726,
3726,
31,
22,
195,
6807,
21,
20059,
4295,
26,
14,
713,
8,
165,
6209,
2552,
18,
8735,
1448,
30,
2206,
20,
170,
1772,
134,
9,
47,
15,
184,
20,
164,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Error while linking with gcc?
===
I run the following command to link the different files in my project.
/opt/gcc-4.7-cilkplus/bin/gcc -g -Wall -l /opt/gcc-4.7-cilkplus/lib64/ -o exec main.o mysql-client.o databaseConnection-common.o murmurhash3.o bloom-filter.o `mysql_config --cflags --libs\` -lcilkrts
Note... | 0 | [
2,
7019,
133,
12585,
29,
489,
3384,
60,
800,
3726,
3726,
31,
485,
14,
249,
1202,
20,
3508,
14,
421,
6488,
19,
51,
669,
9,
13,
118,
2594,
38,
118,
263,
3384,
8,
300,
9,
465,
8,
12837,
197,
13349,
118,
4772,
118,
263,
3384,
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... |
Rounded Rectangle tool and proportional corner radius in Photoshop
===
When using the Rounded Rectangle Tool in Photoshop you can can set the corner radius.
However, is there any way to lock in a corner radius so that a rounded corner will look the same proportionally on a big rectangle or a small rectangle?
Tha... | 0 | [
2,
8472,
27181,
5607,
17,
13822,
1531,
13288,
19,
7064,
5347,
800,
3726,
3726,
76,
568,
14,
8472,
27181,
5607,
19,
7064,
5347,
42,
92,
92,
309,
14,
1531,
13288,
9,
207,
15,
25,
80,
186,
161,
20,
3991,
19,
21,
1531,
13288,
86,
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... |
ruby on rails implement list control with an "add" button and a text field
===
I have a table of recipes, each recipe has several ingredients. In the "new recipe" form,
I want the user to be able to add the ingredients.
I planned to add a list control with a text field and an "add" button (the text field will eith... | 0 | [
2,
10811,
27,
2240,
18,
8713,
968,
569,
29,
40,
13,
7,
14854,
7,
5167,
17,
21,
1854,
575,
800,
3726,
3726,
31,
57,
21,
859,
16,
22229,
15,
206,
20510,
63,
238,
14129,
9,
19,
14,
13,
7,
2681,
20510,
7,
505,
15,
31,
259,
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... |
TextBox DataBind()
===
I'm new to .NET and C#. I'm been playing around with Web Applications in .NET and I'm confused on how to bind data to a simple text box. Sure I can make a make a data set and then say
`textBox1.Text = myDataSet.WhateverTheFunctionIsToGetATableName()`
but that's not really binding the data. I... | 0 | [
2,
1854,
5309,
1054,
4772,
43,
5,
6,
800,
3726,
3726,
31,
22,
79,
78,
20,
13,
9,
2328,
17,
272,
5910,
9,
31,
22,
79,
74,
791,
140,
29,
2741,
3767,
19,
13,
9,
2328,
17,
31,
22,
79,
4230,
27,
184,
20,
10193,
1054,
20,
21,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Eclipse, Tomcat & JMX
===
I am a computer science student currently doing an internship. My boss has asked me to write a simple tool to monitor a Tomcat server. I am just starting this project so I'm basically just playing around to see how things work. I would like to create a simple jsp page that displays the result... | 0 | [
2,
11652,
15,
2067,
5782,
279,
487,
79,
396,
800,
3726,
3726,
31,
589,
21,
1428,
762,
1209,
871,
845,
40,
21549,
9,
51,
4054,
63,
411,
55,
20,
2757,
21,
1935,
5607,
20,
7626,
21,
2067,
5782,
8128,
9,
31,
589,
114,
1422,
48,
66... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Bind DropDownList SelectedValue from Enum
===
I have enum for Salutation like
public enum SALUTATION
{
MR = 1,
MS = 2,
MRS = 3,
}
and in my `staff` class my `Salutation` property is like,
public SALUTATION Salutation
{
get;
set;
... | 0 | [
2,
10193,
2804,
2968,
5739,
1704,
15165,
37,
1957,
723,
800,
3726,
3726,
31,
57,
1957,
723,
26,
3263,
1982,
857,
101,
317,
1957,
723,
3263,
1982,
857,
13,
1,
820,
800,
137,
15,
4235,
800,
172,
15,
2045,
800,
203,
15,
13,
1,
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... |
How to add class module(which is not going to be displayed) to director class?
===
I have an object class named bird.lua and i just want to use that class while initiliazing and adding attiributes to the birds. Can i use it with director class? Actually, my question is that do i need to arrange all my lua files accord... | 0 | [
2,
184,
20,
3547,
718,
12613,
5,
2140,
25,
52,
228,
20,
44,
6115,
6,
20,
559,
718,
60,
800,
3726,
3726,
31,
57,
40,
3095,
718,
377,
2838,
9,
2377,
58,
17,
31,
114,
259,
20,
275,
30,
718,
133,
19,
242,
12765,
9768,
17,
4721,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 - ReferenceTable overflow (max=512) when saving file
===
I'm using Phonegap for Android app. The same code works fine for IOS app.
I'm trying to read many image from a remote location and save in local. It works, but aborting the process with this error message:
07-04 08:59:53.442: W/dalvikvm(1231): Refer... | 0 | [
2,
13005,
13,
8,
2801,
5924,
20285,
13,
5,
8304,
3726,
264,
918,
6,
76,
7599,
3893,
800,
3726,
3726,
31,
22,
79,
568,
1132,
1136,
306,
26,
13005,
4865,
9,
14,
205,
1797,
693,
1123,
26,
13,
7760,
4865,
9,
31,
22,
79,
749,
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... |
PHP code run from HREF tag
===
I have PHP code that updates a record in my database. I need to run that code when
an <a href="mailto....> link is clicked on, before the email client runs.
Thanks for the assistance. | 0 | [
2,
13,
26120,
1797,
485,
37,
746,
14057,
3383,
800,
3726,
3726,
31,
57,
13,
26120,
1797,
30,
16779,
21,
571,
19,
51,
6018,
9,
31,
376,
20,
485,
30,
1797,
76,
40,
13,
1,
58,
746,
14057,
3726,
7,
8079,
262,
9,
9,
9,
9,
1,
35... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Crystal-Report Error: "@RecordSelection - This field name is not known" - but all fields are okay
===
Does anybody know what this error message means, when I go to "Report->Check Dependencies":
"Formulas: @RecordSelection - This field name is not known. [filename]"
I get this Error 62-times for an report wit... | 0 | [
2,
4282,
8,
17437,
7019,
45,
13,
7,
1,
14953,
18,
5033,
13,
8,
48,
575,
204,
25,
52,
167,
7,
13,
8,
47,
65,
2861,
50,
1705,
800,
3726,
3726,
630,
11181,
143,
98,
48,
7019,
2802,
1108,
15,
76,
31,
162,
20,
13,
7,
17437,
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... |
Send an instance of object in WCF service
===
I have a problem with transferring an object to WCF service from client. I can't use standard contract definitions since it's a generic service for several different apps.
Server and client are both have an assembly in which transferred type is defined, so server can de... | 0 | [
2,
2660,
40,
4851,
16,
3095,
19,
11801,
410,
365,
800,
3726,
3726,
31,
57,
21,
1448,
29,
15798,
40,
3095,
20,
11801,
410,
365,
37,
6819,
9,
31,
92,
22,
38,
275,
1236,
1305,
18544,
179,
32,
22,
18,
21,
12733,
365,
26,
238,
421,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
UITableView tableHeaderView's missing separator
===
When I have no tableHeaderView in tableView than all separator are visible. But if I create a custom tableHeaderView than first cell does not have a separator on top of the cell. Why does my custom tableHeaderView removes first separator? How can I put it back? | 0 | [
2,
13,
11193,
579,
4725,
859,
1743,
106,
4725,
22,
18,
2863,
1353,
3574,
3457,
800,
3726,
3726,
76,
31,
57,
90,
859,
1743,
106,
4725,
19,
859,
4725,
119,
65,
1353,
3574,
3457,
50,
4560,
9,
47,
100,
31,
1600,
21,
5816,
859,
1743,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
IBOutlet UIScrollView didn't recycle memory of subviews
===
Confused:Although viewController is dismissed ,the memory didn't recycled.
The code was updated to github for reference.
https://github.com/shuangyi/iOS-memory-recycle
My projects :
1.A viewController with a scrollView in its xib.
2.Add imageView... | 0 | [
2,
13,
4598,
1320,
1336,
13,
5661,
3862,
8694,
4725,
223,
22,
38,
302,
12467,
1912,
16,
972,
4725,
18,
800,
3726,
3726,
4230,
45,
8655,
1418,
12898,
1252,
25,
6446,
13,
15,
124,
1912,
223,
22,
38,
24689,
9,
14,
1797,
23,
6372,
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... |
Perl CGI spin buttons
===
These days I must working with Perl & CGI, creating a web form.
I had look around the whole net but not finding any good solution.
Is there a way, to store some variables if the user reset the form?
I have 2 text fields, with a 'from' and a 'to' value. Close to these buttons, I took pl... | 1 | [
2,
416,
255,
272,
2234,
3310,
12861,
800,
3726,
3726,
158,
509,
31,
491,
638,
29,
416,
255,
279,
272,
2234,
15,
2936,
21,
2741,
505,
9,
31,
41,
361,
140,
14,
979,
4275,
47,
52,
3007,
186,
254,
4295,
9,
25,
80,
21,
161,
15,
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... |
Paypal Payment selection
===
We are integrated Paypal pro subscription in one of our site. In this method, the credit card details we are integrated. Is there any way to choose, credit card or Paypal Account, in paypal pro integration?
In redirect method, either we can login to paypal account or can directly enter ... | 0 | [
2,
1372,
6720,
7582,
3155,
800,
3726,
3726,
95,
50,
5547,
1372,
6720,
895,
14213,
19,
53,
16,
318,
689,
9,
19,
48,
2109,
15,
14,
3251,
2056,
3289,
95,
50,
5547,
9,
25,
80,
186,
161,
20,
3538,
15,
3251,
2056,
54,
1372,
6720,
21... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Pause script execution on opera dragonfly
===
In Chrome dev tools we can use the 'Pause' icon on the bottom row of the interface to break on all exceptions. So when our web page is running, we can break it suddenly without adding breakpoint and know where the script stop.
Can we do that in opera dragonfly?
Thank... | 0 | [
2,
6911,
3884,
5769,
27,
1877,
3339,
9700,
800,
3726,
3726,
19,
13,
12985,
9664,
4672,
95,
92,
275,
14,
13,
22,
1060,
3699,
22,
9801,
27,
14,
2129,
3131,
16,
14,
6573,
20,
1442,
27,
65,
13392,
9,
86,
76,
318,
2741,
2478,
25,
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... |
Only Allow Script Of sever to access files
===
Only allow script to run or get request from the PHP files on the web server.
- For eg. you have a file on your web-sever `http://example.com/libs/comment.php`
- Only allow other PHP,or JS file get request from this file (means run this file and perform desired resu... | 0 | [
2,
104,
1655,
3884,
16,
15114,
20,
1381,
6488,
800,
3726,
3726,
104,
1655,
3884,
20,
485,
54,
164,
3772,
37,
14,
13,
26120,
6488,
27,
14,
2741,
8128,
9,
13,
8,
26,
12369,
9,
42,
57,
21,
3893,
27,
154,
2741,
8,
18,
5221,
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... |
Random exhaustive (non-repeating) selection from a large pool of entries
===
Suppose I have a large (300-500k) collection of text documents stored in the relational database. Each document can belong to one or more (up to six) categories. I need users to be able to randomly select documents in a specific category so t... | 0 | [
2,
5477,
12179,
1284,
13,
5,
3951,
8,
99,
1664,
1880,
6,
3155,
37,
21,
370,
3067,
16,
11399,
800,
3726,
3726,
5787,
31,
57,
21,
370,
13,
5,
6571,
8,
6000,
197,
6,
1206,
16,
1854,
4374,
8214,
19,
14,
5827,
192,
6018,
9,
206,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
xmlhttp not working
===
Ok not sure what I am doing wrong. I place that in the body, next to the div #myDiv and it seems not to run, so I dont know what I am doing wrong.
<script type="text/javascript" language="javascript">
var xmlhttp;
if (window.XMLHttpRequest)
{// code for IE7+, Firef... | 0 | [
2,
23504,
21127,
52,
638,
800,
3726,
3726,
5854,
52,
562,
98,
31,
589,
845,
1389,
9,
31,
209,
30,
19,
14,
358,
15,
328,
20,
14,
13,
12916,
6926,
915,
12916,
17,
32,
2206,
52,
20,
485,
15,
86,
31,
1049,
143,
98,
31,
589,
845,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
WHOIS Domain Availability Search
===
I came upon the following domain check function and I can't seem to get it to work.
function domain_checker($domain){
$extension = explode(".",$domainname);
$extension = $extension[1];
switch($extension)
{
case "com": $server = "whois... | 0 | [
2,
72,
403,
4603,
11886,
2122,
800,
3726,
3726,
31,
281,
685,
14,
249,
4603,
2631,
1990,
17,
31,
92,
22,
38,
2260,
20,
164,
32,
20,
170,
9,
1990,
4603,
1,
12542,
106,
5,
4403,
537,
6232,
6,
1,
5579,
1706,
25573,
800,
13383,
5,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
DataTable unique constraint - raise event
===
I created a DataTable which 1st column is set to Unique.
When I insert a new row or modify a row, whenever the unique constraint is violated, a little "!" appears on the left. However, I would like my table to either raise an event or an exception.
Is that possible?
... | 0 | [
2,
1054,
5924,
2619,
28804,
13,
8,
3972,
807,
800,
3726,
3726,
31,
679,
21,
1054,
5924,
56,
137,
384,
4698,
25,
309,
20,
2619,
9,
76,
31,
14692,
21,
78,
3131,
54,
17579,
21,
3131,
15,
6634,
14,
2619,
28804,
25,
16625,
15,
21,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Partial postback using c# code behind file
===
I have following code :
protected override void CreateChildControls()
{
try
{
if (_showCalendar)
{
UpdatePanel updatePanel1 = new UpdatePane... | 0 | [
2,
7284,
678,
1958,
568,
272,
5910,
1797,
439,
3893,
800,
3726,
3726,
31,
57,
249,
1797,
13,
45,
3803,
84,
11891,
11364,
1600,
11287,
12898,
18,
5,
6,
13,
1,
1131,
13,
1,
100,
13,
5,
1,
9303,
3430,
219,
2542,
6,
13,
1,
11100,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Ruby 'Range.last' does not give the last value. Why?
===
When using the triple dot notation in a ruby Range object, I get this:
(0...5).each{|n| p n}
0
1
2
3
4
When I use the 'last' method I get:
(0...5).last
=> 5
I would have expected 4
Is this is a bug? Or is t... | 0 | [
2,
10811,
13,
22,
8366,
9,
8558,
22,
630,
52,
590,
14,
236,
1923,
9,
483,
60,
800,
3726,
3726,
76,
568,
14,
4684,
14123,
15591,
19,
21,
10811,
978,
3095,
15,
31,
164,
48,
45,
13,
5,
387,
9,
9,
9,
264,
6,
9,
14322,
1,
103,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 validator which does not allow to move to the next field
===
I need a field validator which does not allow to user to move to the next field if there is an error. I tried the asp validator and jquery validator which allows to move to the next field.
Thanks, | 0 | [
2,
575,
7394,
3457,
56,
630,
52,
1655,
20,
780,
20,
14,
328,
575,
800,
3726,
3726,
31,
376,
21,
575,
7394,
3457,
56,
630,
52,
1655,
20,
4155,
20,
780,
20,
14,
328,
575,
100,
80,
25,
40,
7019,
9,
31,
794,
14,
28,
306,
7394,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Strange behaviour of <table>?
===
I have this:
<div style="position:absolute;top:275px;right:0px;left:0px;bottom:84px;padding:10px;">
<table border="1" style="width:100%;height:100%;">
<tr>
<th style="height:16px;width:50%;">Version notes</th>
<th style="height:16px;width:50%;">Instructions<... | 0 | [
2,
2578,
7727,
16,
13,
1,
5924,
1,
60,
800,
3726,
3726,
31,
57,
48,
45,
13,
1,
12916,
1034,
3726,
7,
9339,
45,
2297,
656,
14047,
73,
3880,
45,
19316,
306,
396,
73,
4183,
45,
387,
306,
396,
73,
9742,
45,
387,
306,
396,
73,
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... |
architectural design for image downloading
===
I am working on implementing optimized image downloading mechanism from remote server.
I have thought of two different approches.
<br>1. Create one new thread and download all the images in asynchronous way in that single thread.
<br>2. Create thread to download ea... | 0 | [
2,
5350,
704,
26,
1961,
7121,
68,
800,
3726,
3726,
31,
589,
638,
27,
17333,
22864,
43,
1961,
7121,
68,
6534,
37,
5388,
8128,
9,
31,
57,
289,
16,
81,
421,
4865,
661,
5370,
9,
13,
1,
5145,
1,
165,
9,
1600,
53,
78,
9322,
17,
71... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Shouldn't the imports be absolute default in python27?
===
Imagine the directory structure:
<pre>
/
a/
__init__.py
b.py
c.py
c.py
</pre>
File <code>/a/b.py</code> looks like:
<pre>
import c
should_be_absolute = c
</pre>
All the other files (including `__init__`) are em... | 0 | [
2,
5714,
22,
38,
14,
20617,
44,
7070,
12838,
19,
20059,
2567,
60,
800,
3726,
3726,
4382,
14,
16755,
1411,
45,
13,
1,
3515,
1,
13,
118,
21,
118,
13,
1,
108,
242,
1,
9,
6448,
334,
9,
6448,
272,
9,
6448,
272,
9,
6448,
13,
1,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to segue from UIButton to a Tab Bar Item?
===
I have an app with a tab bar, which contains 5 tabs. I decided to have a "Home screen" instead of opening the app directly in the first tab. My home screen will contain a welcome message AND 5 buttons to segue directly to the wanted tab. Example: the 4th button will go... | 0 | [
2,
184,
20,
1353,
3982,
37,
13,
5661,
811,
444,
20,
21,
6523,
748,
9101,
60,
800,
3726,
3726,
31,
57,
40,
4865,
29,
21,
6523,
748,
15,
56,
1588,
331,
6523,
18,
9,
31,
868,
20,
57,
21,
13,
7,
8167,
2324,
7,
700,
16,
1214,
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... |
checkbox 2d array
===
I have a very tricky situation. I have a list of skills each with a level of 1,2,3 which are represented as check boxes besides each skill name. These skills are pulled out of a database. Without skill levels, the normal thing would be to assign the value of the checkbox to be the ID of the skill... | 0 | [
2,
2631,
5309,
172,
43,
7718,
800,
3726,
3726,
31,
57,
21,
253,
5514,
93,
1858,
9,
31,
57,
21,
968,
16,
3207,
206,
29,
21,
662,
16,
13,
15793,
15,
240,
56,
50,
1622,
28,
2631,
8120,
3410,
206,
6148,
204,
9,
158,
3207,
50,
88... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
UITableView loads but nothing displayed
===
here is my code, when i build and run there is nothing displayed not text just empty cells.
#import "plungerselection.h"
@implementation plungerselection
@synthesize tableData;
-(void) viewDidLoad
{
tableData = [[NSArray alloc] initWithObjects:@"Turbo", @"Hol... | 0 | [
2,
13,
11193,
579,
4725,
19069,
47,
626,
6115,
800,
3726,
3726,
235,
25,
51,
1797,
15,
76,
31,
1895,
17,
485,
80,
25,
626,
6115,
52,
1854,
114,
2424,
2934,
9,
6926,
1660,
1993,
13,
7,
306,
14174,
445,
5033,
9,
252,
7,
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... |
IIS - How to check if web site is working or not?
===
Simply, I created an asp.net web site on IIS7
When I click on the "browse google.com on *:80(http)" it opens the real google.com not mine...
So that, I can not be sure my site is working properly or not.
(I dont want to make google1.com to see it is working)
... | 0 | [
2,
595,
18,
13,
8,
184,
20,
2631,
100,
2741,
689,
25,
638,
54,
52,
60,
800,
3726,
3726,
1659,
15,
31,
679,
40,
28,
306,
9,
2328,
2741,
689,
27,
595,
18,
465,
76,
31,
10840,
27,
14,
13,
7,
25699,
870,
8144,
9,
960,
27,
1637... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Customise a "steps" js to refresh to current step and direct step URL?
===
I have some js (show/hide pretty standard I guess):
<script>
function showTransactions(transactions){
$('.steps').hide()
$('#' + transactions).show();
}
</script>
and some html:
... | 0 | [
2,
5816,
2628,
21,
13,
7,
8375,
18,
7,
487,
18,
20,
24905,
20,
866,
1424,
17,
1744,
1424,
287,
6362,
60,
800,
3726,
3726,
31,
57,
109,
487,
18,
13,
5,
9303,
118,
19522,
1772,
1236,
31,
2321,
6,
45,
13,
1,
8741,
1,
1990,
298,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to run Snap haskell webapp in production?
===
I've installed Snap/Haskell on my production Ubuntu server (on EC2), and checked-out my project - but how do I run it?
I mean, locally, I run it from command line:
project-name -p 8000
Does snap come with it's own web-server ([it looks like it][1]), and if... | 0 | [
2,
184,
20,
485,
6877,
63,
16507,
2741,
7753,
19,
637,
60,
800,
3726,
3726,
31,
22,
195,
4066,
6877,
118,
6482,
16507,
27,
51,
637,
287,
12968,
2473,
8128,
13,
5,
218,
6695,
135,
6,
15,
17,
6505,
8,
1320,
51,
669,
13,
8,
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... |
Can I Make a foreignKey to same model in django?
===
Assume I have this model :
class Task(models.Model):
title = models.CharField()
Now I would like that a task may be relates to another task. So I wanted to do this :
class Task(models.Model):
title = models.CharField()
rel... | 0 | [
2,
92,
31,
233,
21,
1228,
4237,
20,
205,
1061,
19,
3857,
14541,
60,
800,
3726,
3726,
7158,
31,
57,
48,
1061,
13,
45,
718,
3005,
5,
13998,
18,
9,
13998,
6,
45,
581,
800,
2761,
9,
5433,
1109,
5,
6,
130,
31,
83,
101,
30,
21,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Selecting part of a string for calculations (python)
===
I'm working on a for-fun-project that I will be doing some calculations with and I need some help.
one module from my program:
def ARK(rawArk):
refArk = rawArk/200
arkTrit = refArk*300
arkMeg = refArk*333
arkZyd = r... | 0 | [
2,
20764,
141,
16,
21,
3724,
26,
19186,
13,
5,
6448,
11570,
6,
800,
3726,
3726,
31,
22,
79,
638,
27,
21,
26,
8,
16638,
8,
21011,
30,
31,
129,
44,
845,
109,
19186,
29,
17,
31,
376,
109,
448,
9,
53,
12613,
37,
51,
625,
45,
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... |
C# XNA Better way to handle mouse and other input?
===
Anyone's help on this is greatly appreciated, I know I am asking a lot.
I've been working on a game library for a while now. It currently has it's own GitHub page at https://github.com/redcodefinal/Clixel
I'll try to explain this as much as possible so every... | 0 | [
2,
272,
5910,
993,
325,
574,
161,
20,
3053,
7567,
17,
89,
6367,
60,
800,
3726,
3726,
1276,
22,
18,
448,
27,
48,
25,
5629,
13746,
15,
31,
143,
31,
589,
3379,
21,
865,
9,
31,
22,
195,
74,
638,
27,
21,
250,
1248,
26,
21,
133,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Convert HTML to pptx4j elements
===
I've successfully implemented the use of the XHTMLImporter class of docx4j to convert XHMTL into docx4j (Word) elements. However, I now need to do the same thing for pptx4j (Powerpoint), but after _much_ searching and trial-and-error, there doesn't appear to be anything correspondin... | 0 | [
2,
8406,
13,
15895,
20,
3273,
38,
396,
300,
728,
2065,
800,
3726,
3726,
31,
22,
195,
3673,
6807,
14,
275,
16,
14,
993,
15895,
1660,
1993,
106,
718,
16,
9765,
396,
300,
728,
20,
8406,
23077,
79,
7786,
77,
9765,
396,
300,
728,
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... |
Drag the image to adjust position like in facebook thrumbnail profile picture
===
In facebook, thrumnail picture will leave out some part of the full picture and we can move that so we can fit the thrumnail picture to fit the prefer position, how to do this using the web technology. | 0 | [
2,
5501,
14,
1961,
20,
14328,
649,
101,
19,
9090,
19637,
5024,
325,
947,
5296,
2151,
800,
3726,
3726,
19,
9090,
15,
19637,
79,
325,
947,
2151,
129,
767,
70,
109,
141,
16,
14,
503,
2151,
17,
95,
92,
780,
30,
86,
95,
92,
2742,
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... |
Find a particular file which contains a particular String
===
I have around `1000 files` and each file is of the size of `1GB`. And I need to find a String in all these `1000 files` and also which files contains that particular String. I am working with Hadoop File System and all those `1000 files` are in Hadoop File ... | 0 | [
2,
477,
21,
1498,
3893,
56,
1588,
21,
1498,
3724,
800,
3726,
3726,
31,
57,
140,
13,
1,
19484,
6488,
1,
17,
206,
3893,
25,
16,
14,
1072,
16,
13,
1,
165,
11400,
1,
9,
17,
31,
376,
20,
477,
21,
3724,
19,
65,
158,
13,
1,
19484... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Writing umlaut chars to xml
===
I have an input xml to this an xslt is applied along with the XsltArgumentList variable. The desired output is to have the umlaut chars represented like this ÖÄÜ in the output xml.
I am using the HttpUtility.HtmlEncode method to get the encoded values while adding them t... | 0 | [
2,
1174,
13,
723,
6247,
38,
4892,
18,
20,
23504,
800,
3726,
3726,
31,
57,
40,
6367,
23504,
20,
48,
40,
993,
18,
255,
38,
25,
2435,
303,
29,
14,
993,
18,
255,
3958,
3073,
1130,
5739,
7612,
9,
14,
9264,
5196,
25,
20,
57,
14,
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... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.