unified_texts stringlengths 32 30.1k | OpenStatus_id int64 0 4 | input_ids list | token_type_ids list | attention_mask list |
|---|---|---|---|---|
Method in defined class not visible
===
I have a class (Schedule) defined as such (schedule.h file shown)
#import <UIKit/UIKit.h>
#import "TdCalendarView.h"
#import "AppDelegate.h"
@interface Schedule : UIView {
IBOutlet UIView *schedule;
}
- (void) calendarTouched... | 0 | [
2,
2109,
19,
2811,
718,
52,
4560,
800,
3726,
3726,
31,
57,
21,
718,
13,
5,
18,
6261,
9813,
6,
2811,
28,
145,
13,
5,
18,
6261,
9813,
9,
252,
3893,
1721,
6,
6926,
1660,
1993,
13,
1,
5661,
13703,
118,
5661,
13703,
9,
252,
1,
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... |
Does R lack a _fast_ dct (discrete cosine transform)?
===
Using Rprof revealed the dct in the dtt package to be the main offender in a piece of R code that was running quite slowly. Swapping it out for fft in the stats package (which is not the same transformation, but should take the same time to compute) my run time... | 0 | [
2,
630,
761,
1792,
21,
13,
1,
13088,
1,
4752,
38,
13,
5,
9752,
99,
591,
326,
18,
1149,
8007,
6,
60,
800,
3726,
3726,
568,
761,
2740,
410,
2204,
14,
4752,
38,
19,
14,
13,
43,
38,
38,
6030,
20,
44,
14,
407,
26540,
19,
21,
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... |
What's the code to open a URL in Safari from within a widget in an iBook. Widget created with Adobe Edge
===
I have this code in Adobe Edge:
window.open("http://www.website.com", "_blank");
This opens the URL in the SAME widget window - but I want it to call Safari on the iPad and open the URL there.
Is this po... | 0 | [
2,
98,
22,
18,
14,
1797,
20,
368,
21,
287,
6362,
19,
25055,
37,
363,
21,
4807,
43,
3060,
19,
40,
31,
5199,
9,
4807,
43,
3060,
679,
29,
20299,
1407,
800,
3726,
3726,
31,
57,
48,
1797,
19,
20299,
1407,
45,
1463,
9,
10157,
5,
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... |
Incorrect decrement of the reference count of an object that is not owned
===
I got a problem when analyzing my code below :
NSDate *formatterDate = [inputFormatter dateFromString:smBook.time_limit];
formatterDate = [formatterDate initWithTimeInterval:1*24*60*60 sinceDate:formatterDate];
The message is ... | 0 | [
2,
18867,
6661,
99,
1130,
16,
14,
2801,
2468,
16,
40,
3095,
30,
25,
52,
1467,
800,
3726,
3726,
31,
330,
21,
1448,
76,
23543,
51,
1797,
1021,
13,
45,
13,
2172,
8209,
1637,
23588,
815,
8209,
800,
636,
108,
4881,
23588,
815,
1231,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Netty Snoop Server example fails with Apache Benchmark
===
Yesterday I was playing with Netty 3.5.1 and go a strange problem with SnoopServer from examples. When using browser or software like curl or wget, everything was fine both in non keep-alive and keep-alive connections. However when using Apache Benchmark almos... | 0 | [
2,
4275,
1084,
22562,
8128,
823,
13614,
29,
17140,
25324,
800,
3726,
3726,
7124,
31,
23,
791,
29,
4275,
1084,
203,
9,
264,
9,
165,
17,
162,
21,
2578,
1448,
29,
22562,
10321,
106,
37,
3770,
9,
76,
568,
16495,
54,
2306,
101,
14320,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Searching file name with * regular expression in C#
===
I have a list of files in WP7 isolated storage which has space character in the file name e.g. "My File Name 1.dat". I want to get all these files name in a string[]. I have used the following code but I am not getting the file names:
string searchPattern ... | 0 | [
2,
5792,
3893,
204,
29,
1637,
1290,
1803,
19,
272,
5910,
800,
3726,
3726,
31,
57,
21,
968,
16,
6488,
19,
13,
13790,
465,
6331,
4326,
56,
63,
726,
925,
19,
14,
3893,
204,
13,
62,
9,
263,
9,
13,
7,
915,
3893,
204,
137,
9,
593,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 compile java code from a .net application?
===
I am creating a source code editor for Java using C# in .NET 4. I need to know how I can interact with the jre to compile the java code on my application editor interface from .net. I wish to display the user any errors on the code as well. Any ideas on how to acco... | 0 | [
2,
184,
20,
26561,
8247,
1797,
37,
21,
13,
9,
2328,
3010,
60,
800,
3726,
3726,
31,
589,
2936,
21,
1267,
1797,
1835,
26,
8247,
568,
272,
5910,
19,
13,
9,
2328,
268,
9,
31,
376,
20,
143,
184,
31,
92,
10001,
29,
14,
487,
99,
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... |
gitX crashes with NSInvalidArgumentException
===
Anyone encountered this error with gitX where it crashes on launch?
gitX[22142:707] *** Terminating app due to uncaught exception
'NSInvalidArgumentException', reason:
'[NOTE: this exception originated in the server.] launch path not accessible'
Go... | 0 | [
2,
13,
10404,
396,
21563,
29,
13,
2172,
108,
18506,
2542,
3073,
1130,
10066,
872,
800,
3726,
3726,
1276,
8208,
48,
7019,
29,
13,
10404,
396,
113,
32,
21563,
27,
3394,
60,
13,
10404,
396,
2558,
20041,
3941,
45,
24829,
500,
8980,
2572... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
ack search for content within Smarty TPL template files
===
Is it possible to use `ack` to search for content within Smarty template files (.tpl)?
At the moment I can only search within the cached version of these templates, which themselves are PHP files.
If I do a case-insensitive `ack` search like this below ... | 0 | [
2,
13,
8735,
2122,
26,
2331,
363,
3978,
93,
13,
38,
5727,
22894,
6488,
800,
3726,
3726,
25,
32,
938,
20,
275,
13,
1,
8735,
1,
20,
2122,
26,
2331,
363,
3978,
93,
22894,
6488,
13,
5,
9,
38,
5727,
6,
60,
35,
14,
688,
31,
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... |
ExtJS 4.1 GridPanel missplaced column
===
I have a GridPanel, but, as you can see, the first column(which is `locked`) is not aligned like the other ones.
Is it a bug, or am I doing something wrong?
![enter image description here][1]
[1]: http://i.stack.imgur.com/hGL6N.png | 0 | [
2,
1396,
38,
728,
18,
268,
9,
165,
7354,
3206,
532,
1501,
12449,
4698,
800,
3726,
3726,
31,
57,
21,
7354,
3206,
532,
15,
47,
15,
28,
42,
92,
196,
15,
14,
64,
4698,
5,
2140,
25,
13,
1,
3966,
69,
1,
6,
25,
52,
13,
12740,
101... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Need help for implementing Entity framework with my brown field project?
===
I have brown field project (It is enterprise application). I have used layered architecture to develop the system. In Data access layer I have used ADO.net to perform db related operations.
Now I want to incorporate Entity Framework with m... | 0 | [
2,
376,
448,
26,
17333,
9252,
6596,
29,
51,
886,
575,
669,
60,
800,
3726,
3726,
31,
57,
886,
575,
669,
13,
5,
242,
25,
6002,
3010,
6,
9,
31,
57,
147,
5385,
69,
2607,
20,
2803,
14,
329,
9,
19,
1054,
1381,
5385,
31,
57,
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... |
Download/Display a XML file using href in PHP
===
need a small basic help, I am creating a XML file on the fly using the parameters submitted in the form by the user. Once the form is submitted, I am jumping into PHP code and there I wanted to give a href link to Download/Display the created XML file.
This is my e... | 0 | [
2,
7121,
118,
2906,
5438,
21,
23504,
3893,
568,
746,
14057,
19,
13,
26120,
800,
3726,
3726,
376,
21,
284,
2125,
448,
15,
31,
589,
2936,
21,
23504,
3893,
27,
14,
2855,
568,
14,
12905,
7368,
19,
14,
505,
34,
14,
4155,
9,
382,
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... |
C# Socket Programming
===
What is equivalent of these two php functions?
socket_create(AF_INET, SOCK_STREAM, SOL_TCP)
socket_read($socketResource, $Port) | 0 | [
2,
272,
5910,
18482,
3143,
800,
3726,
3726,
98,
25,
4602,
16,
158,
81,
13,
26120,
3719,
60,
18482,
1,
6037,
1373,
5,
2565,
1,
1149,
38,
15,
86,
2601,
1,
11260,
15,
7176,
1,
38,
7439,
6,
18482,
1,
10647,
5,
4403,
18,
5668,
1198... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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... |
SQL statement between date
===
This is driving me crazy and not sure what I'm missing here..
so here is my data column looks like:
StartDateTime:
---------------
2012-01-17 11:13:46.530
2012-01-17 11:17:22.530
2012-02-17 11:31:22.223
here is my query trying to get:
select * from... | 0 | [
2,
4444,
255,
3331,
128,
1231,
800,
3726,
3726,
48,
25,
2891,
55,
3328,
17,
52,
562,
98,
31,
22,
79,
2863,
235,
9,
9,
86,
235,
25,
51,
1054,
4698,
1879,
101,
45,
799,
8209,
891,
45,
13,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
What does href="#_self" means?
===
I've seen this here and there, but can't find any information regarding this "thing".
Can anyone please provide us some sort of info regarding the #_self propose ? | 0 | [
2,
98,
630,
746,
14057,
3726,
7,
5910,
1,
8411,
7,
1108,
60,
800,
3726,
3726,
31,
22,
195,
541,
48,
235,
17,
80,
15,
47,
92,
22,
38,
477,
186,
676,
3467,
48,
13,
7,
96,
68,
7,
9,
92,
1276,
2247,
1181,
182,
109,
2058,
16,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0... |
modx: how can I add different manager languages for different users?
===
Is there an easy way to have the language of the modx backend interface (manager) on a per user basis? e.g. admin sees the backend in english, user 1 sees it in french, user2 in italian. <br>
the only thing I could find so far was a global setti... | 0 | [
2,
7226,
396,
45,
184,
92,
31,
3547,
421,
1382,
2556,
26,
421,
3878,
60,
800,
3726,
3726,
25,
80,
40,
2010,
161,
20,
57,
14,
816,
16,
14,
7226,
396,
97,
2451,
6573,
13,
5,
22256,
6,
27,
21,
416,
4155,
2239,
60,
13,
62,
9,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Show/Hide/Toggle Multiple Divs By ID?
===
The good folks at stackoverflow helped me part of the way with this, now i just need a little push over the finishing line.
I need to have a toggle button, that opens div on click (slide down) and then closes on click, pref with an active class too.
However, if you click... | 0 | [
2,
298,
118,
19522,
118,
262,
263,
4875,
1886,
13,
12916,
18,
34,
4924,
60,
800,
3726,
3726,
14,
254,
14563,
35,
7566,
2549,
9990,
1456,
55,
141,
16,
14,
161,
29,
48,
15,
130,
31,
114,
376,
21,
265,
3250,
84,
14,
3718,
293,
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... |
Facebook logout, safari,cookies
===
I am doing Facebook integration for post an image in my Facebook Wall. When I run First Time my application open a login window for Facebook. After then every time it directly post image on my Facebook wall. i already used this
[facebook logout:self]; for Logout
but again it ... | 0 | [
2,
9090,
6738,
1320,
15,
25055,
15,
20840,
1596,
800,
3726,
3726,
31,
589,
845,
9090,
8078,
26,
678,
40,
1961,
19,
51,
9090,
769,
9,
76,
31,
485,
64,
85,
51,
3010,
368,
21,
6738,
108,
1463,
26,
9090,
9,
75,
94,
352,
85,
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... |
Associations between rails models and ActiveRecord queries
===
I'm trying to find all assets which were made by users who are older than the variable min_age. Currently, I'm trying to do it with this call:
assets = Asset.joins(:user).where("age(users.handles.first.birthday) >= ?", min_age)
Each asset has one... | 0 | [
2,
10642,
128,
2240,
18,
2761,
17,
1348,
14953,
9386,
2829,
800,
3726,
3726,
31,
22,
79,
749,
20,
477,
65,
6223,
56,
46,
117,
34,
3878,
72,
50,
1234,
119,
14,
7612,
4232,
1,
1303,
9,
871,
15,
31,
22,
79,
749,
20,
107,
32,
29... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Issue with GCDAsyncSocket in Mountain Lion
===
I am having an issue using the GCDAsyncSocket class in my Mac (Objective-C) application. Here is the error I get:
Apple Mach-O Linker (Id) Error
Ld "/Users/matthewdahl/Library/Developer/Xcode/DerivedData/Server_Tester-fkkcdricfunsmwcdnerorqdtqetc/
Bui... | 0 | [
2,
1513,
29,
13,
10362,
593,
9507,
6824,
5668,
1198,
19,
1286,
6023,
800,
3726,
3726,
31,
589,
452,
40,
1513,
568,
14,
13,
10362,
593,
9507,
6824,
5668,
1198,
718,
19,
51,
1572,
13,
5,
23793,
1284,
8,
150,
6,
3010,
9,
235,
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... |
Implmenting Parcelable with a Date
===
I have a class that implements Parcelable, and it works fine, but I want to add a Date member variable, how do I make the change to add the date variable? So far I only have strings, and that is pretty easy. | 0 | [
2,
5420,
255,
1130,
68,
16554,
579,
29,
21,
1231,
800,
3726,
3726,
31,
57,
21,
718,
30,
8713,
18,
16554,
579,
15,
17,
32,
693,
1123,
15,
47,
31,
259,
20,
3547,
21,
1231,
322,
7612,
15,
184,
107,
31,
233,
14,
753,
20,
3547,
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... |
Who has time to write all these free / open source libraries?
===
It's nice that all this techno mumbo-jumbo exists, but I am curious how people find the time or motivation to write all this free stuff.
They must be knowledgeable and good programmers, so why don't they have a job and code privately instead? Or do t... | 2 | [
2,
72,
63,
85,
20,
2757,
65,
158,
551,
13,
118,
368,
1267,
8649,
60,
800,
3726,
3726,
32,
22,
18,
2210,
30,
65,
48,
18203,
8543,
1192,
8,
728,
23415,
5636,
15,
47,
31,
589,
7686,
184,
148,
477,
14,
85,
54,
11933,
20,
2757,
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... |
Specific table in my MSSQL database is unreadable
===
I can read (SELECT) from all tables in my MSSQL 2008 database except for 1.
What could be reason for this behavior and how would one go about resolving it?
I had to resort to shutting down and restarting SQL server. | 0 | [
2,
1903,
859,
19,
51,
4235,
18,
22402,
6018,
25,
367,
10647,
579,
800,
3726,
3726,
31,
92,
1302,
13,
5,
18,
16964,
6,
37,
65,
7484,
19,
51,
4235,
18,
22402,
570,
6018,
1613,
26,
137,
9,
98,
110,
44,
1215,
26,
48,
3257,
17,
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... |
FactoryGirl reset sequence
===
does anyone know how to reset the sequence method for FactoryGirl? I have a factory that creates a list of tasks and I want to order to start at 1 every time. I use sequence because the task list is a join model so I would need the order to increase every time I create a factory until I ... | 0 | [
2,
3129,
9649,
23422,
4030,
800,
3726,
3726,
630,
1276,
143,
184,
20,
23422,
14,
4030,
2109,
26,
3129,
9649,
60,
31,
57,
21,
3129,
30,
9695,
21,
968,
16,
8674,
17,
31,
259,
20,
389,
20,
799,
35,
137,
352,
85,
9,
31,
275,
4030,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Why am I getting "you may have ambiguous routes" for a rails controller action?
===
I am having trouble with a semantic form for one of my models. The relevant models are
class Event < ActiveRecord::Base
belongs_to :series
...
end
class Series < ActiveRecord::Base
has_many :eve... | 0 | [
2,
483,
589,
31,
1017,
13,
7,
245,
123,
57,
22154,
5050,
7,
26,
21,
2240,
18,
9919,
1028,
60,
800,
3726,
3726,
31,
589,
452,
2572,
29,
21,
17220,
505,
26,
53,
16,
51,
2761,
9,
14,
7480,
2761,
50,
718,
807,
13,
1,
1348,
14953... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Filename matching, extension not important
===
I want to write a method that does this
def search_for_filenames(dir, name)
# goes to the directory and returns a list of files that match
# the given name, regardless of extension
end
So for example if the name was `test`, and my director... | 0 | [
2,
3893,
7259,
10120,
15,
3896,
52,
681,
800,
3726,
3726,
31,
259,
20,
2757,
21,
2109,
30,
630,
48,
6312,
2122,
1,
1106,
1,
16877,
7259,
18,
5,
9035,
15,
204,
6,
6926,
1852,
20,
14,
16755,
17,
4815,
21,
968,
16,
6488,
30,
730,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 ext_editor to True for all users?
===
I'm using Plone 4.1 and I would like that whenever a new user is created, his personal preference ext_editor be set to True.
I made a subscriber to the user creation event, but I can't change that property:
**configure.zcml:**
...
<subscriber
... | 0 | [
2,
184,
20,
309,
1396,
38,
1,
13401,
20,
1151,
26,
65,
3878,
60,
800,
3726,
3726,
31,
22,
79,
568,
351,
16285,
268,
9,
165,
17,
31,
83,
101,
30,
6634,
21,
78,
4155,
25,
679,
15,
33,
1319,
9808,
1396,
38,
1,
13401,
44,
309,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
existing UITableView photo grid
===
I am trying to make a basic photo grid, that is a "grid" of small "thumbnail" images, that when clicked go to a big version of the image. I am using a UITableView to accomplish this. My problem is that when I try adding rotation support I cant get the table to redraw the grid with a... | 0 | [
2,
3149,
13,
11193,
579,
4725,
3056,
7354,
800,
3726,
3726,
31,
589,
749,
20,
233,
21,
2125,
3056,
7354,
15,
30,
25,
21,
13,
7,
16375,
7,
16,
284,
13,
7,
96,
723,
220,
325,
947,
7,
3502,
15,
30,
76,
15802,
162,
20,
21,
580,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 separate the pages in webView
===
I downloaded this example an[UIWebView to open files][1] and I'm using it to open a rtf file, but it shows the file as one long page and this is not my target, I want to show pages in rtf file and be able searching in it.
is there are any solutions for this problem ?
[1... | 0 | [
2,
184,
20,
1725,
14,
4434,
19,
2741,
4725,
800,
3726,
3726,
31,
23887,
48,
823,
40,
2558,
5661,
14113,
4725,
20,
368,
6488,
500,
2558,
165,
500,
17,
31,
22,
79,
568,
32,
20,
368,
21,
761,
11720,
3893,
15,
47,
32,
1285,
14,
38... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Reporting Services: Allow charts width to grow
===
I have a column graph that I would like to automatically grow rather than shrink the size of the bars to fit the defined space.
Is there any way to set the minimum width of a series?
Is there an option to allow the width to grow as necessary?
I know a Tablix an... | 0 | [
2,
6670,
687,
45,
1655,
5158,
9456,
20,
3213,
800,
3726,
3726,
31,
57,
21,
4698,
7210,
30,
31,
83,
101,
20,
7499,
3213,
864,
119,
16269,
14,
1072,
16,
14,
6062,
20,
2742,
14,
2811,
726,
9,
25,
80,
186,
161,
20,
309,
14,
5187,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
iCloud Calendar Event from my app disappears on iPhone, works okay on iPad
===
I must have a setting configured incorrectly on the iPhone. I confirmed that the accounts are the same. The Calendars switch in the iCloud setting is set to ON. iCloud backup is OFF for both devices.
If I had not compared the application... | 0 | [
2,
31,
19174,
7036,
807,
37,
51,
4865,
20341,
27,
21024,
15,
693,
1705,
27,
31,
8240,
800,
3726,
3726,
31,
491,
57,
21,
2697,
28895,
22870,
27,
14,
21024,
9,
31,
2842,
30,
14,
5310,
50,
14,
205,
9,
14,
7036,
18,
5521,
19,
14,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Codeigniter Hooks advance
===
Hello i am using post_controller hooks to validate user whether logged in or not
But when validation fails i redirect user to login controller....
Now the problem is when it redirect to defaults controller post_controller hooks is called again and in this way infinite loop starts with r... | 0 | [
2,
1797,
9693,
242,
106,
5559,
18,
3612,
800,
3726,
3726,
10975,
31,
589,
568,
678,
1,
12898,
1252,
5559,
18,
20,
7394,
1373,
4155,
1472,
13,
19287,
19,
54,
52,
47,
76,
27999,
13614,
31,
302,
14706,
4155,
20,
6738,
108,
9919,
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... |
MVC datatype.datetime has value but does not display it
===
input class="text-box single-line" data-val="true" data-val-date="The field Bill Date must be a date." data-val-required="Bill Date is required" id="BillDate" name="BillDate" type="date" value="22.02.2012"
here is html code shown in source on chrome. But t... | 0 | [
2,
307,
8990,
1054,
4474,
9,
8209,
891,
63,
1923,
47,
630,
52,
3042,
32,
800,
3726,
3726,
6367,
718,
3726,
7,
11969,
8,
5309,
345,
8,
1143,
7,
1054,
8,
3377,
3726,
7,
13398,
7,
1054,
8,
3377,
8,
8209,
3726,
7,
124,
575,
1071,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Stop Thread onPause
===
I want to stop a Thread when the User leaves the Activity. It sounds so simple but no function, which i tried, works.
I start the Activity with the Code
lovi = new Intent(getApplicationContext(), listoverview.class);
lovi.putExtra("reloadAll", true);
startActivity(lovi);
... | 0 | [
2,
747,
9322,
27,
1060,
3699,
800,
3726,
3726,
31,
259,
20,
747,
21,
9322,
76,
14,
4155,
2084,
14,
2358,
9,
32,
2795,
86,
1935,
47,
90,
1990,
15,
56,
31,
794,
15,
693,
9,
31,
799,
14,
2358,
29,
14,
1797,
13,
5942,
49,
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... |
CSS menu right aligned with markup: UL>LI>UL>LI
===
A friend gave me this HTML and CSS:
http://jsfiddle.net/LGFYE/2/
My job is to use it in a CMS, but that piece of code has several problems with the markup:
- BR after each LI inside the UL
- LI>SPAN with a pipe character only for the sake of design
- Order... | 0 | [
2,
272,
18,
18,
11379,
193,
13,
12740,
29,
943,
576,
45,
13,
1287,
1,
1210,
1,
1287,
1,
1210,
800,
3726,
3726,
21,
860,
492,
55,
48,
13,
15895,
17,
272,
18,
18,
45,
7775,
6903,
728,
18,
1707,
12312,
9,
2328,
118,
10641,
9596,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Dynamic load user control , but JavaScript doesn't work well
===
I need to dynamic load user control in my page. I has a gridview with a checkbox inside those user control. I am using javascript to select all checkbox when user click the top of the checkbox. Everything is work very perfect , but the javascript seem do... | 0 | [
2,
7782,
6305,
4155,
569,
13,
15,
47,
8247,
8741,
1437,
22,
38,
170,
134,
800,
3726,
3726,
31,
376,
20,
7782,
6305,
4155,
569,
19,
51,
2478,
9,
31,
63,
21,
7354,
4725,
29,
21,
2631,
5309,
572,
273,
4155,
569,
9,
31,
589,
568,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
how to get value of HTML from jquery or javascript
===
I want to select the following three values from the HTML file either by Jquery or Javascript.
eg.
**1) classA href value
2) PersonA
3) Accountant**
How can I select all the data of li node by node as? I am lost :(
<ol id="result-set">
<li... | 0 | [
2,
184,
20,
164,
1923,
16,
13,
15895,
37,
487,
8190,
93,
54,
8247,
8741,
800,
3726,
3726,
31,
259,
20,
5407,
14,
249,
132,
4070,
37,
14,
13,
15895,
3893,
694,
34,
487,
8190,
93,
54,
8247,
8741,
9,
12369,
9,
13,
1409,
165,
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... |
div background with gradient and transition with .less
===
I have a div with a gradient and I want to apply a transition when the ueser go over It, I have create a transition but with a gradient doesn't work, this is my css code with styles.less
#navigation li
{
margin: 0;
width:126px;
he... | 0 | [
2,
13,
12916,
2395,
29,
17442,
17,
4513,
29,
13,
9,
923,
800,
3726,
3726,
31,
57,
21,
13,
12916,
29,
21,
17442,
17,
31,
259,
20,
5645,
21,
4513,
76,
14,
287,
160,
106,
162,
84,
32,
15,
31,
57,
1600,
21,
4513,
47,
29,
21,
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... |
Pattern matching on abstract forms
===
Right now, I'm trying to solve the following:
Given something like {a, B, {c, D}} I want to scan through Erlang forms given to parse_transform/2 and find each use of the send operator (!). Then I want to check the message being sent and determine whether it would fit the patte... | 0 | [
2,
3732,
10120,
27,
8502,
1997,
800,
3726,
3726,
193,
130,
15,
31,
22,
79,
749,
20,
8402,
14,
249,
45,
504,
301,
101,
13,
1,
58,
15,
334,
15,
13,
1,
150,
15,
13,
43,
1,
31,
259,
20,
8313,
120,
13,
106,
9949,
1997,
504,
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... |
Samsung Galaxy Tablet does not allow entering floating point numbers to inputs with "number" type
===
Our client wants us to display numeric keyboard for an input field so basically I created a field like:
<code><input type="number" name="quantity" step=".01" value="0.00" /></code>
However, Galaxy Tablet e... | 0 | [
2,
22981,
9358,
16394,
630,
52,
1655,
4604,
8319,
454,
2116,
20,
6367,
18,
29,
13,
7,
16299,
7,
1001,
800,
3726,
3726,
318,
6819,
2846,
182,
20,
3042,
15764,
596,
8896,
26,
40,
6367,
575,
86,
11374,
31,
679,
21,
575,
101,
45,
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... |
EmberJS Controller is undefined
===
So I started using EmberJS today.
// js/main.js
require.config({
baseUrl:'js/',
paths:{
ember: 'libs/emberjs/ember-0.9.8.1',
text: 'libs/require/text',
}
});
// Start the main app logic.
requirejs([
... | 0 | [
2,
13,
19603,
728,
18,
9919,
25,
367,
13439,
800,
3726,
3726,
86,
31,
373,
568,
13,
19603,
728,
18,
786,
9,
12894,
487,
18,
118,
6232,
9,
728,
18,
4077,
9,
14093,
2816,
5,
1,
1000,
911,
255,
45,
22,
728,
18,
118,
22,
15,
120... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Pjax with worpress custom theme giving 301 error in firebug
===
I am trying to use pjax in wordpress . but whenever I try to click the link which fetches the content via ajax call , nothing happens and page loads normally, firebug console show 301 aborted error . Any one can help ? | 0 | [
2,
351,
1004,
396,
29,
13,
10041,
5890,
5816,
3184,
1438,
13,
18979,
7019,
19,
535,
16254,
800,
3726,
3726,
31,
589,
749,
20,
275,
351,
1004,
396,
19,
833,
5890,
13,
9,
47,
6634,
31,
1131,
20,
10840,
14,
3508,
56,
18312,
160,
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... |
getSupportFragmentManager getFragment without tag or id
===
I'm developing an Android 3.1 Tablet application.
I'm using ViewPager and fragments on one activity. My problem is that I don't know how to set an ID or Tag to fragments.
**Activity**
public class FillEReportFragmentActivity extends FragmentActiv... | 0 | [
2,
164,
24168,
22133,
1130,
22256,
164,
22133,
1130,
366,
3383,
54,
4924,
800,
3726,
3726,
31,
22,
79,
3561,
40,
13005,
203,
9,
165,
16394,
3010,
9,
31,
22,
79,
568,
1418,
6486,
139,
17,
10837,
27,
53,
2358,
9,
51,
1448,
25,
30,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Rhino Mock using an expect on 'new' method call
===
Is it possible to do some form of expect NEW in rhino mock.
Example:
public void ToBeTested()
{
ClassForExmaple classForExample = new ClassForExample();
//Other logic.....
}
So I want my unit test to call ToBeTested(), but... | 0 | [
2,
18642,
10506,
568,
40,
4186,
27,
13,
22,
2681,
22,
2109,
645,
800,
3726,
3726,
25,
32,
938,
20,
107,
109,
505,
16,
4186,
78,
19,
18642,
10506,
9,
823,
45,
317,
11364,
20,
863,
22372,
5,
6,
13,
1,
718,
1106,
1706,
540,
5106,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 see most recent data submitted at top of page with PHP/mySQL
===
I am displaying a table from data in a mySQL database (which is stored by users filling out a form). How can I display it so that the most recent data submitted is at the top of the page?
Thank you. | 0 | [
2,
184,
20,
196,
127,
1764,
1054,
7368,
35,
371,
16,
2478,
29,
13,
26120,
118,
915,
18,
22402,
800,
3726,
3726,
31,
589,
17418,
21,
859,
37,
1054,
19,
21,
51,
18,
22402,
6018,
13,
5,
2140,
25,
8214,
34,
3878,
7702,
70,
21,
505... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
What is wrong with my MyConfig.pm?
===
I'm trying to install perl modules local to my user - I don't have root access. I have setup in my directory structure the following place for perl libs: /dasd/home/miner/perl5lib/lib/lib (don't ask) - I want my perl modules there.
I am going to foolishly post my whole MyConf... | 0 | [
2,
98,
25,
1389,
29,
51,
51,
14093,
2816,
9,
5576,
60,
800,
3726,
3726,
31,
22,
79,
749,
20,
16146,
416,
255,
17113,
375,
20,
51,
4155,
13,
8,
31,
221,
22,
38,
57,
5900,
1381,
9,
31,
57,
18161,
19,
51,
16755,
1411,
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... |
Mongo - how do I find the install path of where the data is for the mongo database?
===
I am trying to do a mongorestore command and I am not sure how to find the directory of where the data is.
The command is something like this:
mongorestore -v --db new_db_dump [path to the dump directory]
and I am not ... | 0 | [
2,
3521,
839,
13,
8,
184,
107,
31,
477,
14,
16146,
2013,
16,
113,
14,
1054,
25,
26,
14,
3521,
839,
6018,
60,
800,
3726,
3726,
31,
589,
749,
20,
107,
21,
21028,
5377,
16828,
1202,
17,
31,
589,
52,
562,
184,
20,
477,
14,
16755,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
AVAssetReader to AudioQueueBuffer
===
Currently, I'm doing a little test project to see if I can get samples from an AVAssetReader to play back using an AudioQueue on iOS.
I've read this:
( http://stackoverflow.com/questions/9451508/play-raw-uncompressed-sound-with-audioqueue-no-sound )
and this: ( http://stacko... | 0 | [
2,
21,
8471,
3554,
10647,
106,
20,
4023,
2005,
4185,
2345,
6866,
800,
3726,
3726,
871,
15,
31,
22,
79,
845,
21,
265,
1289,
669,
20,
196,
100,
31,
92,
164,
7855,
37,
40,
21,
8471,
3554,
10647,
106,
20,
418,
97,
568,
40,
4023,
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... |
RESTFUL routing with the same page
===
I am looking to find the best way to setup the routes for my app.
The application allows users to register, post jobs and apply for jobs. The issue I am having is that two routes that should really show different things are linking through to the same pages.
My routes are... | 0 | [
2,
760,
1566,
19880,
29,
14,
205,
2478,
800,
3726,
3726,
31,
589,
699,
20,
477,
14,
246,
161,
20,
18161,
14,
5050,
26,
51,
4865,
9,
14,
3010,
2965,
3878,
20,
2243,
15,
678,
4844,
17,
5645,
26,
4844,
9,
14,
1513,
31,
589,
452,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
SplitView-Based App: Display an independant view
===
I have a splitview-based app, that has a popover menu containing 3 views. I would like to add another view, that doesn't appear in the popover menu, and is displayed when a different button is clicked.
![enter image description here][1]
Here is a screenshot, wi... | 0 | [
2,
2132,
4725,
8,
1281,
4865,
45,
3042,
40,
19,
19038,
1830,
1418,
800,
3726,
3726,
31,
57,
21,
2132,
4725,
8,
1281,
4865,
15,
30,
63,
21,
1675,
2549,
11379,
3503,
203,
4146,
9,
31,
83,
101,
20,
3547,
226,
1418,
15,
30,
1437,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Cases where use of tuple is a must
===
In python , The only difference between list and tuple that I know of is **"lists are mutable but tuples are not"**.But as far as I believe it depends on the coder that he wants to risk mutability or not. <br/><br/>
So I was wondering if there are any cases where use of tuple ov... | 0 | [
2,
1871,
113,
275,
16,
2289,
5106,
25,
21,
491,
800,
3726,
3726,
19,
20059,
13,
15,
14,
104,
2841,
128,
968,
17,
2289,
5106,
30,
31,
143,
16,
25,
13,
1409,
7,
5739,
18,
50,
2832,
5924,
47,
2289,
18534,
50,
52,
7,
1409,
9,
81... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
multiple sort order on same field
===
Consider the following example:
+---------+------------+
| value | name |
+---------+------------+
| 42 | abresas |
| 0 | dionyziz |
| 6 | dionyziz2 |
| 0 | izual |
| 8 | kokos |
| 37 | kostis90gr |
| 0 | ... | 0 | [
2,
1886,
2058,
389,
27,
205,
575,
800,
3726,
3726,
3563,
14,
249,
823,
45,
2754,
8,
8,
8,
8,
8,
8,
8,
8,
8,
2430,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
2430,
13,
1,
1923,
13,
1,
204,
13,
1,
2754,
8,
8,
8,
8,
8,
8... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Can Spring-Security control Html+JQuery+Json+SpringRoo project?
===
I'm using HTML+JQuery as UI, Spring-Roo to generate service layer which contains Json object string conversion. It works well for us like the following sample code:
@RequestMapping(headers = "Accept=application/json")
@ResponseBody
pu... | 0 | [
2,
92,
1573,
8,
17749,
569,
13,
15895,
2430,
728,
8190,
93,
2430,
728,
528,
2430,
15827,
661,
111,
669,
60,
800,
3726,
3726,
31,
22,
79,
568,
13,
15895,
2430,
728,
8190,
93,
28,
13,
5661,
15,
1573,
8,
661,
111,
20,
7920,
365,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 Bluetooth communication code
===
I searched the web a long time for a full Bluetooth communication example for android (eclipse) with another Bluetooth device. I found some codes but none of them workd. I'm developing app that will communicate with a lego mindstorms nxt. I will be glad if someone can show me a... | 0 | [
2,
13005,
705,
15808,
3291,
1797,
800,
3726,
3726,
31,
9036,
14,
2741,
21,
175,
85,
26,
21,
503,
705,
15808,
3291,
823,
26,
13005,
13,
5,
3319,
6013,
870,
6,
29,
226,
705,
15808,
3646,
9,
31,
216,
109,
11358,
47,
2369,
16,
105,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
innerHTML doesn't refresh the display on IE9
===
Beginner Javascript question.
When I set the innerHTML field of an element - it doesn't referesh the display, until I scroll up and down in the page. This only happens in IE9
Here is my code:
<ul id="zzz">
<li>
<input title="Delete" name="Dele... | 0 | [
2,
3754,
15895,
1437,
22,
38,
24905,
14,
3042,
27,
13,
660,
518,
800,
3726,
3726,
26931,
8247,
8741,
1301,
9,
76,
31,
309,
14,
3754,
15895,
575,
16,
40,
4520,
13,
8,
32,
1437,
22,
38,
5017,
6134,
14,
3042,
15,
163,
31,
12159,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
C# How to get required control (ImageList) while iterating through contols on a Windows Form
===
<br>
While loading a Windows Form (C#), I'm trying to iterate through all controls. So I'm writing code in
public Form1()
I've 5 ImageList controls on my form and I want to select an ImageList control on the basis of... | 0 | [
2,
272,
5910,
184,
20,
164,
1390,
569,
13,
5,
22039,
5739,
6,
133,
32,
106,
1880,
120,
1065,
13741,
18,
27,
21,
1936,
505,
800,
3726,
3726,
13,
1,
5145,
1,
133,
12797,
21,
1936,
505,
13,
5,
150,
5910,
6,
15,
31,
22,
79,
749,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
What's the most efficient way to go about writing a complex content filter?
===
A short while ago, I asked a fairly lengthy question regarding a content filter for my website. The post can be found [here][1], please feel free to have a read at your own leisure.
I've accepted @DampeS8N 's answer because he answered ... | 0 | [
2,
98,
22,
18,
14,
127,
8243,
161,
20,
162,
88,
1174,
21,
1502,
2331,
11945,
60,
800,
3726,
3726,
21,
502,
133,
1464,
15,
31,
411,
21,
6647,
13885,
1301,
3467,
21,
2331,
11945,
26,
51,
2271,
9,
14,
678,
92,
44,
216,
636,
6836,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
block_invoke on log in iOS app, while downloading with AFNetwork?
===
I have implemented the AFNetwork library in an iOS application, the app downloads from a web-service to the devices memory.
This is the method that actually saves the pictures, this is set in a loop depending on how many pictures it has to downlo... | 0 | [
2,
1921,
1,
108,
2625,
1048,
27,
6738,
19,
13,
7760,
4865,
15,
133,
7121,
68,
29,
13,
2565,
24106,
60,
800,
3726,
3726,
31,
57,
6807,
14,
13,
2565,
24106,
1248,
19,
40,
13,
7760,
3010,
15,
14,
4865,
7121,
18,
37,
21,
2741,
8,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
No longer able to login to iOS app via oauth: "the page requested was not found"
===
I've been unable to login to Facebook via oauth in my iOS app since yesterday (3rd July), instead I'm being redirected to a page stating "the page requested was not found". This is new behaviour - Usually I'd login through oauth from... | 0 | [
2,
90,
1045,
777,
20,
6738,
108,
20,
13,
7760,
4865,
1197,
635,
1346,
96,
45,
13,
7,
124,
2478,
6602,
23,
52,
216,
7,
800,
3726,
3726,
31,
22,
195,
74,
2343,
20,
6738,
108,
20,
9090,
1197,
635,
1346,
96,
19,
51,
13,
7760,
48... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
ListCtrl - wxPython get all the values from a column
===
is possible to get all the values in a wx.ListCtrl column as a list?
i can see in the documentation that you can get a specified item, but not the whole column, GetValue() do not work either, any help??
| 0 | [
2,
968,
4812,
6362,
13,
8,
619,
396,
6448,
11570,
164,
65,
14,
4070,
37,
21,
4698,
800,
3726,
3726,
25,
938,
20,
164,
65,
14,
4070,
19,
21,
619,
396,
9,
5739,
4812,
6362,
4698,
28,
21,
968,
60,
31,
92,
196,
19,
14,
13945,
30... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Image Capture Fails on IPhone, no session data is displayable
===
I currently use the following code as an image captcha.
<?php
session_start();
$alphanum = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ123456789";
// generate the verication code
$rand = substr(str_shuffle($alp... | 0 | [
2,
1961,
3683,
13614,
27,
21024,
15,
90,
3723,
1054,
25,
3042,
579,
800,
3726,
3726,
31,
871,
275,
14,
249,
1797,
28,
40,
1961,
13960,
1651,
9,
13,
1,
60,
26120,
3723,
1,
13680,
5,
6,
73,
5579,
22480,
6336,
800,
13,
7,
21880,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Problems parsing date like twitter
===
<br><br>
Hi, I'm parsing tweets from twitter and I want to show dates like twitter "posted 40 minutes ago ","posted 1 hour ago" but I have the following problem:
<strong>When I get user tweets, twitter give me this format (link json)</strong><br>
http://twitter.com/st... | 0 | [
2,
1716,
2017,
18,
68,
1231,
101,
10623,
800,
3726,
3726,
13,
1,
5145,
1,
5145,
1,
4148,
15,
31,
22,
79,
2017,
18,
68,
20224,
18,
37,
10623,
17,
31,
259,
20,
298,
4076,
101,
10623,
13,
7,
6962,
69,
1417,
902,
1464,
13,
7,
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... |
R ggplot: plots with a common x axis
===
I have a data.frame df with columns T ,V1,v2,v3,v4
I would like to make a ggplot containing two plots with T as the common the x axis
The first plot contains V1
The second plot contains v2,v3,v4
I tried:
m1 <- melt(df, id = "T")
chart1<-qplot(T, value, data = m... | 0 | [
2,
761,
13,
4572,
13221,
38,
45,
18205,
29,
21,
757,
993,
8577,
800,
3726,
3726,
31,
57,
21,
1054,
9,
8361,
13,
8736,
29,
7498,
13,
38,
13,
15,
710,
165,
15,
710,
135,
15,
710,
240,
15,
710,
300,
31,
83,
101,
20,
233,
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... |
Cakephp Countercache issue
===
Hi i am using Countercache in 2.0 i need to add some condition as follows.
But it is not working.. Its incrementing the field if 'counterCache' => true, It not consider the condition i added.
**Post hasMany WallPost**
**WallPost belongs to Post**
public $belongsTo = arr... | 0 | [
2,
8390,
26120,
2105,
793,
2569,
1513,
800,
3726,
3726,
4148,
31,
589,
568,
2105,
793,
2569,
19,
172,
9,
387,
31,
376,
20,
3547,
109,
2874,
28,
2415,
9,
47,
32,
25,
52,
638,
9,
9,
82,
13,
28461,
68,
14,
575,
100,
13,
22,
244... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
spinner data sorting
===
i have spinner with array list thats work fine, but i want to sort out the datas from a to z (example: apple,ball,cat,dog...)order. I submit my code below `ArrayList<String> SourceArray = new ArrayList<String>();
Spinner Sourcespinner;// = new Spinner(this);
Sourcespinner = (Spinner)find... | 0 | [
2,
3310,
1031,
1054,
2058,
68,
800,
3726,
3726,
31,
57,
3310,
1031,
29,
7718,
968,
30,
18,
170,
1123,
15,
47,
31,
259,
20,
2058,
70,
14,
1054,
18,
37,
21,
20,
2052,
13,
5,
29041,
45,
4037,
15,
3610,
15,
5782,
15,
8462,
9,
9,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Make NSOpenPanel open a custom directory
===
is there any way that I can pass a URL to a folder on my system which should be the default window which an NSOpenPanel opens?
Thanks! | 0 | [
2,
233,
13,
2172,
10157,
3206,
532,
368,
21,
5816,
16755,
800,
3726,
3726,
25,
80,
186,
161,
30,
31,
92,
1477,
21,
287,
6362,
20,
21,
19294,
27,
51,
329,
56,
378,
44,
14,
12838,
1463,
56,
40,
13,
2172,
10157,
3206,
532,
8965,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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... |
entity framework with stored procedure using defining query
===
I wrote a defining query
<EntitySet Name="EntityFramework" EntityType="SEOAnalysisModel.Store.EntityFramework">
<DefiningQuery>
SELECT Keyword, ResultHead ,Year from SeoAnalysis where Year = ... | 0 | [
2,
9252,
6596,
29,
8214,
7004,
568,
14684,
25597,
800,
3726,
3726,
31,
738,
21,
14684,
25597,
13,
1,
2291,
856,
3554,
204,
3726,
7,
2291,
856,
8361,
3783,
7,
9252,
4474,
3726,
7,
18,
3894,
26293,
13998,
9,
16828,
9,
2291,
856,
836... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Multiple APK's with different native code
===
I am developing an Android application which uses some native code. The native library I am using comes with two variants, one for ARM v6 architecture and one for v7. Therefore in my libs folder I have two folders, 'armeabi' for the v6 lib and 'armeabi-v7a' for the v7 lib... | 0 | [
2,
1886,
21,
17244,
22,
18,
29,
421,
1275,
1797,
800,
3726,
3726,
31,
589,
3561,
40,
13005,
3010,
56,
2027,
109,
1275,
1797,
9,
14,
1275,
1248,
31,
589,
568,
1624,
29,
81,
11070,
15,
53,
26,
813,
566,
379,
2607,
17,
53,
26,
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... |
How to update material of cube on runtime using WebGL?
===
<br>Hi all! <br>
I'm using THREE.JS lib for doing animation. <br> I want to dynamic-update material for cube geometry. Here is example:<br>
// create cube geometry <br>
var material1 = [new THREE.MeshBasicMaterial({color:0xBEE2FF}),.....];<br>
var geomet... | 0 | [
2,
184,
20,
11100,
1492,
16,
13682,
27,
485,
891,
568,
2741,
8430,
60,
800,
3726,
3726,
13,
1,
5145,
1,
1822,
65,
187,
13,
1,
5145,
1,
31,
22,
79,
568,
132,
9,
728,
18,
13,
8326,
26,
845,
6236,
9,
13,
1,
5145,
1,
31,
259,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Running a Foreach from an Array
===
I have an array of emails and want to send an email for each entry in the array but currently it only sends it to the first address. I have looked around and can't see what I am doing wrong.
//This is the array
$emails = array($teamleademail, $coleademail, $sponsoremail,... | 0 | [
2,
946,
21,
26,
14322,
37,
40,
7718,
800,
3726,
3726,
31,
57,
40,
7718,
16,
8517,
18,
17,
259,
20,
2660,
40,
8517,
26,
206,
2792,
19,
14,
7718,
47,
871,
32,
104,
11350,
32,
20,
14,
64,
3218,
9,
31,
57,
292,
140,
17,
92,
22... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
could not retrive utf8 encoding value from mysql
===
I've such a problem , first take a look at mysql table =>
CREATE TABLE IF NOT EXISTS users(
id int(4) NOT NULL AUTO_INCREMENT PRIMARY KEY,
name VARCHAR(40) CHARSET utf8 COLLATE 'utf8_unicode_ci' NOT NULL,
surname VARCHAR(40) CHARSET utf8 COLLAT... | 0 | [
2,
110,
52,
302,
3367,
195,
287,
11720,
457,
19608,
1923,
37,
51,
18,
22402,
800,
3726,
3726,
31,
22,
195,
145,
21,
1448,
13,
15,
64,
247,
21,
361,
35,
51,
18,
22402,
859,
800,
1,
1600,
859,
100,
52,
5636,
3878,
5,
4924,
19,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to put a link on an image rails 3.2
===
I have an image in my header of my app, but i want to make that image a link and i would like to do this in the rails way, because i know how to do it with html/php.
is there such an option for that?
Thanks. | 0 | [
2,
184,
20,
442,
21,
3508,
27,
40,
1961,
2240,
18,
203,
9,
135,
800,
3726,
3726,
31,
57,
40,
1961,
19,
51,
157,
106,
16,
51,
4865,
15,
47,
31,
259,
20,
233,
30,
1961,
21,
3508,
17,
31,
83,
101,
20,
107,
48,
19,
14,
2240,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 delete some text between the string C#
===
hi i have this kind of text
> LINE\r\n **5\r\n11DA3\r\n330\r\n2\r\n100**\r\nAcDbEntity\r\n
> 8\r\n0-FD\r\n 6\r\nHIDDEN\r\n100
take a look at the bold text. i would like to replace the text between 5\r\n and \r\n100
i tried this code
result[line] = R... | 0 | [
2,
184,
20,
27448,
109,
1854,
128,
14,
3724,
272,
5910,
800,
3726,
3726,
4148,
31,
57,
48,
825,
16,
1854,
13,
1,
293,
1,
139,
1,
103,
13,
1409,
264,
1,
139,
1,
103,
1306,
593,
240,
1,
139,
1,
103,
13509,
1,
139,
1,
103,
13... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Add menu item with SpannableString
===
I add SpannableString to menu item as item name, but after clicking on this menu I get the following exception:
FATAL EXCEPTION: main
java.lang.IllegalArgumentException: Invalid payload item type
at android.util.EventLog.writeEvent(Native Method)
a... | 0 | [
2,
3547,
11379,
9101,
29,
6289,
103,
579,
11130,
800,
3726,
3726,
31,
3547,
6289,
103,
579,
11130,
20,
11379,
9101,
28,
9101,
204,
15,
47,
75,
25590,
27,
48,
11379,
31,
164,
14,
249,
5391,
45,
8773,
5391,
45,
407,
8247,
9,
9949,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Lightswitch entity level permissions is not working correctly in internet explorer
===
I think I found a bug in lightswitch and I searched throughout google to try to find someone else who has the same problem, but haven't had any luck so far.
Seems that lightswitch caches the entities' delete/insert/update/view pe... | 0 | [
2,
3411,
15915,
9252,
662,
5572,
18,
25,
52,
638,
12044,
19,
2620,
8520,
800,
3726,
3726,
31,
277,
31,
216,
21,
6256,
19,
3411,
15915,
17,
31,
9036,
892,
8144,
20,
1131,
20,
477,
737,
962,
72,
63,
14,
205,
1448,
15,
47,
2933,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Some JPL queries crash my Java application
===
One unusual thing I've noticed is that some JPL queries crash the Java application that is executing them. No exception is thrown, the application simply closes. For instance, in 32-bits SWI-Prolog 6.0.2 running on Windows 7, consulting two modules that expose the same pr... | 0 | [
2,
109,
487,
5727,
9386,
2829,
4597,
51,
8247,
3010,
800,
3726,
3726,
53,
4706,
584,
31,
22,
195,
2711,
25,
30,
109,
487,
5727,
9386,
2829,
4597,
14,
8247,
3010,
30,
25,
25836,
105,
9,
90,
5391,
25,
6027,
15,
14,
3010,
1659,
543... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Adding objects from array to dictionary
===
I am getting rows from a SQLite DB and trying to insert them into a dictionary. Except I keep getting errors! I get the error "Implicit conversion of an Objective-C pointer to 'const id *' is disallowed with ARC" Which I know means that I cant use a pointer when I am adding ... | 0 | [
2,
4721,
3916,
37,
7718,
20,
9186,
800,
3726,
3726,
31,
589,
1017,
11295,
37,
21,
4444,
10601,
13,
9007,
17,
749,
20,
14692,
105,
77,
21,
9186,
9,
1613,
31,
643,
1017,
11908,
187,
31,
164,
14,
7019,
13,
7,
8983,
16927,
38,
6263,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Getting a list of everyone that likes a link.
===
If I create a page, is it possible to get a list of all the people that like that page on facebook. For example, if I create http://www.facebook.com/honeybadger, as an admin can I get a list of everyone that likes it? | 0 | [
2,
1017,
21,
968,
16,
1266,
30,
101,
18,
21,
3508,
9,
800,
3726,
3726,
100,
31,
1600,
21,
2478,
15,
25,
32,
938,
20,
164,
21,
968,
16,
65,
14,
148,
30,
101,
30,
2478,
27,
9090,
9,
26,
823,
15,
100,
31,
1600,
7775,
6903,
64... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Practicing Simulation Programming
===
I really enjoy simulation programming and I would like to get more practice with it. I know some basics (loops, objects, STL, classes, lists, stacks, and queues ) and I prefer c++.
An example of a simulation program is a grocery store. You have to determine how many check out l... | 1 | [
2,
13640,
10926,
3143,
800,
3726,
3726,
31,
510,
4696,
10926,
3143,
17,
31,
83,
101,
20,
164,
91,
1345,
29,
32,
9,
31,
143,
109,
2125,
18,
13,
5,
18786,
18,
15,
3916,
15,
354,
255,
15,
2684,
15,
7227,
15,
7566,
18,
15,
17,
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... |
MVC3 razor Webgrid paging and sorting with more than 2000 records
===
I am using a webgrid similar to the one mentioned [here][1]
@{
var grid = new WebGrid(canPage: true, rowsPerPage: ThisController.PageSize, canSort: true, ajaxUpdateContainerId: "grid");
grid.Bind(Model.Employees, rowCount: M... | 0 | [
2,
307,
8990,
240,
14282,
2741,
16375,
19006,
68,
17,
2058,
68,
29,
91,
119,
824,
742,
800,
3726,
3726,
31,
589,
568,
21,
2741,
16375,
835,
20,
14,
53,
2211,
636,
6836,
500,
2558,
165,
500,
13,
1,
4033,
7354,
800,
78,
2741,
1637... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
(Play 2.0) Set maximum POST size for AnyContent
===
I'm using Scala in Play 2.0, and I'm getting a 413 error whenever large data (over 100KB) is POSTed to a particular endpoint. It's using the anyContent parser, and it's not reasonable to use any other parser for this particular API.
There are other questions on St... | 0 | [
2,
13,
5,
5438,
172,
9,
387,
6,
309,
2979,
678,
1072,
26,
186,
25424,
800,
3726,
3726,
31,
22,
79,
568,
25975,
19,
418,
172,
9,
387,
15,
17,
31,
22,
79,
1017,
21,
13,
25330,
7019,
6634,
370,
1054,
13,
5,
2549,
808,
18167,
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... |
Drag and Drop Jquery/Php/Mysql
===
I want create a simple drag and drop in Php/Mysql.
I would like to have a left div containing a list of products,and in the center of the page a div with box where add the product via Drag and Drop.
I want also two botton ('send', and 'remove element' at the bottom of the page).
... | 1 | [
2,
5501,
17,
2804,
487,
8190,
93,
118,
26120,
118,
915,
18,
22402,
800,
3726,
3726,
31,
259,
1600,
21,
1935,
5501,
17,
2804,
19,
13,
26120,
118,
915,
18,
22402,
9,
31,
83,
101,
20,
57,
21,
225,
13,
12916,
3503,
21,
968,
16,
19... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
iOS - touchesMoved called only once in subclassed UIScrollView
===
I am trying to drop movable UIImageViews within a subclassed UIScrollView so that I can drag them around my UIScrollView. I subclassed UISCrollView and the dropping behavior is working, but when I try to drag the images, touchesMoved is only evaluated... | 0 | [
2,
13,
7760,
13,
8,
13935,
16598,
43,
227,
104,
382,
19,
972,
1898,
69,
13,
5661,
3862,
8694,
4725,
800,
3726,
3726,
31,
589,
749,
20,
2804,
29618,
13,
5661,
22039,
4725,
18,
363,
21,
972,
1898,
69,
13,
5661,
3862,
8694,
4725,
8... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
quorum based group communication protocol
===
I want to implement quorum based group communication protocol in distributed systems in Java. so how to do this in java. what are the different modules to implement?
Thanx in advance. It will be really helpful to me if you guide me through this. I will be grateful to yo... | 0 | [
2,
29744,
432,
214,
3291,
8494,
800,
3726,
3726,
31,
259,
20,
8713,
29744,
432,
214,
3291,
8494,
19,
4387,
1242,
19,
8247,
9,
86,
184,
20,
107,
48,
19,
8247,
9,
98,
50,
14,
421,
17113,
20,
8713,
60,
119,
396,
19,
3612,
9,
32,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
how to draw vertical line in UIScrollView
===
I have a UIScrollView and I want to draw a vertical line that has a height of the UIScrollView contentHeight. How do I do this easily? I am thinking of using a UIVIew with a very-very large height (because we don't know what the contentHeight of the scrollView will be) and... | 0 | [
2,
184,
20,
2003,
7035,
293,
19,
13,
5661,
3862,
8694,
4725,
800,
3726,
3726,
31,
57,
21,
13,
5661,
3862,
8694,
4725,
17,
31,
259,
20,
2003,
21,
7035,
293,
30,
63,
21,
2947,
16,
14,
13,
5661,
3862,
8694,
4725,
2331,
252,
7748,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Query Array In Objective C (Like MySQL)
===
So basically I have a huge array of arrays (only a 2-d array)...
My root array lets say has 100 child arrays...
I want to query the root/child arrays and return only the child arrays that have its 2 object equal to hello...
So basically I have a made-up idea below..... | 0 | [
2,
25597,
7718,
19,
7038,
272,
13,
5,
1403,
51,
18,
22402,
6,
800,
3726,
3726,
86,
11374,
31,
57,
21,
2329,
7718,
16,
7718,
18,
13,
5,
4965,
21,
172,
8,
43,
7718,
6,
9,
9,
9,
51,
5900,
7718,
6884,
395,
63,
808,
850,
7718,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
installing Freeglut on Linux
===
I am trying to install freeglut on my computer running Linux Mint. I follow the steps on this website: http://freeglut.sourceforge.net/docs/install.php. When I do <code>make all</code> in the src directory, it gives the following error:
<code>fatal error: GL/gl.h</code>
This erro... | 0 | [
2,
25429,
551,
13161,
38,
27,
13024,
800,
3726,
3726,
31,
589,
749,
20,
16146,
551,
13161,
38,
27,
51,
1428,
946,
13024,
9728,
9,
31,
1740,
14,
2382,
27,
48,
2271,
45,
7775,
6903,
4639,
13161,
38,
9,
12097,
1106,
834,
9,
2328,
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... |
Text not wrapping in div with a width within IE7
===
In IE7 the text in a div with a width that is narrower than the text will not wrap to two lines. It works on other browsers better than IE7.
HTML:
<div class="office-header-info">
<div class="local-office">District of Columbia</div>
</div>
... | 0 | [
2,
1854,
52,
13437,
19,
13,
12916,
29,
21,
9456,
363,
13,
660,
465,
800,
3726,
3726,
19,
13,
660,
465,
14,
1854,
19,
21,
13,
12916,
29,
21,
9456,
30,
25,
24660,
119,
14,
1854,
129,
52,
8118,
20,
81,
1560,
9,
32,
693,
27,
89,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
ResourceDictionary organization
===
There are two decent online resources on this topic that I know of, [XAML Guidelines](http://www.cookingwithxaml.com/content/xamlguidelines/xamlGuidelinesDraft0.pdf) and [this less complete one](http://projekt202.com/blog/2010/xaml-organization/).
And I still don't quite get it!
... | 0 | [
2,
6577,
22595,
1857,
1165,
800,
3726,
3726,
80,
50,
81,
12238,
2087,
2566,
27,
48,
8303,
30,
31,
143,
16,
15,
636,
6791,
8184,
12629,
500,
5,
21127,
6903,
6483,
9,
20840,
68,
1410,
6791,
8184,
9,
960,
118,
25424,
118,
6791,
8184,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to use inputs in loops
===
I created a code that shows the digits in the Fibonacci sequence. I want a way to allow the user to enter the number of numbers shown. This is my code:
total = 1
total2 = 0
for i in range (*Number of numbers/2*):
total = total + total2
print (total)
... | 0 | [
2,
184,
20,
275,
6367,
18,
19,
19661,
800,
3726,
3726,
31,
679,
21,
1797,
30,
1285,
14,
19076,
19,
14,
14143,
218,
17177,
4030,
9,
31,
259,
21,
161,
20,
1655,
14,
4155,
20,
2830,
14,
234,
16,
2116,
1721,
9,
48,
25,
51,
1797,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Executing Code Block In Place Of @selector
===
I'm creating a barButton which when pressed should set the editing mode of a UITableView to yes. Here's my code:
self.navigationItem.rightBarButtonItem = [[UIBarButtonItem alloc] initWithTitle: @"Edit"
... | 0 | [
2,
25836,
1797,
1921,
19,
209,
16,
13,
1,
3434,
19932,
800,
3726,
3726,
31,
22,
79,
2936,
21,
748,
811,
444,
56,
76,
2931,
378,
309,
14,
9510,
3740,
16,
21,
13,
11193,
579,
4725,
20,
1643,
9,
235,
22,
18,
51,
1797,
45,
1119,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 detect repeated word
===
Is it possible to detect a repeated word from this string :
$string = "strstr";
I want a return of "str" only and not "strstr"
I tried some good solution but it won't really do how i want it to be done :
$string = "strstr";
$length = strlen($string) / 2;
echo... | 0 | [
2,
13,
26120,
9092,
4251,
833,
800,
3726,
3726,
25,
32,
938,
20,
9092,
21,
4251,
833,
37,
48,
3724,
13,
45,
5579,
11130,
800,
13,
7,
9729,
9729,
7,
73,
31,
259,
21,
788,
16,
13,
7,
9729,
7,
104,
17,
52,
13,
7,
9729,
9729,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Is it possible to have two .html files that make one file
===
I am currently learning how to make website at Google App Engine with Python 2.7 and Jinja2, and I was wondering is it possible to make two separate HTML files that will make one file.
In main HTML file I want to have basic layout of page (this HTML has ... | 0 | [
2,
25,
32,
938,
20,
57,
81,
13,
9,
15895,
6488,
30,
233,
53,
3893,
800,
3726,
3726,
31,
589,
871,
2477,
184,
20,
233,
2271,
35,
8144,
4865,
1406,
29,
20059,
172,
9,
465,
17,
5627,
1004,
135,
15,
17,
31,
23,
5712,
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... |
can JavaScript store data unique to a particular browser window instance?
===
Is there a JavaScript way to store data that is unique to a browser window, so that if the user has multiple browser windows open (all the same browser, say: Firefox), that each window will have unique data. ...as opposed to a cookie, whic... | 0 | [
2,
92,
8247,
8741,
1718,
1054,
2619,
20,
21,
1498,
16495,
1463,
4851,
60,
800,
3726,
3726,
25,
80,
21,
8247,
8741,
161,
20,
1718,
1054,
30,
25,
2619,
20,
21,
16495,
1463,
15,
86,
30,
100,
14,
4155,
63,
1886,
16495,
1936,
368,
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... |
Is it possible to find which server an android application connects to
===
I am wondering if it is possible to trace which server an application connects to to get data. I'm thinking of using the Google APK Expansion to bundle my media files (textures, video's etc) and was wondering since the LVL is said to be so bugg... | 0 | [
2,
25,
32,
938,
20,
477,
56,
8128,
40,
13005,
3010,
8534,
20,
800,
3726,
3726,
31,
589,
5712,
100,
32,
25,
938,
20,
5565,
56,
8128,
40,
3010,
8534,
20,
20,
164,
1054,
9,
31,
22,
79,
1440,
16,
568,
14,
8144,
21,
17244,
3233,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Message Order in dart isolates
===
If you use actors in Scala you don't know if the messages arrive in order that you send them, does isolates in dart enshure that its messages gets received in the order you send them? | 0 | [
2,
2802,
389,
19,
12817,
25068,
18,
800,
3726,
3726,
100,
42,
275,
4977,
19,
25975,
42,
221,
22,
38,
143,
100,
14,
7561,
6140,
19,
389,
30,
42,
2660,
105,
15,
630,
25068,
18,
19,
12817,
1957,
7838,
99,
30,
82,
7561,
3049,
420,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... |
How to make activity-theme with WindowManager.LayoutParams.FLAG_LAYOUT_NO_LIMITS
===
I want to create custom theme for my activity.
There is flag to make it full screen (like theme @android:style/Theme.NoTitleBar.Fullscreen does
<item name="android:windowFullscreen">true</item>
This attr corresponds to Wind... | 0 | [
2,
184,
20,
233,
2358,
8,
124,
790,
29,
1463,
22256,
9,
4414,
1320,
6351,
79,
18,
9,
22868,
1,
4414,
1320,
1,
251,
1,
20565,
18,
800,
3726,
3726,
31,
259,
20,
1600,
5816,
3184,
26,
51,
2358,
9,
80,
25,
3157,
20,
233,
32,
503... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
RegEx in Node/Javascript - how to get pattern match bounds?
===
Currently, I'm using regex in Javascript / Node via find() and that works for finding the beginning of the pattern. But I'd also like to be able to find out where the pattern ends. Is that possible? | 0 | [
2,
7953,
1706,
19,
15421,
118,
1004,
1385,
8741,
13,
8,
184,
20,
164,
3732,
730,
4138,
18,
60,
800,
3726,
3726,
871,
15,
31,
22,
79,
568,
7953,
1706,
19,
8247,
8741,
13,
118,
15421,
1197,
477,
5,
6,
17,
30,
693,
26,
3007,
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... |
(SyntaxError): missing ] after element list when using eval
===
I get following error `(SyntaxError): missing ] after element list` when using `eval` function.
Returned JSON is pretty simple, so I don't undestand where is error.
[{"title":"sfsdf","id":1}{"title":"m356","id":12}] | 0 | [
2,
13,
5,
9507,
15514,
29992,
6,
45,
2863,
13,
500,
75,
4520,
968,
76,
568,
13,
62,
3377,
800,
3726,
3726,
31,
164,
249,
7019,
13,
1,
5,
9507,
15514,
29992,
6,
45,
2863,
13,
500,
75,
4520,
968,
1,
76,
568,
13,
1,
62,
3377,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
CSS Transitions on list item background
===
I use CSS transitions fairly regularly and for some reason I cannot get them to work on a simple unordered list. I created a demo here: http://jsfiddle.net/79NhC/
On the list item, I have the following css:
#servicesBox li{ border-bottom:1px solid #eeeeee; padding:... | 0 | [
2,
272,
18,
18,
4513,
18,
27,
968,
9101,
2395,
800,
3726,
3726,
31,
275,
272,
18,
18,
4513,
18,
6647,
4217,
17,
26,
109,
1215,
31,
1967,
164,
105,
20,
170,
27,
21,
1935,
367,
7861,
69,
968,
9,
31,
679,
21,
8376,
235,
45,
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... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.