unified_texts stringlengths 32 30.1k | OpenStatus_id int64 0 4 | input_ids list | token_type_ids list | attention_mask list |
|---|---|---|---|---|
How to get the index when add something to NSOperationQueue?
===
I need the indexes of my operations added to NSOperationQueue, And hope it work like this:
@interface MyOperation : NSObject {
NSInterger index;
/* Do Something */
}
Following will set the index member of myOp... | 0 | [
2,
184,
20,
164,
14,
4348,
76,
3547,
301,
20,
13,
2172,
11377,
2005,
4185,
60,
800,
3726,
3726,
31,
376,
14,
4348,
160,
16,
51,
1311,
905,
20,
13,
2172,
11377,
2005,
4185,
15,
17,
1376,
32,
170,
101,
48,
45,
13,
1,
6280,
6413,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
iPhone App Localization Support
===
I need the clarification for the following
(a) Can I declare languages but not bundle translation (that is bundled english text) –Is there any problem with Apple approval?
(b) Can I declare all languages in the project – does apple has problem with that? – because we want to ma... | 2 | [
2,
21024,
4865,
375,
1829,
555,
800,
3726,
3726,
31,
376,
14,
13,
12078,
4634,
26,
14,
249,
13,
5,
58,
6,
92,
31,
10123,
2556,
47,
52,
10194,
4064,
13,
5,
887,
25,
10194,
43,
486,
1854,
6,
13,
10,
403,
80,
186,
1448,
29,
403... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Clearing contents of a fixed char array in C++ after value has been assigned
===
Hi i have the following code:
char msg[10000];
string mystr = "hello";
// stores mystr into msg
copy(mystr.begin(), mystr.end(), msg);
After the code copies, i want to clear the contents of char msg[10000]. How do i... | 0 | [
2,
8130,
8478,
16,
21,
3535,
4892,
7718,
19,
272,
20512,
75,
1923,
63,
74,
2467,
800,
3726,
3726,
4148,
31,
57,
14,
249,
1797,
45,
4892,
4235,
263,
2558,
1036,
3993,
12660,
3724,
51,
9729,
800,
13,
7,
11515,
7,
73,
12894,
4134,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 calculated value from one function inside another function
===
I have faced a little problem I can't seem to figure out.
I have a calculation class that calculates som quantities from various values and the I need those calculated values inside another function that will output a list with quantities, prices... | 0 | [
2,
1017,
10785,
1923,
37,
53,
1990,
572,
226,
1990,
800,
3726,
3726,
31,
57,
3110,
21,
265,
1448,
31,
92,
22,
38,
2260,
20,
1465,
70,
9,
31,
57,
21,
19644,
718,
30,
18469,
18,
86,
79,
13787,
37,
617,
4070,
17,
14,
31,
376,
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... |
iOS App development using Phonegap with entirely WebView
===
I am planning to create an iOS app which will consist of a single native navigation page.
This native navigation page will fire different (headless) URLs in the Webview. The URLs will be hosted in my server which will have its own CSS and Html. I am plannin... | 0 | [
2,
13,
7760,
4865,
522,
568,
1132,
1136,
306,
29,
2894,
2741,
4725,
800,
3726,
3726,
31,
589,
2334,
20,
1600,
40,
13,
7760,
4865,
56,
129,
7929,
16,
21,
345,
1275,
8368,
2478,
9,
48,
1275,
8368,
2478,
129,
535,
421,
13,
5,
1743,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Pre-processor Directive value set in the C program
===
I would like to define something like
#define memoryAddress
main()
{
bla bla bla;
memory = endAddress- startAddress;
#memoryAddress = memory;
}
Is it possible/valid way of initializing the pre-processor directive... | 0 | [
2,
782,
8,
16835,
248,
15626,
1923,
309,
19,
14,
272,
625,
800,
3726,
3726,
31,
83,
101,
20,
9267,
301,
101,
6926,
546,
7509,
1912,
27950,
407,
5,
6,
13,
1,
4768,
4768,
4768,
73,
1912,
800,
241,
27950,
8,
799,
27950,
73,
6926,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Use MySQL function to rename query column in "select ... as"
===
I have a query like
select user,
if(purchase_date='2012-06-10' - interval 1 day, revenue, 0),
if(purchase_date='2012-06-10' - interval 2 day, revenue, 0),
if(purchase_date='2012-06-10' - interval 3 day, revenue, 0)
from purcha... | 0 | [
2,
275,
51,
18,
22402,
1990,
20,
302,
7259,
25597,
4698,
19,
13,
7,
18,
16964,
13,
9,
9,
9,
28,
7,
800,
3726,
3726,
31,
57,
21,
25597,
101,
5407,
4155,
15,
100,
5,
2051,
1651,
870,
1,
8209,
3726,
22,
3212,
8,
3370,
8,
1036,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to retrieve the variable value from inside the do while loop
===
I am the beginner of the Java. And I am doing the Mastermind project for the course.
I have a problem, I want to retrieve the value of "leftDigit" and put it to array guess[4] .
But I dunno how to retrieve it to outside the loop.
let say wh... | 0 | [
2,
184,
20,
11917,
14,
7612,
1923,
37,
572,
14,
107,
133,
5293,
800,
3726,
3726,
31,
589,
14,
26931,
16,
14,
8247,
9,
17,
31,
589,
845,
14,
27984,
669,
26,
14,
674,
9,
31,
57,
21,
1448,
15,
31,
259,
20,
11917,
14,
1923,
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... |
postgres STDDEV aggregate behavior when n<2
===
my Postgres query calculates statistical aggregates from a bunch of sensor readings:
SELECT to_char(ipstimestamp, 'YYYYMMDDHH24') As row_name,
to_char(ipstimestamp, 'FMDD mon FMHH24h') As hour_row_name,
varid As category,
(AVG(ipsvalue)::NUMERI... | 0 | [
2,
678,
6879,
18,
354,
43,
14438,
8544,
3257,
76,
13,
103,
1,
135,
800,
3726,
3726,
51,
678,
6879,
18,
25597,
18469,
18,
6762,
8544,
18,
37,
21,
7653,
16,
14865,
1876,
18,
45,
5407,
20,
1,
5433,
5,
4307,
18,
891,
384,
10158,
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... |
Spring MVC Framework (Process from UI to Completing a Transaction)
===
I have begun some serious reading on this framework and i am seeing where and how DI is done. The examples i looked at showed me values that were hard coded and referenced but non really on from the UI to the database. I am wondering, just looking ... | 0 | [
2,
1573,
307,
8990,
6596,
13,
5,
16835,
37,
13,
5661,
20,
6869,
21,
12799,
6,
800,
3726,
3726,
31,
57,
4349,
109,
2055,
1876,
27,
48,
6596,
17,
31,
589,
2078,
113,
17,
184,
926,
25,
677,
9,
14,
3770,
31,
292,
35,
1908,
55,
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... |
How to use Hibernate user type with @ElementCollection
===
I'd like to implement class `A` as immutable one with Hibernate. To this end I'm using Hibernate `UserType` interface as described [here][1]. The only difference from the above example is that immutable type is contained in element collection of the referencin... | 0 | [
2,
184,
20,
275,
4148,
2102,
8820,
4155,
1001,
29,
13,
1,
27567,
15015,
872,
800,
3726,
3726,
31,
22,
43,
101,
20,
8713,
718,
13,
1,
58,
1,
28,
797,
7903,
579,
53,
29,
4148,
2102,
8820,
9,
20,
48,
241,
31,
22,
79,
568,
4148,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 XP themed TreeView expand/collapse icons?
===
I have a basic C# WPF TreeView, but I do not like that the expand/collapse icons are the triangle and I want to use the plus/minus icons instead.
From [this question][1], I noticed that you can set the Windows Theme for the application, and it uses *uxtheme... | 0 | [
2,
184,
107,
31,
164,
23045,
14,
4688,
1541,
4725,
6073,
118,
7771,
17057,
9801,
18,
60,
800,
3726,
3726,
31,
57,
21,
2125,
272,
5910,
619,
7721,
1541,
4725,
15,
47,
31,
107,
52,
101,
30,
14,
6073,
118,
7771,
17057,
9801,
18,
50... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Catching/Connecting QPushButtons inside a QTableWidget to a function
===
Im a student developer using Qt to build a GUI to help users plot specific columns of data located in multiple files. The feature I'm setting up allows users to select a file using a button in each row. So the button originally would say browse a... | 0 | [
2,
9436,
118,
25996,
68,
2593,
26973,
811,
444,
18,
572,
21,
2593,
5924,
3976,
43,
3060,
20,
21,
1990,
800,
3726,
3726,
797,
21,
1209,
10058,
568,
2593,
38,
20,
1895,
21,
9457,
20,
448,
3878,
3798,
1903,
7498,
16,
1054,
335,
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... |
How i can make reports in winforms using c sharp i want query to solve my logic error
===
i have two tables in access table one contains partyname,Address,openingbalance n table two contains partyname,netamount,creditamount,debitamount,final amount.
table 1 | table 2 ... | 0 | [
2,
184,
31,
92,
233,
2813,
19,
628,
4190,
18,
568,
272,
2641,
31,
259,
25597,
20,
8402,
51,
7085,
7019,
800,
3726,
3726,
31,
57,
81,
7484,
19,
1381,
859,
53,
1588,
346,
7259,
15,
27950,
15,
23161,
24140,
13,
103,
859,
81,
1588,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 to See if A Particular Active Record Object Is In A Particular 'Scope'
===
Currently on save I am trying to check to see if a recorded falls into a particular 'scope'. This 'scope' really is just some saved arguments for a .where call. Also with this 'scope' I am only ever checking values of the object, not ever... | 0 | [
2,
2631,
20,
196,
100,
21,
1498,
1348,
571,
3095,
25,
19,
21,
1498,
13,
22,
11555,
22,
800,
3726,
3726,
871,
27,
2079,
31,
589,
749,
20,
2631,
20,
196,
100,
21,
801,
2564,
77,
21,
1498,
13,
22,
11555,
22,
9,
48,
13,
22,
1155... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 is any appropriate solution to clear server side session on client side?
===
Is there any appropriate method to clear a server side session on client side.
I use java script to clear a session, but when ever a page is redirected then server side session value will clear, even when the click event in not fire... | 0 | [
2,
25,
80,
25,
186,
4593,
4295,
20,
1207,
8128,
270,
3723,
27,
6819,
270,
60,
800,
3726,
3726,
25,
80,
186,
4593,
2109,
20,
1207,
21,
8128,
270,
3723,
27,
6819,
270,
9,
31,
275,
8247,
3884,
20,
1207,
21,
3723,
15,
47,
76,
462,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Bash: Save and print arguments from an array
===
How do you save all the arguments in a bash script to an array and print them individually? | 0 | [
2,
13158,
45,
2079,
17,
4793,
10553,
37,
40,
7718,
800,
3726,
3726,
184,
107,
42,
2079,
65,
14,
10553,
19,
21,
13158,
3884,
20,
40,
7718,
17,
4793,
105,
16579,
60,
3,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... |
How to order a List(of List(of string)
===
I have a list(of list(of string)) in vb.net which is a list that contains lists that have 5 string list items in them.
I want to sort the lists by the second item in the contained lists but I don't know what parameter is needed in the .sort method. What do I need to put in... | 0 | [
2,
184,
20,
389,
21,
968,
5,
1041,
968,
5,
1041,
3724,
6,
800,
3726,
3726,
31,
57,
21,
968,
5,
1041,
968,
5,
1041,
3724,
6,
6,
19,
13,
20468,
9,
2328,
56,
25,
21,
968,
30,
1588,
7227,
30,
57,
331,
3724,
968,
3755,
19,
105,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Need help by Java Runtime Environment - fatal error
===
How can I fix his error? I work on Win7 64bit System and programming an Framework where only the rendering prozess is realized by OpenGL (JOGL).
Here the Error-Log:
> A fatal error has been detected by the Java Runtime Environment:
>
> EXCEPTION_ACCESS_V... | 0 | [
2,
376,
448,
34,
8247,
485,
891,
2307,
13,
8,
8773,
7019,
800,
3726,
3726,
184,
92,
31,
6098,
33,
7019,
60,
31,
170,
27,
628,
465,
4384,
3326,
329,
17,
3143,
40,
6596,
113,
104,
14,
15307,
895,
1734,
18,
18,
25,
1896,
34,
368,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
MVC3 - Unit Test - How to check Model properties uni unit test
===
I have a `Action` as bellow:
public ActionResult SaveAndExit()
{
ViewModel1 viewModel = new ViewModel1();
return View("Index", viewModel);
}
In Unit Test I want to check if view `Reg` in viewModel is null or not.... | 0 | [
2,
307,
8990,
240,
13,
8,
1237,
1289,
13,
8,
184,
20,
2631,
1061,
3704,
9911,
1237,
1289,
800,
3726,
3726,
31,
57,
21,
13,
1,
8645,
1,
28,
23040,
45,
317,
1028,
29955,
2079,
290,
1706,
242,
5,
6,
13,
1,
1418,
13998,
165,
1418,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Using Facebook Graph API In Flash AS3 To Post To Photo Album
===
i am facing 1 problem here i uploaded "Using Facebook Graph API In Flash AS3 To Post To Photo Album" example on my server with my app ID but when i am trying to login it cant login and dont show my name please help me what i do…?
**here is the example... | 0 | [
2,
568,
9090,
7210,
21,
2159,
19,
4433,
28,
240,
20,
678,
20,
3056,
244,
800,
3726,
3726,
31,
589,
4325,
137,
1448,
235,
31,
23782,
13,
7,
12655,
9090,
7210,
21,
2159,
19,
4433,
28,
240,
20,
678,
20,
3056,
244,
7,
823,
27,
51,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Rendering HTML in variable using Jade
===
I have some text stored in a variable which contains some HTML. For example, the <b>cat</b> in the hat. However, when I render it in Jade, it shows up with the tags instead of rendering the formatting. How can I fix this? | 0 | [
2,
15307,
13,
15895,
19,
7612,
568,
11713,
800,
3726,
3726,
31,
57,
109,
1854,
8214,
19,
21,
7612,
56,
1588,
109,
13,
15895,
9,
26,
823,
15,
14,
13,
1,
220,
1,
5782,
1,
118,
220,
1,
19,
14,
2970,
9,
207,
15,
76,
31,
16535,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Selenium IDE - Cannot copy emails
===
Hi I read the article below to copy the value from one field to another using Selenium IDE, but that code is not doing anything
http://stackoverflow.com/questions/7808378/selenium-how-to-copy-values-from-field1-to-field2
I have 2 emails fields -
Email1 - Enter the email... | 0 | [
2,
23027,
14311,
13,
3448,
13,
8,
1967,
4344,
8517,
18,
800,
3726,
3726,
4148,
31,
1302,
14,
2002,
1021,
20,
4344,
14,
1923,
37,
53,
575,
20,
226,
568,
23027,
14311,
13,
3448,
15,
47,
30,
1797,
25,
52,
845,
602,
7775,
6903,
2532... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
NHibernate: Reverse Exists Criteria
===
I'm querying `Foo`. `Foo` doesn't have an `IList<FooBar>` property (unfortunately). `FooBar` has a `Foo` property (but not a `Bar`), Bar has an `IList<FooBar>`. I need all the `Foo`s where exists a `FooBar` which has a corresponding `Bar` with that `Bar`'s `Date` field equal to ... | 0 | [
2,
12109,
15191,
8820,
45,
7006,
5636,
9157,
800,
3726,
3726,
31,
22,
79,
25597,
68,
13,
1,
4120,
111,
1,
9,
13,
1,
4120,
111,
1,
1437,
22,
38,
57,
40,
13,
1,
49,
5739,
1,
4120,
111,
1850,
1,
1354,
13,
5,
1020,
6469,
1020,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 - Inheritance in Constructors
===
For a JavaScript project we want to introduce object inheritance to decrease code duplication. However, I cannot quite get it working the way I want and need some help.
We use the module pattern. Suppose there is a super element:
a.namespace('a.elements.Element');... | 0 | [
2,
8247,
8741,
13,
8,
13852,
19,
6960,
248,
18,
800,
3726,
3726,
26,
21,
8247,
8741,
669,
95,
259,
20,
8500,
3095,
13852,
20,
9826,
1797,
1052,
20669,
9,
207,
15,
31,
1967,
1450,
164,
32,
638,
14,
161,
31,
259,
17,
376,
109,
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... |
customerrors not working in Sharepoint 2010
===
I've included the line customErrors mode="On" in my web.config file for my Sharepoint site, but I am still not getting any error messages. It just keeps telling me to include it when it errors out.
I am unsure at this point what else to do, any help would be appercia... | 0 | [
2,
5816,
29992,
18,
52,
638,
19,
1891,
3132,
498,
800,
3726,
3726,
31,
22,
195,
506,
14,
293,
5816,
29992,
18,
3740,
3726,
7,
218,
7,
19,
51,
2741,
9,
14093,
2816,
3893,
26,
51,
1891,
3132,
689,
15,
47,
31,
589,
174,
52,
1017,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Smooth streaming from azure cdn
===
I have smooth streaming working on my local machine. The video plays nicely and it's working as expected but when I copy the same files to azure blob storage and to azure cdn, it does not work. I have setup azure websites with azure sql, azure blob storage and azure cdn. Everything... | 0 | [
2,
3905,
11920,
37,
25715,
1745,
103,
800,
3726,
3726,
31,
57,
3905,
11920,
638,
27,
51,
375,
1940,
9,
14,
763,
1533,
24050,
17,
32,
22,
18,
638,
28,
1727,
47,
76,
31,
4344,
14,
205,
6488,
20,
25715,
334,
10904,
4326,
17,
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... |
Javascript Getters And Setters
===
Can somebody please tell me about getters and setters in javascript? What are actually getters and setters? Where we can use them? What are the benefits of using them? | 0 | [
2,
8247,
8741,
164,
6052,
17,
309,
6052,
800,
3726,
3726,
92,
8861,
2247,
494,
55,
88,
164,
6052,
17,
309,
6052,
19,
8247,
8741,
60,
98,
50,
1121,
164,
6052,
17,
309,
6052,
60,
113,
95,
92,
275,
105,
60,
98,
50,
14,
5800,
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,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... |
How to close the Alert or Pop up displaying on the mobile using Selenium Android Driver?
===
I am Automating a Web Application in Android Mobile using Android WebDriver, But I am having a problem closing the Alert OR Pop Up Window.
I am just navigating to my apps url(http://m.url.com) and it shows a Alert/Pop Up wi... | 0 | [
2,
184,
20,
543,
14,
7863,
54,
1675,
71,
17418,
27,
14,
3241,
568,
23027,
14311,
13005,
2425,
60,
800,
3726,
3726,
31,
589,
3108,
79,
1880,
21,
2741,
3010,
19,
13005,
3241,
568,
13005,
2741,
21752,
15,
47,
31,
589,
452,
21,
1448,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Find perpendicular to given vector (Velocity) in 3D <python>
===
I have a object A move with Velocity (v1, v2, v3) in 3D space.
Object position is (px,py,pz)
Now i want to add certain particles around object A (in radius dis) on plane which perpendicular to its Velocity direction.
I find something call "cross pro... | 0 | [
2,
477,
20659,
20,
504,
7497,
13,
5,
195,
1415,
5788,
6,
19,
203,
43,
13,
1,
6448,
11570,
1,
800,
3726,
3726,
31,
57,
21,
3095,
21,
780,
29,
10700,
13,
5,
710,
165,
15,
566,
135,
15,
566,
240,
6,
19,
203,
43,
726,
9,
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... |
JQuery - How to check if a scrollbar is at the bottom for all browsers
===
How do you check in JQuery if an element has his scrollbar at the bottom? The my html structure is something like this
<div class="container">
<ol class="list">
<li class="item">Item 1</li>
....
</ol>
... | 0 | [
2,
487,
8190,
93,
13,
8,
184,
20,
2631,
100,
21,
12159,
1850,
25,
35,
14,
2129,
26,
65,
16495,
18,
800,
3726,
3726,
184,
107,
42,
2631,
19,
487,
8190,
93,
100,
40,
4520,
63,
33,
12159,
1850,
35,
14,
2129,
60,
14,
51,
13,
158... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 test a class that has only a small API but many private functions?
===
I am developing an interpreter for a graphical language that I am designing, and I want to apply TDD to my development process (all code in java). My interpreter has only one public function: `execute()` that executes the a given diagram. To... | 0 | [
2,
184,
20,
1289,
21,
718,
30,
63,
104,
21,
284,
21,
2159,
47,
151,
932,
3719,
60,
800,
3726,
3726,
31,
589,
3561,
40,
19336,
26,
21,
21755,
816,
30,
31,
589,
15026,
15,
17,
31,
259,
20,
5645,
15596,
43,
20,
51,
522,
953,
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... |
Add text to image in android programmatically
===
I want to make an application just like opening screen of android.I am dynamically adding images to the rows of tableLayout.I have only defined tableLayout in xml file and reamining work is in java.I have added images successfully but i am not getting any help with set... | 0 | [
2,
3547,
1854,
20,
1961,
19,
13005,
625,
6732,
1326,
800,
3726,
3726,
31,
259,
20,
233,
40,
3010,
114,
101,
1214,
2324,
16,
13005,
9,
49,
589,
7782,
1326,
4721,
3502,
20,
14,
11295,
16,
859,
4414,
1320,
9,
49,
57,
104,
2811,
859... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Pro*C varchar declaration for sql IN operator
===
I am using Pro*C to access a database where I want to make a sql query similar to this one:
SELECT MYCOLUMN1 FROM MYTABLE where MYCOLUMN2 IN ('element1', 'element2')
I take the elements inside the IN operator from a dynamic list (its size is variable).
How sh... | 0 | [
2,
895,
2483,
150,
4033,
5433,
7098,
26,
4444,
255,
19,
6022,
800,
3726,
3726,
31,
589,
568,
895,
2483,
150,
20,
1381,
21,
6018,
113,
31,
259,
20,
233,
21,
4444,
255,
25597,
835,
20,
48,
53,
45,
5407,
51,
716,
4404,
103,
165,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
ruby on rails ssh connection check validity
===
I'm making an ssh connection in my controller and displaying a view if the connection is established sucessfully.
I need my action to redirect to 'denied_access' view if the connection is not established
Here is my view where use enters his details:
<%= form_f... | 0 | [
2,
10811,
27,
2240,
18,
13,
18,
1635,
2760,
2631,
19058,
800,
3726,
3726,
31,
22,
79,
544,
40,
13,
18,
1635,
2760,
19,
51,
9919,
17,
17418,
21,
1418,
100,
14,
2760,
25,
613,
21792,
160,
18,
5655,
9,
31,
376,
51,
1028,
20,
302,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
using unary & operator on function return value
===
I've wanted to apply unary '&' operator just behind function to operate on function return value. However, I get a compile-time error (I use gcc from MinGW)
>test.c: In function 'main':
>test.c:8:12: error: lvalue required as unary '&' operand
I made a code to... | 0 | [
2,
568,
367,
1857,
279,
6022,
27,
1990,
788,
1923,
800,
3726,
3726,
31,
22,
195,
417,
20,
5645,
367,
1857,
13,
22,
1569,
22,
6022,
114,
439,
1990,
20,
4055,
27,
1990,
788,
1923,
9,
207,
15,
31,
164,
21,
26561,
8,
891,
7019,
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 App not compatible with devices that sideload Google Play
===
I have an app which has been deployed to Play and is compatible with any device running 2.1 or later; no special restrictions or requirements.
There have been several complaints from users trying to install the app via Google Play but getting mes... | 0 | [
2,
13005,
4865,
52,
14961,
29,
4690,
30,
270,
8294,
8144,
418,
800,
3726,
3726,
31,
57,
40,
4865,
56,
63,
74,
6698,
20,
418,
17,
25,
14961,
29,
186,
3646,
946,
172,
9,
165,
54,
138,
73,
90,
621,
9245,
54,
4786,
9,
80,
57,
74... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
preselect select field with freemarker
===
In my struts2 action that prepares the ftl page i have
private static List<Product> listOfProducts;
with getter and setters. This list is filled with products. First product in the list has type B.
In ftl page I am iterating over the list of products
<#list ... | 0 | [
2,
782,
18,
16964,
5407,
575,
29,
551,
4527,
106,
800,
3726,
3726,
19,
51,
18316,
18,
135,
1028,
30,
5723,
18,
14,
1187,
255,
2478,
31,
57,
932,
12038,
968,
1,
14086,
1,
968,
1041,
14086,
18,
73,
29,
164,
815,
17,
309,
6052,
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... |
JSON object from javascript
===
I am trying to make a call to api which returns json object
{ "category" : [ { "id" : 5,
"name" : "Bollywood"
},
{ "id" : 484,
"name" : "International"
},
{ "id" : 15,
"name" : "Devotional"
}
]}
1. How do I m... | 0 | [
2,
487,
528,
3095,
37,
8247,
8741,
800,
3726,
3726,
31,
589,
749,
20,
233,
21,
645,
20,
21,
2159,
56,
4815,
487,
528,
3095,
13,
1,
13,
7,
14375,
93,
7,
13,
45,
636,
13,
1,
13,
7,
1340,
7,
13,
45,
331,
15,
13,
7,
7259,
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... |
check whether the MDIcontainer is empty or not
===
I just stuck in a very simple situation bt couldnt help myself.My question is
How to do i check whether my mdiparent contains the child form or not?
help will be appreciated. | 0 | [
2,
2631,
1472,
14,
307,
4673,
218,
5851,
106,
25,
2424,
54,
52,
800,
3726,
3726,
31,
114,
4549,
19,
21,
253,
1935,
1858,
334,
38,
3245,
448,
992,
9,
915,
1301,
25,
184,
20,
107,
31,
2631,
1472,
51,
8138,
49,
18908,
1588,
14,
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,
0,
0,
0,
0,
0,
0,
0,
0... |
Android(<=2.2) Large File Downloads using android market apk expansion downloader library
===
Has anyone tried using market apk expansion downloader library (available as an add-on) for downloading large files on android <= 2.2? The source code is a bit difficult to understand and I was not able to figure out how it c... | 0 | [
2,
13005,
5,
1,
3726,
135,
9,
135,
6,
370,
3893,
7121,
18,
568,
13005,
1135,
21,
17244,
3233,
7121,
106,
1248,
800,
3726,
3726,
63,
1276,
794,
568,
1135,
21,
17244,
3233,
7121,
106,
1248,
13,
5,
4961,
947,
579,
28,
40,
3547,
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... |
Plotting a 2D contour set on 3D axes
===
I am trying to push the limits of the 3D plotting in mpl, I know that they are not a fully featured as they could be and other packages (Mayavi) exist. However I would like to do this in mpl if possible.
I am trying to plot a slice of a 3D array. Ideally I would like to plot... | 0 | [
2,
22716,
21,
172,
43,
23272,
309,
27,
203,
43,
10398,
18,
800,
3726,
3726,
31,
589,
749,
20,
3250,
14,
5887,
16,
14,
203,
43,
22716,
19,
4628,
255,
15,
31,
143,
30,
59,
50,
52,
21,
2337,
1070,
28,
59,
110,
44,
17,
89,
16875... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
My custom javascript replace method for Fancybox and Vimeo works on some Drupal pages, but not all
===
So, I have beent tackling this issue since yesterday to no avail. I have been trying to integrate Vimeo videos into Drupal 7 and display them in a nice Fancybox overlay. I am using the following Modules in combinat... | 0 | [
2,
51,
5816,
8247,
8741,
3934,
2109,
26,
12251,
5309,
17,
1790,
790,
111,
693,
27,
109,
15708,
6720,
4434,
15,
47,
52,
65,
800,
3726,
3726,
86,
15,
31,
57,
74,
38,
15586,
802,
48,
1513,
179,
7124,
20,
90,
24240,
9,
31,
57,
74,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Internal Server Error Large Files
===
I'm using the Soundcloud API in one of my sites and the documentation says that the max upload file is 500MB, every time that i try to upload a file larger than 1mb, the system returns me a 500 error (Internal Server Error). Files smaller than 1MB works fine.
I'm using PHP 5, c... | 0 | [
2,
3117,
8128,
7019,
370,
6488,
800,
3726,
3726,
31,
22,
79,
568,
14,
646,
19174,
21,
2159,
19,
53,
16,
51,
3259,
17,
14,
13945,
898,
30,
14,
2049,
71,
8294,
3893,
25,
3033,
5024,
15,
352,
85,
30,
31,
1131,
20,
71,
8294,
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... |
Can I make Hibernate replace an object based off a unique column constraint?
===
I'm using Hibernate 4.0.1.Final. I have a table with a unique constraint column …
@Entity
@Table(name = "cb_contract",
uniqueConstraints = {@UniqueConstraint(columnNames={"ORDER_ID"})}
)
public class Contract {
...
@C... | 0 | [
2,
92,
31,
233,
4148,
2102,
8820,
3934,
40,
3095,
432,
168,
21,
2619,
4698,
28804,
60,
800,
3726,
3726,
31,
22,
79,
568,
4148,
2102,
8820,
268,
9,
387,
9,
165,
9,
4932,
9,
31,
57,
21,
859,
29,
21,
2619,
28804,
4698,
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... |
sql - get non duplicates of column x but duplicates of column y
===
have a table (Call it table myTable)
has the data like this:
number / name
1 jake
2 chris
3 sally
4 billy
1 tom
5 cathy
(i realize this is a crappy setup, but i didnt get the luxary of doing... | 0 | [
2,
4444,
255,
13,
8,
164,
538,
19429,
18,
16,
4698,
993,
47,
19429,
18,
16,
4698,
13,
93,
800,
3726,
3726,
57,
21,
859,
13,
5,
9200,
32,
859,
51,
5924,
6,
63,
14,
1054,
101,
48,
45,
234,
13,
118,
204,
137,
3777,
172,
1948,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Eclipse Text Not displaying properly
===
I recently installed Eclipse IDE for Java Developers: Indigo Service Release 2, on Ubuntu 11.04.
I created an Android project in it. But I am facing some issues with the text editor.
The following text
R.layout.main
is displayed as
R.layout.☐☐☐☐
That is, all ... | 0 | [
2,
11652,
1854,
52,
17418,
7428,
800,
3726,
3726,
31,
1989,
4066,
11652,
13,
3448,
26,
8247,
10168,
45,
22655,
365,
830,
172,
15,
27,
287,
12968,
2473,
547,
9,
3277,
9,
31,
679,
40,
13005,
669,
19,
32,
9,
47,
31,
589,
4325,
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... |
Erroneous sym type: EmbeddedSolrServer.query
===
Im having a problem implementing the EmbeddedSolrServer from Solr, everything it seems to be in the right place, and its compiling and everything but when it tries to make a request>
QueryResponse rsp = solrServer.getSolrServer().query(query);
then i get an except... | 0 | [
2,
24406,
13,
7261,
1001,
45,
12138,
5594,
139,
10321,
106,
9,
8190,
93,
800,
3726,
3726,
797,
452,
21,
1448,
17333,
14,
12138,
5594,
139,
10321,
106,
37,
7176,
139,
15,
796,
32,
2206,
20,
44,
19,
14,
193,
209,
15,
17,
82,
24378... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
adding texture to shape in WPF and Blend
===
How can I add a texture to a let's say rectangle such when I stretch the object on canvas it would cover up while being resized?
Thank you | 0 | [
2,
4721,
12714,
20,
2539,
19,
619,
7721,
17,
11138,
800,
3726,
3726,
184,
92,
31,
3547,
21,
12714,
20,
21,
408,
22,
18,
395,
27181,
145,
76,
31,
6363,
14,
3095,
27,
9696,
32,
83,
1227,
71,
133,
142,
302,
6560,
60,
3531,
42,
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... |
Google Chart, How to modify and call draw function in PHP by passing the array
===
I took this code as my starter http://code.google.com/apis/ajax/playground/?type=visualization#line_chart
This code has the following data manually :
[
['x', 'Cats', 'Blanket 1', 'Blanket 2'],
['A', 1, ... | 0 | [
2,
8144,
1795,
15,
184,
20,
17579,
17,
645,
2003,
1990,
19,
13,
26120,
34,
2848,
14,
7718,
800,
3726,
3726,
31,
199,
48,
1797,
28,
51,
11744,
7775,
6903,
9375,
9,
16111,
4875,
9,
960,
118,
58,
8954,
118,
6881,
7522,
118,
5438,
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... |
Responsive flash?
===
A client recently ask for a flash **background**, ie, the flash had to be on the background.
How do I give a flash object 100% width while the height is defined?
And since the animation will stretch across the screen, is it possible to make the animation repeat itself within the window?
I ... | 0 | [
2,
13,
22153,
4433,
60,
800,
3726,
3726,
21,
6819,
1989,
1349,
26,
21,
4433,
13,
1409,
1958,
8810,
1409,
15,
13,
660,
15,
14,
4433,
41,
20,
44,
27,
14,
2395,
9,
184,
107,
31,
590,
21,
4433,
3095,
12849,
9456,
133,
14,
2947,
25... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How does ActiveRecord do data definition transactions with postgres?
===
Are data definition transactions the same as regular transactions?
I want to write a migration that
1. changes table A
2. does some custom data migrations
3. changes table B
Ideally this would all be inside the same transaction. Can I ... | 0 | [
2,
184,
630,
1348,
14953,
107,
1054,
5465,
13147,
29,
678,
6879,
18,
60,
800,
3726,
3726,
50,
1054,
5465,
13147,
14,
205,
28,
1290,
13147,
60,
31,
259,
20,
2757,
21,
8443,
30,
137,
9,
1693,
859,
21,
172,
9,
630,
109,
5816,
1054,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Plain CALayer become blurry when zooming in
===
I have a problem with the resolution of my CALayers that looks blurry after zooming in. I know that there are plenty of posts about it but, after reading lots of them I couldn't find out a solution yet and I'm confused about it.
SITUATION:
The App have a UIViewContro... | 0 | [
2,
3748,
1658,
15187,
533,
10330,
622,
76,
19469,
68,
19,
800,
3726,
3726,
31,
57,
21,
1448,
29,
14,
4302,
16,
51,
1658,
15187,
18,
30,
1879,
10330,
622,
75,
19469,
68,
19,
9,
31,
143,
30,
80,
50,
7062,
16,
9868,
88,
32,
47,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
MySQL with PDO Statement in PHP
===
What is wrong with the following code, because my data is missing, and there are returned records :
$db_stmt = new PDOStatement();
$db_stmt = $this->db->prepare("SELECT id_translation AS ID, content AS Label FROM ?");
$language = "language_tra... | 0 | [
2,
51,
18,
22402,
29,
351,
537,
3331,
19,
13,
26120,
800,
3726,
3726,
98,
25,
1389,
29,
14,
249,
1797,
15,
185,
51,
1054,
25,
2863,
15,
17,
80,
50,
587,
742,
13,
45,
5579,
9007,
1,
384,
79,
38,
800,
78,
351,
537,
3859,
1130,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
how to redirect clean url of htacces in my site?
===
I have search many times but not find correct answer
i want to this
my url is domain.com/privacy.php
and i want to domain.com/privacy/
it's possible if yes please tell me how. | 0 | [
2,
184,
20,
302,
14706,
2745,
287,
6362,
16,
746,
6981,
5052,
19,
51,
689,
60,
800,
3726,
3726,
31,
57,
2122,
151,
436,
47,
52,
477,
4456,
1623,
31,
259,
20,
48,
51,
287,
6362,
25,
4603,
9,
960,
118,
6944,
9961,
93,
9,
26120,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Exchange Web Services - ArgumentException using my own Contact-Class
===
I'm using the Exchange Web Services Managed API (EWS) 1.2.1 to connect to an Exchange Server 2007 in order to work with contacts.
The connection itself and the creation of contacts using the following code works absolutely fine:
Connecting to... | 0 | [
2,
1950,
2741,
687,
13,
8,
5476,
10066,
872,
568,
51,
258,
2203,
8,
1898,
800,
3726,
3726,
31,
22,
79,
568,
14,
1950,
2741,
687,
1471,
21,
2159,
13,
5,
4460,
18,
6,
137,
9,
135,
9,
165,
20,
6379,
20,
40,
1950,
8128,
624,
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... |
how to find the correct distance between two geopoints in map?
===
I am new to Stack Overflow.My company had given me a task.Task is to develop app where user has to locate his car that he has parked and show distance between him and car parked.I used GPS and location services .For distance i used haversine formula bu... | 0 | [
2,
184,
20,
477,
14,
4456,
1583,
128,
81,
6389,
3132,
18,
19,
2942,
60,
800,
3726,
3726,
31,
589,
78,
20,
7566,
20285,
9,
915,
237,
41,
504,
55,
21,
3005,
9,
38,
20310,
25,
20,
2803,
4865,
113,
4155,
63,
20,
12717,
33,
349,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
adding ASPxGridView to page with ObjectDataSource programmtically
===
I'm trying to add ASPxGridView to page and bind it to ObjectDataSource programmatically.
here is my code:
protected void Page_Init(object sender, EventArgs e)
{
ObjectDataSource odsGroup = new ObjectDataSource();
... | 0 | [
2,
4721,
28,
306,
396,
16375,
4725,
20,
2478,
29,
3095,
18768,
12097,
625,
79,
38,
8438,
800,
3726,
3726,
31,
22,
79,
749,
20,
3547,
28,
306,
396,
16375,
4725,
20,
2478,
17,
10193,
32,
20,
3095,
18768,
12097,
625,
6732,
1326,
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... |
Div's inside Div starts from bottom
===
<!DOCTYPE html>
<html>
<head>
<style>
#other {
background: #f4e5dc;
margin-top: 48px;
}
.otherIn {
width: 256px;
... | 0 | [
2,
13,
12916,
22,
18,
572,
13,
12916,
3244,
37,
2129,
800,
3726,
3726,
13,
1,
187,
13799,
4474,
13,
15895,
1,
13,
1,
15895,
1,
13,
1,
1743,
1,
13,
1,
4381,
1,
6926,
9539,
13,
1,
2395,
45,
6926,
410,
300,
62,
264,
7201,
73,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
.NET threading - is this an appropriate way to deal with two threads returning results?
===
Is there anything wrong or inherently unsafe about the way I've programmed this? I'm still learning threading logic in .NET.
Basically, I had `APIManager.ExecuteRequest()` being called twice, and it takes a while, so I want... | 0 | [
2,
13,
9,
2328,
9322,
68,
13,
8,
25,
48,
40,
4593,
161,
20,
1183,
29,
81,
20396,
2485,
1736,
60,
800,
3726,
3726,
25,
80,
602,
1389,
54,
27929,
27094,
88,
14,
161,
31,
22,
195,
2866,
43,
48,
60,
31,
22,
79,
174,
2477,
9322,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Valum's Ajax file uploader - bind to all elements of a given class
===
I'm trying to use Valum's file upload script ( http://valums.com/ajax-upload/ ) to allow the creation of links that allow file uploads.
I'm using the jQuery library.
It's simple to get one link on a page to work using the standard documentati... | 0 | [
2,
3347,
723,
22,
18,
20624,
3893,
71,
8294,
106,
13,
8,
10193,
20,
65,
2065,
16,
21,
504,
718,
800,
3726,
3726,
31,
22,
79,
749,
20,
275,
3347,
723,
22,
18,
3893,
71,
8294,
3884,
13,
5,
7775,
6903,
3377,
723,
18,
9,
960,
11... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Website Scraping by facebook (for urls posted) need to be implemented using Facebook API
===
I have a web application that Posts Status (some text data) to Facebook.
I'm using "Facebook C# SDK" for doing this.
While posting a url to facebook via facebook, it scrapes some content of the specified url.
(ie when we... | 0 | [
2,
2271,
25611,
34,
9090,
13,
5,
1106,
13,
911,
7532,
6054,
6,
376,
20,
44,
6807,
568,
9090,
21,
2159,
800,
3726,
3726,
31,
57,
21,
2741,
3010,
30,
9868,
1782,
13,
5,
3220,
1854,
1054,
6,
20,
9090,
9,
31,
22,
79,
568,
13,
7,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Posting desired message on facebook using api
===
I am trying to post a message through apis on facebook wall. The problem is it appears differently when i post via api then when i directly paste a link as facebook status. I am not sure if i am doing something wrong. Please advise.
The link i want to post as an exa... | 0 | [
2,
15669,
9264,
2802,
27,
9090,
568,
21,
2159,
800,
3726,
3726,
31,
589,
749,
20,
678,
21,
2802,
120,
21,
8954,
27,
9090,
769,
9,
14,
1448,
25,
32,
1780,
12670,
76,
31,
678,
1197,
21,
2159,
94,
76,
31,
1703,
640,
62,
21,
3508,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Fetching particular content in a HTML page using PHP DOM
===
<div id="more" class="cont_d" style="display:block">
<p> <span title="Contact Person" class="contName"></span>
<span class="text">Mr Ramesh(Managing Director )</span>
</p>
<p>
<span title="Phone" class="contPhone"></... | 0 | [
2,
18312,
68,
1498,
2331,
19,
21,
13,
15895,
2478,
568,
13,
26120,
11859,
800,
3726,
3726,
13,
1,
12916,
4924,
3726,
7,
1995,
7,
718,
3726,
7,
1126,
38,
1,
43,
7,
1034,
3726,
7,
2906,
5438,
45,
12048,
7,
1,
13,
1,
306,
1,
13... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to customize the line in Android ICS-style dialogs
===
How can I style the blue divider between the title and the content of a Dialog (see screenshot)?
I prefer to do it via xml, but if necessary I'll take a programmatic solution.
I've looked through the default styles.xml and themes.xml of android-15, but I... | 0 | [
2,
184,
20,
5816,
2952,
14,
293,
19,
13005,
13,
8354,
8,
4381,
28223,
18,
800,
3726,
3726,
184,
92,
31,
1034,
14,
705,
8918,
139,
128,
14,
581,
17,
14,
2331,
16,
21,
28223,
13,
5,
1798,
2324,
7868,
6,
60,
31,
6369,
20,
107,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Life Cycle of a Scene in android game using Wiengine
===
Hello Can any one let me know the life cycle of a SCENE in wiengine. | 1 | [
2,
201,
4150,
16,
21,
1691,
19,
13005,
250,
568,
4807,
16847,
800,
3726,
3726,
10975,
92,
186,
53,
408,
55,
143,
14,
201,
4150,
16,
21,
1691,
19,
4807,
16847,
9,
3,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... |
Jquery with HTTPS
===
When I run my code on HTTP Internet Explorer browser it works fine. But when I try to run the same code on HTTPS I do not get result as expected .
This is my code :
<!DOCTYPE html>
<html>
<head>
<script src="js/jquery-1.4.2.min.js"></script>
<script... | 0 | [
2,
487,
8190,
93,
29,
7775,
18,
800,
3726,
3726,
76,
31,
485,
51,
1797,
27,
7775,
2620,
8520,
16495,
32,
693,
1123,
9,
47,
76,
31,
1131,
20,
485,
14,
205,
1797,
27,
7775,
18,
31,
107,
52,
164,
829,
28,
1727,
13,
9,
48,
25,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Replacing dll driver and its integrity
===
I developed testing dll driver for Windows Biometric Framework. This driver takes care of storing fingerprint information.
WinBio uses 3 types of driver - engine,storage and sensor. These were installed with biometric sensor.
I'd like to replace storage adapter with my... | 0 | [
2,
5496,
13,
43,
211,
2425,
17,
82,
11961,
800,
3726,
3726,
31,
885,
4431,
13,
43,
211,
2425,
26,
1936,
1732,
18944,
6596,
9,
48,
2425,
1384,
781,
16,
25615,
21564,
676,
9,
628,
10990,
2027,
203,
2551,
16,
2425,
13,
8,
1406,
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... |
Local store vs ddbb store with critical data (credit card, name...)
===
Suppose we have an app that works for mobile phones. One of the things that make this app is to insert some critical information of an user in the last steps of shipment of a particular website that is not from the app creator. It fills adress, cr... | 0 | [
2,
375,
1718,
4611,
13,
8096,
3490,
1718,
29,
2507,
1054,
13,
5,
21740,
2056,
15,
204,
9,
9,
9,
6,
800,
3726,
3726,
5787,
95,
57,
40,
4865,
30,
693,
26,
3241,
14830,
9,
53,
16,
14,
564,
30,
233,
48,
4865,
25,
20,
14692,
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... |
Division by zero occurred in the expression in derived column ssis
===
I want to calculate a derived column in ssis
X= (A-(C-D)*100)/(c-D)
but when I executed the package it give me this error
Division by zero occurred in the expression
And I made in my sql command filter on C-D to be non null :s... | 0 | [
2,
460,
34,
4606,
2437,
19,
14,
1803,
19,
3981,
4698,
13,
18,
4557,
800,
3726,
3726,
31,
259,
20,
18469,
21,
3981,
4698,
19,
13,
18,
4557,
993,
3726,
13,
5,
58,
8,
5,
150,
8,
43,
6,
2483,
4031,
6,
118,
5,
150,
8,
43,
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... |
Restoring my custom listview and data after calling onDestroy(), then onCreate() in android
===
I have a an app with an IM style page, the text is displayed using a custom listview
![enter image description here][1]
When I leave the activity and come back I want to still have the listview with all my data in it.... | 0 | [
2,
19144,
51,
5816,
968,
4725,
17,
1054,
75,
2555,
27,
28764,
5,
6,
15,
94,
27,
6037,
1373,
5,
6,
19,
13005,
800,
3726,
3726,
31,
57,
21,
40,
4865,
29,
40,
797,
1034,
2478,
15,
14,
1854,
25,
6115,
568,
21,
5816,
968,
4725,
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 Create A High Performance Selectors [no jquery please]
===
I m a JavaScript pure developer i design my own framework when i tested my selectors module i found a very big issue which is performance
in the selectors module i don't do a very complex selector like jquery i do a simple one
my big cause here ... | 0 | [
2,
184,
20,
1600,
21,
183,
956,
23946,
18,
636,
251,
487,
8190,
93,
2247,
500,
800,
3726,
3726,
31,
307,
21,
8247,
8741,
4267,
10058,
31,
704,
51,
258,
6596,
76,
31,
7631,
51,
23946,
18,
12613,
31,
216,
21,
253,
580,
1513,
56,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
In Symfony how can i write images url inside javascript
===
i want to insert image on page using javascript function
//JS
$('#fff').html('<img src="../images/pic.jpeg"');
when i write the url as above ...nothing loaded.
How can i write correct URL ?? | 0 | [
2,
19,
13,
7261,
10229,
93,
184,
92,
31,
2757,
3502,
287,
6362,
572,
8247,
8741,
800,
3726,
3726,
31,
259,
20,
14692,
1961,
27,
2478,
568,
8247,
8741,
1990,
12894,
728,
18,
5579,
5,
22,
5910,
410,
2460,
22,
6,
9,
15895,
5,
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... |
Ruby builder pattern or library
===
I am new with ruby... and now I've started to learn patterns. Is this a pattern or just a library?
require 'builder'
xml = Builder::XMLMarkup.new(:target => @output, :ident => 1)
| 0 | [
2,
10811,
14960,
3732,
54,
1248,
800,
3726,
3726,
31,
589,
78,
29,
10811,
9,
9,
9,
17,
130,
31,
22,
195,
373,
20,
2484,
6282,
9,
25,
48,
21,
3732,
54,
114,
21,
1248,
60,
4077,
13,
22,
20904,
22,
23504,
800,
14960,
45,
45,
39... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Easy way to connect tables using form in rails
===
I have two tables, works and artists. Every artist has multiple works. Is it possible to list those artists in a dropdown menu when creating a new work.
This is the way I solve it right now:
<div class="field">
<%= f.label :title %><br />
... | 0 | [
2,
2010,
161,
20,
6379,
7484,
568,
505,
19,
2240,
18,
800,
3726,
3726,
31,
57,
81,
7484,
15,
693,
17,
1542,
9,
352,
1169,
63,
1886,
693,
9,
25,
32,
938,
20,
968,
273,
1542,
19,
21,
2804,
2968,
11379,
76,
2936,
21,
78,
170,
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... |
International and Irish phone number form validation using jQuery
===
Hi i am working on a jQuery form for work at the moment. It is all brand new to me and have so far managed to get the form working and have most of the validation done and working but im having trouble figuring out exactly how to implement validatio... | 0 | [
2,
294,
17,
1769,
1132,
234,
505,
27999,
568,
487,
8190,
93,
800,
3726,
3726,
4148,
31,
589,
638,
27,
21,
487,
8190,
93,
505,
26,
170,
35,
14,
688,
9,
32,
25,
65,
2209,
78,
20,
55,
17,
57,
86,
463,
1471,
20,
164,
14,
505,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
What is the difference between isRunning() and isActibe() in DataLine?
===
What is the difference between `isRunning()` and `isActibe()` in `DataLine`? Both flags appear to be set when line is actually works with data. | 0 | [
2,
98,
25,
14,
2841,
128,
25,
11325,
5,
6,
17,
25,
5183,
49,
863,
5,
6,
19,
1054,
1143,
60,
800,
3726,
3726,
98,
25,
14,
2841,
128,
13,
1,
403,
11325,
5,
6,
1,
17,
13,
1,
8164,
14468,
863,
5,
6,
1,
19,
13,
1,
18768,
11... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Passing a variable from MY_Controller to a view
===
On my website I have a 'login prompt' which is visible on every page. I'm using a templating system so this login prompt is present in the header of each page.
When a user is logged in it should show their username and a link to logout. When they're not logged in ... | 0 | [
2,
2848,
21,
7612,
37,
51,
1,
12898,
1252,
20,
21,
1418,
800,
3726,
3726,
27,
51,
2271,
31,
57,
21,
13,
22,
5567,
108,
11443,
4417,
22,
56,
25,
4560,
27,
352,
2478,
9,
31,
22,
79,
568,
21,
13,
9577,
255,
1880,
329,
86,
48,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
STM32F4Discovery: Receiving CAN message
===
enter code hereHello!
I am lost on how to receive CAN message on STM32F4Discovery. I have it in Silent_Loopback mode, meaning all sent messages should arrive in CAN controller itself. I get Transmit_OK status when I send the message, however, nothing appears in FIFO mailb... | 0 | [
2,
354,
79,
3125,
410,
300,
28291,
45,
3396,
92,
2802,
800,
3726,
3726,
2830,
1797,
235,
11515,
187,
31,
589,
529,
27,
184,
20,
2588,
92,
2802,
27,
354,
79,
3125,
410,
300,
28291,
9,
31,
57,
32,
19,
2690,
1,
18786,
1958,
3740,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
ASP.NET MVC 4 intercept all incoming requests
===
Is there a way for me to catch **all** incoming requests to my ASP.NET MVC 4 app and run some code before continuing the request onward to the specified controller/action?
I need to run some custom auth code with existing services, and to do this properly, I'll need... | 0 | [
2,
28,
306,
9,
2328,
307,
8990,
268,
18324,
65,
17126,
12279,
800,
3726,
3726,
25,
80,
21,
161,
26,
55,
20,
2949,
13,
1409,
1233,
1409,
17126,
12279,
20,
51,
28,
306,
9,
2328,
307,
8990,
268,
4865,
17,
485,
109,
1797,
115,
4489,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
.net Uri case sensitivity
===
Well lets say we have the following 2 uri's
Uri uri1 = new Uri(@"http://localhost/test/");
Uri uri2 = new Uri(@"http://localhost/TEst/test123/");
Uri relativeUri = uri1.MakeRelativeUri(uri2);
the relativeUri holds the following value "../TEst/test123/"
i wanted th... | 0 | [
2,
13,
9,
2328,
13,
3594,
610,
17018,
800,
3726,
3726,
134,
6884,
395,
95,
57,
14,
249,
172,
13,
3594,
22,
18,
13,
3594,
13,
3594,
165,
800,
78,
13,
3594,
5,
1,
7,
21127,
6903,
15580,
11694,
118,
10543,
118,
7,
6,
73,
13,
35... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Boost's Dijkstra's Algorithm Tutorial
===
I am having difficulty figuring out how to use boost's Dijkstra's algorithm. I have gone over their example and documentation, but I still cannot understand how to use it. Can someone please offer a step by step explanation with code examples to show how to use boost's Dijkstr... | 0 | [
2,
10419,
22,
18,
13,
28395,
5253,
22,
18,
9083,
29724,
800,
3726,
3726,
31,
589,
452,
6967,
25379,
70,
184,
20,
275,
10419,
22,
18,
13,
28395,
5253,
22,
18,
9083,
9,
31,
57,
1042,
84,
66,
823,
17,
13945,
15,
47,
31,
174,
1967... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
GWT dynamic rows from JSON
===
I'm new to GWT and am currently working on a twitter client in GWT. I've used a listview and layoutinflator in Android to do something similar, but i can't find the equivalent tools to do so in GWT. I'm using JSON data retrieved from Twitter, but can't figure out a way to populate a scro... | 0 | [
2,
14094,
38,
7782,
11295,
37,
487,
528,
800,
3726,
3726,
31,
22,
79,
78,
20,
14094,
38,
17,
589,
871,
638,
27,
21,
10623,
6819,
19,
14094,
38,
9,
31,
22,
195,
147,
21,
968,
4725,
17,
9106,
108,
13830,
248,
19,
13005,
20,
107,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
jquery empty() , click() and memory management
===
Just wondering how is this managed from the memory point of view.
Let's say I have this html page
<div id="container">
<div id="someID"></div>
<div>
and the following jquery code:
$("#someID").click(function(){
//do something
});
... | 0 | [
2,
487,
8190,
93,
2424,
5,
6,
13,
15,
10840,
5,
6,
17,
1912,
1097,
800,
3726,
3726,
114,
5712,
184,
25,
48,
1471,
37,
14,
1912,
454,
16,
1418,
9,
408,
22,
18,
395,
31,
57,
48,
13,
15895,
2478,
13,
1,
12916,
4924,
3726,
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... |
make array index 1 instead of index 0 based
===
How can I make an array start at subscript 1 instead of subscript 0 in python?
Basically to solve this [problem][1] in python.
[1]: http://www.mathworks.com/support/solutions/en/data/1-8G5UD6/index.html?product=EL&solution=1-8G5UD6 | 0 | [
2,
233,
7718,
4348,
137,
700,
16,
4348,
713,
432,
800,
3726,
3726,
184,
92,
31,
233,
40,
7718,
799,
35,
972,
8741,
137,
700,
16,
972,
8741,
713,
19,
20059,
60,
11374,
20,
8402,
48,
636,
2740,
2854,
79,
500,
2558,
165,
500,
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... |
PHPMailer sending e-mails with the warning: This message may not have been sent by: foo@gmail.com Learn more Report phishing
===
I am using PHPMailer to send automated e-mails from my website and while testing, I noticed that all e-mails sent by php mailer are generating the following warning on the recipients end:
... | 0 | [
2,
13,
26120,
8079,
106,
4907,
13,
62,
8,
8079,
18,
29,
14,
3590,
45,
48,
2802,
123,
52,
57,
74,
795,
34,
45,
4310,
111,
1,
263,
8079,
9,
960,
2484,
91,
1330,
13424,
9325,
800,
3726,
3726,
31,
589,
568,
13,
26120,
8079,
106,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Running Android emulator from Jenkins to run Junit test with Robotium
===
How can I run Android emulator from Jenkins to run my tests?
When I write in Execiute Windows bath comand, command to run emulator:
> emulator -avd Tester
and run my tests I have this errors:
> ..\>emulator -avd Tester 'emulator' is ... | 0 | [
2,
946,
13005,
3579,
14868,
37,
11420,
20,
485,
7446,
242,
1289,
29,
8288,
2187,
800,
3726,
3726,
184,
92,
31,
485,
13005,
3579,
14868,
37,
11420,
20,
485,
51,
4894,
60,
76,
31,
2757,
19,
1396,
62,
1892,
6567,
1936,
4025,
13,
960,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to detect when the user launches another app? (Android)
===
I'm trying to build an application where my application runs in the background and detects when the user launches another application so that I can control the flow from thereon.
To illustrate my query, I'd like to specify an example.
My application is... | 0 | [
2,
184,
20,
9092,
76,
14,
4155,
22933,
226,
4865,
60,
13,
5,
290,
18524,
6,
800,
3726,
3726,
31,
22,
79,
749,
20,
1895,
40,
3010,
113,
51,
3010,
1461,
19,
14,
2395,
17,
9092,
18,
76,
14,
4155,
22933,
226,
3010,
86,
30,
31,
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... |
Notification alert in php mysql
===
I want to build a simple message system between my users of my website. For that i constructed table for messages as below:
tbl_messages
-pk id int
-fk sender_id int
-fk receiver_id int
-is_read boolean
-send_date datetime
When a user has my ... | 0 | [
2,
52,
4634,
7863,
19,
13,
26120,
51,
18,
22402,
800,
3726,
3726,
31,
259,
20,
1895,
21,
1935,
2802,
329,
128,
51,
3878,
16,
51,
2271,
9,
26,
30,
31,
2096,
859,
26,
7561,
28,
1021,
45,
13,
38,
6287,
1,
3845,
18,
14465,
13,
8... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Best way to login?
===
I'm new to php and would like some info please if its possible.
I'm currently trying to build a website for an excersise in my colledge.
My main question is which is the best or more professional way to create the login script (**note:** only one user, the admin will have access)???
- 1... | 4 | [
2,
246,
161,
20,
6738,
108,
60,
800,
3726,
3726,
31,
22,
79,
78,
20,
13,
26120,
17,
83,
101,
109,
15404,
2247,
100,
82,
938,
9,
31,
22,
79,
871,
749,
20,
1895,
21,
2271,
26,
40,
1396,
5482,
18,
2628,
19,
51,
9470,
8840,
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... |
Stretching <a> tag to fill parent <li> in vertical list
===
Here's my (abstracted) css and HTML:
#primary-menu{
text-align: center;
margin: 20px 0;
}
#primary-menu li{
list-style-type:none;
display: inline;
margin: 8px;
padding: 5px 30px;
}
#primary-... | 0 | [
2,
11566,
13,
1,
58,
1,
3383,
20,
3509,
4766,
13,
1,
1210,
1,
19,
7035,
968,
800,
3726,
3726,
235,
22,
18,
51,
13,
5,
2297,
18,
19915,
69,
6,
272,
18,
18,
17,
13,
15895,
45,
6926,
29584,
8,
755,
291,
1,
1854,
8,
192,
9693,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 not to lose properties that are present in my destination object but are NOT in my source object after mapping using AutoMapper
===
I have a following class structure:
public class A
{
public bool Property1 { get; set; }
public bool Property2 { get; set; }
}
public class C... | 0 | [
2,
184,
52,
20,
2926,
3704,
30,
50,
734,
19,
51,
6970,
3095,
47,
50,
52,
19,
51,
1267,
3095,
75,
13305,
568,
3108,
540,
8763,
800,
3726,
3726,
31,
57,
21,
249,
718,
1411,
45,
317,
718,
21,
13,
1,
317,
1607,
1823,
1354,
165,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Static variable value different in different threads
===
I have an app showing some data that starts a background agent to update a live tile dinamically. Because of data shown in live tiles is created in background agent using some var populated from main thread, I decided (maybe this was a wrong decision, but it's t... | 0 | [
2,
12038,
7612,
1923,
421,
19,
421,
20396,
800,
3726,
3726,
31,
57,
40,
4865,
3187,
109,
1054,
30,
3244,
21,
2395,
2267,
20,
11100,
21,
515,
13,
9802,
926,
6865,
8438,
9,
185,
16,
1054,
1721,
19,
515,
14836,
25,
679,
19,
2395,
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... |
MSBuild Extensions within rake script?
===
Does anyone know if MSBuildExtensions can be used with in rake script? | 0 | [
2,
4235,
29361,
17529,
363,
21009,
3884,
60,
800,
3726,
3726,
630,
1276,
143,
100,
4235,
29361,
1706,
25573,
18,
92,
44,
147,
29,
19,
21009,
3884,
60,
3,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... |
Object required error in vbscript
===
I get this error:
[Image][1]
When i try to run this code:
strComputer = "server01"
strCommand = "powershell.exe -NoLogo -Command Start-Service -InputObject $(Get-Service -Computer " & strComputer & " -Name " & strService & ")"
Set WshShell = WScript.Crea... | 0 | [
2,
3095,
1390,
7019,
19,
13,
20468,
8741,
800,
3726,
3726,
31,
164,
48,
7019,
45,
636,
22039,
500,
2558,
165,
500,
76,
31,
1131,
20,
485,
48,
1797,
45,
13,
9729,
18448,
800,
13,
7,
10321,
106,
3026,
7,
13,
9729,
16239,
800,
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... |
Can't load 'C:/strawberry/perl/site/lib/auto/XML/LibXML/LibXML.dll' for module XML::LibXML
===
I have downloaded strawberry PERL and writing one application with CGI Perl Apache on Winxp sp3).
One of the libraries (written by someone else) which I using uses XML::LibXML. When i load the page it gives Internal Server ... | 0 | [
2,
92,
22,
38,
6305,
13,
22,
150,
45,
118,
5253,
499,
7393,
118,
1432,
255,
118,
9097,
118,
8326,
118,
18042,
118,
396,
8184,
118,
8326,
396,
8184,
118,
8326,
396,
8184,
9,
43,
211,
22,
26,
12613,
23504,
45,
45,
8326,
396,
8184,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 bring dialogbox on top all open form
===
I have three forms Main, Sales and Login.
In Main form I have a timer, example after 5 minutes Login form will be fire up.
I can Open a Sales form the Main form whitout closing the Main form, so Login form will be fire up.
The problem is the Login form does not ... | 0 | [
2,
184,
20,
1499,
28223,
5309,
27,
371,
65,
368,
505,
800,
3726,
3726,
31,
57,
132,
1997,
407,
15,
2598,
17,
6738,
108,
9,
19,
407,
505,
31,
57,
21,
85,
139,
15,
823,
75,
331,
902,
6738,
108,
505,
129,
44,
535,
71,
9,
31,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Adding Contact in chat application using XMPP.
===
How Add Contact in my chat app using XMPP ? using open fire as server. | 0 | [
2,
4721,
2203,
19,
6615,
3010,
568,
993,
79,
3421,
9,
800,
3726,
3726,
184,
3547,
2203,
19,
51,
6615,
4865,
568,
993,
79,
3421,
13,
60,
568,
368,
535,
28,
8128,
9,
3,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... |
interp2(X, Y, Z, XI, YI) from Matlab to Python
===
I need the exact Python equivalent function of this [Matlab function][1] in order to interpolate matrices.
In Matlab I have:
interp2(X, Y, Z, XI, YI)
while in Scipy I have:
interp2d(X, Y, Z).
In Scipy XI and YI are missing. How can I resolve t... | 0 | [
2,
1480,
306,
135,
5,
396,
15,
13,
93,
15,
2052,
15,
5641,
15,
7679,
6,
37,
4277,
9086,
20,
20059,
800,
3726,
3726,
31,
376,
14,
5340,
20059,
4602,
1990,
16,
48,
636,
5146,
9086,
1990,
500,
2558,
165,
500,
19,
389,
20,
23336,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 a poor practice to create a single Class/Enum of all possible local Intent actions?
===
I was wondering if it was considered poor practice to create a single java `class` or `enum` that contained all my application's different `Intent` actions. If not in a `class` or `enum`, then maybe one of the `XML` files? I ... | 0 | [
2,
25,
32,
21,
1696,
1345,
20,
1600,
21,
345,
718,
118,
219,
723,
16,
65,
938,
375,
6936,
3078,
60,
800,
3726,
3726,
31,
23,
5712,
100,
32,
23,
724,
1696,
1345,
20,
1600,
21,
345,
8247,
13,
1,
1898,
1,
54,
13,
1,
219,
723,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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.