unified_texts stringlengths 32 30.1k | OpenStatus_id int64 0 4 | input_ids list | token_type_ids list | attention_mask list |
|---|---|---|---|---|
Attribute: avoid code duplication
===
[MyAttribute(Name = "Test123"]
public MyClass
{
public string Name
{
get { return "Test123"; }
}
}
Is this code sample, I need to define the name two times. One time in the attribute and one time in the class itself. Is... | 0 | [
2,
35,
14755,
45,
2658,
1797,
1052,
20669,
800,
3726,
3726,
636,
915,
721,
14755,
5,
7259,
800,
13,
7,
10543,
918,
240,
7,
500,
317,
51,
1898,
13,
1,
317,
3724,
204,
13,
1,
164,
13,
1,
788,
13,
7,
10543,
918,
240,
7,
73,
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... |
Android SoftInput layout
===
The webview of my phonegap application is being resized by the softinput keyboard on an HTC Evo, but perfectly fine on a Kindle fire.
For some reason the Evo is ignoring android:windowSoftInputMode="adjustPan" in the AndroidManifest.xml.
Any clues on to why it work work on one device... | 0 | [
2,
13005,
1856,
108,
4881,
9106,
800,
3726,
3726,
14,
2741,
4725,
16,
51,
1132,
1136,
306,
3010,
25,
142,
302,
6560,
34,
14,
1856,
108,
4881,
8896,
27,
40,
746,
6668,
13,
11190,
15,
47,
5759,
1123,
27,
21,
825,
413,
535,
9,
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... |
Dpkg Python module?
===
I'm trying to do some package manipulation (a la dpkg) and while I can just `popen` or `subprocess.call` I'd rather do things the python way if possible.
Unfortunately I've been unable to find a python module to do the trick.
I've seen reference to `python-deb` but it appears to be defunc... | 0 | [
2,
13,
7431,
16901,
20059,
12613,
60,
800,
3726,
3726,
31,
22,
79,
749,
20,
107,
109,
6030,
17561,
13,
5,
58,
333,
13,
7431,
16901,
6,
17,
133,
31,
92,
114,
13,
1,
6057,
219,
1,
54,
13,
1,
7563,
16835,
9,
9200,
1,
31,
22,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
iOS Safari Mobile: Why is Safari shortly showing the link - instead of canceling the event?
===
I have a JavaScript like that:
nav = $('#nav_header a');
current = null;
nav.click( function(event) {
var key = nav.index($(event.target) );
if (current != key) {
// do some fancy stuff
}
// wo... | 0 | [
2,
13,
7760,
25055,
3241,
45,
483,
25,
25055,
2100,
3187,
14,
3508,
13,
8,
700,
16,
14815,
68,
14,
807,
60,
800,
3726,
3726,
31,
57,
21,
8247,
8741,
101,
30,
45,
16048,
800,
5579,
5,
22,
5910,
18343,
1,
1743,
106,
21,
22,
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... |
Replace Input Type = File Text Box and 'Choose File' Button with Just An Icon And Show File's Name Next On It
===
I want to have some upload photo feature on my website which only represent by an icon. and once the user click that icon, a dialog box shows up to give a chance for user to select their photo. and once th... | 0 | [
2,
3934,
6367,
1001,
800,
3893,
1854,
1649,
17,
13,
22,
2613,
6641,
3893,
22,
5167,
29,
114,
40,
9801,
17,
298,
3893,
22,
18,
204,
328,
27,
32,
800,
3726,
3726,
31,
259,
20,
57,
109,
71,
8294,
3056,
1580,
27,
51,
2271,
56,
104... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
starting and shutting a Web server for unittesting in python
===
I would like to include a Web server for all my test related to HTTP. It doesn't need to be very sophisticated. I would prefer not to be dependent of being online. So I could test some options of my program.
1. Start the server
2. Create a few reso... | 0 | [
2,
1422,
17,
19796,
21,
2741,
8128,
26,
1237,
10543,
68,
19,
20059,
800,
3726,
3726,
31,
83,
101,
20,
468,
21,
2741,
8128,
26,
65,
51,
1289,
1597,
20,
7775,
9,
32,
1437,
22,
38,
376,
20,
44,
253,
13388,
9,
31,
83,
6369,
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... |
Regular expression to parse [A][B] into A and B
===
I am trying to separate the following string into a separate lines with regular expression
[property1=text1][property2=text2]
and the desired result should be
property1=text1
property2=text2
here is my code
string[] attrs = Rege... | 0 | [
2,
1290,
1803,
20,
2017,
870,
636,
58,
500,
2558,
220,
500,
77,
21,
17,
334,
800,
3726,
3726,
31,
589,
749,
20,
1725,
14,
249,
3724,
77,
21,
1725,
1560,
29,
1290,
1803,
636,
10890,
106,
1084,
165,
3726,
11969,
165,
500,
2558,
10... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
BWDB SQLite wrapper for iOS ARC issues
===
I am trying to use Bill Weinman's BWDB wrapper, which can be downloaded here: http://bw.org/iosdata/
I can't convert it to ARC properly, can someone more experienced then i to look at it? Main issue is va_list in insertRow & updateRow methods, idk what to do with it. The r... | 0 | [
2,
334,
14733,
220,
4444,
10601,
28051,
26,
13,
7760,
4686,
1549,
800,
3726,
3726,
31,
589,
749,
20,
275,
1071,
95,
108,
177,
22,
18,
334,
14733,
220,
28051,
15,
56,
92,
44,
23887,
235,
45,
7775,
6903,
220,
499,
9,
5583,
118,
77... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Getting data from the database
===
I have to do one small project. My front end is C#.net and back end is Oracle 10g. Now I want to display some of the data in the Oracle database (Remote DB server). From the front end i have to able to do the Create, Retrieve, Update and Delete (CRUD). In feature if i want to display... | 1 | [
2,
1017,
1054,
37,
14,
6018,
800,
3726,
3726,
31,
57,
20,
107,
53,
284,
669,
9,
51,
431,
241,
25,
272,
5910,
9,
2328,
17,
97,
241,
25,
15759,
332,
263,
9,
130,
31,
259,
20,
3042,
109,
16,
14,
1054,
19,
14,
15759,
6018,
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... |
PHP Mongodb GEO + $OR
===
$range = array('$or' =>
array(
array('loc.lat' => array('$within' =>
array('$centerSphere' =>
array( array(floatval( $la ), floatval( $long )), $max ))),
'language' => 'de', 'M' => 'Y')
),
array('loc.c'... | 0 | [
2,
13,
26120,
3521,
5474,
220,
6389,
2754,
5579,
248,
800,
3726,
3726,
5579,
8366,
800,
7718,
5,
22,
4403,
248,
22,
800,
1,
7718,
5,
7718,
5,
22,
10799,
9,
8927,
22,
800,
1,
7718,
5,
22,
4403,
1410,
108,
22,
800,
1,
7718,
5,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Can I attach a listener to the tabs in jQuery Tools?
===
I'd like to run a bit of code when a user clicks on one of the tabs in a jQuery Tools tabs implementation. Is this possible? I'm dubious, based on an initial look at the source, but ideas are welcome. I'm thinking about doing a slightly different version of t... | 0 | [
2,
92,
31,
19514,
21,
21772,
20,
14,
6523,
18,
19,
487,
8190,
93,
4672,
60,
800,
3726,
3726,
31,
22,
43,
101,
20,
485,
21,
1142,
16,
1797,
76,
21,
4155,
10840,
18,
27,
53,
16,
14,
6523,
18,
19,
21,
487,
8190,
93,
4672,
6523,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Play framework test error
===
I'm trying to run some tests in Play and need to have a Play 1.x jar in the lib directory. With the jar, however, Play gives an error with the message:
Oops: UnexpectedException
An unexpected error occured caused by exception UnexpectedException:
While applying class play.classloadi... | 0 | [
2,
418,
6596,
1289,
7019,
800,
3726,
3726,
31,
22,
79,
749,
20,
485,
109,
4894,
19,
418,
17,
376,
20,
57,
21,
418,
137,
9,
396,
5112,
19,
14,
13,
8326,
16755,
9,
29,
14,
5112,
15,
207,
15,
418,
2352,
40,
7019,
29,
14,
2802,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
FLVPlayback components flicker
===
OK,
I found a flash based video play that will go through a play a series of videos that it read from a XML file. This work for my needs, but it had 1 issue. All it had was a signal custom play/stop button and I need a full control.
So I made a component with the standard Play... | 0 | [
2,
398,
8916,
5438,
1958,
5090,
18709,
800,
3726,
3726,
5854,
15,
31,
216,
21,
4433,
432,
763,
418,
30,
129,
162,
120,
21,
418,
21,
231,
16,
6610,
30,
32,
1302,
37,
21,
23504,
3893,
9,
48,
170,
26,
51,
2274,
15,
47,
32,
41,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
migration of websphere portlet factory to liferay portal
===
Hey Hi,
I am new to liferay.I am trying to migrate portlets developed in websphere 6.1(JSR 286) to liferay 6.1.
For time being i have developed a portal(PA_test... | 0 | [
2,
8443,
16,
2741,
14079,
1295,
1336,
3129,
20,
201,
2787,
8281,
800,
3726,
3726,
8409,
4148,
15,
31,
589,
78,
20,
201,
2787,
9,
49,
589,
749,
20,
22985,
1295,
11045,
885,
19,
2741,
14079,
400,
9,
165,
5,
728,
18,
139,
13,
24046... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Add field to Crystal Report
===
i have created a crystal report, in that i have missed one field at the design time, now i realized that and trying to insert, but the value is not displayed while the report will open. what is the problem in that? how can i correct that. Please help me. | 0 | [
2,
3547,
575,
20,
4282,
1330,
800,
3726,
3726,
31,
57,
679,
21,
4282,
1330,
15,
19,
30,
31,
57,
3238,
53,
575,
35,
14,
704,
85,
15,
130,
31,
1896,
30,
17,
749,
20,
14692,
15,
47,
14,
1923,
25,
52,
6115,
133,
14,
1330,
129,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 define a Map whose key and value is enforced to have a related hierarchy?
===
I have a root class called Entity. I also have service classes that do CRUD operations on a subtypes of Entity. So, my service class definitions follow this pattern
class Entity {
//the root class
}
class S... | 0 | [
2,
184,
20,
9267,
21,
2942,
1196,
1246,
17,
1923,
25,
18501,
20,
57,
21,
1597,
14417,
60,
800,
3726,
3726,
31,
57,
21,
5900,
718,
227,
9252,
9,
31,
67,
57,
365,
2684,
30,
107,
11498,
43,
1311,
27,
21,
972,
4474,
18,
16,
9252,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 possible to create backup jobs on Sql Express 2008 R2 with SMO
===
In our software because the users are using Sql Express 2008 R2, I would want to create backup jobs for them programmatically using Sql Server SMO API. Is it possible. If possible point me to any articles written on this light of this topic. | 0 | [
2,
25,
32,
938,
20,
1600,
10119,
4844,
27,
4444,
255,
2999,
570,
761,
135,
29,
13,
18,
1293,
800,
3726,
3726,
19,
318,
2306,
185,
14,
3878,
50,
568,
4444,
255,
2999,
570,
761,
135,
15,
31,
83,
259,
20,
1600,
10119,
4844,
26,
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... |
# of max child processes running at one time
===
I am analyzing behavior of some programs using valgrind. Currently I am using following options to get most of the statistics I need:
valgrind --tool=massif --max-snapshots=100 --detailed-freq=1000000 --trace-children=yes --stacks=yes *program_name*
`--trace-c... | 0 | [
2,
6926,
16,
2049,
850,
5102,
946,
35,
53,
85,
800,
3726,
3726,
31,
589,
23543,
3257,
16,
109,
1726,
568,
3347,
23244,
43,
9,
871,
31,
589,
568,
249,
6368,
20,
164,
127,
16,
14,
5818,
31,
376,
45,
3347,
23244,
43,
13,
8,
8,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
App won't resize on iOS Device
===
I'm programming an app for iOS and Android with AIR. Now I got the problem, that the app won't resize on iOS device (testing on ipod touch 4).
Here's my code:
public function Main() {
this.addEventListener(Event.ADDED , Init, false, 0, true);
}
... | 0 | [
2,
4865,
230,
22,
38,
302,
10454,
27,
13,
7760,
3646,
800,
3726,
3726,
31,
22,
79,
3143,
40,
4865,
26,
13,
7760,
17,
13005,
29,
282,
9,
130,
31,
330,
14,
1448,
15,
30,
14,
4865,
230,
22,
38,
302,
10454,
27,
13,
7760,
3646,
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... |
Trouble printing a string
===
So I've run into a bit of a problem.
double CSkeletonBasics::displayPrediction()
{
wstring line;
wifstream myfile ("C:/MockPDData/predictionOut.txt");
if (myfile.is_open())
{
getline(myfile, line);
wchar_t t[400];
swprintf_s(t, L"Prediction: %1.0f", ... | 0 | [
2,
2572,
7312,
21,
3724,
800,
3726,
3726,
86,
31,
22,
195,
485,
77,
21,
1142,
16,
21,
1448,
9,
1494,
272,
5835,
16607,
26467,
18,
45,
45,
2906,
5438,
3515,
22595,
5,
6,
13,
1,
619,
11130,
293,
73,
619,
821,
11260,
51,
16877,
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... |
Mod Rewrite internal proxy
===
I'm in a situation where i need subdomain (for example: beta):
- if in document root exist folder with subdomain name, jump into it.
- if folder with subdomain name doesn't exist, jump into folder "./www"
Where jump mean:
- client adress must stay the same (e.g. beta.domain.... | 0 | [
2,
7226,
27891,
3117,
27188,
800,
3726,
3726,
31,
22,
79,
19,
21,
1858,
113,
31,
376,
972,
537,
6232,
13,
5,
1106,
823,
45,
8434,
6,
45,
13,
8,
100,
19,
4492,
5900,
3182,
19294,
29,
972,
537,
6232,
204,
15,
3936,
77,
32,
9,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
vsprintf, how to convert void** to va_list on linux
===
my problem with vsprintf is that I can not obtain input arguments directly, I have to first get inputs one by one and save them in void**, then pass this void** to vsprintf(), it is all fine for windows, but when I come to 64bit linux, gcc cannot compile because ... | 0 | [
2,
4611,
10299,
410,
15,
184,
20,
8406,
11364,
1409,
20,
3471,
1,
5739,
27,
13024,
800,
3726,
3726,
51,
1448,
29,
4611,
10299,
410,
25,
30,
31,
92,
52,
5545,
6367,
10553,
1703,
15,
31,
57,
20,
64,
164,
6367,
18,
53,
34,
53,
17... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to send IM Message to IBM Lotus Sametime from c# code
===
I am looking for a way to post message to sametime users from C# code. Can you please help me.
Thanks,
Vijay | 0 | [
2,
184,
20,
2660,
797,
2802,
20,
10233,
15175,
205,
891,
37,
272,
5910,
1797,
800,
3726,
3726,
31,
589,
699,
26,
21,
161,
20,
678,
2802,
20,
205,
891,
3878,
37,
272,
5910,
1797,
9,
92,
42,
2247,
448,
55,
9,
3669,
15,
16926,
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,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... |
Storyboards: A loop of Modal Segues?
===
I want to implement something using Storyboards, but I don't know the best way to accomplish it.
I don't want to use a Navigation Controller, since I don't want the navigation bar at the top.
I just want the ability to switch from one view controller to the next.
I have a ... | 0 | [
2,
609,
2806,
18,
45,
21,
5293,
16,
13,
20756,
1353,
12831,
60,
800,
3726,
3726,
31,
259,
20,
8713,
301,
568,
609,
2806,
18,
15,
47,
31,
221,
22,
38,
143,
14,
246,
161,
20,
14570,
32,
9,
31,
221,
22,
38,
259,
20,
275,
21,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
animating the virtual keyboard
===
I made my app detect the orientation on the iPad and readjust it's location position accordingly fine so it works good on portrait and landscape.
my problem in the virtual keyboard method that i have it's not considering the orientation: in portrait once user tap one of the text b... | 0 | [
2,
14487,
1203,
14,
6599,
8896,
800,
3726,
3726,
31,
117,
51,
4865,
9092,
14,
10245,
27,
14,
31,
8240,
17,
1302,
2759,
32,
22,
18,
1474,
649,
12932,
1123,
86,
32,
693,
254,
27,
5548,
17,
4453,
9,
51,
1448,
19,
14,
6599,
8896,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Code Signing --> Publisher: Unknown - Have correct Chain
===
First off. I have gone through every article I could find at SO, as well as MSDN, etc.
I am trying to sign an installshield exe.
I have a godaddy code signing certificate, and have no problem signing the certificate at all. What I do have an issue with... | 0 | [
2,
1797,
5479,
13,
8,
8,
1,
5916,
45,
2562,
13,
8,
57,
4456,
2858,
800,
3726,
3726,
64,
168,
9,
31,
57,
1042,
120,
352,
2002,
31,
110,
477,
35,
86,
15,
28,
134,
28,
4235,
43,
103,
15,
2722,
9,
31,
589,
749,
20,
1676,
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... |
Calling COM from Intel Fortran?
===
I'm trying to get COM working from my Fortran application. I do a `COMINITIALIZE` followed by a `COMCreateObjectByProgID`. Both of these appear to be successful and return a status of zero. However, when I try to use the COM object, I get:
Unhandled exception at 0x00000000 ... | 0 | [
2,
2555,
13,
960,
37,
14635,
26,
17685,
60,
800,
3726,
3726,
31,
22,
79,
749,
20,
164,
13,
960,
638,
37,
51,
26,
17685,
3010,
9,
31,
107,
21,
13,
1,
960,
27313,
2952,
1,
709,
34,
21,
13,
1,
960,
6037,
1373,
23793,
779,
2740,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 SaveContactTask without exiting program in WP7?
===
When I use this task I can't do any thing in my application after saving the contact except showing a messagebox with a message how can I return again to my application when this task completed !! | 0 | [
2,
184,
92,
31,
275,
2079,
29912,
38,
20310,
366,
24999,
625,
19,
13,
13790,
465,
60,
800,
3726,
3726,
76,
31,
275,
48,
3005,
31,
92,
22,
38,
107,
186,
584,
19,
51,
3010,
75,
7599,
14,
2203,
1613,
3187,
21,
2802,
5309,
29,
21,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0... |
Graph Databases' Implementation
===
I am having trouble visualizing a Graph Database.
Visualizing an RDBMS is really very simple and I was able to understand from the first tutorial itself when I started learning it some 4-5 years ago.
But I am not able to understand Graph Databases.
I am also unable to get any g... | 0 | [
2,
7210,
6018,
18,
22,
6123,
800,
3726,
3726,
31,
589,
452,
2572,
3458,
3335,
21,
7210,
6018,
9,
3458,
3335,
40,
13,
897,
13178,
18,
25,
510,
253,
1935,
17,
31,
23,
777,
20,
1369,
37,
14,
64,
29724,
1145,
76,
31,
373,
2477,
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 do I make my fonts render smoother?
===
The fonts are being rendered crisply to a fault, such that the edges are all jagged. Being a minimalist site, I'm trying to get everything perfect.
How do I fix this? http://individual.utoronto.ca/andrewlouis | 0 | [
2,
184,
107,
31,
233,
51,
9978,
18,
16535,
3905,
106,
60,
800,
3726,
3726,
14,
9978,
18,
50,
142,
10877,
11497,
102,
20,
21,
4173,
15,
145,
30,
14,
7840,
50,
65,
20409,
9,
142,
21,
8663,
702,
689,
15,
31,
22,
79,
749,
20,
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... |
How to Eliminate Duplicate Permutations of Weights?
===
I am creating a computer simulation to reverse-engineer a ranking vector. For example, assume I had 3 variables I was measuring, and wanted to apply a weighting vector to them with values from 1-5. I would then apply the weights to the variable vector, creating a... | 0 | [
2,
184,
20,
10628,
19429,
28706,
18,
16,
1763,
18,
60,
800,
3726,
3726,
31,
589,
2936,
21,
1428,
10926,
20,
7006,
8,
19153,
21,
4992,
7497,
9,
26,
823,
15,
7158,
31,
41,
203,
12157,
31,
23,
9937,
15,
17,
417,
20,
5645,
21,
176... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
I get an error when posting a comment on a friend's status, but it works when commenting on user's status
===
I get an error when posting a comment on a friend's status, but it works when commenting on user's status.
The error says
>(#100) Error finding the requested story [string:private] => [code:protected] => ... | 0 | [
2,
31,
164,
40,
7019,
76,
15669,
21,
6484,
27,
21,
860,
22,
18,
1782,
15,
47,
32,
693,
76,
17797,
27,
4155,
22,
18,
1782,
800,
3726,
3726,
31,
164,
40,
7019,
76,
15669,
21,
6484,
27,
21,
860,
22,
18,
1782,
15,
47,
32,
693,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to keep your hibernate levell 1 cache consistent through external updates?
===
Please excuse me this question, but I can't find any solution through my research so far. (At least nothing that helped me)
**My Situation:**
- I am using hibernate for a vaadin webservice
- The webservice is taking uploaded d... | 0 | [
2,
184,
20,
643,
154,
4148,
2102,
8820,
662,
255,
137,
16522,
8224,
120,
4886,
16779,
60,
800,
3726,
3726,
2247,
6658,
55,
48,
1301,
15,
47,
31,
92,
22,
38,
477,
186,
4295,
120,
51,
527,
86,
463,
9,
13,
5,
721,
639,
626,
30,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Configure Sonar for Delphi with sub-modules
===
I can get Delphi analysis working on single projects, so the plugin works.
I can get Submodules analysis set up as per my previous question but no delphi analysis is performed.
refer to http://stackoverflow.com/questions/11092659/configuration-of-build-xml-file-for-s... | 0 | [
2,
1065,
15951,
433,
512,
26,
23030,
29,
972,
8,
19673,
160,
800,
3726,
3726,
31,
92,
164,
23030,
2495,
638,
27,
345,
2314,
15,
86,
14,
10922,
108,
693,
9,
31,
92,
164,
972,
19673,
160,
2495,
309,
71,
28,
416,
51,
1158,
1301,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
$(".class").on is not a function - jQuery error
===
I'm new to Javascript/jQuery and I'm trying to make a play button for HTML5 video play back.
My code so far:
//return a jQuery object
var video = $('#myVideoTag');
//Play/Pause control clicked
$('.btnPlay').on('click', function()... | 0 | [
2,
5579,
5,
7,
9,
1898,
7,
6,
9,
218,
25,
52,
21,
1990,
13,
8,
487,
8190,
93,
7019,
800,
3726,
3726,
31,
22,
79,
78,
20,
8247,
8741,
118,
728,
8190,
93,
17,
31,
22,
79,
749,
20,
233,
21,
418,
5167,
26,
13,
15895,
264,
76... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Button that Shows Full Information for the Selected Row of a Table in PHP
===
I need some help in php. I'm fairly new to the language, though I'm using it on Wamp for a website, which should display a table with an ID and a submit button in each row that when clicked, should display the information for that specific r... | 0 | [
2,
5167,
30,
1285,
503,
676,
26,
14,
1704,
3131,
16,
21,
859,
19,
13,
26120,
800,
3726,
3726,
31,
376,
109,
448,
19,
13,
26120,
9,
31,
22,
79,
6647,
78,
20,
14,
816,
15,
362,
31,
22,
79,
568,
32,
27,
619,
10158,
26,
21,
22... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
jQuery submenu displays hidden div, but disappears when I hover the div
===
I am attempting to build a jQuery sub menu dropdown. The dropdown can not be a child of the element that I am hovering.
My code works fine if I hover the menu link button, enter the submenu and exit.
However, if I hover the menu link but... | 0 | [
2,
487,
8190,
93,
972,
755,
291,
9412,
3689,
13,
12916,
15,
47,
20341,
76,
31,
21350,
14,
13,
12916,
800,
3726,
3726,
31,
589,
6314,
20,
1895,
21,
487,
8190,
93,
972,
11379,
2804,
2968,
9,
14,
2804,
2968,
92,
52,
44,
21,
850,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 JVM is invoked?
===
I'm trying to learn Java. I was going through many documents. I understood that, wen we give **javac** command, the files are compiled and Bytecodes are produced.
After this we are giving **java** command to Run the program.
I want to know what is happening in the background?
I mean ho... | 1 | [
2,
184,
487,
20147,
25,
26252,
60,
800,
3726,
3726,
31,
22,
79,
749,
20,
2484,
8247,
9,
31,
23,
228,
120,
151,
4374,
9,
31,
4014,
30,
15,
10891,
95,
590,
13,
1409,
1004,
9961,
1409,
1202,
15,
14,
6488,
50,
9316,
17,
34,
9568,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Windows Phone 7 Deployment issues in device
===
Hi this is first time i am working with my WP7 device and WCF,
I am using WCF services to communicate with centralized database, when i try to run the app in emulator its working perfectly fine, but when i deploy it to device, i am getting following error message
... | 0 | [
2,
1936,
1132,
453,
10475,
1549,
19,
3646,
800,
3726,
3726,
4148,
48,
25,
64,
85,
31,
589,
638,
29,
51,
13,
13790,
465,
3646,
17,
11801,
410,
15,
31,
589,
568,
11801,
410,
687,
20,
8709,
29,
25176,
6018,
15,
76,
31,
1131,
20,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to control the window title position with Infragistics Ribbon when contextual tabs displayed
===
![Ribbon][1]
[1]: http://i.stack.imgur.com/5sn2P.png
Does anyone know which settings control the position of the Windows title i.e. the "Office 2010 Style Ribbon with Applica..." shown here? In the sample the t... | 0 | [
2,
184,
20,
569,
14,
1463,
581,
649,
29,
19,
22133,
3771,
18,
9162,
76,
4141,
6948,
6523,
18,
6115,
800,
3726,
3726,
13,
187,
2558,
17980,
5566,
500,
2558,
165,
500,
636,
165,
500,
45,
7775,
6903,
49,
9,
25325,
9,
1660,
11147,
9... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to configure and use Enterprise Library 5.0 for logging
===
How to configure and use Enterprise Library 5.0 for logging.
How to configure and use Enterprise Library 5.0 for logging into rolling flat file. | 0 | [
2,
184,
20,
1065,
15951,
17,
275,
6002,
1248,
331,
9,
387,
26,
13,
13919,
800,
3726,
3726,
184,
20,
1065,
15951,
17,
275,
6002,
1248,
331,
9,
387,
26,
13,
13919,
9,
184,
20,
1065,
15951,
17,
275,
6002,
1248,
331,
9,
387,
26,
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... |
Get two file descriptors without using pipe()
===
I'm trying to understand the command `pipe(2)` , e.g :
int pipefd[2];
if (pipe(pipefd) == -1) {
perror("pipe");
exit(EXIT_FAILURE);
}
I want to get two file-descriptors with `shared memory` , for anonymous pipes (father & son rela... | 0 | [
2,
164,
81,
3893,
121,
8741,
248,
18,
366,
568,
7642,
5,
6,
800,
3726,
3726,
31,
22,
79,
749,
20,
1369,
14,
1202,
13,
1,
15185,
5,
135,
6,
1,
13,
15,
13,
62,
9,
263,
13,
45,
19,
38,
7642,
410,
43,
2558,
135,
12660,
100,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
vim: setting different status line for split windows
===
When I open 2 files with horizontal split, each windows has its own status line.
e.g. with command
`vim -o a.txt b.txt`
, i will get status line as "a.txt" for first window, and "b.txt" for second window.
I need to invoke vim from command line, and I... | 0 | [
2,
1790,
79,
45,
2697,
421,
1782,
293,
26,
2132,
1936,
800,
3726,
3726,
76,
31,
368,
172,
6488,
29,
10095,
2132,
15,
206,
1936,
63,
82,
258,
1782,
293,
9,
13,
62,
9,
263,
9,
29,
1202,
13,
1,
1755,
79,
13,
8,
111,
21,
9,
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... |
Check for JCE Unlimited Strength Jurisdiction Policy files
===
I am usure if the JCE Unlimited Strength Jurisdiction Policy files have been installed correctly in the JVM (because some other part of the system behaves as if they weren't).
Can someone supply a code sample that I can use to check if those files are a... | 0 | [
2,
2631,
26,
487,
1105,
17222,
2169,
5254,
1486,
6488,
800,
3726,
3726,
31,
589,
182,
4221,
100,
14,
487,
1105,
17222,
2169,
5254,
1486,
6488,
57,
74,
4066,
12044,
19,
14,
487,
20147,
13,
5,
4451,
109,
89,
141,
16,
14,
329,
14149,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
REST API Set of possible values: strings or integers?
===
I'm designing a REST API and have run across this issue:
How should a set of values be defined?
Say I have a Picture object that is going to be requested at http://myserver.com/api/getPicture/1
so the server responds:
{
url : "http://myser... | 0 | [
2,
760,
21,
2159,
309,
16,
938,
4070,
45,
7887,
54,
13820,
18,
60,
800,
3726,
3726,
31,
22,
79,
15026,
21,
760,
21,
2159,
17,
57,
485,
464,
48,
1513,
45,
184,
378,
21,
309,
16,
4070,
44,
2811,
60,
395,
31,
57,
21,
2151,
3095... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Algorithm to find rectangles
===
I have the following code:
int width = 9;
int height = 7;
bool[,] array1 = new bool[width, height];
string values =
"1100000000" +
"1100000011" +
"0001100011" +
"0001100000" +
"0001110000" +
"00000... | 0 | [
2,
9083,
20,
477,
27181,
18,
800,
3726,
3726,
31,
57,
14,
249,
1797,
45,
19,
38,
9456,
800,
561,
73,
19,
38,
2947,
800,
453,
73,
1607,
1823,
2558,
15,
500,
7718,
165,
800,
78,
1607,
1823,
2558,
3976,
43,
96,
15,
2947,
12660,
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... |
Getting a base class to call a subclass method
===
I have 2 sub classes; SubA and SubB that inherit from Base.
The sub classes have the same method: SubMethodA. This method is written the exact same way for both subclasses. It's differences are in it's execution. Within SubMethodA, it calls SubMethodB which execute... | 0 | [
2,
1017,
21,
1000,
718,
20,
645,
21,
972,
1898,
2109,
800,
3726,
3726,
31,
57,
172,
972,
2684,
73,
972,
58,
17,
972,
220,
30,
17569,
37,
1000,
9,
14,
972,
2684,
57,
14,
205,
2109,
45,
972,
790,
96,
7716,
9,
48,
2109,
25,
642... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 assert that a cookie was cleared in a rails 3 functional test?
===
I would like to write to functional test for one of my rails 3 controllers that asserts that a given cookie gets cleared. I have tried:
test "cookie should be cleared" do
@request.cookies["foo"] = "bar"
put :clear_foo
... | 0 | [
2,
184,
20,
10908,
30,
21,
19980,
23,
4895,
19,
21,
2240,
18,
203,
7652,
1289,
60,
800,
3726,
3726,
31,
83,
101,
20,
2757,
20,
7652,
1289,
26,
53,
16,
51,
2240,
18,
203,
9919,
18,
30,
10908,
18,
30,
21,
504,
19980,
3049,
4895,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
CSS and form input:text not showing input text
===
I am trying to make an input form have a background image, but as soon as I apply the CSS class to the input, the default value does not show up (it does work if there is no CSS class applied). Here is the HTML:
<form>
<input type="text" class="emailI... | 0 | [
2,
272,
18,
18,
17,
505,
6367,
45,
11969,
52,
3187,
6367,
1854,
800,
3726,
3726,
31,
589,
749,
20,
233,
40,
6367,
505,
57,
21,
2395,
1961,
15,
47,
28,
651,
28,
31,
5645,
14,
272,
18,
18,
718,
20,
14,
6367,
15,
14,
12838,
192... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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: Create tables on first use only?
===
I am working on a Java UI application that uses JDBC.
I assume the database I'm working in is already existing. However, the tables the program refers to may not necessarily exist.
Thus, only on first use, I'd like to check if these tables exist, and if not, create them.
... | 0 | [
2,
487,
43,
7229,
45,
1600,
7484,
27,
64,
275,
104,
60,
800,
3726,
3726,
31,
589,
638,
27,
21,
8247,
13,
5661,
3010,
30,
2027,
487,
43,
7229,
9,
31,
7158,
14,
6018,
31,
22,
79,
638,
19,
25,
614,
3149,
9,
207,
15,
14,
7484,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Javascript Events in Firefox add-on behave differently if Error Console open
===
I am creating a Firefox add-on that iteratively loads a collection of URIs. I have created a menu item that calls a function (shown below). I have setup an event listener to execute when the page, loaded with the gBrowser object, has fini... | 0 | [
2,
8247,
8741,
963,
19,
535,
18219,
3547,
8,
218,
14149,
12670,
100,
7019,
8650,
368,
800,
3726,
3726,
31,
589,
2936,
21,
535,
18219,
3547,
8,
218,
30,
32,
106,
3366,
102,
19069,
21,
1206,
16,
13,
3594,
18,
9,
31,
57,
679,
21,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
ImportError: No module named OpenGL.GL
===
Alright, so I'm a long time programmer, but new to python. I'm trying to run NeHe's tutorial here: http://nehe.gamedev.net/tutorial/adding_colour/13003/ using Python 2.7.3, but It's throwing the error `ImportError: No module named OpenGL.GL`
So how do I fix that? This is t... | 0 | [
2,
9010,
29992,
45,
90,
12613,
377,
368,
8430,
9,
8430,
800,
3726,
3726,
11885,
15,
86,
31,
22,
79,
21,
175,
85,
17968,
15,
47,
78,
20,
20059,
9,
31,
22,
79,
749,
20,
485,
2836,
438,
22,
18,
29724,
235,
45,
7775,
6903,
556,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
iOS 5 iPhone breakout style app design
===
I am attempting to make a breakout style game in iOS 5 and have a few questions about design. (This is just a learning exercise)
I plan to have 2 main controllers:
* BlockBreakerViewController - Sets the initial settings such as power-ups and difficulty
* GameViewContr... | 0 | [
2,
13,
7760,
331,
21024,
26581,
1034,
4865,
704,
800,
3726,
3726,
31,
589,
6314,
20,
233,
21,
26581,
1034,
250,
19,
13,
7760,
331,
17,
57,
21,
310,
2346,
88,
704,
9,
13,
5,
1565,
25,
114,
21,
2477,
5935,
6,
31,
944,
20,
57,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 get flexslider current image into a variable which I can use in a function?
===
I am using [flexslider][1]. There is an example under the advanced tap on [this][2] page (in the section **"The new, robust Callback API"** where they use `slider.currentSlide` to get the number of the current slide.
How can I... | 0 | [
2,
184,
107,
31,
164,
14409,
18,
1210,
1157,
866,
1961,
77,
21,
7612,
56,
31,
92,
275,
19,
21,
1990,
60,
800,
3726,
3726,
31,
589,
568,
636,
19752,
18,
1210,
1157,
500,
2558,
165,
500,
9,
80,
25,
40,
823,
131,
14,
2255,
5526,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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++ + LUA, push LUA table as argument
===
I'm integrating lua in C++, and now I have this table that behaves as a 'class', and for some functions it needs a 'self' argument, which actually is the table. The LUA-code:
a = {
numb = 5,
create = function(a)
print(a);
end,
increment = function(self)
... | 0 | [
2,
272,
20512,
2754,
1612,
58,
15,
3250,
1612,
58,
859,
28,
5476,
800,
3726,
3726,
31,
22,
79,
24529,
1612,
58,
19,
272,
20512,
15,
17,
130,
31,
57,
48,
859,
30,
14149,
18,
28,
21,
13,
22,
1898,
22,
15,
17,
26,
109,
3719,
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... |
add data to multiple databases simultaniusly
===
i currently have several sites that work together but each have their own registration pages such as
- main website
- forums
- wiki
- clubs
as said each of them has their own registration pages and each of them has their own database
what i am wanting to d... | 0 | [
2,
3547,
1054,
20,
1886,
6018,
18,
4861,
1287,
10606,
267,
102,
800,
3726,
3726,
31,
871,
57,
238,
3259,
30,
170,
429,
47,
206,
57,
66,
258,
8587,
4434,
145,
28,
13,
8,
407,
2271,
13,
8,
5691,
18,
13,
8,
13,
17375,
13,
8,
28... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 access inner variable of a function and change its value in python?
===
>>> def nil():
... ss='nil'
... print ss
...
>>> nil()
nil
>>> nil.ss='kk'
>>> nil()
nil
>>> print nil.ss
kk
I know everything is an object in python, so function is also an ... | 0 | [
2,
184,
20,
1381,
3754,
7612,
16,
21,
1990,
17,
753,
82,
1923,
19,
20059,
60,
800,
3726,
3726,
13,
1,
6312,
1781,
255,
5,
6,
45,
13,
9,
9,
9,
13,
18,
18,
3726,
22,
103,
947,
22,
13,
9,
9,
9,
4793,
13,
18,
18,
13,
9,
9,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Multiple operations from a single button tkinter
===
I have been writing a program for a GUI based plotter using matplotlib and tkinter. I have added a toplevel window for some options. I want to execute a function and quit the toplevel window after clicking a button. Is that possible? | 0 | [
2,
1886,
1311,
37,
21,
345,
5167,
13,
38,
1767,
815,
800,
3726,
3726,
31,
57,
74,
1174,
21,
625,
26,
21,
9457,
432,
3798,
815,
568,
4277,
13221,
38,
8326,
17,
13,
38,
1767,
815,
9,
31,
57,
905,
21,
371,
3906,
1463,
26,
109,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
retrieve data from java servlet in a webpage
===
I have a webpage which shows some info. In my webpage I have many coordenates (lon, lat) and I want to make a java class to ordenate these coords.
Which I am trying to do is before showing coords, send them to the java servlet. This servlet would ordenate them and se... | 0 | [
2,
11917,
1054,
37,
8247,
13,
10321,
1336,
19,
21,
2741,
6486,
800,
3726,
3726,
31,
57,
21,
2741,
6486,
56,
1285,
109,
15404,
9,
19,
51,
2741,
6486,
31,
57,
151,
326,
248,
817,
7759,
13,
5,
3226,
15,
14303,
6,
17,
31,
259,
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... |
Even distribution using ZMQ
===
I am using Zmq in my Centos. My task is to write a java program using ZMQ which will have one producer and multiple consumers. If a Producer send 100 message and there are four consumers all the consumers must share 25 message each. How can I do this. | 0 | [
2,
166,
2523,
568,
2052,
79,
1251,
800,
3726,
3726,
31,
589,
568,
2052,
79,
1251,
19,
51,
5802,
759,
9,
51,
3005,
25,
20,
2757,
21,
8247,
625,
568,
2052,
79,
1251,
56,
129,
57,
53,
1421,
17,
1886,
10932,
9,
100,
21,
1421,
2660... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
overridePendingTransition with code generated animation
===
I'm creating a custom animation in run time, and want to override a pending transition with this new animation, how can I do this? | 0 | [
2,
84,
928,
19038,
68,
7028,
9861,
29,
1797,
6756,
6236,
800,
3726,
3726,
31,
22,
79,
2936,
21,
5816,
6236,
19,
485,
85,
15,
17,
259,
20,
84,
11891,
21,
16440,
4513,
29,
48,
78,
6236,
15,
184,
92,
31,
107,
48,
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... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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... |
Grails/Groovy domain classes inheritance cast
===
I have modeled my domain classes in Grails with inheritance as shown below.
abstract class Profile{
}
class Team extends Profile{
}
class User extends Profile{
}
class B{
static hasMany = [profiles: Profile]
... | 0 | [
2,
489,
7301,
18,
118,
7944,
2026,
93,
4603,
2684,
13852,
1325,
800,
3726,
3726,
31,
57,
16822,
51,
4603,
2684,
19,
489,
7301,
18,
29,
13852,
28,
1721,
1021,
9,
8502,
718,
5296,
1,
13,
1,
718,
173,
9073,
5296,
1,
13,
1,
718,
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... |
Something really weird happening with jquery
===
i'm going crazy with the following problem:
i have this code to duplicate some fields on a fancy sliding form:
(function($){
$countCursos = 1;
$countFormsA = 1;
$countFormsB = 1;
$.fn.addForms = function(idform){
... | 0 | [
2,
301,
510,
5455,
4942,
29,
487,
8190,
93,
800,
3726,
3726,
31,
22,
79,
228,
3328,
29,
14,
249,
1448,
45,
31,
57,
48,
1797,
20,
19429,
109,
2861,
27,
21,
12251,
7609,
505,
45,
13,
5,
22359,
5,
4403,
6,
1,
5579,
16549,
4734,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 force a browser's Window object to re-assess where the mouse is?
===
I have a content management tool that uses iframes to stack blocks of content on a page. The system will load the contents of each block into the iframe, along with a cover and some buttons for editing functions (edit, delete, copy ... | 0 | [
2,
25,
80,
21,
161,
20,
558,
21,
16495,
22,
18,
1463,
3095,
20,
302,
8,
9790,
18,
18,
113,
14,
7567,
25,
60,
800,
3726,
3726,
31,
57,
21,
2331,
1097,
5607,
30,
2027,
31,
8361,
18,
20,
7566,
5198,
16,
2331,
27,
21,
2478,
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... |
Java generics- constructor type
===
public class AClass<X extends AnInterface>{
public AClass(X x){
}
}
public class Y implements AnInterface{
}
In the calling code if I have:
public static<X extends AnInterface> void main(String args){
... | 0 | [
2,
8247,
12733,
18,
8,
6960,
248,
1001,
800,
3726,
3726,
317,
718,
21,
1898,
1,
396,
9073,
40,
6280,
6413,
1,
317,
21,
1898,
5,
396,
993,
6,
1,
13,
1,
13,
1,
317,
718,
13,
93,
8713,
18,
40,
6280,
6413,
1,
13,
1,
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... |
Incident duration (select from mysql)
===
In the database MySQL, there is a table with information about the changing status of the object with the "problem" or "unknown" to "ok":
CREATE TABLE `events` (
`eventid` bigint(20) unsigned NOT NULL,
`source` int(11) NOT NULL DEFAULT '0',
`object`... | 0 | [
2,
3246,
9403,
13,
5,
18,
16964,
37,
51,
18,
22402,
6,
800,
3726,
3726,
19,
14,
6018,
51,
18,
22402,
15,
80,
25,
21,
859,
29,
676,
88,
14,
4226,
1782,
16,
14,
3095,
29,
14,
13,
7,
2740,
2854,
79,
7,
54,
13,
7,
1020,
2929,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Printing image from imageview :xcode
===
Can anyone tell me how to print image from imageview with UIPrintInteractionController.
Thanks | 0 | [
2,
7312,
1961,
37,
1961,
4725,
13,
45,
396,
9375,
800,
3726,
3726,
92,
1276,
494,
55,
184,
20,
4793,
1961,
37,
1961,
4725,
29,
13,
5661,
10299,
6280,
8645,
12898,
1252,
9,
3669,
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... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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... |
Can I add an ActiveX control to a Comctlib.Toolbar (mscomctl) control?
===
$Hello_all,
I'm adding functionality to a VB6 application (yes, I know, an amazing task :P) and I need to drop an ActiveX control (it looks like a button but does more things) into a comctlib (Microsoft Common Controls) Toolbar.
Is this p... | 0 | [
2,
92,
31,
3547,
40,
1348,
396,
569,
20,
21,
13,
960,
4812,
8326,
9,
20799,
1850,
13,
5,
79,
18,
960,
4812,
255,
6,
569,
60,
800,
3726,
3726,
5579,
11515,
1,
1233,
15,
31,
22,
79,
4721,
18548,
20,
21,
13,
20468,
379,
3010,
1... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to check if value is in list
===
I have list l like `list<pair<int,int>>` . How to check if x
`pair<int,int> x=make_pair(5,6)` is in list l ? | 0 | [
2,
184,
20,
2631,
100,
1923,
25,
19,
968,
800,
3726,
3726,
31,
57,
968,
644,
101,
13,
1,
5739,
1,
306,
2642,
1,
6391,
15,
6391,
1,
13,
9,
184,
20,
2631,
100,
993,
13,
1,
306,
2642,
1,
6391,
15,
6391,
1,
993,
3726,
11115,
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,
0... |
HTML5 localStorge across browsers
===
I tried localStorage in HTML for my project. When i save some data using localStorge in one browser and try to read it in another browser, it fails.
1.How to save data that is common across all browsers like flex is doing?
2.And where these data are stored in windows7.
Th... | 0 | [
2,
13,
15895,
264,
375,
18,
2153,
834,
464,
16495,
18,
800,
3726,
3726,
31,
794,
375,
18,
2153,
1303,
19,
13,
15895,
26,
51,
669,
9,
76,
31,
2079,
109,
1054,
568,
375,
18,
2153,
834,
19,
53,
16495,
17,
1131,
20,
1302,
32,
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... |
Trying to figure out when when weak reference starts to be removed
===
I am reading about Weak References.
I am using the code to study from [here][1]. It is very simple.
private void doFunction() throws InterruptedException {
Map<Integer, String> map = new HashMap<Integer, String>();
... | 0 | [
2,
749,
20,
1465,
70,
76,
76,
3910,
2801,
3244,
20,
44,
1974,
800,
3726,
3726,
31,
589,
1876,
88,
3910,
7231,
9,
31,
589,
568,
14,
1797,
20,
949,
37,
636,
6836,
500,
2558,
165,
500,
9,
32,
25,
253,
1935,
9,
932,
11364,
107,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Combobox ItemsSource Binding (MVVM) - how can I reset the ItemsList
===
I Have a combobox with ItemsSource bound to an ObservableCollection.
A RadioButton allows the user to select a mode. for each mode, a dedicated differnt list should be available in the combobox.
My Problem with using an Observablecollection is... | 0 | [
2,
22621,
5309,
3755,
12097,
8728,
13,
5,
79,
20492,
79,
6,
13,
8,
184,
92,
31,
23422,
14,
3755,
5739,
800,
3726,
3726,
31,
57,
21,
22621,
5309,
29,
3755,
12097,
4138,
20,
40,
5122,
10321,
579,
15015,
872,
9,
21,
603,
811,
444,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Rake at wrong version despite fresh uninstall/install procedures
===
I am trying to install RedMine on a server.
During the procedures [as explained here][1] i am supposed to run
rake generate_secret_token
However, i am getting this error:
(in /home/var/redmine)
rake aborted!
uninitialize... | 0 | [
2,
21009,
35,
1389,
615,
869,
3180,
367,
108,
21300,
118,
108,
21300,
8876,
800,
3726,
3726,
31,
589,
749,
20,
16146,
402,
7640,
27,
21,
8128,
9,
112,
14,
8876,
636,
472,
2897,
235,
500,
2558,
165,
500,
31,
589,
2293,
20,
485,
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... |
wrap over iframe
===
I've got an iframe and input field with suggest in it.
The list of suggested items is created in js with follows params:
{
borderRadius : '2px',
boxShadow : '3px 4px 8px #DDDDDD',
background : '#fff',
border : '#aaa 1px solid',
fontSize : '12px',
p... | 0 | [
2,
8118,
84,
31,
8361,
800,
3726,
3726,
31,
22,
195,
330,
40,
31,
8361,
17,
6367,
575,
29,
5601,
19,
32,
9,
14,
968,
16,
2347,
3755,
25,
679,
19,
487,
18,
29,
2415,
2258,
79,
18,
45,
13,
1,
1862,
9560,
267,
13,
45,
13,
22,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Confirm dialog box with anchor tag
===
My friend done this below coding for custom control
<a href="javascript:__doPostBack('id','msg');">click</a>
now i want to show confirm dialog box while click this anchor link.
Is it possible?. i want to write script as inline. | 0 | [
2,
10265,
28223,
1649,
29,
6265,
3383,
800,
3726,
3726,
51,
860,
677,
48,
1021,
13,
15458,
26,
5816,
569,
13,
1,
58,
746,
14057,
3726,
7,
1004,
1385,
8741,
45,
1,
537,
6962,
1958,
5,
22,
1340,
22,
15,
22,
79,
18,
263,
22,
6,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to merge assiocative arrays inside numerical array?
===
Good day! I am having errors in merging/combining/concatenating arrays.
For example I have arrays,
$array1 [] = array(
'var1' => $var1,
'var2' => $var2,
'var3' => $var3,
);
$array2 [] = array(
'var4' => $var4,
'var... | 0 | [
2,
184,
20,
12666,
13,
11464,
2499,
3366,
7718,
18,
572,
16010,
7718,
60,
800,
3726,
3726,
254,
208,
187,
31,
589,
452,
11908,
19,
18842,
118,
10204,
108,
68,
118,
1126,
793,
1316,
1880,
7718,
18,
9,
26,
823,
31,
57,
7718,
18,
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... |
Injecting parameters into Beans, CDI bean VS JSF bean
===
after some experimenting, I have been able to inject my GET-parameters into an @ManagedBean (thus, a JSF) bean using @ManagedProperty and some EL.
Now, except the approach from reading the ParameterMap from FacesContext, I have not been able to inject my GET-p... | 0 | [
2,
20316,
68,
12905,
77,
14685,
15,
1745,
49,
15322,
4611,
487,
18,
410,
15322,
800,
3726,
3726,
75,
109,
5737,
68,
15,
31,
57,
74,
777,
20,
20316,
51,
164,
8,
6351,
7307,
18,
77,
40,
13,
1,
177,
8030,
863,
210,
13,
5,
11782,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Switch Panels in a JFrame
===
I have 2panels and 1 JFrame, and im trying to switch between panels when i click in a button..
I dont want to use cardlayout,bcz i want different panels and with cardlayouts i just can have the same button for both.
My code is:
package javaapplication2;
import javax.swing.... | 0 | [
2,
5521,
9449,
19,
21,
487,
8361,
800,
3726,
3726,
31,
57,
172,
3206,
6798,
17,
137,
487,
8361,
15,
17,
797,
749,
20,
5521,
128,
9449,
76,
31,
10840,
19,
21,
5167,
9,
9,
31,
1049,
259,
20,
275,
2056,
4414,
1320,
15,
220,
8378,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
SMTP service is not getting started - Win32 RPC server is unavailable
===
We have a web based (PHP) applications which is running on windows server 2003, Standard Edition (SP2). Recently someone made changes on server or hacked server. After that our mail functionality not working.
I checked SMTP service but it is n... | 0 | [
2,
7613,
13726,
365,
25,
52,
1017,
373,
13,
8,
628,
3125,
761,
5779,
8128,
25,
22563,
800,
3726,
3726,
95,
57,
21,
2741,
432,
13,
5,
26120,
6,
3767,
56,
25,
946,
27,
1936,
8128,
973,
15,
1236,
1322,
13,
5,
3401,
135,
6,
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... |
Kohana 3.2 Error on XAMPP with Windows 7: Directory APPPATH\cache must be writable
===
when i´ll look over my site, created with Kohana 3.2 the wild error "Kohana_Exception [ 0 ]: Directory APPPATH\cache must be writable" appears.
Im using windows 7 with XAMPP and have no idea what to do.
Because the directory... | 0 | [
2,
1584,
7285,
203,
9,
135,
7019,
27,
993,
765,
3421,
29,
1936,
15001,
16755,
4865,
8353,
1,
793,
2569,
491,
44,
20127,
579,
800,
3726,
3726,
76,
31,
13,
211,
361,
84,
51,
689,
15,
679,
29,
1584,
7285,
203,
9,
135,
14,
1808,
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 can I programmatically read out which speech recognition is selected in Android?
===
I would like to read out the selected speech recognition in the phone.
By default, the Google Voice Search is installed and selected.
Some devices also installed the Vlingo speech recognition.
How can I programmatically r... | 0 | [
2,
184,
92,
31,
625,
6732,
1326,
1302,
70,
56,
2974,
3514,
25,
1704,
19,
13005,
60,
800,
3726,
3726,
31,
83,
101,
20,
1302,
70,
14,
1704,
2974,
3514,
19,
14,
1132,
9,
34,
12838,
15,
14,
8144,
430,
2122,
25,
4066,
17,
1704,
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... |
"Catastrophic failure" when trying to animate custom enum dependency property
===
I was struggling with a "catastrophic failure" exception while working on a managed custom Windows 8 control and I've managed to localize the issue to a very simple test case. And now I'm stuck.
Say I have an enumeration defined like ... | 0 | [
2,
13,
7,
9709,
18,
25091,
2990,
7,
76,
749,
20,
14487,
591,
5816,
1957,
723,
26835,
1354,
800,
3726,
3726,
31,
23,
7587,
29,
21,
13,
7,
9709,
18,
25091,
2990,
7,
5391,
133,
638,
27,
21,
1471,
5816,
1936,
469,
569,
17,
31,
22,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
ASP.NET: web form button onclick issue
===
Im implementing Web Form using ASP.NET in c#, I have a page with few TextBox and a Submit Button, the data from TextBox going to insert into Database when Submit Button is pressed, the page will be retain and no redirect is required.
However, there is a issue after the da... | 0 | [
2,
28,
306,
9,
2328,
45,
2741,
505,
5167,
27,
150,
10129,
1513,
800,
3726,
3726,
797,
17333,
2741,
505,
568,
28,
306,
9,
2328,
19,
272,
5910,
15,
31,
57,
21,
2478,
29,
310,
1854,
5309,
17,
21,
12298,
5167,
15,
14,
1054,
37,
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... |
Padrino / Sinatra integration testing - how to mock services?
===
How do people stub out controller dependencies for testing in sinatra / padrino?
If I was doing something like .NET MVC then I'd use dependency injection and stub/mock out my dependency to check that it's called from the controller in certain situati... | 0 | [
2,
4432,
11122,
13,
118,
21491,
8078,
4431,
13,
8,
184,
20,
10506,
687,
60,
800,
3726,
3726,
184,
107,
148,
21354,
70,
9919,
29411,
26,
4431,
19,
21491,
13,
118,
4432,
11122,
60,
100,
31,
23,
845,
301,
101,
13,
9,
2328,
307,
899... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 create pre url subdomains using MAMP Pro
===
I am using MAMP to develop a site and I wanted to know if there is a way to create pre url subdomains from within the software itself. IE http://subdomain.mywebsite.com
I want to stay away from all the complexity of messing with apache config if possible but if t... | 0 | [
2,
184,
20,
1600,
782,
287,
6362,
972,
537,
6232,
18,
568,
1216,
2554,
895,
800,
3726,
3726,
31,
589,
568,
1216,
2554,
20,
2803,
21,
689,
17,
31,
417,
20,
143,
100,
80,
25,
21,
161,
20,
1600,
782,
287,
6362,
972,
537,
6232,
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... |
CALAyer vs CGLayer confusion: manipulating and saving images in the background
===
im pulling in images from the net, and want to manipulate them a bit such as adding perspective with CATransform3D, and compositing a couple together. After im done, I would like to save the file in memory so they can be pulled up when ... | 0 | [
2,
1658,
15187,
4611,
13,
15123,
15187,
5677,
45,
27799,
17,
7599,
3502,
19,
14,
2395,
800,
3726,
3726,
797,
3303,
19,
3502,
37,
14,
4275,
15,
17,
259,
20,
18468,
105,
21,
1142,
145,
28,
4721,
6531,
29,
1658,
7028,
4190,
240,
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... |
Template-like declartion for function overloads
===
"This is a stupid question" is a very valid answer to this, but i'm just checking. can i make generic function declartions at the start of my header file? I can do `template<class t> t func(t);` then specialize it, but [this](http://stackoverflow.com/questions/710803... | 0 | [
2,
22894,
8,
1403,
121,
12078,
3309,
26,
1990,
84,
8294,
18,
800,
3726,
3726,
13,
7,
1565,
25,
21,
3553,
1301,
7,
25,
21,
253,
7394,
1623,
20,
48,
15,
47,
31,
22,
79,
114,
9886,
9,
92,
31,
233,
12733,
1990,
121,
12078,
3309,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
GAE Golang - How to properly schedule a Task Queue to a Backend?
===
There is little information on how to schedule a Task Queue to a Backend in Google App Engine in Go. In [TQ's Reference][1] we can read:
// Additional HTTP headers to pass at the task's execution time.
// To schedule the task to be run wi... | 0 | [
2,
13,
17721,
162,
9949,
13,
8,
184,
20,
7428,
4345,
21,
3005,
22521,
20,
21,
97,
2451,
60,
800,
3726,
3726,
80,
25,
265,
676,
27,
184,
20,
4345,
21,
3005,
22521,
20,
21,
97,
2451,
19,
8144,
4865,
1406,
19,
162,
9,
19,
636,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Serializing a RandomAccessSparseVector in Mahout
===
I'm loading data into a `RandomAccessSparseVector` in Mahout, and I don't know how to serialize it. If I were using a `VectorWritable` I'd be able to use `SequenceFile.Writer` as so:
writer = new SequenceFile.Writer(
fs, conf, new Path("filename"), L... | 0 | [
2,
5956,
3335,
21,
5477,
20604,
18,
3574,
870,
28033,
19,
6330,
1320,
800,
3726,
3726,
31,
22,
79,
12797,
1054,
77,
21,
13,
1,
2195,
5555,
20604,
18,
3574,
870,
28033,
1,
19,
6330,
1320,
15,
17,
31,
221,
22,
38,
143,
184,
20,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
how to import multiple custom modules in our own perl script?
===
I have say 100 custom packages like (file1.pm, file2.pm, file3.pm, file4.pm, file5.pm, file6.pm )
Each file contains one function.
i want to import all in my every simple perl script.
How to import them in easy way. Please suggest any easiest... | 0 | [
2,
184,
20,
9010,
1886,
5816,
17113,
19,
318,
258,
416,
255,
3884,
60,
800,
3726,
3726,
31,
57,
395,
808,
5816,
16875,
101,
13,
5,
16877,
165,
9,
5576,
15,
3893,
135,
9,
5576,
15,
3893,
240,
9,
5576,
15,
3893,
300,
9,
5576,
15... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Bind value to complex Type
===
I have a model like the following one:
public class TestModel{
public IList<Field> Fields {get; set;}
}
public class Field{
public String Key {get; set;}
public String Value {get; set;}
}
How would I have to make the corresponding vie... | 0 | [
2,
10193,
1923,
20,
1502,
1001,
800,
3726,
3726,
31,
57,
21,
1061,
101,
14,
249,
53,
45,
317,
718,
1289,
13998,
1,
317,
31,
5739,
1,
1109,
1,
2861,
13,
1,
3060,
73,
309,
73,
1,
13,
1,
317,
718,
575,
1,
317,
3724,
1246,
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... |
WPF: change content of button using event handler
===
The code contains buttons in datagrid. Each of this contain text "Send".
<DataGrid.Columns>
<DataGridTextColumn Width="*" Header="Uid" Binding="{Binding Uid}"/>
<DataGridTextColumn Width="*" Header="Type" Binding="{Binding Type}"/>
<DataGridT... | 0 | [
2,
619,
7721,
45,
753,
2331,
16,
5167,
568,
807,
24641,
800,
3726,
3726,
14,
1797,
1588,
12861,
19,
1054,
16375,
9,
206,
16,
48,
3717,
1854,
13,
7,
18,
2451,
7,
9,
13,
1,
18768,
16375,
9,
716,
4404,
2172,
1,
13,
1,
18768,
1637... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Orchard Custom User Part is not stored in Database
===
I can't seem to store additional data in a separate contentpart attached to User. I have done the following:
- Created a module
- In the module I created a Model for ProfilePart and ProfilePartRecord
- In the migration I created a table for ProfilePartRecord ... | 0 | [
2,
12635,
5816,
4155,
141,
25,
52,
8214,
19,
6018,
800,
3726,
3726,
31,
92,
22,
38,
2260,
20,
1718,
1351,
1054,
19,
21,
1725,
2331,
3091,
3638,
20,
4155,
9,
31,
57,
677,
14,
249,
45,
13,
8,
679,
21,
12613,
13,
8,
19,
14,
126... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
backbone.layoutmanager and handlebars template engine
===
I'm using the backbone.layoutmanager project:
https://github.com/tbranyen/backbone.layoutmanager#readme
can some one please post a sample with handlebars template engine?
containing the modified app.js file and an instance view?
i have followed the inst... | 0 | [
2,
24036,
9,
4414,
1320,
22256,
17,
3053,
1850,
18,
22894,
1406,
800,
3726,
3726,
31,
22,
79,
568,
14,
24036,
9,
4414,
1320,
22256,
669,
45,
7775,
18,
6903,
10404,
20926,
9,
960,
118,
38,
20746,
8944,
118,
1958,
8640,
9,
4414,
132... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
javascript: check if mouse is down(pressed) and start counting from zero, after x seconds, it redirect
===
is it possible to detect our mouse when down(pressed), and start counting from zero for a few seconds...and after 5 seconds mousedown, it redirect.
I have found a script that does it, but I am confuse on how t... | 0 | [
2,
8247,
8741,
45,
2631,
100,
7567,
25,
125,
5,
5890,
69,
6,
17,
799,
11195,
37,
4606,
15,
75,
993,
2582,
15,
32,
302,
14706,
800,
3726,
3726,
25,
32,
938,
20,
9092,
318,
7567,
76,
125,
5,
5890,
69,
6,
15,
17,
799,
11195,
37... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Hash URL navigation with a Flexslider
===
I'm building a website that makes use of a flexslider, but I want to implement some URL hash navigation. Based on the hash of the URL, i plan on getting the index of the slide that i want to display and the closest I came is by looking at the code for the manual navigation, wh... | 0 | [
2,
19170,
287,
6362,
8368,
29,
21,
14409,
18,
1210,
1157,
800,
3726,
3726,
31,
22,
79,
353,
21,
2271,
30,
1364,
275,
16,
21,
14409,
18,
1210,
1157,
15,
47,
31,
259,
20,
8713,
109,
287,
6362,
19170,
8368,
9,
432,
27,
14,
19170,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
have unicode characters in url
===
for example in this url:
(r'^company/لیست-مقالات/$','CompanyHub.views.docList')
in `لیست مقالات` part I have unicode characters but I get this error:
Caught UnicodeDecodeError while rendering: 'ascii' codec can't decode byte 0xd9 in position 0: ordinal not in range(1... | 0 | [
2,
57,
28010,
1766,
19,
287,
6362,
800,
3726,
3726,
26,
823,
19,
48,
287,
6362,
45,
13,
5,
139,
22,
1,
28359,
118,
1,
8,
1,
118,
4403,
22,
15,
22,
28359,
20926,
9,
4725,
18,
9,
13799,
5739,
22,
6,
19,
13,
1,
13,
1,
141,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 create a class with constants as parameters in c#?
===
in the XNA framework for example there is a SpriteBatch Class. The SpriteBatch.Begin() method accepts parameters like this:
spriteBatch.Begin(SpriteSortMode.FrontToBack, BlendState.AlphaBlend);
How can I create a class that accepts parameters in t... | 0 | [
2,
184,
107,
31,
1600,
21,
718,
29,
3587,
18,
28,
12905,
19,
272,
5910,
60,
800,
3726,
3726,
19,
14,
993,
325,
6596,
26,
823,
80,
25,
21,
27902,
4900,
673,
718,
9,
14,
27902,
4900,
673,
9,
17143,
108,
5,
6,
2109,
16548,
12905,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Edit All feature not working - CakePHP
===
I am working on a feature to edit all the items in the table.
Here is my edit action from my controller.
public function editAll()
{
$this->set('isEditAllValid', false);
$this->set('editAllValidationErrors', false);
if ($this->... | 0 | [
2,
9392,
65,
1580,
52,
638,
13,
8,
8390,
26120,
800,
3726,
3726,
31,
589,
638,
27,
21,
1580,
20,
9392,
65,
14,
3755,
19,
14,
859,
9,
235,
25,
51,
9392,
1028,
37,
51,
9919,
9,
317,
1990,
9392,
1233,
5,
6,
13,
1,
5579,
1565,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
getting an error when trying to use location service in simulator
===
I am working the location service in iphone and I cant get any location at all in the simulator and what I am getting now is
error is Error Domain=kCLErrorDomain Code=0 "The operation couldn’t be completed. (kCLErrorDomain error 0.)"
er... | 0 | [
2,
1017,
40,
7019,
76,
749,
20,
275,
1474,
365,
19,
24565,
800,
3726,
3726,
31,
589,
638,
14,
1474,
365,
19,
21024,
17,
31,
2973,
164,
186,
1474,
35,
65,
19,
14,
24565,
17,
98,
31,
589,
1017,
130,
25,
7019,
25,
7019,
4603,
372... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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.