unified_texts stringlengths 32 30.1k | OpenStatus_id int64 0 4 | input_ids list | token_type_ids list | attention_mask list |
|---|---|---|---|---|
Does .NET optimize the concatenation of string literals?
===
For instance, would the compiler know to translate
> string s = "test " + "this " +
> "function";
to
string s = "test this function";
and thus avoid the performance hit with the string concatenation? | 0 | [
2,
630,
13,
9,
2328,
22864,
14,
1065,
9530,
7914,
16,
3724,
20665,
18,
60,
800,
3726,
3726,
26,
4851,
15,
83,
14,
21486,
143,
20,
20628,
13,
1,
3724,
13,
18,
800,
13,
7,
10543,
13,
7,
2754,
13,
7,
1565,
13,
7,
2754,
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... |
Why this regular expression kill the Java regex engine?
===
I have this naive regex "<([\s]|[^<])+?>" (excluding the quotation marks). It seems so
straightforward but it is indeed evil when it works against the below HTML text. It sends the Java regular expression engine to an indefinite loop.
I have another rege... | 0 | [
2,
483,
48,
1290,
1803,
1177,
14,
8247,
7953,
1706,
1406,
60,
800,
3726,
3726,
31,
57,
48,
16288,
7953,
1706,
13,
7,
1,
5,
2558,
1,
18,
500,
1,
2558,
1,
500,
6,
2430,
60,
1,
7,
13,
5,
14938,
14,
22786,
4872,
6,
9,
32,
2206... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 MSTEST/Visual Studio 2008 Team Test Decide Test Method Execution Order?
===
I was under the impression that the test methods in a unit test class would be executed in the order that they appear in the class file. Apparently this is not true. It also doesn't appear to be purely based off of Alphabetical order ... | 0 | [
2,
184,
630,
4235,
10543,
118,
20893,
1120,
570,
173,
1289,
4073,
1289,
2109,
5769,
389,
60,
800,
3726,
3726,
31,
23,
131,
14,
6394,
30,
14,
1289,
3195,
19,
21,
1237,
1289,
718,
83,
44,
5557,
19,
14,
389,
30,
59,
1893,
19,
14,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Is Yield Return == IEnumerable & IEnumerator?
===
I just want to verify, is yield return a shortcut for implementing IEnumerable and IEnumerator?
Thanks,
John | 0 | [
2,
25,
11537,
788,
800,
3726,
13,
660,
6336,
106,
579,
279,
13,
660,
6336,
106,
3457,
60,
800,
3726,
3726,
31,
114,
259,
20,
21012,
15,
25,
11537,
788,
21,
502,
4118,
26,
17333,
13,
660,
6336,
106,
579,
17,
13,
660,
6336,
106,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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... |
Get the subdomain from a URL
===
Getting the subdomain from a URL sounds easy at first.
http://www.domain.example
Scan for the first period then return whatever came after the "http://" ...
Then you remember
http://super.duper.domain.example
Oh. So then you think, okay, find the last period, go ... | 0 | [
2,
164,
14,
972,
537,
6232,
37,
21,
287,
6362,
800,
3726,
3726,
1017,
14,
972,
537,
6232,
37,
21,
287,
6362,
2795,
2010,
35,
64,
9,
7775,
6903,
6483,
9,
537,
6232,
9,
29041,
8313,
26,
14,
64,
620,
94,
788,
2099,
281,
75,
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... |
RMI server picking up an old ip address
===
I am seeing a strange problem:
I have a linux machine, installed JDK1.6 on that machine, and some business went on, and some days later had to change the IP address of the machine. and now after some months... i am trying to get some spring application to work... and it s... | 0 | [
2,
761,
1435,
8128,
7833,
71,
40,
315,
15735,
3218,
800,
3726,
3726,
31,
589,
2078,
21,
2578,
1448,
45,
31,
57,
21,
13024,
1940,
15,
4066,
487,
43,
197,
165,
9,
379,
27,
30,
1940,
15,
17,
109,
508,
296,
27,
15,
17,
109,
509,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 repaint a parent form while a modal form is active?
===
In Delphi 2006, I am showing a modal form. User input in that form can change data that might be displayed currently on the parent form which is the mainform. To reflect those changes I need to force a repaint of some ownerdrawn components on the mainform.... | 0 | [
2,
184,
20,
302,
20578,
21,
4766,
505,
133,
21,
13,
20756,
505,
25,
1348,
60,
800,
3726,
3726,
19,
23030,
592,
15,
31,
589,
3187,
21,
13,
20756,
505,
9,
4155,
6367,
19,
30,
505,
92,
753,
1054,
30,
530,
44,
6115,
871,
27,
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... |
Prints pdf when page loads
===
I have this code in my aspx page;
<a href="javascript:void(0);" onclick=<% Print(); %> title="Print listings">Print</a>
which presents a link to print a listings to a pdf when the user clicks on it; as you can note the script calls a function from the behind code.
The proble... | 0 | [
2,
12202,
13,
11124,
76,
2478,
19069,
800,
3726,
3726,
31,
57,
48,
1797,
19,
51,
28,
306,
396,
2478,
73,
13,
1,
58,
746,
14057,
3726,
7,
1004,
1385,
8741,
45,
2625,
1340,
5,
387,
6,
73,
7,
27,
150,
10129,
3726,
1,
11881,
4793,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 load a JDBC driver from an arbitrary location
===
I need to test a JDBC connection to a database. The java code to do that should be as simple as:
DriverManager.getConnection("jdbc connection URL", "username", "password");
The driver manager will lookup the appropriate the driver for the given connect... | 0 | [
2,
184,
20,
6305,
21,
487,
43,
7229,
2425,
37,
40,
17237,
1474,
800,
3726,
3726,
31,
376,
20,
1289,
21,
487,
43,
7229,
2760,
20,
21,
6018,
9,
14,
8247,
1797,
20,
107,
30,
378,
44,
28,
1935,
28,
45,
2425,
22256,
9,
3060,
25996,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 return JSON from a 2.0 asmx web service
===
I saw another question like this but it did not answer my question. I am using .Net framework 2.0 / jQuery to make an Ajax call to a 2.0 web service. No matter what I set the contentType to in the ajax call, the service always returns XML. I want it to return Json!
... | 0 | [
2,
184,
20,
788,
487,
528,
37,
21,
172,
9,
387,
28,
79,
396,
2741,
365,
800,
3726,
3726,
31,
441,
226,
1301,
101,
48,
47,
32,
144,
52,
1623,
51,
1301,
9,
31,
589,
568,
13,
9,
2328,
6596,
172,
9,
387,
13,
118,
487,
8190,
93... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Best Keyboard for High WPM
===
Prelude: Playing [typeracer](typeracer.com/) and going on [typingtest.com](typingtest.com/), I figured my WPM was about 120, and it got to 140 on good days. However, I recently tried these games on computers in the computer lab, and found I could much more easily hit speeds of 140, and e... | 2 | [
2,
246,
8896,
26,
183,
619,
5576,
800,
3726,
3726,
20865,
45,
791,
636,
4474,
5797,
106,
500,
5,
4474,
5797,
106,
9,
960,
118,
6,
17,
228,
27,
636,
1084,
3181,
10543,
9,
960,
500,
5,
1084,
3181,
10543,
9,
960,
118,
6,
15,
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... |
Eclipse Optimize Imports to Include Static Imports
===
Is there anyway to get Eclipse to automatically look for static imports? For example, now that I've finally upgraded to Junit 4, I'd like to be able to write:
assertEquals(expectedValue, actualValue);
hit ctrl-SHIFT-O and have Eclipse add:
import ... | 0 | [
2,
11652,
22864,
20617,
20,
468,
12038,
20617,
800,
3726,
3726,
25,
80,
2774,
20,
164,
11652,
20,
7499,
361,
26,
12038,
20617,
60,
26,
823,
15,
130,
30,
31,
22,
195,
722,
9958,
20,
7446,
242,
268,
15,
31,
22,
43,
101,
20,
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,
1,
1,
1,
1,
1,
1... |
How to code a javascript modal popup (to replace AJAX)?
===
I need to replace our AJAX Modal Popup controls with a Javascript equivalent. We use this as a simple context sensitive help type popup. I did a quick browse but didn't see quite what I was looking for. I just need some text and a simple Close button/link, bu... | 0 | [
2,
184,
20,
1797,
21,
8247,
8741,
13,
20756,
1675,
576,
13,
5,
262,
3934,
20624,
6,
60,
800,
3726,
3726,
31,
376,
20,
3934,
318,
20624,
13,
20756,
1675,
576,
8671,
29,
21,
8247,
8741,
4602,
9,
95,
275,
48,
28,
21,
1935,
4141,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Increasing WPM - High End
===
We've had [this question](http://stackoverflow.com/questions/94101/how-to-type-faster) already, but I want to narrow it down to already high-speed typists.
The original poster had hit a barrier of 75 WPM and wanted to increase his speed. I'm at a barrier where I can reliably type arou... | 0 | [
2,
3425,
619,
5576,
13,
8,
183,
241,
800,
3726,
3726,
95,
22,
195,
41,
636,
1565,
1301,
500,
5,
21127,
6903,
25325,
2549,
9990,
9,
960,
118,
24652,
18,
118,
4588,
12811,
118,
1544,
8,
262,
8,
4474,
8,
13088,
106,
6,
614,
15,
4... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
PHP: Callback on Entry/Exit of Class Methods?
===
Is there a way I can set up callbacks on (or automataically log) method parameters, entries, and exits without making explicit calls within each method? I basically want to log this information to my logger class (which is static) without having to do it manually for e... | 0 | [
2,
13,
26120,
45,
645,
1958,
27,
2792,
118,
1706,
242,
16,
718,
3195,
60,
800,
3726,
3726,
25,
80,
21,
161,
31,
92,
309,
71,
645,
1958,
18,
27,
13,
5,
248,
3108,
12724,
8438,
6738,
6,
2109,
12905,
15,
11399,
15,
17,
4350,
18,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to prevent scroll on Refresh in a PropertyGrid?
===
I'm using a PropertyGrid in a tool app to show a window to monitor an object in a remote app. Every second or so I get an update from the app with the state of any members that have changed, and I update the grid. I call Refresh() to make the changes take. This a... | 0 | [
2,
184,
20,
2501,
12159,
27,
24905,
19,
21,
1354,
16375,
60,
800,
3726,
3726,
31,
22,
79,
568,
21,
1354,
16375,
19,
21,
5607,
4865,
20,
298,
21,
1463,
20,
7626,
40,
3095,
19,
21,
5388,
4865,
9,
352,
153,
54,
86,
31,
164,
40,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Update multiple values in a single statement
===
I have a master / detail table and want to update some summary values in the master table against the detail table. I know I can update them like this:
update MasterTbl set TotalX = (select sum(X) from DetailTbl where DetailTbl.MasterID = MasterTbl.ID)
upda... | 0 | [
2,
11100,
1886,
4070,
19,
21,
345,
3331,
800,
3726,
3726,
31,
57,
21,
1129,
13,
118,
6110,
859,
17,
259,
20,
11100,
109,
14740,
4070,
19,
14,
1129,
859,
149,
14,
6110,
859,
9,
31,
143,
31,
92,
11100,
105,
101,
48,
45,
11100,
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... |
Variable expansion from/within (XML) source file in Ruby
===
I want some slightly 'dynamic' XML source files. I want some of the element values to be dynamic, or 'expandable'.
I'm providing a value for this variable, from some other source.
@Name = 'freezingkiwis'
What I want to provide is something like... | 0 | [
2,
7612,
3233,
37,
118,
1410,
108,
13,
5,
396,
8184,
6,
1267,
3893,
19,
10811,
800,
3726,
3726,
31,
259,
109,
1847,
13,
22,
20985,
22,
23504,
1267,
6488,
9,
31,
259,
109,
16,
14,
4520,
4070,
20,
44,
7782,
15,
54,
13,
22,
6899,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Converting a String to a Number in Perl
===
I have a string which holds a decimal value in it and I need to convert that string into a floating point variable. So an example of the string I have is "5.45" and I want a floating point equivalent so I can add .1 to it. I have searched around the internet, but I only see ... | 0 | [
2,
19583,
21,
3724,
20,
21,
234,
19,
416,
255,
800,
3726,
3726,
31,
57,
21,
3724,
56,
2763,
21,
26380,
1923,
19,
32,
17,
31,
376,
20,
8406,
30,
3724,
77,
21,
8319,
454,
7612,
9,
86,
40,
823,
16,
14,
3724,
31,
57,
25,
13,
7... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to convert last 3 digits of number into 0
===
How to convert last 3 digits of number into 0
example 3444678 to 3444000
I can do like
(int)(3444678/1000) * 1000= 3444000
But division and multiplication could be costly...
Any other soultion???? | 0 | [
2,
184,
20,
8406,
236,
203,
19076,
16,
234,
77,
713,
800,
3726,
3726,
184,
20,
8406,
236,
203,
19076,
16,
234,
77,
713,
823,
13,
25952,
3516,
4130,
20,
203,
26457,
3993,
31,
92,
107,
101,
13,
5,
6391,
6,
5,
25952,
3516,
4130,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 keep aspect ratio on scalable, scrollable content in WPF?
===
I'm fairly new to WPF and I've come across a problem that seems a bit tricky to solve. Basically I want a 4x4 grid thats scalable but keeps a square (or any other arbitrary) aspect ratio. This actually seems quite tricky to do, which surprises me... | 0 | [
2,
184,
107,
31,
643,
7289,
4825,
27,
18957,
579,
15,
12159,
579,
2331,
19,
619,
7721,
60,
800,
3726,
3726,
31,
22,
79,
6647,
78,
20,
619,
7721,
17,
31,
22,
195,
340,
464,
21,
1448,
30,
2206,
21,
1142,
5514,
93,
20,
8402,
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... |
Send binary to the serial port
===
To send a serial string character to the serial port. I would need to call WriteFile(handle, "A", strlen("A"), ...)
However, what if I want to specify and send a hex or binary number? For example, I want to send WriteFile(handle, 41, sizeOf(41), ...) ?
Is there a function tha... | 0 | [
2,
2660,
14171,
20,
14,
5956,
1295,
800,
3726,
3726,
20,
2660,
21,
5956,
3724,
925,
20,
14,
5956,
1295,
9,
31,
83,
376,
20,
645,
2757,
16877,
5,
3203,
413,
15,
13,
7,
58,
7,
15,
13,
9729,
2284,
5,
7,
58,
7,
6,
15,
13,
9,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Perl regex named groups (result hash?)
===
Is it possible to perform a named-group match in Perl's regex syntax as with Python's? I always bind the `$n` values to proper names after matching, so I'd find it more convenient to do it in the regex itself if it's possible.
Python does it like so:
>>> import re
... | 0 | [
2,
416,
255,
7953,
1706,
377,
1170,
13,
5,
29955,
19170,
60,
6,
800,
3726,
3726,
25,
32,
938,
20,
2985,
21,
377,
8,
8024,
730,
19,
416,
255,
22,
18,
7953,
1706,
22649,
28,
29,
20059,
22,
18,
60,
31,
550,
10193,
14,
13,
1,
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,
1,
1,
1,
1,
1,
1... |
Specifying return rows in LINQ2DataSet
===
I have a requirement to extract a distinct subset of rows from a DataTable, and thought LINQ2DataSets may be a useful and clean way to do this, however it appears that it is not possible to simply identify return rows from a LINQ2DS query as follows
var result = from r... | 0 | [
2,
19077,
68,
788,
11295,
19,
6294,
1251,
135,
18768,
3554,
800,
3726,
3726,
31,
57,
21,
8981,
20,
10962,
21,
4421,
16622,
16,
11295,
37,
21,
1054,
5924,
15,
17,
289,
6294,
1251,
135,
18768,
3554,
18,
123,
44,
21,
4811,
17,
2745,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
The difference in months between dates in MySQL
===
I'm looking to calculate the number of months between 2 date time fields.
Is there a better way than getting the unix timestamp and the dividing by 2 592 000 (seconds) and rounding up whithin MySQL? | 0 | [
2,
14,
2841,
19,
818,
128,
4076,
19,
51,
18,
22402,
800,
3726,
3726,
31,
22,
79,
699,
20,
18469,
14,
234,
16,
818,
128,
172,
1231,
85,
2861,
9,
25,
80,
21,
574,
161,
119,
1017,
14,
22540,
436,
38,
10158,
17,
14,
18542,
34,
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... |
Does SQLDeveloper support executing scripts?
===
I was trying to follow some instructions today, and it starts with the comment
<pre><code>
REM In SQLPlus I manually copy in each line and execute it.
</code></pre>
That's nice, I don't have SQLPlus, I have SQLDeveloper. The lines that were pasted in were of the ... | 0 | [
2,
630,
4444,
255,
26051,
106,
555,
25836,
17505,
60,
800,
3726,
3726,
31,
23,
749,
20,
1740,
109,
7650,
786,
15,
17,
32,
3244,
29,
14,
6484,
13,
1,
3515,
1,
9375,
1,
11948,
19,
4444,
255,
13349,
31,
23671,
4344,
19,
206,
293,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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# casts differing between VS2008 and IIS6
===
I have a piece of C# code that add the values of an enum to a drop down list by type. It requires that it be called with T1 being an enum type, although I cannot specify this as a type constraint because enums are special case in which this isn't possible. This is not a m... | 0 | [
2,
272,
5910,
1325,
18,
19304,
128,
4611,
2753,
17,
595,
18,
379,
800,
3726,
3726,
31,
57,
21,
1855,
16,
272,
5910,
1797,
30,
3547,
14,
4070,
16,
40,
1957,
723,
20,
21,
2804,
125,
968,
34,
1001,
9,
32,
4781,
30,
32,
44,
227,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Sandy 3D: Creating a Room with Physics
===
I was wondering if anyone can help me get started with creating a room in Sandy 3D. I know I can generate the planes, but I am unsure as to how to implement simple physics (i.e. the player cannot walk through a wall). Is there a simple way to do this, or should I look into so... | 0 | [
2,
6934,
203,
43,
45,
2936,
21,
337,
29,
4339,
800,
3726,
3726,
31,
23,
5712,
100,
1276,
92,
448,
55,
164,
373,
29,
2936,
21,
337,
19,
6934,
203,
43,
9,
31,
143,
31,
92,
7920,
14,
10372,
15,
47,
31,
589,
13815,
28,
20,
184,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Does mysql index null values?
===
I have a mysql table where an indexed INT column is going to be 0 for 90% of the rows. If I change those rows to use NULL instead of 0, will they be left out of the index, making the index about 90% smaller? | 0 | [
2,
630,
51,
18,
22402,
4348,
16203,
4070,
60,
800,
3726,
3726,
31,
57,
21,
51,
18,
22402,
859,
113,
40,
4348,
69,
19,
38,
4698,
25,
228,
20,
44,
713,
26,
16370,
16,
14,
11295,
9,
100,
31,
753,
273,
11295,
20,
275,
16203,
700,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 raise custom event from a Static Class
===
I have a static class that I would like to raise an event as part of a try catch block within a static method of that class.
For example in this method I would like to raise a custom event in the catch. An advice, code samples would be helpful.
public static voi... | 0 | [
2,
184,
20,
3972,
5816,
807,
37,
21,
12038,
718,
800,
3726,
3726,
31,
57,
21,
12038,
718,
30,
31,
83,
101,
20,
3972,
40,
807,
28,
141,
16,
21,
1131,
2949,
1921,
363,
21,
12038,
2109,
16,
30,
718,
9,
26,
823,
19,
48,
2109,
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... |
Setting Response.ContentType="image/tiff" in asp.net 1.1 and IE7 doesn't display tif files
===
I have an Asp.Net 1.1 application that uses the following code to write out an image file to a pop up web page.
Response.ContentType="image/tiff" 'Only for Tif files
Dim objStream As Object
o... | 0 | [
2,
2697,
1627,
9,
25424,
4474,
3726,
7,
22039,
118,
38,
6021,
7,
19,
28,
306,
9,
2328,
137,
9,
165,
17,
13,
660,
465,
1437,
22,
38,
3042,
13,
38,
821,
6488,
800,
3726,
3726,
31,
57,
40,
28,
306,
9,
2328,
137,
9,
165,
3010,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
ObjectDataSource and Collection of Objects
===
I have a GridView that I would like to bind to an ObjectDataSource. I have a ReadOnlyCollection of business objects that have many properties. I only to need to display four of these properties in the GridView. I haven't used the ObjectDataSource control before, so how... | 0 | [
2,
3095,
18768,
12097,
17,
1206,
16,
3916,
800,
3726,
3726,
31,
57,
21,
7354,
4725,
30,
31,
83,
101,
20,
10193,
20,
40,
3095,
18768,
12097,
9,
31,
57,
21,
1302,
4965,
15015,
872,
16,
508,
3916,
30,
57,
151,
3704,
9,
31,
104,
2... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How do you instantiate a SPWeb Object from a console app?
===
I am trying to write a console app that simply lists the number of lists at the sharepoint root.
I tried doing it by using the following code, but the object SPContext.Current is null. Any ideas of how to get the web object?
SPWeb web = SPContex... | 0 | [
2,
184,
107,
42,
6322,
15882,
21,
3782,
14113,
3095,
37,
21,
8650,
4865,
60,
800,
3726,
3726,
31,
589,
749,
20,
2757,
21,
8650,
4865,
30,
1659,
7227,
14,
234,
16,
7227,
35,
14,
1891,
3132,
5900,
9,
31,
794,
845,
32,
34,
568,
1... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
C# List<> Sort by x then y
===
<p>
Similar to <a href=http://stackoverflow.com/questions/188141/c-list-orderby-alphabetical-order>this question</a>, but in 2.0, we want to sort by one element, then another. we want to achieve the functional equivalent of SELECT * from Table ORDER BY x, y
</p>
<p>
We have a clas... | 0 | [
2,
272,
5910,
968,
1,
2058,
34,
993,
94,
13,
93,
800,
3726,
3726,
13,
1,
306,
1,
835,
20,
13,
1,
58,
746,
14057,
3726,
21127,
6903,
25325,
2549,
9990,
9,
960,
118,
24652,
18,
118,
23038,
4499,
118,
150,
8,
5739,
8,
7861,
779,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
JDBC: Can I share a connection in a multithreading app, and enjoy nice transactions?
===
It seems like the classical way to handle transactions with JDBC is to set auto-commit to false. This creates a new transaction, and each call to commit marks the beginning the next transactions.
On multithreading app, I understa... | 0 | [
2,
487,
43,
7229,
45,
92,
31,
1891,
21,
2760,
19,
21,
1889,
96,
22883,
4865,
15,
17,
4696,
2210,
13147,
60,
800,
3726,
3726,
32,
2206,
101,
14,
3089,
161,
20,
3053,
13147,
29,
487,
43,
7229,
25,
20,
309,
3108,
8,
960,
5130,
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... |
HTML hyperlink with mouse over image
===
I having a Html hyperlink. I need to link this hyperlink to another page. But I place the mouse over the link i need to show an image.
how to do this
<a href ="login.html"> Login </a>
I need to add an image when place the mouse over the link. | 0 | [
2,
13,
15895,
5443,
6258,
29,
7567,
84,
1961,
800,
3726,
3726,
31,
452,
21,
13,
15895,
5443,
6258,
9,
31,
376,
20,
3508,
48,
5443,
6258,
20,
226,
2478,
9,
47,
31,
209,
14,
7567,
84,
14,
3508,
31,
376,
20,
298,
40,
1961,
9,
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... |
Better TreeView for Windows Forms - .NET 3.5
===
Is there a better **free** TreeView control that exists for Visual Studio 2008 / .NET 3.5?
I believe I need something a little more powerful than the out-of-the box version. I'm not exactly sure for what yet but I thought I'd ask quickly before I get too far in to my... | 0 | [
2,
574,
1541,
4725,
26,
1936,
1997,
13,
8,
13,
9,
2328,
203,
9,
264,
800,
3726,
3726,
25,
80,
21,
574,
13,
1409,
4639,
1409,
1541,
4725,
569,
30,
5636,
26,
3458,
1120,
570,
13,
118,
13,
9,
2328,
203,
9,
264,
60,
31,
985,
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... |
receiving data over a python socket
===
I'm making a program that retrieves decently large amounts of data through a python socket and then immediately disconnects when the information is finished sending. But I'm not sure how to do this
All the examples on the web are of tcp clients where they have
while 1:... | 0 | [
2,
3396,
1054,
84,
21,
20059,
18482,
800,
3726,
3726,
31,
22,
79,
544,
21,
625,
30,
11917,
18,
12238,
102,
370,
8545,
16,
1054,
120,
21,
20059,
18482,
17,
94,
1375,
29363,
18,
76,
14,
676,
25,
842,
4907,
9,
47,
31,
22,
79,
52,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
AST.NET MVC US State Drop Down List
===
anyone have have a dropdownlist helper method with a list of US states? thanks. | 0 | [
2,
28,
38,
9,
2328,
307,
8990,
182,
146,
2804,
125,
968,
800,
3726,
3726,
1276,
57,
57,
21,
2804,
2968,
5739,
448,
106,
2109,
29,
21,
968,
16,
182,
202,
60,
3669,
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... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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... |
MS Entourage and quoted-printable encoding
===
i'm looking for an answer to my problem with MS Entourage 2008 for Mac.
I need to send a monthly newsletter composed as HTML email. All email clients (Outlook, Thunderbird ..) but Entourage can receive and read this email without major problems. Entourage, though is brea... | 0 | [
2,
4235,
26906,
17,
9591,
8,
10299,
579,
19608,
800,
3726,
3726,
31,
22,
79,
699,
26,
40,
1623,
20,
51,
1448,
29,
4235,
26906,
570,
26,
1572,
9,
31,
376,
20,
2660,
21,
6460,
17782,
1869,
28,
13,
15895,
8517,
9,
65,
8517,
7421,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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#] [p/invoke] How to pass pointer to an array?
===
Example C API signature:
`void Func(unsigned char* bytes);`
In C, when I want to pass a pointer to an array, I can do:
unsigned char* bytes = new unsigned char[1000];
Func(bytes); // call
How do I translate the above API to P/Invoke such that I ... | 0 | [
2,
636,
150,
5910,
500,
636,
306,
118,
108,
2625,
1048,
500,
184,
20,
1477,
454,
106,
20,
40,
7718,
60,
800,
3726,
3726,
823,
272,
21,
2159,
7810,
45,
13,
1,
2625,
1340,
2414,
150,
5,
1020,
13472,
4892,
2483,
34,
3231,
6,
73,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Do you HtmlEncode during input or output?
===
When do you call Microsoft.Security.Application.AntiXss.HtmlEncode? Do you do it when the user submits the information or do you do when your displaying the information?
How about for basic stuff like First Name, Last Name, City, State, Zip? | 0 | [
2,
107,
42,
13,
15895,
219,
9375,
112,
6367,
54,
5196,
60,
800,
3726,
3726,
76,
107,
42,
645,
7099,
9,
17749,
9,
2552,
20669,
9,
5578,
396,
18,
18,
9,
15895,
219,
9375,
60,
107,
42,
107,
32,
76,
14,
4155,
12298,
18,
14,
676,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
ASP.NET MVC Editing A Collection Best Practices - Your Opinion
===
Given the following class, what is your opinion on the best way to handle create/edit where Attributes.Count can be any number.
public class Product {
public int Id {get;set;}
public string Name {get;set;}
public IList<Attr... | 0 | [
2,
28,
306,
9,
2328,
307,
8990,
9510,
21,
1206,
246,
5242,
13,
8,
154,
4052,
800,
3726,
3726,
504,
14,
249,
718,
15,
98,
25,
154,
4052,
27,
14,
246,
161,
20,
3053,
1600,
118,
69,
242,
113,
13422,
9,
16549,
92,
44,
186,
234,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Applications development with D language
===
For those who had developed applications with D,
- which libraries did you use to build your application?
- those libraries were good documented?
- did you use Tango?
- do you feel that D is ready to build big applications?
- which IDE did you use? Descent ... | 0 | [
2,
3767,
522,
29,
13,
43,
816,
800,
3726,
3726,
26,
273,
72,
41,
885,
3767,
29,
13,
43,
15,
13,
8,
56,
8649,
144,
42,
275,
20,
1895,
154,
3010,
60,
13,
8,
273,
8649,
46,
254,
8926,
60,
13,
8,
144,
42,
275,
19434,
60,
13,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
how do i execute a command every time after ssh'ing from one machine to another?
===
how do i execute a command every time after ssh'ing from one machine to another?
e.g
ssh mymachine
stty erase ^H
I'd rather just have "stty erase ^H" execute every time after my ssh connection completes. | 0 | [
2,
184,
107,
31,
15644,
21,
1202,
352,
85,
75,
13,
18,
1635,
22,
68,
37,
53,
1940,
20,
226,
60,
800,
3726,
3726,
184,
107,
31,
15644,
21,
1202,
352,
85,
75,
13,
18,
1635,
22,
68,
37,
53,
1940,
20,
226,
60,
13,
62,
9,
263,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Does Request.IsMvcAjaxRequest() method return true for requests originating from Ajax.ActionLink() click?
===
I have a controller action that is being executed by a link that was created using 'Ajax.ActionLink()' the problem is that I can't tell in my action that the request is an AJAX request because `Request.IsMvcAj... | 0 | [
2,
630,
3772,
9,
756,
8990,
6881,
7522,
99,
10351,
5,
6,
2109,
788,
1151,
26,
12279,
17292,
37,
20624,
9,
8645,
6258,
5,
6,
10840,
60,
800,
3726,
3726,
31,
57,
21,
9919,
1028,
30,
25,
142,
5557,
34,
21,
3508,
30,
23,
679,
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 work around a potential performance issue when using a Grails hasMany relation?
===
Given the following domain classes:
class Post {
SortedSet tags
static hasMany = [tags:Tag]
}
class Tag {
static belongsTo = Post
static hasMany = [posts:Post]
}
... | 0 | [
2,
184,
20,
170,
140,
21,
2222,
956,
1513,
76,
568,
21,
489,
7301,
18,
63,
14842,
5827,
60,
800,
3726,
3726,
504,
14,
249,
4603,
2684,
45,
718,
678,
13,
1,
22554,
3554,
3383,
18,
12038,
63,
14842,
800,
636,
8628,
18,
45,
8628,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Are there any static duck-typed languages?
===
[Can I specify interfaces when I declare a member?][1]
[1]: http://stackoverflow.com/questions/286584/can-i-specify-interfaces-when-i-declare-a-member#287669
After thinking about this question for a while, it occurred to me that a static-duck-typed might actuall... | 0 | [
2,
50,
80,
186,
12038,
7026,
8,
4474,
43,
2556,
60,
800,
3726,
3726,
636,
1245,
31,
19077,
6573,
18,
76,
31,
10123,
21,
322,
60,
500,
2558,
165,
500,
636,
165,
500,
45,
7775,
6903,
25325,
2549,
9990,
9,
960,
118,
24652,
18,
118,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Request.IsMvcAjaxRequest() - How would I do this with jQuery
===
I prefer to use jQuery with my ASP.NET MVC apps than the Microsoft Ajax library. I have been adding a parameter called "mode" to my actions, which I set in my ajax calls. If it is provided, I return a JsonViewResult. If it isn't supplied, I assume it was... | 0 | [
2,
3772,
9,
756,
8990,
6881,
7522,
99,
10351,
5,
6,
13,
8,
184,
83,
31,
107,
48,
29,
487,
8190,
93,
800,
3726,
3726,
31,
6369,
20,
275,
487,
8190,
93,
29,
51,
28,
306,
9,
2328,
307,
8990,
4865,
18,
119,
14,
7099,
20624,
1248... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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's a good tool to run SQL scripts against any database?
===
Currently I have a custom tool which generates vanilla-SQL (only using standard SQL), from our Data-models that sets up database schemas and initial data for our new databases, and do version patches, etc... This part is all fine and dandy right now.
H... | 0 | [
2,
98,
22,
18,
21,
254,
5607,
20,
485,
4444,
255,
17505,
149,
186,
6018,
60,
800,
3726,
3726,
871,
31,
57,
21,
5816,
5607,
56,
7920,
18,
23704,
8,
18,
22402,
13,
5,
4965,
568,
1236,
4444,
255,
6,
15,
37,
318,
1054,
8,
13998,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 programmatically change the line colour for a series in a chart in Excel 2007
===
I have a chart with a series that denotes a large set (1000's) of discrete measurements. Some of these are bad measurements and I want to colour the line for the series based on another set of data that describes how accurate th... | 0 | [
2,
184,
107,
31,
625,
6732,
1326,
753,
14,
293,
4609,
26,
21,
231,
19,
21,
1795,
19,
20700,
624,
800,
3726,
3726,
31,
57,
21,
1795,
29,
21,
231,
30,
17125,
21,
370,
309,
13,
5,
19484,
22,
18,
6,
16,
18563,
12776,
9,
109,
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... |
When is it time to create a 2nd database?
===
I have a mysql database which has grown to over 200 tables in it. I know this isn't a performance problem, but most admin tools I have aren't organized well enough to manage this number of tables easily, and I am thinking of putting some (new) tables into a 2nd database ju... | 0 | [
2,
76,
25,
32,
85,
20,
1600,
21,
172,
706,
6018,
60,
800,
3726,
3726,
31,
57,
21,
51,
18,
22402,
6018,
56,
63,
3651,
20,
84,
2327,
7484,
19,
32,
9,
31,
143,
48,
2532,
22,
38,
21,
956,
1448,
15,
47,
127,
21,
43,
2160,
4672,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Visual Studio 2008 .dll disappearing issues
===
Ok, so I have VS 2008 and SVN. When I "rebuild all" a handful of my .dll's disappear from my bin folder.
I have these .dll's in a library folder and that's where I am referencing them from.
When I go to publish the app the publish fails, I think they are relate... | 0 | [
2,
3458,
1120,
570,
13,
9,
43,
211,
16797,
1549,
800,
3726,
3726,
5854,
15,
86,
31,
57,
4611,
570,
17,
13,
18,
16578,
9,
76,
31,
13,
7,
99,
29361,
65,
7,
21,
8893,
16,
51,
13,
9,
43,
211,
22,
18,
10866,
37,
51,
4511,
19294... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
General Question: Java has the heap and local stack. Can you access any object from the heap?
===
I was really looking at the differences between pass by value and how Java allocates objects and what java does to put objects on the stack.
Is there anyway to access objects allocated on the heap? What mechanisms do... | 0 | [
2,
297,
1301,
45,
8247,
63,
14,
15414,
17,
375,
7566,
9,
92,
42,
1381,
186,
3095,
37,
14,
15414,
60,
800,
3726,
3726,
31,
23,
510,
699,
35,
14,
4921,
128,
1477,
34,
1923,
17,
184,
8247,
65,
2499,
7759,
3916,
17,
98,
8247,
630,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How can I pass a reference parameter (&) (not pointer) using p/invoke in C#?
===
I have a C API function
void Func(int& size);
How can I translate it to P/Invoke in C#?
From what I know, if I use
public static extern Func(ref int size);
, the function will receive a pointer to the int instead ... | 0 | [
2,
184,
92,
31,
1477,
21,
2801,
18906,
13,
5,
1569,
6,
13,
5,
1270,
454,
106,
6,
568,
351,
118,
108,
2625,
1048,
19,
272,
5910,
60,
800,
3726,
3726,
31,
57,
21,
272,
21,
2159,
1990,
11364,
2414,
150,
5,
6391,
1569,
1072,
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... |
php: capturing linebreaks (newline,linefeed) characters in a textarea
===
errr i checked the related questions using different re-phrase(s) of my question but nothing was related enough to my question....<br/>
anyway
i have this form with a `<textarea>` and i wanted to capture any line breaks in that textarea on ser... | 0 | [
2,
13,
26120,
45,
12859,
293,
12008,
18,
13,
5,
2681,
1143,
15,
1143,
20954,
6,
1766,
19,
21,
1854,
17760,
800,
3726,
3726,
13,
106,
5932,
31,
6505,
14,
1597,
2346,
568,
421,
302,
8,
13314,
870,
5,
18,
6,
16,
51,
1301,
47,
626... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 it worth porting a small C# "engine" to C++ or similar?
===
So, following a tutorial I found on MSDN I've created what you might call an "engine" using DirectX and C#. I haven't seen a lot of this sort of thing (Personally, that is) done in C# and the majority seem to favour C/C++ so I'm curious as to whether using... | 0 | [
2,
25,
32,
2715,
1295,
68,
21,
284,
272,
5910,
13,
7,
16847,
7,
20,
272,
20512,
54,
835,
60,
800,
3726,
3726,
86,
15,
249,
21,
29724,
31,
216,
27,
4235,
43,
103,
31,
22,
195,
679,
98,
42,
530,
645,
40,
13,
7,
16847,
7,
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 can I use Html.ValidationSummary with Ajax.BeginForm?
===
I have an AJAX form that I am creating in my MVC project. If the form is submitted using normal browser function and a page refresh occurs I get validation information rendered in the form (the built in MVC validation based on ViewData.ModelState).
Is t... | 0 | [
2,
184,
92,
31,
275,
13,
15895,
9,
18506,
43,
7504,
723,
17396,
29,
20624,
9,
17143,
108,
4190,
60,
800,
3726,
3726,
31,
57,
40,
20624,
505,
30,
31,
589,
2936,
19,
51,
307,
8990,
669,
9,
100,
14,
505,
25,
7368,
568,
1826,
1649... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Google AppEngine App Version
===
Is it possible to fetch the current application version programmatically for use in urls with far future expires header?
For example:
<link rel="stylesheet" href="app.js?v=1.23" />
Should be automatically updated to:
<link rel="stylesheet" href="app.js?v=1.24" />
... | 0 | [
2,
8144,
4865,
16847,
4865,
615,
800,
3726,
3726,
25,
32,
938,
20,
18312,
14,
866,
3010,
615,
625,
6732,
1326,
26,
275,
19,
13,
911,
7532,
29,
463,
1022,
25910,
18,
157,
106,
60,
26,
823,
45,
13,
1,
6258,
13,
7256,
3726,
7,
43... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How is duck typing different from the old 'variant' type?
===
I keep seeing the phrase "duck typing" bandied about, and even ran across a code example or two. I am way too <strike>lazy</strike> busy to do my own research, can someone tell me, briefly, the difference between a 'duck type' and an old-skool 'variant type... | 0 | [
2,
184,
25,
7026,
25266,
421,
37,
14,
315,
13,
22,
18445,
22,
1001,
60,
800,
3726,
3726,
31,
643,
2078,
14,
6845,
13,
7,
43,
8311,
25266,
7,
2135,
6375,
88,
15,
17,
166,
717,
464,
21,
1797,
823,
54,
81,
9,
31,
589,
161,
266,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
PDFKit framework available on the iPhone OS?
===
I'm curious to know whether the PDFKit framework is available for use within the iPhone OS, in order to build a PDF reader a bit more sophisticated than the one available by simply opening PDF documents with UIWebView.
Just wondering if this is an option or not. | 0 | [
2,
13,
11124,
13703,
6596,
904,
27,
14,
21024,
13,
759,
60,
800,
3726,
3726,
31,
22,
79,
7686,
20,
143,
1472,
14,
13,
11124,
13703,
6596,
25,
904,
26,
275,
363,
14,
21024,
13,
759,
15,
19,
389,
20,
1895,
21,
13,
11124,
7765,
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... |
Anyone experience VS2008 ignoring or losing Breakpoints randomly?
===
Since upgrading to 2008 I and many people here have noticed that randomly VS will no longer step in to code or jump over breakpoints. Its got to the stage where debugging is becoming a real chore. We are running SP1 but noticed problem on 2008 basic... | 0 | [
2,
1276,
1496,
4611,
2753,
9321,
54,
2281,
1442,
3132,
18,
21324,
60,
800,
3726,
3726,
179,
26939,
20,
570,
31,
17,
151,
148,
235,
57,
2711,
30,
21324,
4611,
129,
90,
1045,
1424,
19,
20,
1797,
54,
3936,
84,
1442,
3132,
18,
9,
82... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Why do requests and responses get lost?
===
Even on big-time sites such as Google, I sometimes make a request and the browser just sits there. The hourglass will turn indefinitely until I click again, after which I get a response instantly. So, the response or request is simply getting lost on the internet.
As ... | 0 | [
2,
483,
107,
12279,
17,
13231,
164,
529,
60,
800,
3726,
3726,
166,
27,
580,
8,
891,
3259,
145,
28,
8144,
15,
31,
1030,
233,
21,
3772,
17,
14,
16495,
114,
7550,
80,
9,
14,
1671,
11539,
129,
805,
19,
19185,
163,
31,
10840,
188,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Updating an associative table in MySQL
===
Below is my (simplified) schema (in MySQL ver. 5.0.51b) and my strategy for updating it. There has got to be a better way. Inserting a new item requires 4 trips to the database and editing/updating an item takes up to **7**!
**items**: itemId, itemName
<br />**categories*... | 0 | [
2,
71,
43,
1880,
40,
28,
18,
16325,
3366,
859,
19,
51,
18,
22402,
800,
3726,
3726,
1021,
25,
51,
13,
5,
11268,
6,
23874,
13,
5,
108,
51,
18,
22402,
2494,
9,
331,
9,
387,
9,
4246,
220,
6,
17,
51,
4427,
26,
71,
43,
1880,
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... |
Automatically create C# wrapper classes around stored procedures
===
I've inherited a rather large application that really could use some cleanup. There is data access code littered throughout the application. In code behinds, some in business logic classes, some inline in in classic asp pages.
What I'd like to ... | 0 | [
2,
7499,
1600,
272,
5910,
28051,
2684,
140,
8214,
8876,
800,
3726,
3726,
31,
22,
195,
7179,
21,
864,
370,
3010,
30,
510,
110,
275,
109,
26862,
9,
80,
25,
1054,
1381,
1797,
26851,
892,
14,
3010,
9,
19,
1797,
439,
18,
15,
109,
19,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
So When Is Microsoft Going to Start Drinking the HTML5 Juice?
===
So When Is Microsoft Going to Start Drinking the HTML5 Juice? Is any HTML5 stuff going to make it into IE8? | 3 | [
2,
86,
76,
25,
7099,
228,
20,
799,
4854,
14,
13,
15895,
264,
10384,
60,
800,
3726,
3726,
86,
76,
25,
7099,
228,
20,
799,
4854,
14,
13,
15895,
264,
10384,
60,
25,
186,
13,
15895,
264,
3217,
228,
20,
233,
32,
77,
13,
660,
457,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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... |
What are the available PHP extensions for TCP Socket Networking?
===
I'm looking for a PHP extension that allows me to connect, bind/listen, send, and receive data on a TCP socket.
There is a PEAR package Net_Socket:
http://pear.php.net/package/Net_Socket
But this would require PEAR to be installed which we w... | 0 | [
2,
98,
50,
14,
904,
13,
26120,
17529,
26,
13,
38,
7439,
18482,
16230,
60,
800,
3726,
3726,
31,
22,
79,
699,
26,
21,
13,
26120,
3896,
30,
2965,
55,
20,
6379,
15,
10193,
118,
13891,
15,
2660,
15,
17,
2588,
1054,
27,
21,
13,
38,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
error when AppKit framework added in iphone application
===
i want to import <Appkit/Appkit.h> in my iphone application, but i know this framework is not available in iphone sdk,but i need to use NSfileWrapper class in this framework, is this class also available in UIKit or others framework available in iphone sdk, t... | 0 | [
2,
7019,
76,
4865,
13703,
6596,
905,
19,
21024,
3010,
800,
3726,
3726,
31,
259,
20,
9010,
13,
1,
7753,
13703,
118,
7753,
13703,
9,
252,
1,
19,
51,
21024,
3010,
15,
47,
31,
143,
48,
6596,
25,
52,
904,
19,
21024,
13,
18,
43,
197... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 dump data stored in objective-c object (NSArray or NSDictionary)
===
Forgive me for a potentially silly question here, but in other programming languages (scripting ones like PHP or Perl) it is often easy to dump everything contained within a variable.
For instance, in PHP there are the var_dump() or print_r... | 0 | [
2,
184,
20,
11424,
1054,
8214,
19,
7038,
8,
150,
3095,
13,
5,
103,
4964,
2787,
54,
13,
2172,
22595,
1857,
6,
800,
3726,
3726,
8591,
55,
26,
21,
9465,
10752,
1301,
235,
15,
47,
19,
89,
3143,
2556,
13,
5,
8741,
68,
53,
18,
101,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Term for "find, remove and return an element" in a set?
===
Title says it mostly. I want to add a simple extension method to the base Dictionary<TKey, TValue> class in C#. At first I was going to name it Pop(TKey key), kind of like the Stack<T> method, but it accepts a key to use for lookup.
Then I was going to do ... | 0 | [
2,
981,
26,
13,
7,
19811,
15,
4681,
17,
788,
40,
4520,
7,
19,
21,
309,
60,
800,
3726,
3726,
581,
898,
32,
1555,
9,
31,
259,
20,
3547,
21,
1935,
3896,
2109,
20,
14,
1000,
9186,
1,
38,
4237,
15,
13,
38,
15165,
1,
718,
19,
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... |
Is there a way to not create an explicit EventHandler delegate in Visual Studio?
===
Visual Studio likes to be helpful when typing:
Event +=
by generating code like:
Event += new EventHandler(EventClassName_Event);
void EventClassName_Event(object sender, EventArgs e)
{
throw ... | 0 | [
2,
25,
80,
21,
161,
20,
52,
1600,
40,
14990,
807,
3203,
1252,
11300,
19,
3458,
1120,
60,
800,
3726,
3726,
3458,
1120,
101,
18,
20,
44,
15600,
76,
25266,
45,
807,
2754,
3726,
34,
13500,
1797,
101,
45,
807,
2754,
3726,
78,
807,
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 identify which lines of code participated in a specific execution of a Java program?
===
Suppose that I have a Java program within an IDE (Eclipse in this case).
Suppose now that I execute the program and at some point terminate it or it ends naturally.
Is there a **convenient** way to determine which lines... | 0 | [
2,
184,
20,
5808,
56,
1560,
16,
1797,
2471,
19,
21,
1903,
5769,
16,
21,
8247,
625,
60,
800,
3726,
3726,
5787,
30,
31,
57,
21,
8247,
625,
363,
40,
13,
3448,
13,
5,
3319,
6013,
870,
19,
48,
610,
6,
9,
5787,
130,
30,
31,
15644,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 when import zlib in iphone sdk
===
i have include <zlib.h> in my iphone application and the source code i was mock up the sample code of Molecules provided by Brad Larson, however, when i build the project, it return the error as below, anyone can point out for me whether is the library linking problem or i miss... | 0 | [
2,
7019,
76,
9010,
2052,
8326,
19,
21024,
13,
18,
43,
197,
800,
3726,
3726,
31,
57,
468,
13,
1,
380,
8326,
9,
252,
1,
19,
51,
21024,
3010,
17,
14,
1267,
1797,
31,
23,
10506,
71,
14,
5717,
1797,
16,
11653,
1173,
34,
5413,
23054... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
EC2: can I host an http server there?
===
Does anyone have experience deploying GWT apps to EC2?
If I were to install tomcat or apache on a ec2 instance, could I have users connect directly to a url pointing there?
Would that be cost effective, or would java hosting services be best?
Is there any downside to ... | 0 | [
2,
6695,
135,
45,
92,
31,
2015,
40,
7775,
8128,
80,
60,
800,
3726,
3726,
630,
1276,
57,
1496,
17617,
68,
14094,
38,
4865,
18,
20,
6695,
135,
60,
100,
31,
46,
20,
16146,
2067,
5782,
54,
17140,
27,
21,
6695,
135,
4851,
15,
110,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 you combine multiple lists with LINQ?
===
Say I have two lists:
var list1 = new int[] {1, 2, 3};
var list2 = new string[] {"a", "b", "c"};
Is it possible to write a LINQ statement that will generate the following list:
var result = new []{
new {i = 1, s = "a"},
new {i = 1, ... | 0 | [
2,
92,
42,
12287,
1886,
7227,
29,
6294,
1251,
60,
800,
3726,
3726,
395,
31,
57,
81,
7227,
45,
4033,
968,
165,
800,
78,
19,
38,
2558,
500,
13,
1,
165,
15,
172,
15,
203,
1,
73,
4033,
968,
135,
800,
78,
3724,
2558,
500,
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... |
Output RFC 3339 Timestamp in Java
===
I want to output a timestamp with a PST offset (e.g., 2008-11-13T13:23:30-08:00). `java.util.SimpleDateFormat` does not seem to output timezone offsets in the *hour:minute* format, it excludes the colon. Is there a simple way to get that timestamp in Java? | 0 | [
2,
5196,
17492,
3534,
3412,
436,
38,
10158,
19,
8247,
800,
3726,
3726,
31,
259,
20,
5196,
21,
436,
38,
10158,
29,
21,
351,
384,
17493,
13,
5,
62,
9,
263,
9,
15,
570,
8,
1306,
8,
1543,
38,
1543,
45,
135,
25948,
8,
3099,
45,
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... |
1305.Error reading from file C:\Program Files (x86)\....
===
I am getting the following error when trying to install Visual Studio 2005 on my 64bit, Vista computer:
"1305.Error reading from file C:\Program Files (x86)\Microsoft Visual Studio 8\Microsoft Visual Studio 2005 Standard Edition - ENU\SITSetup.dll"
I... | 0 | [
2,
539,
4071,
9,
29992,
1876,
37,
3893,
272,
45,
1,
19746,
6488,
13,
5,
396,
3274,
6,
1,
9,
9,
9,
9,
800,
3726,
3726,
31,
589,
1017,
14,
249,
7019,
76,
749,
20,
16146,
3458,
1120,
812,
27,
51,
4384,
3326,
15,
13520,
1428,
45... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Background of empty element used by following element in IE6
===
In IE6 the paragraph following the empty paragraph is displayed with the background color of the empty paragraph, which I'm guessing is wrong! It works correctly in Firefox, but I haven't checked IE7.
Is there a CSS solution to this problem, or do I ... | 0 | [
2,
2395,
16,
2424,
4520,
147,
34,
249,
4520,
19,
13,
660,
379,
800,
3726,
3726,
19,
13,
660,
379,
14,
20599,
249,
14,
2424,
20599,
25,
6115,
29,
14,
2395,
1665,
16,
14,
2424,
20599,
15,
56,
31,
22,
79,
19523,
25,
1389,
187,
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... |
IIS7 and Authentication problems
===
i've got a stock standard ASP.NET web site, deployed to our development machine (internal machine in our server room).
Now, this dev site can be accessed by both INTERNAL and EXTERNAL users. Now, in IIS6 we used to have it so that *Anonymous Authentication* was turned *off* a... | 0 | [
2,
595,
18,
465,
17,
27963,
1716,
800,
3726,
3726,
31,
22,
195,
330,
21,
2070,
1236,
28,
306,
9,
2328,
2741,
689,
15,
6698,
20,
318,
522,
1940,
13,
5,
6280,
5025,
1940,
19,
318,
8128,
337,
6,
9,
130,
15,
48,
9664,
689,
92,
4... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Does C1 code coverage analysis exist for Ruby?
===
I'm currently using [Rcov][1] to get C0 code coverage analysis for a rails project that I'm working on.
However, those results are practically meaningless- I have 100% coverage according to rcov (as it only covers C0 analysis) and I've barely written half the test ... | 0 | [
2,
630,
272,
165,
1797,
5245,
2495,
3182,
26,
10811,
60,
800,
3726,
3726,
31,
22,
79,
871,
568,
636,
5453,
2026,
500,
2558,
165,
500,
20,
164,
272,
387,
1797,
5245,
2495,
26,
21,
2240,
18,
669,
30,
31,
22,
79,
638,
27,
9,
207,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
get VC debugger to show more frames in a stack overflow
===
I was remote debugging a stack overflow from a recursive function. The Visual Studio IDE only showed the first 1,000 frames (all the same function), but I needed to go up further too see what the cause was.
Does anybody know how to get VS to 'move up' in a... | 0 | [
2,
164,
13,
8990,
121,
2345,
11356,
20,
298,
91,
12809,
19,
21,
7566,
20285,
800,
3726,
3726,
31,
23,
5388,
121,
16254,
2762,
21,
7566,
20285,
37,
21,
302,
24244,
1990,
9,
14,
3458,
1120,
13,
3448,
104,
1908,
14,
64,
5925,
12809,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Solution for "dereferencing `void *' pointer" warning in struct in C?
===
I was trying to create a pseudo super struct to print array of structs. I got dereferencing void pointer error while compiling the below code snippet.
typedef struct _CMNCNT
{
long _cnt[3];
} CMNCNT;
static int ... | 0 | [
2,
4295,
26,
13,
7,
546,
29254,
13,
1,
2625,
1340,
1637,
22,
454,
106,
7,
3590,
19,
13,
10346,
19,
272,
60,
800,
3726,
3726,
31,
23,
749,
20,
1600,
21,
8452,
1026,
13,
10346,
20,
4793,
7718,
16,
13,
10346,
18,
9,
31,
330,
12... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
XSDObjectGen.exe vs XSD.exe
===
Can anyone tell me what is the difference between XSDObjectGen.exe & XSD.exe?
Is there any way to make XSDObjectGen.exe work in dot net 2.0? | 0 | [
2,
993,
18,
43,
23793,
1863,
9,
1706,
62,
4611,
993,
18,
43,
9,
1706,
62,
800,
3726,
3726,
92,
1276,
494,
55,
98,
25,
14,
2841,
128,
993,
18,
43,
23793,
1863,
9,
1706,
62,
279,
993,
18,
43,
9,
1706,
62,
60,
25,
80,
186,
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... |
Eclipse jump to closing brace
===
What is the keyboard short cut in Eclipse to jump to the closing brace of a scope? | 0 | [
2,
11652,
3936,
20,
4239,
15646,
800,
3726,
3726,
98,
25,
14,
8896,
502,
1077,
19,
11652,
20,
3936,
20,
14,
4239,
15646,
16,
21,
9914,
60,
3,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... |
How to prioritize future features (enterprise web development)
===
Suppose you're the product manager for an internal enterprise web application that has 2000 users and 7 developers. You have a list of 350 future features, each ranging from 5 to 150 developer days of work.
How do you choose what features to work on... | 0 | [
2,
184,
20,
1313,
242,
2952,
1022,
967,
13,
5,
13679,
15839,
62,
2741,
522,
6,
800,
3726,
3726,
5787,
42,
22,
99,
14,
2374,
1382,
26,
40,
3117,
6002,
2741,
3010,
30,
63,
824,
3878,
17,
453,
10168,
9,
42,
57,
21,
968,
16,
12053... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Problem dealloc'ing memory used by UIImageViews with fairly large image in an UIScrollView
===
I have a large UIScrollView into which I'm placing 3-4 rather large (320x1500 pixels or so) UIImageView image tiles. I'm adding these UIImageViews to the scroll view inside of my NIB files. I have one outlet on my controll... | 0 | [
2,
1448,
1183,
10799,
22,
68,
1912,
147,
34,
13,
5661,
22039,
4725,
18,
29,
6647,
370,
1961,
19,
40,
13,
5661,
3862,
8694,
4725,
800,
3726,
3726,
31,
57,
21,
370,
13,
5661,
3862,
8694,
4725,
77,
56,
31,
22,
79,
5861,
203,
8,
3... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to make a field NULL using MySQL GUI Tools?
===
I'm using the MySQL Query Browser (part of the [MySQL GUI Tools](http://dev.mysql.com/downloads/gui-tools/)) and need to change a field to NULL, but I can't figure out how to do it - if I delete the value it tries to update it to `''`. Typing "NULL" makes it try to u... | 0 | [
2,
184,
20,
233,
21,
575,
16203,
568,
51,
18,
22402,
9457,
4672,
60,
800,
3726,
3726,
31,
22,
79,
568,
14,
51,
18,
22402,
25597,
16495,
13,
5,
3091,
16,
14,
636,
915,
18,
22402,
9457,
4672,
500,
5,
21127,
6903,
14438,
9,
915,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Is there a fast language that supports portable continuations?
===
I'm looking for a fast language (ie. a language that can be compiled natively to achieve performance not more than 3 or 4 times slower than C), which supports portable continuations. By this I mean a continuation that can be serialized on one computer... | 0 | [
2,
25,
80,
21,
1512,
816,
30,
6747,
13469,
15503,
18,
60,
800,
3726,
3726,
31,
22,
79,
699,
26,
21,
1512,
816,
13,
5,
660,
9,
21,
816,
30,
92,
44,
9316,
1275,
102,
20,
4689,
956,
52,
91,
119,
203,
54,
268,
436,
14085,
119,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Why does Google App Engine make these restrictions?
===
I was reading about [App Engine][1] on wikipedia and came across some GQL restrictions:
- JOIN is not supported
- can SELECT from at most one table at a time
- can put at most 1 column in the WHERE clause
What are the advantages of these restrictions?... | 0 | [
2,
483,
630,
8144,
4865,
1406,
233,
158,
9245,
60,
800,
3726,
3726,
31,
23,
1876,
88,
636,
7753,
1406,
500,
2558,
165,
500,
27,
20169,
17,
281,
464,
109,
489,
22402,
9245,
45,
13,
8,
1865,
25,
52,
1827,
13,
8,
92,
5407,
37,
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... |
Need assistance with diagnosing SOAP packet problem with Amazon S3
===
We are building an application which stores data in an S3 bucket. However, we are having problems with the **PutObject** method. Here is the xml packet we are sending out:
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xs... | 0 | [
2,
376,
4067,
29,
926,
21887,
18,
68,
6447,
12795,
1448,
29,
8059,
13,
18,
240,
800,
3726,
3726,
95,
50,
353,
40,
3010,
56,
4134,
1054,
19,
40,
13,
18,
240,
12433,
9,
207,
15,
95,
50,
452,
1716,
29,
14,
13,
1409,
4881,
23793,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 issue running infinite while loop in EXE
===
I am facing strange issue on Windows CE:
Running 3 EXEs
1)First exe doing some work every 8 minutes unless exit event is signaled.
2)Second exe doing some work every 5 minutes unless exit event signaled.
3)Third exe while loop is running and in while loop it... | 0 | [
2,
2578,
1513,
946,
9698,
133,
5293,
19,
1396,
62,
800,
3726,
3726,
31,
589,
4325,
2578,
1513,
27,
1936,
4000,
45,
946,
203,
1396,
160,
137,
6,
3552,
1396,
62,
845,
109,
170,
352,
469,
902,
4003,
4350,
807,
25,
2800,
69,
9,
172,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
what is the different between request and response and server?
===
what is the different between request and response and server? | 0 | [
2,
98,
25,
14,
421,
128,
3772,
17,
1627,
17,
8128,
60,
800,
3726,
3726,
98,
25,
14,
421,
128,
3772,
17,
1627,
17,
8128,
60,
3,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... |
What happens to namespace?
===
when a dll is created out of the source code in a given namespaces a,b with functions a::open,b::open will there be any conflict in calling these function. | 0 | [
2,
98,
5531,
20,
204,
5582,
60,
800,
3726,
3726,
76,
21,
13,
43,
211,
25,
679,
70,
16,
14,
1267,
1797,
19,
21,
504,
204,
5582,
18,
21,
15,
220,
29,
3719,
21,
45,
45,
10157,
15,
220,
45,
45,
10157,
129,
80,
44,
186,
2930,
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,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... |
how dll created out of c++ source and how it is used in other sources?
===
how is dll created out of c++ source and how it is used in other source? | 0 | [
2,
184,
13,
43,
211,
679,
70,
16,
272,
20512,
1267,
17,
184,
32,
25,
147,
19,
89,
2662,
60,
800,
3726,
3726,
184,
25,
13,
43,
211,
679,
70,
16,
272,
20512,
1267,
17,
184,
32,
25,
147,
19,
89,
1267,
60,
3,
0,
0,
0,
0,
0,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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... |
Effects of branch prediction on performance?
===
When I'm writing some tight loop that needs to work fast I am often bothered by thoughts about how the processor branch prediction is going to behave. For instance I try my best to avoid having an if statement in the most inner loop, especially one with a result which i... | 0 | [
2,
2292,
16,
1686,
13823,
27,
956,
60,
800,
3726,
3726,
76,
31,
22,
79,
1174,
109,
2618,
5293,
30,
2274,
20,
170,
1512,
31,
589,
478,
12200,
34,
3064,
88,
184,
14,
14762,
1686,
13823,
25,
228,
20,
14149,
9,
26,
4851,
31,
1131,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Full-height CSS layout, with multiple columns
===
I have a layout that is working, but it has one very annoying problem.. when the content is taller than the screen, the background stops.
This is the desired layout in bad-ASCII-art format:
_____________________ _
| | content |logo| |
| | ... | 0 | [
2,
503,
8,
252,
7748,
272,
18,
18,
9106,
15,
29,
1886,
7498,
800,
3726,
3726,
31,
57,
21,
9106,
30,
25,
638,
15,
47,
32,
63,
53,
253,
17610,
1448,
9,
9,
76,
14,
2331,
25,
12926,
119,
14,
2324,
15,
14,
2395,
6604,
9,
48,
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... |
What's the best way to integrate Designers using Dreamweaver with Visual Studio C# developers?
===
I know about code-behind files, but what is the best real-world way of Designers that are using DreamWeaver or other Design Tools to work with Visual Studio programmers?
For example, say you have a basic website wit... | 0 | [
2,
98,
22,
18,
14,
246,
161,
20,
18399,
12760,
568,
1868,
458,
11937,
29,
3458,
1120,
272,
5910,
10168,
60,
800,
3726,
3726,
31,
143,
88,
1797,
8,
24878,
6488,
15,
47,
98,
25,
14,
246,
683,
8,
4423,
161,
16,
12760,
30,
50,
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... |
ASP.NET HttpModule - guaranteed execution of pre- and post- handler code?
===
Basically, I'm trying to write the following (pseudocode) in an ASP.NET HttpModule:
*pre-code*
try { handler.ProcessRequest(...) }
catch (Exception) { *error-code* }
finally { *post-code* }
I've found that I can hook... | 0 | [
2,
28,
306,
9,
2328,
7775,
19673,
62,
13,
8,
13572,
5769,
16,
782,
8,
17,
678,
8,
24641,
1797,
60,
800,
3726,
3726,
11374,
15,
31,
22,
79,
749,
20,
2757,
14,
249,
13,
5,
1919,
62,
18601,
9375,
6,
19,
40,
28,
306,
9,
2328,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Firefox - designMode: disable image resizing handles
===
How can I prevent the user from being able to resize an image in designMode? (disable the handles when image is clicked) | 0 | [
2,
535,
18219,
13,
8,
704,
15570,
45,
1460,
579,
1961,
10719,
3335,
3053,
18,
800,
3726,
3726,
184,
92,
31,
2501,
14,
4155,
37,
142,
777,
20,
302,
10454,
40,
1961,
19,
704,
15570,
60,
13,
5,
2906,
579,
14,
3053,
18,
76,
1961,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... |
How to make a Java thread wait for another thread's output?
===
I'm making a Java application with an application-logic-thread and a database-access-thread.
Both of them persist for the entire lifetime of the application. However, I need to make sure that the app thread waits until the db thread is ready (currently d... | 0 | [
2,
184,
20,
233,
21,
8247,
9322,
1760,
26,
226,
9322,
22,
18,
5196,
60,
800,
3726,
3726,
31,
22,
79,
544,
21,
8247,
3010,
29,
40,
3010,
8,
24268,
8,
96,
10647,
17,
21,
6018,
8,
20604,
8,
96,
10647,
9,
156,
16,
105,
22084,
26... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.