unified_texts stringlengths 32 30.1k | OpenStatus_id int64 0 4 | input_ids list | token_type_ids list | attention_mask list |
|---|---|---|---|---|
asp.net access document.forms[0].controlD
===
I have problem with access any asp control by JQuery. I know there are other options to do that, but I am wonderring what I am doing wrong. This is simple asp.net website:
<head runat="server">
<script src="http://ajax.aspnetcdn.com/ajax/jque... | 0 | [
2,
28,
306,
9,
2328,
1381,
4492,
9,
4190,
18,
2558,
387,
500,
9,
12898,
43,
800,
3726,
3726,
31,
57,
1448,
29,
1381,
186,
28,
306,
569,
34,
487,
8190,
93,
9,
31,
143,
80,
50,
89,
6368,
20,
107,
30,
15,
47,
31,
589,
2666,
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... |
Argument of click method in jquery
===
I am trying to bind a click function to an HTML element.
So i tried this :-
$("#buttonId).click(alert("hey")); // does not work.
And then i tried this :-
$("#buttonId).click(function() {
alert("hey");
}); // works perfectly fine.
Since alert is ... | 0 | [
2,
5476,
16,
10840,
2109,
19,
487,
8190,
93,
800,
3726,
3726,
31,
589,
749,
20,
10193,
21,
10840,
1990,
20,
40,
13,
15895,
4520,
9,
86,
31,
794,
48,
13,
45,
8,
5579,
5,
7,
5910,
811,
444,
1340,
6,
9,
150,
10129,
5,
192,
6767... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Description of NSDictionary - why are some key names with quotes?
===
i used a simple NSLog on a dictionary
NSLog(@"dict %@", dictionary);
the result i got was
...
"first_name" = Peter;
gender = male;
id = 1171548848;
"last_name" = Lapisu;
...
**why are some key names in "... | 0 | [
2,
5318,
16,
13,
2172,
22595,
1857,
13,
8,
483,
50,
109,
1246,
1817,
29,
18901,
60,
800,
3726,
3726,
31,
147,
21,
1935,
13,
2172,
5567,
27,
21,
9186,
13,
2172,
5567,
5,
1,
7,
16315,
13,
11881,
1,
7,
15,
9186,
6,
73,
14,
829,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Set a new layout on button
===
I have a layout (containing QLabels and QSpacers) set on a button and I want to replace this with a new one. To do this I have made the following code:
while(!layout.isEmpty())
{
delete(layout.takeAt(0));
}
After this I set the new layout:
layout.addWi... | 0 | [
2,
309,
21,
78,
9106,
27,
5167,
800,
3726,
3726,
31,
57,
21,
9106,
13,
5,
26425,
2593,
21018,
18,
17,
2593,
5582,
1224,
6,
309,
27,
21,
5167,
17,
31,
259,
20,
3934,
48,
29,
21,
78,
53,
9,
20,
107,
48,
31,
57,
117,
14,
249,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Storyboards and SVN conflicts
===
This is a problem we never had to deal with until storyboards were introduced - Whenever there was a chance of conflict in UI, we just made sure that no 2 developers ever worked on the same XIB file simultaneously. The reason we refrained from resolving XIB conflicts is that there may... | 0 | [
2,
609,
2806,
18,
17,
13,
18,
16578,
10344,
800,
3726,
3726,
48,
25,
21,
1448,
95,
243,
41,
20,
1183,
29,
163,
609,
2806,
18,
46,
1277,
13,
8,
6634,
80,
23,
21,
1504,
16,
2930,
19,
13,
5661,
15,
95,
114,
117,
562,
30,
90,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Addy Osmanis pub/sub, trouble understanding the code
===
I am using Addy Osmani's pub sub method:
var topics = {};
jQuery.Topic = function( id ) {
var callbacks,
topic = id && topics[ id ];
if ( !topic ) {
callbacks = jQuery.Callbacks();
topic ... | 0 | [
2,
13,
25001,
23438,
403,
6329,
118,
7563,
15,
2572,
3260,
14,
1797,
800,
3726,
3726,
31,
589,
568,
13,
25001,
23438,
49,
22,
18,
6329,
972,
2109,
45,
4033,
7569,
800,
13,
1,
73,
487,
8190,
93,
9,
3880,
596,
800,
1990,
5,
4924,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
subdomain htaccess index
===
I have this structure
/
/-log
/-shop
/-wwwroot
/--shop
/--shop/-index.html
/--wp-content
/-- and so on
I want to redirect every visitors who surfs in to shop.mysite.com to the /--shop/-index.html file (shop.mysite.com/index.html). As it is now, ... | 0 | [
2,
972,
537,
6232,
13,
9020,
20604,
4348,
800,
3726,
3726,
31,
57,
48,
1411,
13,
118,
13,
118,
8,
5567,
13,
118,
8,
18,
5347,
13,
118,
8,
6483,
14032,
13,
118,
8,
8,
18,
5347,
13,
118,
8,
8,
18,
5347,
118,
8,
25671,
9,
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... |
Using PHP, Thrift and Django
===
I am planning for a application which enables to use PHP as Frontend and Django as backend for API Platform. My question is it possible to use Django with Thrift as we use in regular MVC (without HTTP requests instead Onject in Thrift).
Or is there any other alternative to use PHP a... | 0 | [
2,
568,
13,
26120,
15,
13,
96,
9807,
38,
17,
3857,
14541,
800,
3726,
3726,
31,
589,
2334,
26,
21,
3010,
56,
14645,
20,
275,
13,
26120,
28,
431,
2451,
17,
3857,
14541,
28,
97,
2451,
26,
21,
2159,
2452,
9,
51,
1301,
25,
32,
938,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Active record query on Many to many relationship.
===
I have a model called Event and another called Product. An event has many products and a product has many events (through the join model called `Eventproduct`). I am trying to design a query that will select all products that are not in any event that is going on c... | 0 | [
2,
1348,
571,
25597,
27,
151,
20,
151,
1429,
9,
800,
3726,
3726,
31,
57,
21,
1061,
227,
807,
17,
226,
227,
2374,
9,
40,
807,
63,
151,
1985,
17,
21,
2374,
63,
151,
963,
13,
5,
11639,
14,
1865,
1061,
227,
13,
1,
4943,
38,
1408... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Objective-c iphone App, problems with button to parsed hyperlink
===
Another problem for me with my application is a simple procedure. I want to have a button which, if you press, opens the link associated with the article in question. I have followed instructions that i understand, but I am having trouble understand... | 0 | [
2,
7038,
8,
150,
21024,
4865,
15,
1716,
29,
5167,
20,
2017,
18,
69,
5443,
6258,
800,
3726,
3726,
226,
1448,
26,
55,
29,
51,
3010,
25,
21,
1935,
7004,
9,
31,
259,
20,
57,
21,
5167,
56,
15,
100,
42,
901,
15,
8965,
14,
3508,
15... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Database Design: how to track history?
===
What are the general strategies in DB design to maintain a revision history? If it were just one table I was dealing with, I think it wouldn't be so hard. Just save each update as a new record in the table. The last record will always be the latest revision.
But when the d... | 0 | [
2,
6018,
704,
45,
184,
20,
792,
447,
60,
800,
3726,
3726,
98,
50,
14,
297,
10272,
19,
13,
9007,
704,
20,
4027,
21,
11323,
447,
60,
100,
32,
46,
114,
53,
859,
31,
23,
5746,
29,
15,
31,
277,
32,
1265,
22,
38,
44,
86,
552,
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... |
:auto-refresh? in ring doesnt refresh browser
===
I am developing an app in clojurescript with cljsbuild doing the compiling. ring has a configuration option where if :auto-refersh? is set to true in the project.clj, then browser will be refreshed when any resource files are changed.
This will be ideal for me, as ... | 0 | [
2,
13,
45,
18042,
8,
99,
22373,
60,
19,
1765,
5886,
24905,
16495,
800,
3726,
3726,
31,
589,
3561,
40,
4865,
19,
7383,
2142,
99,
8741,
29,
272,
15664,
18,
29361,
845,
14,
24378,
9,
1765,
63,
21,
8091,
4255,
113,
100,
13,
45,
1804... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
TinyMce CSS - Applying css only in editor
===
I am using content_css to link to all my css for my site.
This works and the content in the tiinyMce editor window is styled as per the css files.
My site has a header, content, footer layout and i apply specific styles to links in the content section like so...
... | 0 | [
2,
3228,
79,
1105,
272,
18,
18,
13,
8,
11989,
272,
18,
18,
104,
19,
1835,
800,
3726,
3726,
31,
589,
568,
2331,
1,
6824,
18,
20,
3508,
20,
65,
51,
272,
18,
18,
26,
51,
689,
9,
48,
693,
17,
14,
2331,
19,
14,
4174,
108,
93,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Exposing WPF control as ActiveX control
===
Why it is impossible to expose WPF control as ActiveX **directly**, without hosting wpf control within WinForms control and then exposing WinForms control as ActiveX? All articles I've read :
- [enter link description here][1]
- [enter link description here][2]
post it a... | 0 | [
2,
17302,
619,
7721,
569,
28,
1348,
396,
569,
800,
3726,
3726,
483,
32,
25,
3992,
20,
13833,
619,
7721,
569,
28,
1348,
396,
13,
1409,
14706,
102,
1409,
15,
366,
10637,
619,
7721,
569,
363,
628,
4190,
18,
569,
17,
94,
17302,
628,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Command pattern to pass application's activity methods?
===
After reading the the [Avoiding memory leaks][1] article by @RomainGuy I realized that my current Android application is plagued with the mistake of passing the application's main activity around. So whenever I, can I simply replace that activity parameter wi... | 0 | [
2,
1202,
3732,
20,
1477,
3010,
22,
18,
2358,
3195,
60,
800,
3726,
3726,
75,
1876,
14,
14,
636,
13884,
1340,
68,
1912,
11724,
18,
500,
2558,
165,
500,
2002,
34,
13,
1,
661,
6232,
19979,
31,
1896,
30,
51,
866,
13005,
3010,
25,
209... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Get a File information that is open or not in physically path in asp.net C#
===
I am facing a problem regarding when a file open at physically end then i will get information that file open or not (File like as .xml , .txt).
So how to get information regarding this file .
I am awaiting for a positive response.
... | 0 | [
2,
164,
21,
3893,
676,
30,
25,
368,
54,
52,
19,
7994,
2013,
19,
28,
306,
9,
2328,
272,
5910,
800,
3726,
3726,
31,
589,
4325,
21,
1448,
3467,
76,
21,
3893,
368,
35,
7994,
241,
94,
31,
129,
164,
676,
30,
3893,
368,
54,
52,
13,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
design advice: Gemify ActiveResource subclass
===
I've been asked to build a gem out of a number of ActiveResource subclasses in a Rails app of ours.
The difficulty is that the `self.site` call uses a constant set in the Rails environment file (so that dev, test, and production point to different websites). After a... | 0 | [
2,
704,
4978,
45,
8551,
8612,
1348,
99,
12097,
972,
1898,
800,
3726,
3726,
31,
22,
195,
74,
411,
20,
1895,
21,
8551,
70,
16,
21,
234,
16,
1348,
99,
12097,
972,
1898,
160,
19,
21,
2240,
18,
4865,
16,
318,
18,
9,
14,
6967,
25,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
how to select area's in windows phone camera
===
i wanna select two specific areas when taking a picture.other areas must be covered(eg:- taking a picture of a meter, i wanna capture the meter count and the serial number of the meter)
how to do this in Windows phone? | 1 | [
2,
184,
20,
5407,
217,
22,
18,
19,
1936,
1132,
3336,
800,
3726,
3726,
31,
11024,
5407,
81,
1903,
924,
76,
741,
21,
2151,
9,
9539,
924,
491,
44,
1363,
5,
5431,
45,
8,
741,
21,
2151,
16,
21,
12587,
15,
31,
11024,
3683,
14,
12587... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 edit CSS rules that don't apply to anything yet in Firebug?
===
I'm helping improve a Wordpress site with a responsive design. Currently, I have media queries set up for the different screen sizes, but there are no CSS rules in them right now.
@media only screen
and (min-device-width : ... | 0 | [
2,
25,
32,
938,
20,
9392,
272,
18,
18,
1761,
30,
221,
22,
38,
5645,
20,
602,
768,
19,
535,
16254,
60,
800,
3726,
3726,
31,
22,
79,
3713,
3545,
21,
833,
5890,
689,
29,
21,
13,
22153,
704,
9,
871,
15,
31,
57,
941,
9386,
2829,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Neo4j Cypher: limiting start nodes following lucene query
===
I have a Cypher query which starts by finding a list of nodes from an index using a lucene query:
START n=node:people("name:ROBERT")
MATCH n--o
RETURN n.name, COLLECT(o.task_name)
which gets very slow when the query of the index returns ... | 0 | [
2,
4368,
300,
728,
18619,
1694,
45,
17567,
799,
16272,
249,
18515,
556,
25597,
800,
3726,
3726,
31,
57,
21,
18619,
1694,
25597,
56,
3244,
34,
3007,
21,
968,
16,
16272,
37,
40,
4348,
568,
21,
18515,
556,
25597,
45,
799,
13,
103,
37... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Android onResume from Application
===
My client wants their app to always show a "WARNING" screen when the application starts or when it awakens from sleep. I've tried creating an onResume() event in my master activity (which every other activity inherits from), but this causes an endless loop:
1. Activity is call... | 0 | [
2,
13005,
27,
99,
18,
9472,
37,
3010,
800,
3726,
3726,
51,
6819,
2846,
66,
4865,
20,
550,
298,
21,
13,
7,
1885,
2981,
7,
2324,
76,
14,
3010,
3244,
54,
76,
32,
22429,
18,
37,
1742,
9,
31,
22,
195,
794,
2936,
40,
27,
99,
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... |
(VC++) Control (PictureBox) not repositioning on screen?
===
I was trying to create a quick application this afternoon (otherwise, I'd never be touching the .Net framework), when I came across something that kept me puzzled the rest of the afternoon. I know I am overlooking something very simple...
To condense, I s... | 0 | [
2,
13,
5,
8990,
20512,
6,
569,
13,
5,
25602,
5309,
6,
52,
302,
9339,
68,
27,
2324,
60,
800,
3726,
3726,
31,
23,
749,
20,
1600,
21,
2231,
3010,
48,
3435,
13,
5,
9539,
10474,
15,
31,
22,
43,
243,
44,
6652,
14,
13,
9,
2328,
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... |
Interface with generic parameters- can't get it to compile
===
I have an interface like so:
public interface MyInterface<E extends Something1> {
public void meth1(MyClass1<E> x);
}
and I have a subclass whose superclass implements the above interface:
public class MyClass2<E extends Somethi... | 0 | [
2,
6573,
29,
12733,
12905,
8,
92,
22,
38,
164,
32,
20,
26561,
800,
3726,
3726,
31,
57,
40,
6573,
101,
86,
45,
317,
6573,
51,
6280,
6413,
1,
62,
9073,
301,
165,
1,
13,
1,
317,
11364,
55,
96,
165,
5,
915,
1898,
165,
1,
62,
1... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
how to set view controller programmatically for subview in storyboard?
===
(Designed in storyboard , screenshot below) I have two subviews on my rootviewcontroller's view
![enter image description here][1]
In my code i want to assign a view controller to each subview. i.e Assign a tableViewController to the Ta... | 0 | [
2,
184,
20,
309,
1418,
9919,
625,
6732,
1326,
26,
972,
4725,
19,
609,
2806,
60,
800,
3726,
3726,
13,
5,
20555,
19,
609,
2806,
13,
15,
2324,
7868,
1021,
6,
31,
57,
81,
972,
4725,
18,
27,
51,
5900,
4725,
12898,
1252,
22,
18,
141... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Reverse Geocoding variable input issue
===
The sample code given in the google site for reverse geocoding is
var geocoder;
var map;
var infowindow = new google.maps.InfoWindow();
var marker;
function initialize() {
geocoder = new google.maps.Geocoder();
var latlng = new google.map... | 0 | [
2,
7006,
6389,
15458,
7612,
6367,
1513,
800,
3726,
3726,
14,
5717,
1797,
504,
19,
14,
8144,
689,
26,
7006,
6389,
15458,
25,
4033,
6389,
716,
1157,
73,
4033,
2942,
73,
4033,
15404,
27508,
800,
78,
8144,
9,
15022,
18,
9,
108,
4120,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
CakePHP 2.2 find returns empty data even if query matches results
===
I have a fresh baked (with bake console) project in witch I have 2 model behaving differently when i call model->find function.
UsersController
public function index() {
$this->User->recursive = 0;
$this->set('users', $this->paginate())... | 0 | [
2,
8390,
26120,
172,
9,
135,
477,
4815,
2424,
1054,
166,
100,
25597,
1717,
1736,
800,
3726,
3726,
31,
57,
21,
3180,
22163,
13,
5,
1410,
24761,
8650,
6,
669,
19,
5722,
31,
57,
172,
1061,
44,
13693,
12670,
76,
31,
645,
1061,
8,
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... |
Windows Phone 7: WebClient failing on physical device and emulator
===
I'm building a Windows Phone application which requires the use of data from a website. The website uses oAuth to authenticate users.
I used the built in web browser control to make a GET request to authenticate users. The official documentation... | 0 | [
2,
1936,
1132,
15001,
2741,
150,
18513,
38,
7250,
27,
1825,
3646,
17,
3579,
14868,
800,
3726,
3726,
31,
22,
79,
353,
21,
1936,
1132,
3010,
56,
4781,
14,
275,
16,
1054,
37,
21,
2271,
9,
14,
2271,
2027,
635,
1346,
96,
20,
14351,
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... |
Check if element exists before tapping
===
We have a iPad app which includes a two-column news reader. The left view contains the list of news of which some link directly to a news and some push another view controller with another list of news. This will also cause a `UIButton` to be set as the `leftBarButtonItem` of... | 0 | [
2,
2631,
100,
4520,
5636,
115,
17357,
800,
3726,
3726,
95,
57,
21,
31,
8240,
4865,
56,
1103,
21,
81,
8,
716,
4404,
103,
996,
7765,
9,
14,
225,
1418,
1588,
14,
968,
16,
996,
16,
56,
109,
3508,
1703,
20,
21,
996,
17,
109,
3250,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 prefix http to multiple columns' url input from users in Rails?
===
This [question][1] has answered the question for a single column but how do you do it for multiple columns? I've got three columns (website, fb, twitter) that I want to prefix with http in case users don't input them in the form.
I tried thi... | 0 | [
2,
184,
20,
14315,
7775,
20,
1886,
7498,
22,
287,
6362,
6367,
37,
3878,
19,
2240,
18,
60,
800,
3726,
3726,
48,
636,
24652,
500,
2558,
165,
500,
63,
3094,
14,
1301,
26,
21,
345,
4698,
47,
184,
107,
42,
107,
32,
26,
1886,
7498,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Project Name Issue when Importing Android Projects into Eclipse Juno
===
This is a small issue with the new Eclipse Juno when dealing with the ADT.
Question:
If I import various projects in Eclipse Indigo I have no issues. The name of the project is as is (ex. "Hello World"). However, if I import the same proj... | 0 | [
2,
669,
204,
1513,
76,
9010,
68,
13005,
2314,
77,
11652,
21715,
800,
3726,
3726,
48,
25,
21,
284,
1513,
29,
14,
78,
11652,
21715,
76,
5746,
29,
14,
21,
43,
38,
9,
1301,
45,
100,
31,
9010,
617,
2314,
19,
11652,
22655,
31,
57,
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... |
Thumbnails in php generated gallery loading slow
===
<br>
the php generated thumbnails loading a bit slow. <br>
can you tell me why? <br>
http://site-perf.com/cgi-bin/show.cgi?id=vz5le19Fp5E <br>
http://www.webpagetest.org/result/120708_S3_BD6/1/details/ <br>
thank you<br>
Satina | 1 | [
2,
5078,
325,
947,
18,
19,
13,
26120,
6756,
2246,
12797,
2276,
800,
3726,
3726,
13,
1,
5145,
1,
14,
13,
26120,
6756,
5078,
325,
947,
18,
12797,
21,
1142,
2276,
9,
13,
1,
5145,
1,
92,
42,
494,
55,
483,
60,
13,
1,
5145,
1,
777... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Dygraph: Two YAxis some series stacked some not
===
is it possible to create a chart with some lines are stacked at each other (Y axis on the left) and others are not stacked (Y2 axis on the right)? And I would like to get some Lines filled under the chart and other in the same graph not.
Is there an example anywhe... | 0 | [
2,
9841,
9614,
45,
81,
13,
93,
19676,
109,
231,
20054,
109,
52,
800,
3726,
3726,
25,
32,
938,
20,
1600,
21,
1795,
29,
109,
1560,
50,
20054,
35,
206,
89,
13,
5,
93,
8577,
27,
14,
225,
6,
17,
654,
50,
52,
20054,
13,
5,
93,
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... |
Short messages / notices MySQL type
===
I would like to make a simple notice / news system for website administrators.
What is the best solution, to store those messages (up to 250 characters) in database?
VARCHAR(255) or TEXT?
Thanks | 0 | [
2,
502,
7561,
13,
118,
17528,
51,
18,
22402,
1001,
800,
3726,
3726,
31,
83,
101,
20,
233,
21,
1935,
3551,
13,
118,
996,
329,
26,
2271,
18618,
9,
98,
25,
14,
246,
4295,
15,
20,
1718,
273,
7561,
13,
5,
576,
20,
6774,
1766,
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,
0,
0,
0,
0,
0... |
Facebook graph api - check what applications my friends are using
===
I am trying to build a facebook app that will serve as a portal for all the apps I am using and the apps my friends are using.
A user could come in, see a thumbnail image if each application he and his friends are using and be able to go to the a... | 0 | [
2,
9090,
7210,
21,
2159,
13,
8,
2631,
98,
3767,
51,
954,
50,
568,
800,
3726,
3726,
31,
589,
749,
20,
1895,
21,
9090,
4865,
30,
129,
1884,
28,
21,
8281,
26,
65,
14,
4865,
18,
31,
589,
568,
17,
14,
4865,
18,
51,
954,
50,
568,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Multilingual and recursive database design
===
i am doing research about multilingual and recursive database design a few days.i found some articles for optimum soluliton but i confused seriously.i was interested a article on http://www.gsdesign.ro/blog/multilanguage-database-design-approach/ and i was liked 4th solut... | 0 | [
2,
1889,
23427,
17,
302,
24244,
6018,
704,
800,
3726,
3726,
31,
589,
845,
527,
88,
1889,
23427,
17,
302,
24244,
6018,
704,
21,
310,
509,
9,
49,
216,
109,
3376,
26,
29546,
7176,
6243,
444,
47,
31,
4230,
4818,
9,
49,
23,
3158,
21,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to ping ubuntu guest on VirtualBox
===
I have an VM (VirtualBox) with Ubuntu. Host machine is Windows 7.
How can i ping my Ubuntu from host and vice versa?
Trying to set "Bridget" connection type in VM settings but there is no effect, i only lose my internet connection in Ubuntu. | 0 | [
2,
184,
20,
13,
3181,
287,
12968,
2473,
2427,
27,
6599,
5309,
800,
3726,
3726,
31,
57,
40,
13,
20147,
13,
5,
8145,
38,
6948,
5309,
6,
29,
287,
12968,
2473,
9,
2015,
1940,
25,
1936,
453,
9,
184,
92,
31,
13,
3181,
51,
287,
12968... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
customize wp_query to join wp_postmeta fields
===
I want to search in the meta fields for the wp ecommerce plugin.
I have columns like productid, chemical formula & CAS no in meta fields for the product. Currently serach module is seraching in the post title, post content for the keywords, need to update the wp_que... | 0 | [
2,
5816,
2952,
13,
13790,
1,
8190,
93,
20,
1865,
13,
13790,
1,
6962,
5909,
58,
2861,
800,
3726,
3726,
31,
259,
20,
2122,
19,
14,
7618,
2861,
26,
14,
13,
13790,
13,
62,
26470,
10922,
108,
9,
31,
57,
7498,
101,
2374,
1340,
15,
3... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
command line returning new line immediately
===
I'm writing a command line Java applicaton. I have a class that handles terminal input/output. I am wanting to ask a simple yes/no (y/n) question.
This is my code:
public boolean yn(String prompt) {
// ask a yes/no question
out(prompt);
try {
while(t... | 0 | [
2,
1202,
293,
2485,
78,
293,
1375,
800,
3726,
3726,
31,
22,
79,
1174,
21,
1202,
293,
8247,
4865,
16904,
444,
9,
31,
57,
21,
718,
30,
3053,
18,
3855,
6367,
118,
1320,
4881,
9,
31,
589,
4638,
20,
1349,
21,
1935,
1643,
118,
251,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 start a stoppable calculation task in iOS 5?
===
I want to start a **calculation** task that will last for a couple of minutes. Since the solution is getting **closer and closer to the optimal solution with time**, I want to give the user a button to **stop** the calculation at any time and stick with the ap... | 0 | [
2,
184,
92,
31,
799,
21,
747,
306,
579,
19644,
3005,
19,
13,
7760,
331,
60,
800,
3726,
3726,
31,
259,
20,
799,
21,
13,
1409,
16304,
11123,
1409,
3005,
30,
129,
236,
26,
21,
1335,
16,
902,
9,
179,
14,
4295,
25,
1017,
13,
1409,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to get the service object inside activities?
===
This the code of my service:
public class DownloadService extends Service {
LocalBroadcastManager mLocalBroadcastManager;
ArrayList<DownloadAsyncTask> dat = new ArrayList<DownloadAsyncTask>();
@Override
public IBinder onBind(Intent arg... | 0 | [
2,
184,
20,
164,
14,
365,
3095,
572,
1648,
60,
800,
3726,
3726,
48,
14,
1797,
16,
51,
365,
45,
317,
718,
7121,
11449,
9073,
365,
13,
1,
375,
24162,
22256,
307,
15580,
24162,
22256,
73,
7718,
5739,
1,
2968,
8294,
58,
9507,
20255,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Conditional CSS Statement
===
A file / web page contents the following attached external cascading style sheets
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<link href="css/a.css" rel="stylesheet" type="text/css" />
<link href=... | 0 | [
2,
21206,
272,
18,
18,
3331,
800,
3726,
3726,
21,
3893,
13,
118,
2741,
2478,
8478,
14,
249,
3638,
4886,
7167,
13489,
68,
1034,
8801,
13,
1,
1743,
1,
13,
1,
5909,
58,
7775,
8,
9629,
710,
3726,
7,
25424,
8,
4474,
7,
2331,
3726,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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: Cursor Out Of Bounds Exception
===
I have a program where you click a button, and a dialog pops up with a bunch of checkboxes. You choose a few of the checkboxes, and then click "ok". What I am trying to do is have it so that when you press ok, for each value you checked off, it will search several database... | 0 | [
2,
13005,
45,
29588,
70,
16,
4138,
18,
5391,
800,
3726,
3726,
31,
57,
21,
625,
113,
42,
10840,
21,
5167,
15,
17,
21,
28223,
1675,
18,
71,
29,
21,
7653,
16,
2631,
5309,
160,
9,
42,
3538,
21,
310,
16,
14,
2631,
5309,
160,
15,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to repair `information_schema`.`TABLES`?
===
I'm trying to list the contents of `information_schema`.`TABLES` like this:
SELECT * FROM information_schema.`TABLES` LIMIT 10
but it gives me an error:
ERROR 2013 (HY000): Lost connection to MySQL server during query
Then I tought that `REPAIR TABLE... | 0 | [
2,
184,
20,
5612,
13,
1,
22793,
1,
7526,
540,
1,
9,
1,
5924,
18,
1,
60,
800,
3726,
3726,
31,
22,
79,
749,
20,
968,
14,
8478,
16,
13,
1,
22793,
1,
7526,
540,
1,
9,
1,
5924,
18,
1,
101,
48,
45,
5407,
1637,
37,
676,
1,
75... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to get the company name into the namespace?
===
My environment:
- Microsoft Visual Studio 2010 C#
I've read many articles and comments about, how I should organize my namespaces.
http://msdn.microsoft.com/en-us/library/ms229026
So my question is quite simple. How do I get the company and project name ... | 0 | [
2,
184,
20,
164,
14,
237,
204,
77,
14,
204,
5582,
60,
800,
3726,
3726,
51,
2307,
45,
13,
8,
7099,
3458,
1120,
498,
272,
5910,
31,
22,
195,
1302,
151,
3376,
17,
7534,
88,
15,
184,
31,
378,
9213,
51,
204,
5582,
18,
9,
7775,
69... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
watch a video and like it in opengraph
===
I have defined 2 actions in the opengraph console: watch a video and like an object. My page is returning video.other as og:type .
Somehow I can send video.watches with object type video, but sending og.likes with object type object fails with
Like actions are not ... | 0 | [
2,
1455,
21,
763,
17,
101,
32,
19,
368,
9614,
800,
3726,
3726,
31,
57,
2811,
172,
3078,
19,
14,
368,
9614,
8650,
45,
1455,
21,
763,
17,
101,
40,
3095,
9,
51,
2478,
25,
2485,
763,
9,
9539,
28,
7096,
45,
4474,
13,
9,
3625,
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... |
Pass the data from a tag of masterpage to normal web page?
===
How can i pass any data or multiple values from html a tag of any master page to any of the web form in asp.net. | 0 | [
2,
1477,
14,
1054,
37,
21,
3383,
16,
1129,
6486,
20,
1826,
2741,
2478,
60,
800,
3726,
3726,
184,
92,
31,
1477,
186,
1054,
54,
1886,
4070,
37,
13,
15895,
21,
3383,
16,
186,
1129,
2478,
20,
186,
16,
14,
2741,
505,
19,
28,
306,
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,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... |
How jquery function is calling?
===
I am new to jquery,but stuck-up at some problem.Please any one can tell me, which is the block of code in following code, which is calling 'hideAllMessages' function. On clicking on ('Info','Error','Warning','Success'),it is calling 'hideAllMessages' function, but not able to unders... | 0 | [
2,
184,
487,
8190,
93,
1990,
25,
2555,
60,
800,
3726,
3726,
31,
589,
78,
20,
487,
8190,
93,
15,
811,
4549,
8,
576,
35,
109,
1448,
9,
6744,
186,
53,
92,
494,
55,
15,
56,
25,
14,
1921,
16,
1797,
19,
249,
1797,
15,
56,
25,
25... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Find parent table's first sibling - jquery
===
I have 2 tables, where I have some rows with some image buttons. What I want to do is, when I click on the image button, is to SHOW the div that is placed right under the table which contains the clicked image button.
<table id="Table1">
<... | 0 | [
2,
477,
4766,
859,
22,
18,
64,
24792,
13,
8,
487,
8190,
93,
800,
3726,
3726,
31,
57,
172,
7484,
15,
113,
31,
57,
109,
11295,
29,
109,
1961,
12861,
9,
98,
31,
259,
20,
107,
25,
15,
76,
31,
10840,
27,
14,
1961,
5167,
15,
25,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Intersection of Inner Polygons of MKPolygon being colored - iOS
===
I am trying to create a fog of war style map where areas I have visited are uncovered and the rest of the map is "hidden". I am using a MKPolygonOverlay that covers the whole map and create inner polygons around all the locations I have visited. Howev... | 0 | [
2,
5351,
16,
3754,
21309,
18,
16,
10804,
17108,
4099,
142,
10133,
13,
8,
13,
7760,
800,
3726,
3726,
31,
589,
749,
20,
1600,
21,
7486,
16,
176,
1034,
2942,
113,
924,
31,
57,
3120,
50,
17082,
17,
14,
760,
16,
14,
2942,
25,
13,
7... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Are these merchant integration instructions bad?
===
I'm working with a payment gateway that seems to have a fundamental misunderstanding of "clients" and how to protect sensitive data.
The integration instructions are mostly about a "redirect" mode of operation, where a customer is directed to the gateway's websit... | 2 | [
2,
50,
158,
5080,
8078,
7650,
896,
60,
800,
3726,
3726,
31,
22,
79,
638,
29,
21,
7582,
12171,
30,
2206,
20,
57,
21,
6377,
13,
21558,
16,
13,
7,
150,
18513,
38,
18,
7,
17,
184,
20,
2196,
7830,
1054,
9,
14,
8078,
7650,
50,
155... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Creating an xml container using xmlst
===
I am trying to normalise a piece of xml. I am having trouble with the section relating to ProductID. I am trying to creatre a container for it <products><productid>xyz</productid></products> by my <xsl:for-each select="ProductID">
does not seem to be working.
Can anyone p... | 0 | [
2,
2936,
40,
23504,
12147,
568,
23504,
384,
800,
3726,
3726,
31,
589,
749,
20,
1826,
2628,
21,
1855,
16,
23504,
9,
31,
589,
452,
2572,
29,
14,
1050,
8456,
20,
2374,
1340,
9,
31,
589,
749,
20,
5059,
721,
99,
21,
12147,
26,
32,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
jQuery text input ignoring mouse, dropdown not working properly
===
I'm working on a site where clicking on a td cell creates a text input (or select/option dropdown) which is set to the current value of the td and the text input is given the focus.
This version allows people to click on a td to put the content int... | 0 | [
2,
487,
8190,
93,
1854,
6367,
9321,
7567,
15,
2804,
2968,
52,
638,
7428,
800,
3726,
3726,
31,
22,
79,
638,
27,
21,
689,
113,
25590,
27,
21,
15596,
1667,
9695,
21,
1854,
6367,
13,
5,
248,
5407,
118,
2594,
3309,
2804,
2968,
6,
56,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Rails request_parameters include controller infos, How to only get POST data
===
I send a application/json post request:
curl 'http://127.0.0.1:3000/api/flowers/growth' -H 'Content-Type:application/json' -d '{"type": 1}'
then I use **request.request_parameters**, the output is:
{"type"=>1, "flower"=>{... | 0 | [
2,
2240,
18,
3772,
1,
6351,
7307,
18,
468,
9919,
15404,
18,
15,
184,
20,
104,
164,
678,
1054,
800,
3726,
3726,
31,
2660,
21,
3010,
118,
728,
528,
678,
3772,
45,
14320,
13,
22,
21127,
6903,
11595,
9,
387,
9,
387,
9,
27925,
2032,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Table x has no column y even after app has been reset
===
I ran "python manage.py reset appname" and then "python manage.py syncdb" because I was getting an error of "DatabaseError: table x has no column named y". While one of the new columns I added in the new view (created_on) worked, I'm still having trouble with ... | 0 | [
2,
859,
993,
63,
90,
4698,
13,
93,
166,
75,
4865,
63,
74,
23422,
800,
3726,
3726,
31,
717,
13,
7,
6448,
11570,
4705,
9,
6448,
23422,
4865,
7259,
7,
17,
94,
13,
7,
6448,
11570,
4705,
9,
6448,
6063,
6324,
220,
7,
185,
31,
23,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
DashPathEffect doesn't work on IconBIT NetTAB MATRIX with drawLine
===
I tested DashPathEffect in my program on 6 devices (Samsung Galaxy Tab 10, Samsung Galaxy S2 (Android 4.0.3), HTC Wildfire S, HTC Aria, CUBE U8GT and IconBIT NetTAB MATRIX (Android 4.0.3)), but only on IconBit this method doesn't work in this code:... | 0 | [
2,
8405,
8353,
21295,
1437,
22,
38,
170,
27,
9801,
3326,
4275,
15783,
8187,
29,
2003,
1143,
800,
3726,
3726,
31,
7631,
8405,
8353,
21295,
19,
51,
625,
27,
400,
4690,
13,
5,
6101,
18,
2373,
9358,
6523,
332,
15,
22981,
9358,
13,
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... |
Debug client code in Android/iPad/iPhone
===
I have been trying to find a way to debug client code in mobile devices browser.
For Android, I have located this:
https://developers.google.com/chrome/mobile/docs/debugging
For iPad/iPhone, weinre seem promising but I have not been able to get it to work:
http://... | 0 | [
2,
121,
16254,
6819,
1797,
19,
13005,
118,
49,
8240,
118,
49,
7709,
800,
3726,
3726,
31,
57,
74,
749,
20,
477,
21,
161,
20,
121,
16254,
6819,
1797,
19,
3241,
4690,
16495,
9,
26,
13005,
15,
31,
57,
335,
48,
45,
7775,
18,
6903,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Getting error text from @Dblookup?
===
How do I return the error text from an @Dblookup? I have similar lookups that I suspect that are returning an error so I want to have a panle that displays when a lookup error occurs.
I have:
var dbpath = @DbLookup("","Setup","Setup","EIDBServerFilename");
var tmp = @DbLo... | 0 | [
2,
1017,
7019,
1854,
37,
13,
1,
9007,
5810,
576,
60,
800,
3726,
3726,
184,
107,
31,
788,
14,
7019,
1854,
37,
40,
13,
1,
9007,
5810,
576,
60,
31,
57,
835,
361,
15699,
30,
31,
7551,
30,
50,
2485,
40,
7019,
86,
31,
259,
20,
57,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to exactly simulate new T[n] with an allocator?
===
The expression `new T[n]` *may or may not* initialize each object in the array, depending on what `T` is.
How do I replicate this initialization behavior using an `allocator`? | 0 | [
2,
184,
20,
1890,
24969,
78,
13,
38,
2558,
103,
500,
29,
40,
65,
2499,
3457,
60,
800,
3726,
3726,
14,
1803,
13,
1,
2681,
13,
38,
2558,
103,
500,
1,
1637,
3904,
54,
123,
52,
2483,
2104,
2952,
206,
3095,
19,
14,
7718,
15,
4758,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Iterate over clojure map pairs (loop)
===
I have a sequence of map-pairs like this (currently about 17000 pairs)
(def myseq '({:name "Peter" :rank 2222} {:name "Anna" :rank 111}))
I want to filter specific pairs into a new sequence with
(filter (fn [x] (> x 222)) (:rank (first myseq)))
I have been ... | 0 | [
2,
32,
106,
1373,
84,
7383,
2142,
99,
2942,
7473,
13,
5,
18786,
6,
800,
3726,
3726,
31,
57,
21,
4030,
16,
2942,
8,
11541,
1224,
101,
48,
13,
5,
24947,
88,
369,
3993,
7473,
6,
13,
5,
13862,
51,
18,
18550,
13,
22,
5,
1,
45,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
google feed api - slideshow api not working in IE8 in my blog site
===
I have included a slideshow with a photofeed in my blog http://travelntreat.blogspot.in/
The slideshow works fine in all browsers except IE. I have even tried in IE7 and IE8 as well.
In IE, I get the following error.
Message: 'google.feeds.F... | 0 | [
2,
8144,
4063,
21,
2159,
13,
8,
18066,
1544,
21,
2159,
52,
638,
19,
13,
660,
457,
19,
51,
8146,
689,
800,
3726,
3726,
31,
57,
506,
21,
18066,
1544,
29,
21,
3056,
20954,
19,
51,
8146,
7775,
6903,
21629,
103,
13581,
9,
7091,
5447,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Post on facebook wall fails ... sometimes
===
The code is a fairly simple facebook post to a member's wall
The member has authorized the app. and i'm not trying to post on their fan pages just on the user's wall that was authorized.
When users do certain actions on the site i post a message and log the result.... | 0 | [
2,
678,
27,
9090,
769,
13614,
13,
9,
9,
9,
1030,
800,
3726,
3726,
14,
1797,
25,
21,
6647,
1935,
9090,
678,
20,
21,
322,
22,
18,
769,
14,
322,
63,
9401,
14,
4865,
9,
17,
31,
22,
79,
52,
749,
20,
678,
27,
66,
2514,
4434,
114... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 permanent Placeholder workaround
===
I am using placeholders for input boxes in my application and a jquery workaround for browsers that do not support placeholders. However in most browsers the placeholder disappears when the input is in focus even though it is empty. One workaround is to use a transparent bg on... | 0 | [
2,
13,
15895,
3032,
209,
12427,
170,
10037,
800,
3726,
3726,
31,
589,
568,
209,
11119,
26,
6367,
8120,
19,
51,
3010,
17,
21,
487,
8190,
93,
170,
10037,
26,
16495,
18,
30,
107,
52,
555,
209,
11119,
9,
207,
19,
127,
16495,
18,
14,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Error in Comparing the same column in mysql
===
I am fetching the values from the column as the value of integer and doing this for two user so i tried to get the value from the table and compare it but unfortunately for both greater and smaller comparsion i am getting the same result nothing changed.
How do i comp... | 0 | [
2,
7019,
19,
15047,
14,
205,
4698,
19,
51,
18,
22402,
800,
3726,
3726,
31,
589,
18312,
68,
14,
4070,
37,
14,
4698,
28,
14,
1923,
16,
13820,
17,
845,
48,
26,
81,
4155,
86,
31,
794,
20,
164,
14,
1923,
37,
14,
859,
17,
11590,
3... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to ask for user login when using SAML SOAP binding?
===
I am learning SAML, and regarding SOAP binding, I am not sure how this works.
For redirect binding and post binding, it is very clear that SP can talk to IdP through browser then IdP can display a login screen if necessary.
But for SOAP binding, it does... | 0 | [
2,
184,
20,
1349,
26,
4155,
6738,
108,
76,
568,
1113,
255,
6447,
8728,
60,
800,
3726,
3726,
31,
589,
2477,
1113,
255,
15,
17,
3467,
6447,
8728,
15,
31,
589,
52,
562,
184,
48,
693,
9,
26,
302,
14706,
8728,
17,
678,
8728,
15,
32... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
AJAX Toolkit ReorderList not ordering bottom to top
===
I have maanged to get a ReorderList working if I drag an item from top to bottom. However if I drag an item from bottom to top it does not work.
Below the markup I use
<div class="form" id="DivActions" runat="server">
<asp:ReorderList ID="ReorderLi... | 0 | [
2,
20624,
5607,
13703,
302,
7861,
5739,
52,
15775,
2129,
20,
371,
800,
3726,
3726,
31,
57,
1216,
1712,
69,
20,
164,
21,
302,
7861,
5739,
638,
100,
31,
5501,
40,
9101,
37,
371,
20,
2129,
9,
207,
100,
31,
5501,
40,
9101,
37,
2129,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Strip html to remove all js/css/html tags to give actual text(displayed on browser) to use it for indexing and search
===
I have tried strip_tag but it still leaves inline js : (function(){..}) and also inline css #button{}
I need to extract pure text from html without any JS function or styling or tags so that I c... | 0 | [
2,
4998,
13,
15895,
20,
4681,
65,
487,
18,
118,
6824,
18,
118,
15895,
3383,
18,
20,
590,
3463,
1854,
5,
2906,
11061,
27,
16495,
6,
20,
275,
32,
26,
4348,
68,
17,
2122,
800,
3726,
3726,
31,
57,
794,
4998,
1,
8628,
47,
32,
174,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Anonymous structs issues in union
===
I have something like this:
union MyBBox3D
{
struct
{
float m_fBox[6];
float m_fCenter[3];
float m_fDiagonalLen;
float m_fNormalizeFactor;
float m_fScaling[3];
};
struct
... | 0 | [
2,
10364,
13,
10346,
18,
1549,
19,
667,
800,
3726,
3726,
31,
57,
301,
101,
48,
45,
667,
51,
220,
5309,
240,
43,
13,
1,
13,
10346,
13,
1,
11510,
307,
1,
410,
5309,
2558,
379,
12660,
11510,
307,
1,
410,
12641,
2558,
240,
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... |
Activate Track Changes in Excel Workbook using Powershell
===
I'm trying to open a Excel Workbook in Powershell and activate TrackChanges:
[String]$wd = $PWD
$file = $wd + "\test.xlsx"
$xl = New-Object -ComObject excel.application
$xl.Workbooks.Open($file)
$xl.ActiveWorkbook.Highli... | 0 | [
2,
18163,
792,
1693,
19,
20700,
170,
5199,
568,
414,
15984,
800,
3726,
3726,
31,
22,
79,
749,
20,
368,
21,
20700,
170,
5199,
19,
414,
15984,
17,
18163,
792,
16229,
18,
45,
636,
11130,
500,
4403,
14733,
800,
5579,
17230,
43,
5579,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
ajax- if I send an ajax request on a url, can i check in the php page if it is a request or the page has been opened?
===
For security purposes, I want to stop the users from being able to view or send anything to the php pages I am going to use for ajax purposes.
So is there any way by which I can check whether a ... | 0 | [
2,
20624,
8,
100,
31,
2660,
40,
20624,
3772,
27,
21,
287,
6362,
15,
92,
31,
2631,
19,
14,
13,
26120,
2478,
100,
32,
25,
21,
3772,
54,
14,
2478,
63,
74,
520,
60,
800,
3726,
3726,
26,
1221,
4612,
15,
31,
259,
20,
747,
14,
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... |
Create new cron job Task Scheduler from SocialEngine admin control panel
===
I'm new to socialengine framework. Can any one help me how to create new cron job Task Scheduler from socialengine admin panel?.
Any suggestions appreciated.
Thanks in advance | 0 | [
2,
1600,
78,
13,
19587,
1205,
3005,
4345,
139,
37,
668,
16847,
21,
43,
2160,
569,
4113,
800,
3726,
3726,
31,
22,
79,
78,
20,
668,
16847,
6596,
9,
92,
186,
53,
448,
55,
184,
20,
1600,
78,
13,
19587,
1205,
3005,
4345,
139,
37,
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,
0,
0,
0... |
Elements disappearing from UITableViewCell while scrolling
===
I am currently having a problem with a UITableView, and more precisely with a Custom Cell.
I got a table view controller, let's say ControllerA, which is in charge of displaying different TableViewCells. These cells are custom cells, defined in another ... | 0 | [
2,
2065,
16797,
37,
13,
11193,
579,
4725,
9725,
133,
13,
28166,
800,
3726,
3726,
31,
589,
871,
452,
21,
1448,
29,
21,
13,
11193,
579,
4725,
15,
17,
91,
11628,
29,
21,
5816,
1667,
9,
31,
330,
21,
859,
1418,
9919,
15,
408,
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... |
Php: DateTime: how to set only seconds (not hours neither minutes)
===
I have a code where I have to "round" to the lowest minute.
- `16:05:00` should become `16:05:00`
- `16:05:01` should become `16:05:00`
- `16:05:29` should become `16:05:00`
- `16:05:30` should become `16:05:00`
- `16:05:31` should become `1... | 0 | [
2,
13,
26120,
45,
1231,
891,
45,
184,
20,
309,
104,
2582,
13,
5,
1270,
974,
3028,
902,
6,
800,
3726,
3726,
31,
57,
21,
1797,
113,
31,
57,
20,
13,
7,
5000,
7,
20,
14,
6543,
2038,
9,
13,
8,
13,
1,
1091,
45,
387,
24153,
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... |
passing more than one variable to another page in asp.net
===
I want to pass more than one variable to other web pages.
I try this code
`string adi = TaskGridView.SelectedRow.Cells[3].Text;
string soyadi = TaskGridView.SelectedRow.Cells[3].Text;
Response.Redirect("Default2.aspx?adi=" + adi);
Response.Re... | 0 | [
2,
2848,
91,
119,
53,
7612,
20,
226,
2478,
19,
28,
306,
9,
2328,
800,
3726,
3726,
31,
259,
20,
1477,
91,
119,
53,
7612,
20,
89,
2741,
4434,
9,
31,
1131,
48,
1797,
13,
1,
11130,
13,
6622,
800,
3005,
16375,
4725,
9,
18,
7138,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 Model binding from Querystring to Object and Request-response pattern
===
The model binding from **HTTP POST** params works great with the pattern Request-response, so i recieve in my controller the ViewModel that i need and i call the service layer with that object.
So everithing is encapsulated in the D... | 0 | [
2,
28,
306,
9,
2328,
307,
8990,
1061,
8728,
37,
25597,
11130,
20,
3095,
17,
3772,
8,
99,
18,
8782,
870,
3732,
800,
3726,
3726,
14,
1061,
8728,
37,
13,
1409,
21127,
678,
1409,
2258,
79,
18,
693,
374,
29,
14,
3732,
3772,
8,
99,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to make this code work?
===
i'm having a little problem, i guess is from here
if($thepage == "") {
$strSQL = "SELECT * FROM Banlist LIMIT 0 , 15";
}
if($thepage == 2) {
$strSQL = "SELECT * FROM Banlist LIMIT 15 , 30";
}
if($thepage == 3) {
$strSQL = "SELECT * FROM Banl... | 0 | [
2,
184,
20,
233,
48,
1797,
170,
60,
800,
3726,
3726,
31,
22,
79,
452,
21,
265,
1448,
15,
31,
2321,
25,
37,
235,
100,
5,
4403,
124,
6486,
800,
3726,
13,
7,
7,
6,
13,
1,
5579,
9729,
18,
22402,
800,
13,
7,
18,
16964,
1637,
37... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Can I use simply exitcode within test expression (without $?)?
===
I have to make a conditional in ash, that depends on result of two commands. The problem is one of them returns the result to stdout, the other as exitcode.
Do I have to write
command2
RET=$?
if [ `command1` -eq 1 -a $RET -eq 2 ]... | 0 | [
2,
92,
31,
275,
1659,
4350,
9375,
363,
1289,
1803,
13,
5,
14506,
5579,
60,
6,
60,
800,
3726,
3726,
31,
57,
20,
233,
21,
21206,
19,
3133,
15,
30,
9597,
27,
829,
16,
81,
14294,
9,
14,
1448,
25,
53,
16,
105,
4815,
14,
829,
20,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How I can mantain search imput boxes in slickgrid when I hide a column?
===
I'm beginning in development of an app with slickgrid library. I've not problem getting data from DB and adding some functionalities like hide columns, ordering, filtering, and so on, but I've encountered with a problem: when I hide a column (... | 0 | [
2,
184,
31,
92,
169,
5851,
2122,
797,
4881,
8120,
19,
12544,
16375,
76,
31,
3077,
21,
4698,
60,
800,
3726,
3726,
31,
22,
79,
997,
19,
522,
16,
40,
4865,
29,
12544,
16375,
1248,
9,
31,
22,
195,
52,
1448,
1017,
1054,
37,
13,
900... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
number logic program needed for id generation
===
program to output **all 4 digit numbers** where no prior digit is greater than latter.
Numbers should be 1-9(including 1 & 9).
Numbers can be like 1234,2345. First digit should be less than second, second should be less than third, third should be less than fourt... | 0 | [
2,
234,
7085,
625,
851,
26,
4924,
2782,
800,
3726,
3726,
625,
20,
5196,
13,
1409,
1233,
268,
15611,
2116,
1409,
113,
90,
1313,
15611,
25,
1894,
119,
1932,
9,
2116,
378,
44,
137,
8,
518,
5,
3970,
137,
279,
561,
6,
9,
2116,
92,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Uploading entity with parent using bulkloader
===
So, I am trying to create an entity with a parent using bulkloader.
I have a Client entity:
class Client(db.Model):
identifier = db.StringProperty()
www_ip = db.StringProperty()
local_ip = db.StringProperty()
status=db.B... | 0 | [
2,
71,
16866,
9252,
29,
4766,
568,
7238,
8294,
106,
800,
3726,
3726,
86,
15,
31,
589,
749,
20,
1600,
40,
9252,
29,
21,
4766,
568,
7238,
8294,
106,
9,
31,
57,
21,
6819,
9252,
45,
718,
6819,
5,
9007,
9,
13998,
6,
45,
25570,
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... |
Android MediaPlayer crashes on Prepare()
===
I am trying to playback a file test3.mid that is generated by the same app and is in the cache directory (I have verified that the file is there with filemanager)
I read [here][1] that setDataSource(string) can cause errors, so I opted to use filedesciptor. The code only... | 0 | [
2,
13005,
941,
14049,
21563,
27,
5723,
5,
6,
800,
3726,
3726,
31,
589,
749,
20,
21306,
21,
3893,
1289,
240,
9,
7825,
30,
25,
6756,
34,
14,
205,
4865,
17,
25,
19,
14,
16522,
16755,
13,
5,
49,
57,
23334,
30,
14,
3893,
25,
80,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
JBullet KinematicCharacterController sinks through ground
===
I am having a slight issue with the JBullet KinematicPlayerController...
http://www.youtube.com/watch?v=CWpYbpJe8GQ
this is my code:
package com.amzoft.agentfps;
import javax.vecmath.Vector3f;
import com.badlogic.gdx.Gdx;
... | 0 | [
2,
487,
9077,
1336,
13,
20765,
6732,
24589,
12898,
1252,
6046,
18,
120,
666,
800,
3726,
3726,
31,
589,
452,
21,
6442,
1513,
29,
14,
487,
9077,
1336,
13,
20765,
6732,
14049,
12898,
1252,
9,
9,
9,
7775,
6903,
6483,
9,
245,
19302,
9,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to Get the value of selected Item in listbox(items loaded by WCF Service from DB) to Text box in windows Phone 7.1?
===
First i consumed data from database to listbox1 if i select the item it not getting into textbox1! it show null reference error
enter code here
private void listBox1_SelectionChang... | 0 | [
2,
184,
20,
164,
14,
1923,
16,
1704,
9101,
19,
968,
5309,
5,
2119,
79,
18,
8572,
34,
11801,
410,
365,
37,
13,
9007,
6,
20,
1854,
1649,
19,
1936,
1132,
453,
9,
165,
60,
800,
3726,
3726,
64,
31,
10936,
1054,
37,
6018,
20,
968,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Setting a location in Map View
===
I'm using a map view and what I want is to mark all the ex. starbucks that near me.
but I don't have any idea how to do this.
Right now all I can do is to view my current location.
| 0 | [
2,
2697,
21,
1474,
19,
2942,
1418,
800,
3726,
3726,
31,
22,
79,
568,
21,
2942,
1418,
17,
98,
31,
259,
25,
20,
943,
65,
14,
1396,
9,
28566,
30,
424,
55,
9,
47,
31,
221,
22,
38,
57,
186,
882,
184,
20,
107,
48,
9,
193,
130,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0... |
PHP download .jpg or .avi
===
I have gotten a problem about downloading .jpg and .avi files from a server using PHP
I have the following code:
$fileName = "Koala.jpg";
$filePath = "./Koala.jpg";
if (!file_exists($filePath)){
echo "No file";
return;
}
$fp = fopen($filePath, "r");
$fileSize = fil... | 0 | [
2,
13,
26120,
7121,
13,
9,
12851,
263,
54,
13,
9,
5271,
800,
3726,
3726,
31,
57,
4094,
21,
1448,
88,
7121,
68,
13,
9,
12851,
263,
17,
13,
9,
5271,
6488,
37,
21,
8128,
568,
13,
26120,
31,
57,
14,
249,
1797,
45,
5579,
16877,
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... |
Converting a string to double for coordinate use, Xcode
===
I have a list of longitudes and latitudes in an XML file. I can print the lat and lon as a string but when i convert the string to a double i get 0.
Here is my code:
NSString *latstring = [[NSString alloc] initWithString:theList.lat] ;
NSString... | 0 | [
2,
19583,
21,
3724,
20,
1494,
26,
15154,
275,
15,
993,
9375,
800,
3726,
3726,
31,
57,
21,
968,
16,
22291,
18,
17,
16337,
18,
19,
40,
23504,
3893,
9,
31,
92,
4793,
14,
14303,
17,
13,
3226,
28,
21,
3724,
47,
76,
31,
8406,
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... |
Fragment evaluation error when trying to run Play FakeAplication in scala test
===
Could someone please help. I have Play2 project in which I need to test some DAO code.
I used documentaion from http://www.playframework.org/documentation/2.0.2/ScalaTest.
The test is very simple:
import models.Calendar
i... | 0 | [
2,
14847,
8670,
7019,
76,
749,
20,
485,
418,
7031,
58,
20669,
19,
25975,
1289,
800,
3726,
3726,
110,
737,
2247,
448,
9,
31,
57,
418,
135,
669,
19,
56,
31,
376,
20,
1289,
109,
13,
17104,
1797,
9,
31,
147,
4492,
58,
872,
37,
777... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How do I manipulate this unofficial Google+ API to return a simple list of followers?
===
So after some research I realized the Official Google+ API is very simple and incomplete not allowing you much. However, I did find a few resources, one in particular which seems to be a homegrown unofficial Google+ API built in... | 0 | [
2,
184,
107,
31,
18468,
48,
11647,
8144,
2430,
21,
2159,
20,
788,
21,
1935,
968,
16,
8518,
60,
800,
3726,
3726,
86,
75,
109,
527,
31,
1896,
14,
989,
8144,
2430,
21,
2159,
25,
253,
1935,
17,
14011,
52,
2719,
42,
212,
9,
207,
15... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Set the total number of record in phpMyDataGrid
===
I am working on a project that is using `phpMyDataGrid` http://www.gurusistemas.com/documentation.php
When a user first visits, I need to display all the records in one page (i.e. without paginating) later the user can choose smaller page size and hence pagination... | 0 | [
2,
309,
14,
600,
234,
16,
571,
19,
13,
26120,
915,
18768,
16375,
800,
3726,
3726,
31,
589,
638,
27,
21,
669,
30,
25,
568,
13,
1,
26120,
915,
18768,
16375,
1,
7775,
6903,
6483,
9,
27222,
18,
17012,
5250,
9,
960,
118,
28132,
857,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Automticaly setup add-on Heroku-Postgresql with one command
===
I want use PostgreSQL 9 in my app and to host on Heroku. By default heroku use Postgres 8.3.
To use Postgres 9, I need to install add-on heroku-postgres(https://addons.heroku.com/heroku-postgresql). In the documentation I found several steps to use Postg... | 0 | [
2,
3108,
79,
12630,
102,
18161,
3547,
8,
218,
36,
9266,
8,
6962,
6879,
18,
22402,
29,
53,
1202,
800,
3726,
3726,
31,
259,
275,
678,
6879,
18,
22402,
561,
19,
51,
4865,
17,
20,
2015,
27,
36,
9266,
9,
34,
12838,
36,
9266,
275,
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... |
UL LI with Background Image in one row
===
I am debugging one tricky alignment problem. Here is the [jsfiddle][1]. The problem is that the Rating "Thumbs" Up & Down are present in a single image. I am using `background-position` to generate different images.
The visual looks is looking well, but I **need to show a... | 0 | [
2,
13,
1287,
2093,
29,
2395,
1961,
19,
53,
3131,
800,
3726,
3726,
31,
589,
121,
16254,
2762,
53,
5514,
93,
12448,
1448,
9,
235,
25,
14,
636,
728,
18,
1707,
12312,
500,
2558,
165,
500,
9,
14,
1448,
25,
30,
14,
4647,
13,
7,
96,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 Moving Items from one list to another based on the combobox selection
===
I follow [Jquery - Moving Items from one list to another based on the combobox selection][1] it is very nice piece of code **but how to make all values selected which are moving in targetCars?**
[1]: http://stackoverflow.com/quest... | 0 | [
2,
487,
8190,
93,
1219,
3755,
37,
53,
968,
20,
226,
432,
27,
14,
22621,
5309,
3155,
800,
3726,
3726,
31,
1740,
636,
728,
8190,
93,
13,
8,
1219,
3755,
37,
53,
968,
20,
226,
432,
27,
14,
22621,
5309,
3155,
500,
2558,
165,
500,
3... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Javascript setInterval - rate or delay?
===
Does the Javascript setInterval method wait (at least) the specified interval between two executions of the specific code, or does it wait that interval in between finishing the previous execution and the beginning of the next execution?
(or, when comparing to Java's Sche... | 0 | [
2,
8247,
8741,
309,
6280,
3377,
13,
8,
1684,
54,
7255,
60,
800,
3726,
3726,
630,
14,
8247,
8741,
309,
6280,
3377,
2109,
1760,
13,
5,
721,
639,
6,
14,
9931,
14422,
128,
81,
5769,
18,
16,
14,
1903,
1797,
15,
54,
630,
32,
1760,
3... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Google Line Chart with different Sample Interval
===
I'm trying to draw multiple lines on a [line-chart][1], but each line has a different data sampling interval - some every 4 hours, some every 8.
The data looks something like this if I merge the intervals together.
Interval, Avg-8h, Avg-4h
0 ... | 0 | [
2,
8144,
293,
1795,
29,
421,
5717,
14422,
800,
3726,
3726,
31,
22,
79,
749,
20,
2003,
1886,
1560,
27,
21,
636,
1143,
8,
5433,
38,
500,
2558,
165,
500,
15,
47,
206,
293,
63,
21,
421,
1054,
19030,
14422,
13,
8,
109,
352,
268,
97... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Getting different RSS Feed order in different browser+PHP
===
I'm getting the newest RSS Feed that has been published at http://sports.espn.go.com/espn/rss/news using PHP. So the idea here is that everytime http://sports.espn.go.com/espn/rss/news has been added to my system, it will get the latest published post.
T... | 0 | [
2,
1017,
421,
13,
1224,
18,
4063,
389,
19,
421,
16495,
2430,
26120,
800,
3726,
3726,
31,
22,
79,
1017,
14,
17175,
13,
1224,
18,
4063,
30,
63,
74,
467,
35,
7775,
6903,
17639,
9,
160,
17479,
9,
839,
9,
960,
118,
160,
17479,
118,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Does Google Docs Have any Externally Accessible Link to Show a Doc and Its Associated Sharing Dialog?
===
I am working on GNOME's Documents application for my Google Summer of Code project. The Google documents listing that we get from libgdata is organized in a Feed object which is composed by Entry objects (an entry... | 0 | [
2,
630,
8144,
9765,
18,
57,
186,
4886,
102,
7342,
3508,
20,
298,
21,
9765,
17,
82,
1598,
6126,
28223,
60,
800,
3726,
3726,
31,
589,
638,
27,
24117,
22,
18,
4374,
3010,
26,
51,
8144,
697,
16,
1797,
669,
9,
14,
8144,
4374,
9554,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
parsing json in iphone
===
I ve got a twitter json Feed.the thing is i m getting error while parsing the json feed .i m using jsonkit.below is the json url.i want to parse the value text and profile_background_image_url in the below json feed.cud u guys help me out
[
{
"created_at": "Mon Jul 09 ... | 0 | [
2,
2017,
18,
68,
487,
528,
19,
21024,
800,
3726,
3726,
31,
13,
195,
330,
21,
10623,
487,
528,
4063,
9,
124,
584,
25,
31,
307,
1017,
7019,
133,
2017,
18,
68,
14,
487,
528,
4063,
13,
9,
49,
307,
568,
487,
528,
13703,
9,
863,
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... |
WebView and scale image
===
I create webview in code. In this webview I show pictures. Now I have two questions. How I can show image in full size, because my pictures has resolution 1381x1829 and I see only part of this picture. And second. As you can see in code I load pictures from assets, but I want to load pictur... | 0 | [
2,
2741,
4725,
17,
3464,
1961,
800,
3726,
3726,
31,
1600,
2741,
4725,
19,
1797,
9,
19,
48,
2741,
4725,
31,
298,
3104,
9,
130,
31,
57,
81,
2346,
9,
184,
31,
92,
298,
1961,
19,
503,
1072,
15,
185,
51,
3104,
63,
4302,
539,
3980,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Path security and before_filters rails
===
I am currently creating an app where users can create and apply for jobs. However as I am fairly new to rails I am facing a fairly significant security feature in that if any user knows the correct path, for example:
localhost:3000/users/user_id/apps
Then they can ... | 0 | [
2,
2013,
1221,
17,
115,
1,
11924,
6052,
2240,
18,
800,
3726,
3726,
31,
589,
871,
2936,
40,
4865,
113,
3878,
92,
1600,
17,
5645,
26,
4844,
9,
207,
28,
31,
589,
6647,
78,
20,
2240,
18,
31,
589,
4325,
21,
6647,
1505,
1221,
1580,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 FastClick needed for normal hyperlink when used in mobile webkit?
===
The FastClick [1] library enhanced the responsiveness on JavaScript's onclick event when used under webkit.
But will it improve the responsiveness of a normal hyperlink? (e.g. <a href='xxx'..)
[1] http://assanka.net/content/tech/2011/08... | 0 | [
2,
25,
1512,
150,
10129,
851,
26,
1826,
5443,
6258,
76,
147,
19,
3241,
2741,
13703,
60,
800,
3726,
3726,
14,
1512,
150,
10129,
636,
165,
500,
1248,
10062,
14,
13,
22153,
720,
27,
8247,
8741,
22,
18,
27,
150,
10129,
807,
76,
147,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Batch delete ONLY old user profiles?
===
OK, been playing with this script for a while and am wondering if anyone has any ideas to only delete user profiles that are older that 45 days. I am thinking I will have to run a seperate function to look at the last modified date of every folder in %user% and add it to the ex... | 0 | [
2,
13064,
27448,
104,
315,
4155,
5296,
18,
60,
800,
3726,
3726,
5854,
15,
74,
791,
29,
48,
3884,
26,
21,
133,
17,
589,
5712,
100,
1276,
63,
186,
3478,
20,
104,
27448,
4155,
5296,
18,
30,
50,
1234,
30,
2487,
509,
9,
31,
589,
14... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.