unified_texts stringlengths 32 30.1k | OpenStatus_id int64 0 4 | input_ids list | token_type_ids list | attention_mask list |
|---|---|---|---|---|
Stretch Drawn Shape to fit Frame?
===
I have an app where I'm drawing a special ellipse I made a via series of Bezier Paths as follows:
CGContextRef context = UIGraphicsGetCurrentContext();
CGContextSaveGState(context);
CGMutablePathRef pPath_0 = CGPathCreateMutable();
CGPathMoveToPoint(pPa... | 0 | [
2,
6363,
3160,
2539,
20,
2742,
3523,
60,
800,
3726,
3726,
31,
57,
40,
4865,
113,
31,
22,
79,
3533,
21,
621,
13,
4223,
1919,
62,
31,
117,
21,
1197,
231,
16,
44,
15029,
12074,
28,
2415,
45,
13,
15123,
1126,
11969,
14057,
4141,
800... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Google share button, is it possible to share content from one URL and link back to another?
===
Example an online learning application that you want to share your results which are behind a logged in part of your site. So you add a public URL to your site for google to fetch the content (img, description, title):
da... | 0 | [
2,
8144,
1891,
5167,
15,
25,
32,
938,
20,
1891,
2331,
37,
53,
287,
6362,
17,
3508,
97,
20,
226,
60,
800,
3726,
3726,
823,
40,
2087,
2477,
3010,
30,
42,
259,
20,
1891,
154,
1736,
56,
50,
439,
21,
13,
19287,
19,
141,
16,
154,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
getUrl doesn't work as it puts the numbered array key in the url
===
`<?php $daurl = Mage::getUrl('showdown/index/vote',array('c', 'd')) ?>`
Produces this result
> http://desbest.uk.to/clients/magentofull/index.php/showdown/index/**vote/0/c/1/d**
But I don't want it to be `vote/0/c/1/d`
Instead I want `vot... | 0 | [
2,
164,
911,
255,
1437,
22,
38,
170,
28,
32,
11179,
14,
9824,
7718,
1246,
19,
14,
287,
6362,
800,
3726,
3726,
13,
1,
60,
26120,
5579,
593,
911,
255,
800,
12507,
45,
45,
834,
2517,
255,
5,
22,
9303,
2968,
118,
25671,
118,
28195,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Removing outlier pixels from a small binary image
===
I am currently implementing an algorithm for identifying the axis of minimum inertia of a colored mass (provided by the second moments). In order to do so, I need to acquire the centre of mass, as given by the first moments.
The weighted averaging function works... | 0 | [
2,
9096,
70,
10491,
18146,
18,
37,
21,
284,
14171,
1961,
800,
3726,
3726,
31,
589,
871,
17333,
40,
9083,
26,
13785,
14,
8577,
16,
5187,
25847,
16,
21,
10133,
1619,
13,
5,
26735,
43,
34,
14,
153,
4365,
6,
9,
19,
389,
20,
107,
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... |
PHP function parameters from a string
===
How do I make a truely dynamic function with dynamic parameters call? The documentation and examples I've found all assume you have only 1 parameter. I would like to have multiple parameters, example:
class Object {
function A($p1) {}
function B($p1,$p... | 0 | [
2,
13,
26120,
1990,
12905,
37,
21,
3724,
800,
3726,
3726,
184,
107,
31,
233,
21,
1151,
102,
7782,
1990,
29,
7782,
12905,
645,
60,
14,
13945,
17,
3770,
31,
22,
195,
216,
65,
7158,
42,
57,
104,
137,
18906,
9,
31,
83,
101,
20,
57... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Is it possible to communicate with WCF TCP service with app in java or python?
===
I receive a WCF service to communicate, so, i need to create a client in java or python to get informations provided by this service that is a WCF TCP service. Is it possible?
| 0 | [
2,
25,
32,
938,
20,
8709,
29,
11801,
410,
13,
38,
7439,
365,
29,
4865,
19,
8247,
54,
20059,
60,
800,
3726,
3726,
31,
2588,
21,
11801,
410,
365,
20,
8709,
15,
86,
15,
31,
376,
20,
1600,
21,
6819,
19,
8247,
54,
20059,
20,
164,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Dropdown autopost inside updatepabel never enters code behind SelectedIndexChanged event
===
This is a difficult scenerio to explain, so I coded up a simple example.
<asp:UpdatePanel runat="server" ID="upTest" ChildrenAsTriggers="true"
UpdateMode="Conditional">
<ContentTemplate>
<asp:DropD... | 0 | [
2,
2804,
2968,
3108,
6962,
572,
11100,
1060,
3512,
243,
8104,
1797,
439,
1704,
25671,
16229,
43,
807,
800,
3726,
3726,
48,
25,
21,
1956,
1691,
5741,
20,
3271,
15,
86,
31,
13,
22254,
71,
21,
1935,
823,
9,
13,
1,
472,
306,
45,
576... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Cocos2d - Make Train in Box2d
===
I try to make a game Like Roller Coaster and i have no idea how to make Train so please Help Me to make Physics and Joint Of the Train, i also want to jump the train and i use Box2d. | 1 | [
2,
22470,
18,
135,
43,
13,
8,
233,
1528,
19,
1649,
135,
43,
800,
3726,
3726,
31,
1131,
20,
233,
21,
250,
101,
9929,
17814,
17,
31,
57,
90,
882,
184,
20,
233,
1528,
86,
2247,
448,
55,
20,
233,
4339,
17,
2266,
16,
14,
1528,
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,
0,
0... |
From barycentric to cartesian
===
I have the following function to convert a point on the same plane as a triangle into a barycentric point.
// p0, p1 and p2 and the points that make up this triangle
Vector3d Tri::barycentric(Vector3d p) {
double triArea = (p1 - p0).cross(p2 - p0).norm() * 0.5;
... | 0 | [
2,
37,
748,
93,
20829,
20,
349,
3231,
806,
800,
3726,
3726,
31,
57,
14,
249,
1990,
20,
8406,
21,
454,
27,
14,
205,
3627,
28,
21,
8676,
77,
21,
748,
93,
20829,
454,
9,
12894,
351,
387,
15,
351,
165,
17,
351,
135,
17,
14,
819,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Matlab Optimisation with multiple combinations of inequality constraints that must be run simultaneously
===
Hi I am trying to code a linear optimisation using linprog to determine the optimum number of PV (x1) and WT (x2) units under a given objective function shown below
f = [((CRF.*Panel_capacity./PV_energ... | 0 | [
2,
4277,
9086,
19259,
4330,
29,
1886,
17908,
16,
18340,
16747,
30,
491,
44,
485,
6888,
800,
3726,
3726,
4148,
31,
589,
749,
20,
1797,
21,
6745,
19259,
4330,
568,
6294,
2740,
263,
20,
3746,
14,
29546,
234,
16,
13,
10166,
13,
5,
396... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Generalize and optimize speech bubble logic in Objective-C
===
I am working on a children's book app and would like to dynamically populate speech bubble(s) for character dialogues on every scene. I got the animation and dialogue working and below is the code for that. I would have multiple pages in my book, every pag... | 0 | [
2,
297,
2952,
17,
22864,
2974,
10937,
7085,
19,
7038,
8,
150,
800,
3726,
3726,
31,
589,
638,
27,
21,
391,
22,
18,
360,
4865,
17,
83,
101,
20,
7782,
1326,
1675,
12383,
2974,
10937,
5,
18,
6,
26,
925,
6402,
18,
27,
352,
1691,
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... |
Is it possible to have more than one Content_URI inside a provider?
===
I have a content provider that exposes two different URIs. My app keeps force closing if I try to run a query based on my 2nd of the two URIs and logcat gives me the error "failed to find provider for..."
My two URIs are defined as follows in t... | 0 | [
2,
25,
32,
938,
20,
57,
91,
119,
53,
2331,
1,
3594,
572,
21,
11747,
60,
800,
3726,
3726,
31,
57,
21,
2331,
11747,
30,
13833,
18,
81,
421,
13,
3594,
18,
9,
51,
4865,
8968,
558,
4239,
100,
31,
1131,
20,
485,
21,
25597,
432,
27... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Recommended standards for unit test failure messages?
===
This is a rather minor aspect of unit testing, but I'm curious about the (often optional) failure message that you can define to display in the event that a test assertion fails during test execution. **Are there recommended practices for when to use such mess... | 0 | [
2,
5773,
3364,
26,
1237,
1289,
2990,
7561,
60,
800,
3726,
3726,
48,
25,
21,
864,
1689,
7289,
16,
1237,
4431,
15,
47,
31,
22,
79,
7686,
88,
14,
13,
5,
14855,
12832,
6,
2990,
2802,
30,
42,
92,
9267,
20,
3042,
19,
14,
807,
30,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Random WindowsError/IOError with large amount of data
===
I'm currently experiencing a weird bug with a piece of software created with Python (and some Cython modules). I am running it in Windows 64-bit, but using 32-bit Python.
Part of the program involves downloading a lot of data (up to several gigabytes), and t... | 0 | [
2,
5477,
1936,
29992,
118,
1963,
29992,
29,
370,
2006,
16,
1054,
800,
3726,
3726,
31,
22,
79,
871,
15138,
21,
5455,
6256,
29,
21,
1855,
16,
2306,
679,
29,
20059,
13,
5,
290,
109,
6728,
11570,
17113,
6,
9,
31,
589,
946,
32,
19,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
ASP.NET MVC file uploads using Valums Ajax Uploader no view created
===
I followed this [tutorial][1], put js, css and gif in the respective folder. The problem is the view doesn't show a thing.
<link href="@Url.Content("~/css/fileuploader.css")" rel="stylesheet" type="text/css" />
<script src="@Url.Conte... | 0 | [
2,
28,
306,
9,
2328,
307,
8990,
3893,
71,
8294,
18,
568,
3347,
723,
18,
20624,
71,
8294,
106,
90,
1418,
679,
800,
3726,
3726,
31,
709,
48,
636,
2473,
9819,
192,
500,
2558,
165,
500,
15,
442,
487,
18,
15,
272,
18,
18,
17,
489,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Image doesn't load in crystal report using its file path stored in sql ASP.NET C#
===
I am currently having a problem in loading the image which is stored in database with a datatype of text and using its file path located in the server like `Images/Students/Me.png`.
I made a DataSet in my server and set the colum... | 0 | [
2,
1961,
1437,
22,
38,
6305,
19,
4282,
1330,
568,
82,
3893,
2013,
8214,
19,
4444,
255,
28,
306,
9,
2328,
272,
5910,
800,
3726,
3726,
31,
589,
871,
452,
21,
1448,
19,
12797,
14,
1961,
56,
25,
8214,
19,
6018,
29,
21,
1054,
4474,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How can I find out what MVC3 is doing under the hood?
===
OK, I'm an old dog (slowly) learning new tricks and I need to see the cogs turning in order to understand what's going on.
I've generated an MVC3 app using EF4.1 from an existing database and the list in the MVC3 view (based on a SQL View) shows different re... | 0 | [
2,
184,
92,
31,
477,
70,
98,
307,
8990,
240,
25,
845,
131,
14,
6124,
60,
800,
3726,
3726,
5854,
15,
31,
22,
79,
40,
315,
1952,
13,
5,
15680,
102,
6,
2477,
78,
13747,
17,
31,
376,
20,
196,
14,
13,
13974,
18,
2101,
19,
389,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 Fragments correctly within ViewPager
===
by now i'am totally desperated. Whole day i'am trying to replace a fragment within a view, but don't succeed yet.
i have the following classes. First my PagerAdapter:
package com.example.tab1;
import android.os.Bundle;
import android.support.v... | 0 | [
2,
5496,
10837,
12044,
363,
1418,
6486,
139,
800,
3726,
3726,
34,
130,
31,
22,
765,
5139,
6393,
43,
9,
979,
208,
31,
22,
765,
749,
20,
3934,
21,
14847,
363,
21,
1418,
15,
47,
221,
22,
38,
7952,
768,
9,
31,
57,
14,
249,
2684,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Extjs4, What is the lazyRender?
===
What is the lazyRender in Exjs?
I couldn't find about that in Extjs document, also I couldn't find any web pages that describe about lazyRender.
May I ask a good example please?
Thanks!
| 0 | [
2,
1396,
38,
728,
18,
300,
15,
98,
25,
14,
16792,
99,
16706,
60,
800,
3726,
3726,
98,
25,
14,
16792,
99,
16706,
19,
1396,
728,
18,
60,
31,
711,
22,
38,
477,
88,
30,
19,
1396,
38,
728,
18,
4492,
15,
67,
31,
711,
22,
38,
477... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
A simple Java Race Condition
===
I just wanted to write an example for an race condition:
**MyParallelClass.java**:
<!-- language: lang-java -->
public class MyParallelClass implements java.lang.Runnable {
public int counter = 0;
@Override
public void run() {
if (... | 0 | [
2,
21,
1935,
8247,
764,
2874,
800,
3726,
3726,
31,
114,
417,
20,
2757,
40,
823,
26,
40,
764,
2874,
45,
13,
1409,
915,
6351,
211,
532,
1898,
9,
1004,
1385,
1409,
45,
13,
1,
187,
8,
8,
816,
45,
4544,
8,
1004,
1385,
13,
8,
8,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Highcharts legend item hover event?
===
I have a chart where I want some series not to be clickable in the legend, but others to be clickable. That was easy, because there was a legendItemClick event that I could make do nothing depending on the series. An example is here: http://jsfiddle.net/9PqyG/3/
My problem is... | 0 | [
2,
183,
5433,
38,
18,
4393,
9101,
21350,
807,
60,
800,
3726,
3726,
31,
57,
21,
1795,
113,
31,
259,
109,
231,
52,
20,
44,
10840,
579,
19,
14,
4393,
15,
47,
654,
20,
44,
10840,
579,
9,
30,
23,
2010,
15,
185,
80,
23,
21,
4393,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
urllib2.HTTPError: HTTP Error 401 while querying using the new Bing API ( in azure marketplace )
===
So, I ve made corrections based on most of the answers under the same roof in stack overflow, I'm still unable to resolve this problem.
queryBingFor = "Google Fibre"
quoted_query = urllib.quote(queryBingFo... | 0 | [
2,
13,
911,
211,
4598,
135,
9,
21127,
29992,
45,
7775,
7019,
13,
20658,
133,
25597,
68,
568,
14,
78,
18080,
21,
2159,
13,
5,
19,
25715,
19408,
13,
6,
800,
3726,
3726,
86,
15,
31,
13,
195,
117,
14608,
18,
432,
27,
127,
16,
14,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
setShowsUserLocation to YES do not show blue dot in ios 4
===
I am new to iOS development but still manage to build some apps.
To start with I am using tab bar as my base navigator.
I am using location manager to get the users location.
I set
setShowsUserLocation = YES
to show the current location ... | 0 | [
2,
309,
9303,
18,
16704,
19032,
20,
1643,
107,
52,
298,
705,
14123,
19,
13,
7760,
268,
800,
3726,
3726,
31,
589,
78,
20,
13,
7760,
522,
47,
174,
4705,
20,
1895,
109,
4865,
18,
9,
20,
799,
29,
31,
589,
568,
6523,
748,
28,
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... |
Can't get Django calendar app to display days in month
===
I'm trying to program a calendar app using Django and I can't seem to get it to show the days of the month. For monthly views in `views.py` I have:
from datetime import date, datetime, timedelta
import calendar
@login_required
def month... | 0 | [
2,
92,
22,
38,
164,
3857,
14541,
7036,
4865,
20,
3042,
509,
19,
1617,
800,
3726,
3726,
31,
22,
79,
749,
20,
625,
21,
7036,
4865,
568,
3857,
14541,
17,
31,
92,
22,
38,
2260,
20,
164,
32,
20,
298,
14,
509,
16,
14,
1617,
9,
26,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
IE6 inline-block f**k up
===
Hi I have tried for 2 hours everything that I could find on the net with this to no avail. The problem is with the dreaded display: inline-block now working with IE6 and IE7.So my last hope resides here.
html:
<div class="contentNav clearfix">
<ul class="clearf... | 0 | [
2,
13,
660,
379,
19,
1143,
8,
12048,
398,
1409,
197,
71,
800,
3726,
3726,
4148,
31,
57,
794,
26,
172,
974,
796,
30,
31,
110,
477,
27,
14,
4275,
29,
48,
20,
90,
24240,
9,
14,
1448,
25,
29,
14,
10743,
69,
3042,
45,
19,
1143,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
HTML 4 Website - User submits email address to access/download a file
===
We have an archaic website done completely in HTML 4, and I've been tasked with coming up with a way to have the user input their email address to access/download files.
After submitting their email address, it can either take them directly t... | 0 | [
2,
13,
15895,
268,
2271,
13,
8,
4155,
12298,
18,
8517,
3218,
20,
1381,
118,
2968,
8294,
21,
3893,
800,
3726,
3726,
95,
57,
40,
22797,
2271,
677,
1524,
19,
13,
15895,
268,
15,
17,
31,
22,
195,
74,
14605,
29,
880,
71,
29,
21,
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... |
joomla 2.5 how to show frontend to registered users exclusively
===
My goal is to show the frontend of a joomla site to registered and logged-in users only.Currently, when I set the whole content to access level 'registered', users still are able to view the basic layout. Besides, it's a lot of work to modify the acce... | 0 | [
2,
2640,
2636,
531,
172,
9,
264,
184,
20,
298,
431,
2451,
20,
3801,
3878,
7008,
800,
3726,
3726,
51,
1195,
25,
20,
298,
14,
431,
2451,
16,
21,
2640,
2636,
531,
689,
20,
3801,
17,
13,
19287,
8,
108,
3878,
104,
9,
24947,
15,
76,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to require multiple permissions on a single broadcast?
===
I'm working on an android Service that allows other applications to collect data received from a company's proprietary devices. The connection can be made over Bluetooth or USB. I allow other applications to access this data through broadcasted intents sen... | 0 | [
2,
184,
20,
4077,
1886,
5572,
18,
27,
21,
345,
1992,
60,
800,
3726,
3726,
31,
22,
79,
638,
27,
40,
13005,
365,
30,
2965,
89,
3767,
20,
5543,
1054,
420,
37,
21,
237,
22,
18,
18856,
4690,
9,
14,
2760,
92,
44,
117,
84,
705,
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 enable radiobutton1 and textbox4 if values are present in textbox1, textbox2, textbox3
===
I have a formview in asp page which contains 4 textboxes and a radio button. On clicking the edit button it should display radiobutton1 and textbox4 if values are present in textbox1, textbox2, textbox3(i.e if any one of ... | 0 | [
2,
184,
20,
9240,
603,
811,
444,
165,
17,
1854,
5309,
300,
100,
4070,
50,
734,
19,
1854,
5309,
165,
15,
1854,
5309,
135,
15,
1854,
5309,
240,
800,
3726,
3726,
31,
57,
21,
505,
4725,
19,
28,
306,
2478,
56,
1588,
268,
1854,
5309,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
how to change the general JAVA COFFEE CUP icon in JAR file
===
I can change the JAVA COFFEE CUP icon in my Frame (up,left), but how could I change the RUNNABLE JAR file's general JAVA COFFEE CUP picture? Is it possible at all, to change only one JAR file's file icon? Thx | 0 | [
2,
184,
20,
753,
14,
297,
8247,
2364,
480,
9801,
19,
5112,
3893,
800,
3726,
3726,
31,
92,
753,
14,
8247,
2364,
480,
9801,
19,
51,
3523,
13,
5,
576,
15,
9742,
6,
15,
47,
184,
110,
31,
753,
14,
485,
103,
579,
5112,
3893,
22,
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... |
Using HtmlAgilityPack to find movie link
===
Hey all i am using this code here:
Dim doc As New HtmlDocument()
Dim theVidURL As String = doc.DocumentNode.SelectSingleNode("//OBJECT/PARAM[@NAME='Movie']").Attributes("VALUE").Value
in order to find the URL of the movie in this HTML source:
<DIV id=p... | 0 | [
2,
568,
13,
15895,
3302,
20901,
8573,
20,
477,
1308,
3508,
800,
3726,
3726,
8409,
65,
31,
589,
568,
48,
1797,
235,
45,
5937,
9765,
28,
78,
13,
15895,
28132,
5,
6,
5937,
14,
7074,
911,
255,
28,
3724,
800,
9765,
9,
28132,
251,
546... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
GMaps API v3 - jQuery - Problems with array
===
I am building an google map on my web page. This map has some markers. These markers are created with information of a json file. This all works fine. But when I want to use a list of all markers, this list.length is always 0 in an other function. Only in the function wh... | 0 | [
2,
13,
14336,
1919,
21,
2159,
566,
240,
13,
8,
487,
8190,
93,
13,
8,
1716,
29,
7718,
800,
3726,
3726,
31,
589,
353,
40,
8144,
2942,
27,
51,
2741,
2478,
9,
48,
2942,
63,
109,
19482,
9,
158,
19482,
50,
679,
29,
676,
16,
21,
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... |
If else statement comparing to 0 or NA
===
I have an element in a data frame tmp that may contain either a number, 0, or NA. If that element is neither 0 or NA, I would like something to happen. Otherwise, nothing happens. I imagine it'd look like this:
if ( tmp[2, 19] != (0 || NA) ){
do ... | 0 | [
2,
100,
962,
3331,
15047,
20,
713,
54,
1775,
800,
3726,
3726,
31,
57,
40,
4520,
19,
21,
1054,
3523,
13,
38,
2554,
30,
123,
3717,
694,
21,
234,
15,
713,
15,
54,
1775,
9,
100,
30,
4520,
25,
3028,
713,
54,
1775,
15,
31,
83,
101... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Debugging asynchronous iOS code in a run loop?
===
I have a program that does a lot of asynchronous web interaction using an NSRunLoop. I've got a " message sent to deallocated instance" error right now, but because the program is asynchronous, I don't know anything about where the error happened because I don't get a... | 0 | [
2,
121,
16254,
2762,
21,
16023,
1291,
13,
7760,
1797,
19,
21,
485,
5293,
60,
800,
3726,
3726,
31,
57,
21,
625,
30,
630,
21,
865,
16,
21,
16023,
1291,
2741,
7754,
568,
40,
13,
2172,
3169,
18786,
9,
31,
22,
195,
330,
21,
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... |
Replicate SQL Server 2012 publisher to 2008 subscriber?
===
Microsoft isn't letting you own a Web Edition of SQL 2012 like they did with 2008. But 2012 Standard edition is way overkill for my needs.
Can I have a database server running 2012 Enterprise (or Standard) and use transactional replication to populate data... | 0 | [
2,
22156,
4444,
255,
8128,
563,
5916,
20,
570,
13,
20330,
139,
60,
800,
3726,
3726,
7099,
2532,
22,
38,
4252,
42,
258,
21,
2741,
1322,
16,
4444,
255,
563,
101,
59,
144,
29,
570,
9,
47,
563,
1236,
1322,
25,
161,
84,
7577,
26,
5... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Use text link as button in jquery/ajax
===
I've downloaded an ajax/jquery conatct form with a normal button. But I want to replace the button with a text link. I have been trying a bunch of suggestions from the web, but none of them seem to work.
Any help would be much appreciated.
<html xmlns="http://ww... | 0 | [
2,
275,
1854,
3508,
28,
5167,
19,
487,
8190,
93,
118,
6881,
7522,
800,
3726,
3726,
31,
22,
195,
23887,
40,
20624,
118,
728,
8190,
93,
1065,
721,
4812,
505,
29,
21,
1826,
5167,
9,
47,
31,
259,
20,
3934,
14,
5167,
29,
21,
1854,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Debugging multiple hadoop jvms with Eclipse
===
I have a problem that appears in pseudo-distributed mode, but not in standalone mode, and I'm hoping to scratch up some ideas on how to debug this.
Some of my mapper tasks are returning code 143. I'd love to drop a breakpoint on System.exit() and see who's calling thi... | 0 | [
2,
121,
16254,
2762,
1886,
41,
21709,
487,
20147,
18,
29,
11652,
800,
3726,
3726,
31,
57,
21,
1448,
30,
1780,
19,
8452,
8,
29060,
3740,
15,
47,
52,
19,
26986,
3740,
15,
17,
31,
22,
79,
3935,
20,
12395,
71,
109,
3478,
27,
184,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Buckminster is throwing org.eclipse.core.runtime.CoreException for imported project
===
I have followed tutorial http://www.ralfebert.de/blog/eclipsercp/rcp_builds/#manual_install
for build with Buckminster.Everything is working fine with this tutorial,But as soon as i import any project it shows me "org.eclipse.core... | 0 | [
2,
5400,
21401,
25,
6033,
13,
5583,
9,
3319,
6013,
870,
9,
10375,
9,
3169,
891,
9,
10375,
10066,
872,
26,
11808,
669,
800,
3726,
3726,
31,
57,
709,
29724,
7775,
6903,
6483,
9,
5284,
3739,
4461,
9,
546,
118,
220,
5567,
118,
3319,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Extjs or Deveexpress?
===
I want to develop mvc net application for finance and bank solution . i used Kendo UI in several application but Kendo UI have not stable.
I want to know extjs is good solution or Devexpress for use in finance and bank solutions. | 4 | [
2,
1396,
38,
728,
18,
54,
121,
195,
21230,
60,
800,
3726,
3726,
31,
259,
20,
2803,
307,
8990,
4275,
3010,
26,
3711,
17,
965,
4295,
13,
9,
31,
147,
2639,
537,
13,
5661,
19,
238,
3010,
47,
2639,
537,
13,
5661,
57,
52,
4521,
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... |
Android Dynamic Layout and Code from Web
===
I am working on a project which will have lots and lots of Layout and Code changes.
My Question is pretty simple but I don't know anything about it. Would it be possible to dynamically load content such as Source Code (Java) and XML Layout Files on a Backgroundthread and t... | 0 | [
2,
13005,
7782,
9106,
17,
1797,
37,
2741,
800,
3726,
3726,
31,
589,
638,
27,
21,
669,
56,
129,
57,
7503,
17,
7503,
16,
9106,
17,
1797,
1693,
9,
51,
1301,
25,
1772,
1935,
47,
31,
221,
22,
38,
143,
602,
88,
32,
9,
83,
32,
44,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Android. ldpi device won't choose images from mdpi folder
===
I've only placed mdpi and hdpi images inside each folder, but when I run my app on an ldpi device, it won't pick the images from the mdpi folder, but from the hdpi folder. Why is that? Any ideas on what i'm doing wrong?
P.S. If I place images specificall... | 0 | [
2,
13005,
9,
13,
6252,
2159,
3646,
230,
22,
38,
3538,
3502,
37,
8138,
2159,
19294,
800,
3726,
3726,
31,
22,
195,
104,
1037,
8138,
2159,
17,
8590,
2159,
3502,
572,
206,
19294,
15,
47,
76,
31,
485,
51,
4865,
27,
40,
13,
6252,
2159... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
PHP compare triggered from JQuery AJAX not returning value
===
I am using JQuery to invoke a PHP script to update a MYSQL db, but first do a logical test based on the value. This issue I am finding it if I build my query this way, i get the error "Query was empty."
Logically I tried to resolve the test to no avail.... | 0 | [
2,
13,
26120,
11590,
15164,
37,
487,
8190,
93,
20624,
52,
2485,
1923,
800,
3726,
3726,
31,
589,
568,
487,
8190,
93,
20,
28371,
21,
13,
26120,
3884,
20,
11100,
21,
51,
18,
22402,
13,
9007,
15,
47,
64,
107,
21,
11545,
1289,
432,
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... |
c# how to code for a numeric field
===
// public Decimal IS_GENERIC { get; private set;
This column is defined as numeric Icode as decimal
public StockDetail(Facility facility, DateTime createdOn, String Dispense_For, Decimal Is_Generic, String ln)
// reader.To("IS_GENERIC", ""),
but when comp... | 1 | [
2,
272,
5910,
184,
20,
1797,
26,
21,
15764,
596,
575,
800,
3726,
3726,
12894,
317,
26380,
25,
1,
17083,
596,
13,
1,
164,
73,
932,
309,
73,
48,
4698,
25,
2811,
28,
15764,
596,
31,
9375,
28,
26380,
317,
2070,
546,
8682,
5,
1473,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How can i adress only one of the articels in Javascript (AJAX)?
===
At my website i have clickable hidden meta tags like page views or Google requests under every article.
This is the code i use:
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.js" type="text/javascript"></script>
<... | 0 | [
2,
184,
92,
31,
21,
19137,
18,
104,
53,
16,
14,
415,
596,
6798,
19,
8247,
8741,
13,
5,
6881,
7522,
6,
60,
800,
3726,
3726,
35,
51,
2271,
31,
57,
10840,
579,
3689,
7618,
3383,
18,
101,
2478,
4146,
54,
8144,
12279,
131,
352,
200... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Property won't refresh although I raised propertychanged
===
at the moment I have a problem I'm not sure how to solve this or how to find an idea how to fix.
I have a viewmodel that contains a child object. If I raise a command I reinitialize the ChildObject with new and add new data. After that my view updates and ... | 0 | [
2,
1354,
230,
22,
38,
24905,
419,
31,
1127,
1354,
16229,
43,
800,
3726,
3726,
35,
14,
688,
31,
57,
21,
1448,
31,
22,
79,
52,
562,
184,
20,
8402,
48,
54,
184,
20,
477,
40,
882,
184,
20,
6098,
9,
31,
57,
21,
1418,
13998,
30,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Groovy XMLParser
===
I have some elements that have the same tag name, but equal different values. The example below displays my parsing.
<Report>
<ReportHost name= 2.3.3.3><HostProperties>
<tag name="x"> Monday...</tag>
<tag name="z"> Linux.....</tag>
My issue is how do I capture the text aft... | 0 | [
2,
3452,
2026,
93,
23504,
3574,
4104,
800,
3726,
3726,
31,
57,
109,
2065,
30,
57,
14,
205,
3383,
204,
15,
47,
2747,
421,
4070,
9,
14,
823,
1021,
9412,
51,
2017,
18,
68,
9,
13,
1,
17437,
1,
13,
1,
17437,
11694,
204,
3726,
172,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
how to upload file using DWR
===
i'm trying to upload a file using DWR , but i can't get a hang of the technique to use , since i see no logic in passing the file path to the server , the server isn't supposed to access a local client file , moreover the file is crypted "fakePath".
any idea how i can proceed ?
| 0 | [
2,
184,
20,
71,
8294,
3893,
568,
13,
43,
7127,
800,
3726,
3726,
31,
22,
79,
749,
20,
71,
8294,
21,
3893,
568,
13,
43,
7127,
13,
15,
47,
31,
92,
22,
38,
164,
21,
4546,
16,
14,
4873,
20,
275,
13,
15,
179,
31,
196,
90,
7085,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Drawing pdf slows application
===
I am trying to draw a pdf image onto the background of my application using:
[NSImage drawInRect: fromRect: operation: fraction:];
It does work but it substantially slows down the application as i am calling;
[self setNeedsDisplay];
Quite frequently. Would using co... | 0 | [
2,
3533,
13,
11124,
2276,
18,
3010,
800,
3726,
3726,
31,
589,
749,
20,
2003,
21,
13,
11124,
1961,
1204,
14,
2395,
16,
51,
3010,
568,
45,
636,
2172,
22039,
2003,
108,
14673,
38,
45,
37,
14673,
38,
45,
1453,
45,
10885,
45,
12660,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Resize iframe fancybox with easing
===
I have a link that displays a fancybox as an iframe. The fancybox contains a form so the user can sign up to the page. There are mandatory fields and optional fields to complete on the registration. I want the optional fields to be hidden and show them when the user clicks on a +... | 0 | [
2,
302,
10454,
31,
8361,
12251,
5309,
29,
13,
16524,
800,
3726,
3726,
31,
57,
21,
3508,
30,
9412,
21,
12251,
5309,
28,
40,
31,
8361,
9,
14,
12251,
5309,
1588,
21,
505,
86,
14,
4155,
92,
1676,
71,
20,
14,
2478,
9,
80,
50,
12605... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 starting up a WebGL project a bad idea?
===
I am trying to develop a game, and I was just wondering if it would be a bad idea to start the project in WebGL. I love the technology and I think it has potential to be great, but I'm afraid of its experimental nature. Since it's not really a "standard" yet, is it likely... | 4 | [
2,
25,
1422,
71,
21,
2741,
8430,
669,
21,
896,
882,
60,
800,
3726,
3726,
31,
589,
749,
20,
2803,
21,
250,
15,
17,
31,
23,
114,
5712,
100,
32,
83,
44,
21,
896,
882,
20,
799,
14,
669,
19,
2741,
8430,
9,
31,
339,
14,
1099,
17... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Fl cs5 (song repeats even with perfect scripting)
===
The same song repeats when i move the actionscript frame in Fl cs5. How do i solve this problem? How do I make my player skip. My scripting is pefect. I get no errors or warnings. Everything works fine except when I move the actionscipt frame containg my code for t... | 0 | [
2,
8631,
272,
18,
264,
13,
5,
8149,
6830,
18,
166,
29,
2107,
3884,
68,
6,
800,
3726,
3726,
14,
205,
338,
6830,
18,
76,
31,
780,
14,
1028,
8741,
3523,
19,
8631,
272,
18,
264,
9,
184,
107,
31,
8402,
48,
1448,
60,
184,
107,
31,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Jquery page transitions and SEO
===
for a few of the brochure sites I'm currently working on I've found it quite pleasing to have a very short fade in and out as the page loads. I do this by using display none on the body and then triggering the fade on document ready with jQuery.
My Question is this, will this ne... | 0 | [
2,
487,
8190,
93,
2478,
4513,
18,
17,
13,
18,
3894,
800,
3726,
3726,
26,
21,
310,
16,
14,
28189,
3259,
31,
22,
79,
871,
638,
27,
31,
22,
195,
216,
32,
1450,
26942,
20,
57,
21,
253,
502,
11381,
19,
17,
70,
28,
14,
2478,
19069... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 fade in/fade out with jquery
===
I am working over on of my student projects and I am new jquery, for the project I have to use jquery to enhance few function and I have learned much to carry out basic tasks, but I am stuck over something very confusing.
One my scripts actually changes the image of a div con... | 0 | [
2,
568,
11381,
19,
118,
1473,
546,
70,
29,
487,
8190,
93,
800,
3726,
3726,
31,
589,
638,
84,
27,
16,
51,
1209,
2314,
17,
31,
589,
78,
487,
8190,
93,
15,
26,
14,
669,
31,
57,
20,
275,
487,
8190,
93,
20,
10734,
310,
1990,
17,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Can you spot this PHP error? I'm stumped
===
Here's the scenerio of what is happening in the script:
- Session is start.
- $id is set to a number (tournament ID number).
Result:
- User SESSION vars are reset with the ID number and the ID number's respective user data. Essentially logging the user in under a... | 0 | [
2,
92,
42,
1999,
48,
13,
26120,
7019,
60,
31,
22,
79,
15781,
69,
800,
3726,
3726,
235,
22,
18,
14,
1691,
5741,
16,
98,
25,
4942,
19,
14,
3884,
45,
13,
8,
3723,
25,
799,
9,
13,
8,
5579,
1340,
25,
309,
20,
21,
234,
13,
5,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
If IE not working properly
===
I have 1 div and i want to apply a gradient and a background image to it (yes, on the same element). I know that it's only possible if the browser you`re targeting is NOT IE. With that in mind, i thought of applying a solid color in stead of the gradient with an image on top of it for IE... | 0 | [
2,
100,
13,
660,
52,
638,
7428,
800,
3726,
3726,
31,
57,
137,
13,
12916,
17,
31,
259,
20,
5645,
21,
17442,
17,
21,
2395,
1961,
20,
32,
13,
5,
1714,
15,
27,
14,
205,
4520,
6,
9,
31,
143,
30,
32,
22,
18,
104,
938,
100,
14,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
If a member is not logged in, in Umbraco Contour prevalues works not correctly
===
I have upgraded Contour to 1.1.9 for the use of {member.property} in the forms on the site (umbraco 4.0.3).
Works fine when your member are logged in (shows content in the input field), but if the member is not logged in, the form in... | 0 | [
2,
100,
21,
322,
25,
52,
13,
19287,
19,
15,
19,
13,
723,
2559,
716,
23272,
782,
15165,
18,
693,
52,
12044,
800,
3726,
3726,
31,
57,
9958,
23272,
20,
137,
9,
165,
9,
518,
26,
14,
275,
16,
13,
1,
6990,
9,
10890,
106,
1084,
1,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Why isn't the "rectangle" that I want to draw on my Qt widget showing up?
===
I basically want to display a rectangle on a dialog window widget. Using another question as reference, I tried to adapt the framework of using a QLabel and painting to it (the process overall seems overly complicated).
I started by maki... | 0 | [
2,
483,
2532,
22,
38,
14,
13,
7,
14673,
38,
15427,
7,
30,
31,
259,
20,
2003,
27,
51,
2593,
38,
4807,
43,
3060,
3187,
71,
60,
800,
3726,
3726,
31,
11374,
259,
20,
3042,
21,
27181,
27,
21,
28223,
1463,
4807,
43,
3060,
9,
568,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Wordpress: delete plugin references in database
===
How does one completely remove a plugin from Wordpress?
I have deleted the plugin via Wordpress admin and then reinstalled, problem persists.
I see 8 records in cmsoptions table referencing the offending plugin. Since WP Admin drags to a grinding crawl with th... | 0 | [
2,
833,
5890,
45,
27448,
10922,
108,
7231,
19,
6018,
800,
3726,
3726,
184,
630,
53,
1524,
4681,
21,
10922,
108,
37,
833,
5890,
60,
31,
57,
19584,
14,
10922,
108,
1197,
833,
5890,
21,
43,
2160,
17,
94,
7102,
21300,
69,
15,
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... |
Identity and Credential in different tables. How to login user?
===
I'm using Zend Framework.
I save users information in two tables.
I have one table for his basic information and password, and in the other table I save his e-mails.
He can login with any e-mail.
My question is how should I extend Zend_Auth_A... | 0 | [
2,
3270,
17,
5059,
43,
10107,
19,
421,
7484,
9,
184,
20,
6738,
108,
4155,
60,
800,
3726,
3726,
31,
22,
79,
568,
10526,
43,
6596,
9,
31,
2079,
3878,
676,
19,
81,
7484,
9,
31,
57,
53,
859,
26,
33,
2125,
676,
17,
20884,
15,
17,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Adding objects (String, String, int, int) to ArrayList
===
I got these two classes. The one below should get an ArrayList with movies...
import java.util.ArrayList;
import android.app.Activity;
import android.os.Bundle;
public class UIDActivity extends Activity {
private static ArrayList<Movie> movi... | 0 | [
2,
4721,
3916,
13,
5,
11130,
15,
3724,
15,
19,
38,
15,
19,
38,
6,
20,
7718,
5739,
800,
3726,
3726,
31,
330,
158,
81,
2684,
9,
14,
53,
1021,
378,
164,
40,
7718,
5739,
29,
4795,
9,
9,
9,
9010,
8247,
9,
14255,
9,
8576,
93,
57... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Adding JavaScript to document with PHP
===
Ok, so this should be easy right?
test.php:
function some_javascript() {
echo "Hello";
echo "<script type='text/javascript'>alert('Hello')<script>";
}
and you'll get an alert window when you try to load your test.php.
I must b... | 0 | [
2,
4721,
8247,
8741,
20,
4492,
29,
13,
26120,
800,
3726,
3726,
5854,
15,
86,
48,
378,
44,
2010,
193,
60,
1289,
9,
26120,
45,
1990,
109,
1,
1004,
1385,
8741,
5,
6,
13,
1,
8117,
13,
7,
11515,
7,
73,
8117,
13,
7,
1,
8741,
1001,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Entity not persisted. How to debug?
===
I'm using the [fosfacebookbundle][1] and the [fosuserbundle][2] to manage my users. I got everything working fine locally. However when I pushed everything to my staging environment, I noticed that the user's weren't persisted (using the doctrine entity manager) upon registratio... | 0 | [
2,
9252,
52,
22125,
9,
184,
20,
121,
16254,
60,
800,
3726,
3726,
31,
22,
79,
568,
14,
636,
4120,
18,
6413,
5199,
9930,
413,
500,
2558,
165,
500,
17,
14,
636,
4120,
18,
16704,
9930,
413,
500,
2558,
135,
500,
20,
4705,
51,
3878,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 Awk to create a csv line
===
I am new to awk and can't quite figure out the best way to do this.
I have thousands of xml files which I have already removed duplicates and divided fields into a single column in a single file using sed and awk.
Now I want to assemble the list into a csv file containing multipl... | 0 | [
2,
568,
13,
3885,
197,
20,
1600,
21,
272,
18,
710,
293,
800,
3726,
3726,
31,
589,
78,
20,
13,
3885,
197,
17,
92,
22,
38,
1450,
1465,
70,
14,
246,
161,
20,
107,
48,
9,
31,
57,
3805,
16,
23504,
6488,
56,
31,
57,
614,
1974,
1... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Why doesn't this model binding work?
===
I know that the way the names are in the HtmlHelper is what is breaking the model binding. But I haven't figured out how to fix it. Or if there is even a fix.
A little explanation. I'm using one model to populate the: text, controls, default values (select lists), and value... | 0 | [
2,
483,
1437,
22,
38,
48,
1061,
8728,
170,
60,
800,
3726,
3726,
31,
143,
30,
14,
161,
14,
1817,
50,
19,
14,
13,
15895,
14593,
106,
25,
98,
25,
3892,
14,
1061,
8728,
9,
47,
31,
2933,
22,
38,
5700,
70,
184,
20,
6098,
32,
9,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Error Powershell SCCM 2012 Package Deployment Script
===
Currently I'm trying to automate the package distribution process. My script looks like this:
I found most of the information on how to create this from http://www.sepago.de/e/david/2012/03/17/microsoft-configuration-manager-2012-and-powershell-ae-create-dep... | 0 | [
2,
7019,
414,
15984,
4729,
9095,
563,
6030,
10475,
3884,
800,
3726,
3726,
871,
31,
22,
79,
749,
20,
3108,
5281,
14,
6030,
2523,
953,
9,
51,
3884,
1879,
101,
48,
45,
31,
216,
127,
16,
14,
676,
27,
184,
20,
1600,
48,
37,
7775,
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... |
JQuery AJAX Post fails on Android Tablets Running Honeycomb 3.2
===
I have a simple enough AJAX `'POST'`. It works on IOS phones and tablets (4.0 and 5) and appears to work on Android phones (2.1 and 4.0) but when it is run on two different android tablets both using Honeycomb 3.2 the `errorcallback` is executed ever... | 0 | [
2,
487,
8190,
93,
20624,
678,
13614,
27,
13005,
20175,
946,
29806,
203,
9,
135,
800,
3726,
3726,
31,
57,
21,
1935,
511,
20624,
13,
1,
22,
6962,
22,
1,
9,
32,
693,
27,
13,
7760,
14830,
17,
20175,
13,
5,
300,
9,
387,
17,
331,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Aligning list elements Sagemath
===
I have a huge list with hundreds of thousands of numbers. The list is badly formatted when produced by sagemath, but i must have it in the kind of formatting shown below to "feed" it to another function. Here is sample of the well formatted list:
C=[
... | 0 | [
2,
23389,
68,
968,
2065,
9527,
14825,
800,
3726,
3726,
31,
57,
21,
2329,
968,
29,
4541,
16,
3805,
16,
2116,
9,
14,
968,
25,
5730,
13,
29850,
76,
671,
34,
9527,
14825,
15,
47,
31,
491,
57,
32,
19,
14,
825,
16,
2595,
1203,
1721,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
comparing two images using pixel by pixel
===
I need to find a scientific method of how to compare the difference between two float images.
At the moment, my approach is to compare the values of every pixel of the two images:
> pixelA ?= pixelB
However, I need to have a scientific method to define a threshold... | 0 | [
2,
15047,
81,
3502,
568,
18146,
34,
18146,
800,
3726,
3726,
31,
376,
20,
477,
21,
2272,
2109,
16,
184,
20,
11590,
14,
2841,
128,
81,
11510,
3502,
9,
35,
14,
688,
15,
51,
2141,
25,
20,
11590,
14,
4070,
16,
352,
18146,
16,
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,
1,
1,
1,
1,
1,
1,
1,
1... |
Draw and write imagefile without Window
===
I found that using `matplotlib` just to draw a diagram into a file is not as easy as it seems from reading the tutorials.
In the tutorials it is explained, that you just accumulate the data and then:
import matplotlib.pyplot as plt
# ... fill variables with mean... | 0 | [
2,
2003,
17,
2757,
1961,
16877,
366,
1463,
800,
3726,
3726,
31,
216,
30,
568,
13,
1,
5146,
13221,
38,
8326,
1,
114,
20,
2003,
21,
14161,
77,
21,
3893,
25,
52,
28,
2010,
28,
32,
2206,
37,
1876,
14,
29724,
18,
9,
19,
14,
29724,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Create an Android ImageButton with a Shape
===
I have an ImageButton and want to scale the button in different sizes which means an image is not the right choice. So I was thinking of an ImageButton with a custom Shape as source.
I want the button to look like this:
![enter image description here][1]
I starte... | 0 | [
2,
1600,
40,
13005,
1961,
811,
444,
29,
21,
2539,
800,
3726,
3726,
31,
57,
40,
1961,
811,
444,
17,
259,
20,
3464,
14,
5167,
19,
421,
13403,
56,
1108,
40,
1961,
25,
52,
14,
193,
1837,
9,
86,
31,
23,
1440,
16,
40,
1961,
811,
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... |
Pthread program taking longer time than expected
===
Hello,
I have created a multithreaded application for multiplying two matrices using pthreads,but to my surprise the multithreaded program is taking much time than my expectation.
I dnt know where is the problem in my code,the code snippet is given below::
... | 0 | [
2,
351,
96,
10647,
625,
741,
1045,
85,
119,
1727,
800,
3726,
3726,
10975,
15,
31,
57,
679,
21,
1889,
96,
10647,
69,
3010,
26,
26314,
68,
81,
24849,
568,
351,
96,
10647,
18,
15,
811,
20,
51,
2624,
14,
1889,
96,
10647,
69,
625,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 dropdown not loading in time
===
My problem is that I am trying to create a javascript menu but the script seems to be loading really slow and late so it's not working on the first seconds. Correct me if I am wrong.
Second, I don't manage to make each column to work well and sometimes it's just linking to... | 0 | [
2,
8247,
8741,
2804,
2968,
52,
12797,
19,
85,
800,
3726,
3726,
51,
1448,
25,
30,
31,
589,
749,
20,
1600,
21,
8247,
8741,
11379,
47,
14,
3884,
2206,
20,
44,
12797,
510,
2276,
17,
456,
86,
32,
22,
18,
52,
638,
27,
14,
64,
2582,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
php read data from serial port on linux
===
I try to read serial port on Linux platform using PHP.
But I cant read any data. When I try to read using .net, this time I can read.
I use "php_serial.class.php" class for serial port operations. You can read this class from this link :
[here][1]
[1]: http:... | 0 | [
2,
13,
26120,
1302,
1054,
37,
5956,
1295,
27,
13024,
800,
3726,
3726,
31,
1131,
20,
1302,
5956,
1295,
27,
13024,
2452,
568,
13,
26120,
9,
47,
31,
2973,
1302,
186,
1054,
9,
76,
31,
1131,
20,
1302,
568,
13,
9,
2328,
15,
48,
85,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
wrong/crazy number display in xpages dynamic view
===
I have a crazy effect when displaying in view with a number column in a dynamic view panel of an xPage:
Some (not all!) entries are displayed like:
123.40000000000005
the value in the notes doc is 123.4 .
I cannot found any difference between that wrong d... | 0 | [
2,
1389,
118,
23282,
234,
3042,
19,
993,
6486,
18,
7782,
1418,
800,
3726,
3726,
31,
57,
21,
3328,
1590,
76,
17418,
19,
1418,
29,
21,
234,
4698,
19,
21,
7782,
1418,
4113,
16,
40,
993,
6486,
45,
109,
13,
5,
1270,
65,
187,
6,
113... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
values of textbox in a repeater disappears on clicking next button of asp:wizard
===
I am having problem with asp:wizard. I have a textbox within a repeater in step1 of asp:wizard. The user enters values in the textbox. Based on this value data has to be populated in another repeater in step2 of wizard. But on clickin... | 0 | [
2,
4070,
16,
1854,
5309,
19,
21,
6830,
106,
20341,
27,
25590,
328,
5167,
16,
28,
306,
45,
23527,
1514,
800,
3726,
3726,
31,
589,
452,
1448,
29,
28,
306,
45,
23527,
1514,
9,
31,
57,
21,
1854,
5309,
363,
21,
6830,
106,
19,
1424,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Split String[] to make different JSON
===
I would like to know how i can split this using jquery...
"{"answer":["q1001-a2","q1002-a2","q1003-a2","q1004-a2","q1005-a2","q1006-a2"]}"
So i can then make the following JSON...
{
"d": [
{
"question": 1001,
... | 0 | [
2,
2132,
3724,
2558,
500,
20,
233,
421,
487,
528,
800,
3726,
3726,
31,
83,
101,
20,
143,
184,
31,
92,
2132,
48,
568,
487,
8190,
93,
9,
9,
9,
13,
7,
1,
7,
5950,
4662,
7,
45,
2558,
7,
1251,
4031,
165,
8,
58,
135,
7,
15,
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... |
Do I have access to a counter variable inside .Aggregate?
===
I'm using `.Aggregate` on a `List<String>` to concatenate each item. I need to find out when the iteration has hit the last item. I was considering testing `listOfStrings.Last() == currentString` but the last item in the list *could* equal any other if the ... | 0 | [
2,
107,
31,
57,
1381,
20,
21,
2105,
7612,
572,
13,
9,
3302,
6879,
3322,
60,
800,
3726,
3726,
31,
22,
79,
568,
13,
1,
9,
3302,
6879,
3322,
1,
27,
21,
13,
1,
5739,
1,
11130,
1,
20,
1065,
9530,
8820,
206,
9101,
9,
31,
376,
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... |
mysql_fetch_array or mysql_fetch_object for python?
===
I'm using MySQLdb in python to connect to a mysql database (duh) and am really missing the functionality that's built into PHP, namely:
`mysql_fetch_array` and `mysql_fetch_object`
What is the equivalent in Python so that I can start getting my scripts port... | 1 | [
2,
51,
18,
22402,
1,
410,
19913,
1,
8576,
93,
54,
51,
18,
22402,
1,
410,
19913,
1,
23793,
26,
20059,
60,
800,
3726,
3726,
31,
22,
79,
568,
51,
18,
22402,
9007,
19,
20059,
20,
6379,
20,
21,
51,
18,
22402,
6018,
13,
5,
43,
649... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Function-based index when not using index access
===
I'm using a function-based index with a user-defined function for the first time, and have stumbled across a performance problem when the index can't be used.
Internally, a function-based index seems to generate a hidden table column (of type varchar2(4000), sinc... | 0 | [
2,
1990,
8,
1281,
4348,
76,
52,
568,
4348,
1381,
800,
3726,
3726,
31,
22,
79,
568,
21,
1990,
8,
1281,
4348,
29,
21,
4155,
8,
13439,
1990,
26,
14,
64,
85,
15,
17,
57,
10282,
464,
21,
956,
1448,
76,
14,
4348,
92,
22,
38,
44,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Thin::Server#daemonize exits immediately
===
I trying to make an executable, which starts a Sinatra application via Thin as a daemon.
I am using this code to invoke Thin with the Sinatra app:
#!/usr/bin/env ruby
require 'thin'
require 'app.rb'
server = ::Thin::Server.new('127.0.0.1', 999... | 0 | [
2,
2951,
45,
45,
10321,
106,
5910,
593,
18062,
2952,
4350,
18,
1375,
800,
3726,
3726,
31,
749,
20,
233,
40,
1396,
17194,
5924,
15,
56,
3244,
21,
21491,
3010,
1197,
2951,
28,
21,
13127,
9,
31,
589,
568,
48,
1797,
20,
28371,
2951,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 device use qcom demo code to decode h264 in GB crashed
===
I use the qcom demo [here][1] to decode h264 on android device .but when I was in the GB system does not decode output..I use the apk app,named Qcom iOMX cam Test. Encoding is normal in Gingerbread,only decoding crashed. who know what should i do?
... | 0 | [
2,
13005,
3646,
275,
2593,
960,
8376,
1797,
20,
121,
9375,
746,
20470,
19,
14857,
7579,
800,
3726,
3726,
31,
275,
14,
2593,
960,
8376,
636,
6836,
500,
2558,
165,
500,
20,
121,
9375,
746,
20470,
27,
13005,
3646,
13,
9,
811,
76,
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... |
ADO.NET Entity Framework In A COM Visible C# Class Library
===
I have a C# class library which I have made COM visible so I can also call it from legacy applications written in Visual Studio 6. This library has an Entity Framework in it for adding records to a database. Calling the library via COM works but the record... | 0 | [
2,
21,
537,
9,
2328,
9252,
6596,
19,
21,
13,
960,
4560,
272,
5910,
718,
1248,
800,
3726,
3726,
31,
57,
21,
272,
5910,
718,
1248,
56,
31,
57,
117,
13,
960,
4560,
86,
31,
92,
67,
645,
32,
37,
7780,
3767,
642,
19,
3458,
1120,
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... |
Image mapping in html. When i hover , want to display link name?
===
I am working on image mapping . I used above code in image i got link in different parts of images , but when i hover i want to get alt name . how can i do this ? thank you in advance .`<map id="rade_img_map_1342182469821" name="rade_img_map_13421824... | 0 | [
2,
1961,
13305,
19,
13,
15895,
9,
76,
31,
21350,
13,
15,
259,
20,
3042,
3508,
204,
60,
800,
3726,
3726,
31,
589,
638,
27,
1961,
13305,
13,
9,
31,
147,
784,
1797,
19,
1961,
31,
330,
3508,
19,
421,
1341,
16,
3502,
13,
15,
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... |
Pass JavaScript function in ajax response
===
I'm trying to return a callback from an AJAX submitted form. The user submits a form, the server processes and returns the valid response, i.e. an error message and also a JavaScript function that could perform an action. I'm using Zepto.js faling back to jQuery depending ... | 0 | [
2,
1477,
8247,
8741,
1990,
19,
20624,
1627,
800,
3726,
3726,
31,
22,
79,
749,
20,
788,
21,
645,
1958,
37,
40,
20624,
7368,
505,
9,
14,
4155,
12298,
18,
21,
505,
15,
14,
8128,
5102,
17,
4815,
14,
7394,
1627,
15,
31,
9,
62,
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... |
Basic Waypoint usage
===
I'm trying to use the [Waypoints][1] plugin for jQuery to lazy load elements on a webpage. However I can't get it to work. :(
I made a very basic example: http://jsfiddle.net/P3XnN/2/
According to the Waypoints documentation all I need to do is the following.
**JS:**
$('#waypoi... | 0 | [
2,
2125,
161,
3132,
7514,
800,
3726,
3726,
31,
22,
79,
749,
20,
275,
14,
636,
1443,
3132,
18,
500,
2558,
165,
500,
10922,
108,
26,
487,
8190,
93,
20,
16792,
6305,
2065,
27,
21,
2741,
6486,
9,
207,
31,
92,
22,
38,
164,
32,
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... |
Ignore arborescence in a zip and extract in root with DotNetZip
===
I have a password protected zipped file which contains another pw zipped file and I want to retrieve a xml file under a folder 0 inside the second zip. But I would like to have this xml in the root folder (args[0]), Do you have an idea ?
It is alw... | 0 | [
2,
7174,
16200,
22121,
19,
21,
12133,
17,
10962,
19,
5900,
29,
14123,
2328,
2553,
306,
800,
3726,
3726,
31,
57,
21,
20884,
3803,
28693,
3893,
56,
1588,
226,
13,
17230,
28693,
3893,
17,
31,
259,
20,
11917,
21,
23504,
3893,
131,
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... |
user specific properties liferay api
===
Goodmorning everyone. I am looking for class which enable me manage a user specific properties. In my portal different users have different properties so how i can make it using liferay api. For example i can show u how it works in jboss Portal. `Map<String, Object> properties... | 0 | [
2,
4155,
1903,
3704,
201,
2787,
21,
2159,
800,
3726,
3726,
254,
20804,
1266,
9,
31,
589,
699,
26,
718,
56,
9240,
55,
4705,
21,
4155,
1903,
3704,
9,
19,
51,
8281,
421,
3878,
57,
421,
3704,
86,
184,
31,
92,
233,
32,
568,
201,
27... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
VBA Excel-Addressing a Dynamic Named Range inside of Select Case
===
I am building a page where Col H should be a drop down box which is dependent on Col A. Col A is already set up to use Validation List using a Dynamic Named Range which is specified on a hidden sheet named Data. Also, on the Data sheet, I have specif... | 0 | [
2,
566,
969,
20700,
8,
27950,
68,
21,
7782,
377,
978,
572,
16,
5407,
610,
800,
3726,
3726,
31,
589,
353,
21,
2478,
113,
3313,
746,
378,
44,
21,
2804,
125,
1649,
56,
25,
9063,
27,
3313,
21,
9,
3313,
21,
25,
614,
309,
71,
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... |
C programming. Using execl and pthread
===
I'm having a problem in the combined use of execl() and pthread.
My idea is quite simple: write a daemon that in certain situation starts an external process (a separate executable with respect to the daemon itself) and wait for the return value of that process. Moreover I... | 0 | [
2,
272,
3143,
9,
568,
1396,
62,
5316,
17,
351,
96,
10647,
800,
3726,
3726,
31,
22,
79,
452,
21,
1448,
19,
14,
2461,
275,
16,
1396,
62,
5316,
5,
6,
17,
351,
96,
10647,
9,
51,
882,
25,
1450,
1935,
45,
2757,
21,
13127,
30,
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 disable the register DLL build step of my DLL project in VS2008?
===
I'm getting this error
error PRJ0050: Failed to register output. Please try enabling Per-user Redirection or register the component from a command prompt with elevated permissions.
I don't really need to register the DLL as part of ... | 0 | [
2,
184,
20,
1460,
579,
14,
2243,
13,
43,
211,
1895,
1424,
16,
51,
13,
43,
211,
669,
19,
4611,
2753,
60,
800,
3726,
3726,
31,
22,
79,
1017,
48,
7019,
7019,
5396,
728,
2032,
2290,
45,
1702,
20,
2243,
5196,
9,
2247,
1131,
13168,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 AlarmManager and DST/Timezone/Time change?
===
I'm coding an alarm clock application, and i would like to know what happens, when I set some alarm with AlarmManager for example at time 2:59am (this is not time of my alarm, this is only time WHEN i set some alarm), and at 3:00am there will be automatic time cha... | 0 | [
2,
13005,
6490,
22256,
17,
13,
43,
384,
118,
891,
11661,
118,
891,
753,
60,
800,
3726,
3726,
31,
22,
79,
13,
15458,
40,
6490,
4229,
3010,
15,
17,
31,
83,
101,
20,
143,
98,
5531,
15,
76,
31,
309,
109,
6490,
29,
6490,
22256,
26,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
no match for operator+ error with operator overloading
===
I'm going through the gameinsitute's c++ programming course and there is an example for operator overloading and i'm constantly getting a
> main.cpp|20|error: no match for ‘operator+’ in ‘v + w’
and i have no idea where the problem is.
main.cpp
... | 0 | [
2,
90,
730,
26,
6022,
2430,
7019,
29,
6022,
84,
16866,
800,
3726,
3726,
31,
22,
79,
228,
120,
14,
250,
108,
18,
242,
6567,
22,
18,
272,
20512,
3143,
674,
17,
80,
25,
40,
823,
26,
6022,
84,
16866,
17,
31,
22,
79,
7545,
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... |
Displaying an array in xcode
===
I am trying to display the an array with different factors of a number ("prime"). But instead of giving me the int numbers I always get 0,1,2,3,4,5,... .
factors.text = @"";
int factorsNumber;
NSMutableArray *array;
... | 0 | [
2,
17418,
40,
7718,
19,
993,
9375,
800,
3726,
3726,
31,
589,
749,
20,
3042,
14,
40,
7718,
29,
421,
4776,
16,
21,
234,
13,
5,
7,
21108,
7,
6,
9,
47,
700,
16,
1438,
55,
14,
19,
38,
2116,
31,
550,
164,
713,
15,
15793,
15,
240... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Maven JavaEE 6 dependency for both Tomcat and JBoss
===
Which JavaEE 6 maven dependency should be included in a web app to be deployed on Tomcat and JBoss? Both?
**Tomcat:**
<dependency>
<groupId>javax</groupId>
<artifactId>javaee-api</artifactId>
<version>6.0</version>
<s... | 0 | [
2,
1216,
3124,
8247,
2851,
400,
26835,
26,
156,
2067,
5782,
17,
487,
10349,
18,
800,
3726,
3726,
56,
8247,
2851,
400,
1216,
3124,
26835,
378,
44,
506,
19,
21,
2741,
4865,
20,
44,
6698,
27,
2067,
5782,
17,
487,
10349,
18,
60,
156,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Express.js sessions activated on a subset of routes
===
I'm working with expressjs and want to authenticate users for a login using sessions. The site/app should on one hand allow the user to browse and investigate different products and information in a stateless webpage allowing caching of these pages, but should on... | 0 | [
2,
2999,
9,
728,
18,
5763,
9654,
27,
21,
16622,
16,
5050,
800,
3726,
3726,
31,
22,
79,
638,
29,
2999,
728,
18,
17,
259,
20,
14351,
1373,
3878,
26,
21,
6738,
108,
568,
5763,
9,
14,
689,
118,
7753,
378,
27,
53,
224,
1655,
14,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
GWT RequestFactory Error when firing request : org.springframework.beans.factory.NoSuchBeanDefinitionException
===
I have a maven+spring+gwt project in which i want to use request factory. I just can't figure out why I get this exception.
Request factory:
public interface StarRequestFactory ex... | 0 | [
2,
14094,
38,
3772,
17455,
93,
7019,
76,
7139,
3772,
13,
45,
13,
5583,
9,
15827,
8361,
3783,
9,
863,
5950,
9,
17455,
93,
9,
251,
4289,
863,
210,
28643,
10066,
872,
800,
3726,
3726,
31,
57,
21,
1216,
3124,
2430,
15827,
2430,
263,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Passing string instead of node while creating a XML file in java
===
Dear Stack over flow members,
I would like to create a XML file which would have all the information about the system.
To get the information, i would use `getProperty(os.name)` and would save it in a string like this
String nameOS = "os.na... | 0 | [
2,
2848,
3724,
700,
16,
15421,
133,
2936,
21,
23504,
3893,
19,
8247,
800,
3726,
3726,
4483,
7566,
84,
3312,
443,
15,
31,
83,
101,
20,
1600,
21,
23504,
3893,
56,
83,
57,
65,
14,
676,
88,
14,
329,
9,
20,
164,
14,
676,
15,
31,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
angular.js: Redirecting to a certain route based on condition
===
I'm writing a small Angular.js app that has a login view and a main view, configured like so:
$routeProvider
.when('/main' , {templateUrl: 'partials/main.html', controller: MainController})
.when('/login', {templateUrl: 'partials/log... | 0 | [
2,
18270,
9,
728,
18,
45,
302,
14706,
68,
20,
21,
1200,
858,
432,
27,
2874,
800,
3726,
3726,
31,
22,
79,
1174,
21,
284,
18270,
9,
728,
18,
4865,
30,
63,
21,
6738,
108,
1418,
17,
21,
407,
1418,
15,
28895,
101,
86,
45,
5579,
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... |
R filter() dealing with NAs
===
I am trying too implement chebyshev filter to smooth a time series, but unfortunately, there are NAs in the data series.
For example,
t <- seq(0, 1, len = 100)
x <- c(sin(2*pi*t*2.3) + 0.25*rnorm(length(t)),NA, cos(2*pi*t*2.3) + 0.25*rnorm(length(t)... | 0 | [
2,
761,
11945,
5,
6,
5746,
29,
7938,
800,
3726,
3726,
31,
589,
749,
266,
8713,
4982,
779,
21185,
11945,
20,
3905,
21,
85,
231,
15,
47,
6200,
15,
80,
50,
7938,
19,
14,
1054,
231,
9,
26,
823,
15,
13,
38,
13,
1,
8,
13,
18,
18... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Guessing list of google kind of functionality
===
I wanted to add a functionality in a text-box that if someone is typing a name and I already have a list of names than just like `Google Search` gives us some guess list at the bottom of the text box related to the letters we entered in the text-box I can also give the... | 0 | [
2,
19523,
968,
16,
8144,
825,
16,
18548,
800,
3726,
3726,
31,
417,
20,
3547,
21,
18548,
19,
21,
1854,
8,
5309,
30,
100,
737,
25,
25266,
21,
204,
17,
31,
614,
57,
21,
968,
16,
1817,
119,
114,
101,
13,
1,
16111,
4875,
2122,
1,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.