unified_texts stringlengths 32 30.1k | OpenStatus_id int64 0 4 | input_ids list | token_type_ids list | attention_mask list |
|---|---|---|---|---|
Custom font works locally but not on server?
===
I have a [`@font-face`][1] defined in my site's cascading style sheet. This font loads fine when I browse to the site locally (served by IIS Express). However, when loading my application from my remote server (IIS 7.5) the reference to this font causes an [internal ser... | 0 | [
2,
5816,
9978,
693,
6680,
47,
52,
27,
8128,
60,
800,
3726,
3726,
31,
57,
21,
636,
1,
21931,
8,
6413,
1,
500,
2558,
165,
500,
2811,
19,
51,
689,
22,
18,
7167,
13489,
68,
1034,
6125,
9,
48,
9978,
19069,
1123,
76,
31,
10175,
62,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Ruby Asynchronous Net::HTTP?
===
Does `Net::HTTP` support an asynchronous syntax?
I'm looking for something like the code below.
The block would get called on the main thread after `Net::HTTP` has either received the response from the server (in which case,`error` would be `nil`) or encountered an error connecti... | 0 | [
2,
10811,
21,
16023,
1291,
4275,
45,
45,
21127,
60,
800,
3726,
3726,
630,
13,
1,
2328,
45,
45,
21127,
1,
555,
40,
21,
16023,
1291,
22649,
60,
31,
22,
79,
699,
26,
301,
101,
14,
1797,
1021,
9,
14,
1921,
83,
164,
227,
27,
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... |
Pass additional parameter to Javascript callback function
===
I need to watch a small number of directories in a Node.JS application:
function updated(event, filename){
log("CHANGED\t/share/channels/" + filename);
}
for(i in channels)
fs.watch('share/channels/' + channels[i], {persistent: ... | 0 | [
2,
1477,
1351,
18906,
20,
8247,
8741,
645,
1958,
1990,
800,
3726,
3726,
31,
376,
20,
1455,
21,
284,
234,
16,
559,
1596,
19,
21,
15421,
9,
728,
18,
3010,
45,
1990,
6372,
5,
4943,
38,
15,
3893,
7259,
6,
1,
6738,
5,
7,
16229,
43,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
json jqmodal populate dropdown
===
I'm trying to populate a dropdown in a jqmodal with different product sizes. I really can't get this to work. Any help appreciated.
My JSON
{
"product": {
"variants": {
"3394248": {
"id": 3394248,
"code": "19",
... | 0 | [
2,
487,
528,
487,
1251,
20756,
1675,
12383,
2804,
2968,
800,
3726,
3726,
31,
22,
79,
749,
20,
1675,
12383,
21,
2804,
2968,
19,
21,
487,
1251,
20756,
29,
421,
2374,
13403,
9,
31,
510,
92,
22,
38,
164,
48,
20,
170,
9,
186,
448,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 unit test BundleConfig in MVC4?
===
As far as I can tell, the answer is no. The issue I'm seeing comes from the `Include(params string[])` method in the `System.Web.Optimization.Bundle` class. Internally this invokes `System.Web.Optimization.IncludeSirectory(string, string, bool)`, which in turn uses... | 0 | [
2,
25,
32,
938,
20,
1237,
1289,
10194,
14093,
2816,
19,
307,
8990,
300,
60,
800,
3726,
3726,
28,
463,
28,
31,
92,
494,
15,
14,
1623,
25,
90,
9,
14,
1513,
31,
22,
79,
2078,
1624,
37,
14,
13,
1,
22640,
5,
6351,
79,
18,
3724,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Google Chat using php and javascript
===
<br>
I want to integrate google chat into my web application.
<br> Whatever code i get from searching is not completely helpful for me so please if anyone as solution for that provide me.
<br>
<br>
Thanks | 1 | [
2,
8144,
6615,
568,
13,
26120,
17,
8247,
8741,
800,
3726,
3726,
13,
1,
5145,
1,
31,
259,
20,
18399,
8144,
6615,
77,
51,
2741,
3010,
9,
13,
1,
5145,
1,
2099,
1797,
31,
164,
37,
5792,
25,
52,
1524,
15600,
26,
55,
86,
2247,
100,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Link to get one level up in mediawiki
===
In my mediawiki I have one page with the following links:
PageA:
LinkToPageB
LinkToPageC
LinkToPageD
Now, when I am on PageB, is there anything I can do to get a link to get to the next level, in this case, to PageA?
Thanks alot in advance.
Wolfgang
| 0 | [
2,
3508,
20,
164,
53,
662,
71,
19,
941,
17375,
800,
3726,
3726,
19,
51,
941,
17375,
31,
57,
53,
2478,
29,
14,
249,
6271,
45,
2478,
58,
45,
3508,
262,
6486,
220,
3508,
262,
6486,
150,
3508,
3880,
8030,
130,
15,
76,
31,
589,
27,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
VS 2010 Unit Test Connection not update
===
I'm new to unit test.
Currently developing using Entity Framework Code First.
I'm try to use unit test to test each function of my code.
But I realize that each test is using an old connection to SQLExpress.
How to update the database connection on unit test
also what i... | 0 | [
2,
4611,
498,
1237,
1289,
2760,
52,
11100,
800,
3726,
3726,
31,
22,
79,
78,
20,
1237,
1289,
9,
871,
3561,
568,
9252,
6596,
1797,
64,
9,
31,
22,
79,
1131,
20,
275,
1237,
1289,
20,
1289,
206,
1990,
16,
51,
1797,
9,
47,
31,
4007,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 add/embed android google map app i had made to another android application
===
I had made android application for google map. and now i want to add/embed this application to my new android application. Please tell me how to move further on this?
Thanx in advance | 0 | [
2,
184,
20,
3547,
118,
1503,
4283,
13005,
8144,
2942,
4865,
31,
41,
117,
20,
226,
13005,
3010,
800,
3726,
3726,
31,
41,
117,
13005,
3010,
26,
8144,
2942,
9,
17,
130,
31,
259,
20,
3547,
118,
1503,
4283,
48,
3010,
20,
51,
78,
1300... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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... |
What am I doing wrong
===
I am trying to make a simple game.
The logic is like this - "There are 5 DOORS, each numbered 1 to 5, users will be asked to input any one number, suppose 1, hence GoldRoom will get open and then processing will happen"
now, i have defined one class GoldRoom() and for testing, entered 1... | 0 | [
2,
98,
589,
31,
845,
1389,
800,
3726,
3726,
31,
589,
749,
20,
233,
21,
1935,
250,
9,
14,
7085,
25,
101,
48,
13,
8,
13,
7,
1887,
50,
331,
3000,
15,
206,
9824,
137,
20,
331,
15,
3878,
129,
44,
411,
20,
6367,
186,
53,
234,
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... |
regular expression js to python
===
I opened the mozzila add-on Wappalizer, and is this a regular expression?
'CO2Stats': { cats: { 1: 10 }, html: /src=("|')http:\/\/www\.co2stats\.com\/propres\.php/ },
'CodeIgniter': { cats: { 1: 18 }, headers: { 'Set-Cookie': /(exp_last_activity|exp_tr... | 0 | [
2,
1290,
1803,
487,
18,
20,
20059,
800,
3726,
3726,
31,
520,
14,
307,
21076,
531,
3547,
8,
218,
619,
7753,
192,
11907,
15,
17,
25,
48,
21,
1290,
1803,
60,
13,
22,
716,
135,
10631,
18,
22,
45,
13,
1,
9471,
45,
13,
1,
6352,
33... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 define the inherited hook for the ActionController::Base class in Rails 2.3.11
===
I am trying to implement the inherited method for ActionController::Base class. My purpose is to call methods on classes that inherit from ActionController::Base like ApplicationController to make them include certain ... | 0 | [
2,
25,
32,
938,
20,
9267,
14,
7179,
5559,
26,
14,
1028,
12898,
1252,
45,
45,
8436,
718,
19,
2240,
18,
172,
9,
240,
9,
1306,
800,
3726,
3726,
31,
589,
749,
20,
8713,
14,
7179,
2109,
26,
1028,
12898,
1252,
45,
45,
8436,
718,
9,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to show linked and twitter profile using email address?
===
I have two image of linked and twitter and I want to show a user's profile on these two social networking site using users email address.
I have searched the google and only find that there is no support for searching people using email address.
How... | 0 | [
2,
184,
20,
298,
4727,
17,
10623,
5296,
568,
8517,
3218,
60,
800,
3726,
3726,
31,
57,
81,
1961,
16,
4727,
17,
10623,
17,
31,
259,
20,
298,
21,
4155,
22,
18,
5296,
27,
158,
81,
668,
16230,
689,
568,
3878,
8517,
3218,
9,
31,
57,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Object reference not set to an instance of an object.
===
i m looping through table to find out cell have csstdgreen. i give an error Object reference not set to an instance of an object.
for(int i = 0; i < mytable.Rows.Count; i++)
{
for(int j = 0; j < mytable.Rows[i].Cells.Count; j+... | 0 | [
2,
3095,
2801,
52,
309,
20,
40,
4851,
16,
40,
3095,
9,
800,
3726,
3726,
31,
307,
5293,
68,
120,
859,
20,
477,
70,
1667,
57,
272,
18,
384,
43,
6852,
9,
31,
590,
40,
7019,
3095,
2801,
52,
309,
20,
40,
4851,
16,
40,
3095,
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... |
Update jqTree options after initialization?
===
I have jqTree working in my project but I need to update the dragAndDrop option after jqTree initialization.
Is there a way to update options like in jQuery UI or do I have to "destroy" the plugin and initialize it again with the new options (in that case how do I des... | 0 | [
2,
11100,
487,
1251,
8101,
6368,
75,
2104,
1829,
60,
800,
3726,
3726,
31,
57,
487,
1251,
8101,
638,
19,
51,
669,
47,
31,
376,
20,
11100,
14,
5501,
290,
12361,
4255,
75,
487,
1251,
8101,
2104,
1829,
9,
25,
80,
21,
161,
20,
11100,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 URL connection in c++ metro style apps
===
I would like to know how to connect http url for download xml file from site using c++ metro style app. | 0 | [
2,
184,
20,
275,
287,
6362,
2760,
19,
272,
20512,
3986,
1034,
4865,
18,
800,
3726,
3726,
31,
83,
101,
20,
143,
184,
20,
6379,
7775,
287,
6362,
26,
7121,
23504,
3893,
37,
689,
568,
272,
20512,
3986,
1034,
4865,
9,
3,
0,
0,
0,
0... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... |
why app_ appears while creating directory using ContextWraper.getDir
===
In my app i used this code `File DirectoryPath = cw.getDir("custom", Context.MODE_PRIVATE); ` while creating directory, and it returns **/data/data/com.custom/app_custom**.
So my question is why this **app_** appears along with directory name.... | 0 | [
2,
483,
4865,
1,
1780,
133,
2936,
16755,
568,
4141,
499,
525,
1432,
9,
3060,
9035,
800,
3726,
3726,
19,
51,
4865,
31,
147,
48,
1797,
13,
1,
16877,
16755,
8353,
800,
15739,
9,
3060,
9035,
5,
7,
4636,
6015,
7,
15,
4141,
9,
15570,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Use jQuery to fade image out
===
I am using the following script to fade an image out after 5 seconds:
var $j = jQuery.noConflict();
$j(document).ready(function() {
var fade_out = function() {
$j("#fadeout").fadeOut().empty();
}
setTimeout(fade_out, 5000);
});
Wh... | 0 | [
2,
275,
487,
8190,
93,
20,
11381,
1961,
70,
800,
3726,
3726,
31,
589,
568,
14,
249,
3884,
20,
11381,
40,
1961,
70,
75,
331,
2582,
45,
4033,
5579,
728,
800,
487,
8190,
93,
9,
251,
14093,
4663,
38,
5,
6,
73,
5579,
728,
5,
28132,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Recording webcam with flash media server
===
I'm trying to make a web app that lets the user record a video message. I'm trying to get the best quality possible (even if it means long upload times).
I manage to get recording working with `ns.publish("livestream", "live");`
The server code looks like this:
... | 0 | [
2,
1576,
2741,
8760,
29,
4433,
941,
8128,
800,
3726,
3726,
31,
22,
79,
749,
20,
233,
21,
2741,
4865,
30,
6884,
14,
4155,
571,
21,
763,
2802,
9,
31,
22,
79,
749,
20,
164,
14,
246,
2190,
938,
13,
5,
4943,
100,
32,
1108,
175,
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... |
Using a dll in C++ code
===
I want to use pjsipDll.dll in a c++ code. I got this dll from one of the sites, I only know how to build the code to obtain the dll file. So I did that and now I've the pjsipDll.dll file with me. I want to use certain functions in the DLL in my code(C++)
I tried the following code. << I ... | 0 | [
2,
568,
21,
13,
43,
211,
19,
272,
20512,
1797,
800,
3726,
3726,
31,
259,
20,
275,
13,
21670,
18,
4307,
43,
211,
9,
43,
211,
19,
21,
272,
20512,
1797,
9,
31,
330,
48,
13,
43,
211,
37,
53,
16,
14,
3259,
15,
31,
104,
143,
184... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Formatting XLS files with PHP
===
I'm using [Christian Novak's functions][1] to generate XLS files with PHP .
It's working very well but i need to format some cells. FOr example i have to bold some titles and expand them.
Is it possible ? How can i do it ?
NOte : i read all related questions
[1]: http://px... | 0 | [
2,
2595,
1203,
993,
7532,
6488,
29,
13,
26120,
800,
3726,
3726,
31,
22,
79,
568,
636,
15893,
21826,
22,
18,
3719,
500,
2558,
165,
500,
20,
7920,
993,
7532,
6488,
29,
13,
26120,
13,
9,
32,
22,
18,
638,
253,
134,
47,
31,
376,
20... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to play a SFML game on another computer
===
I've been searching a lot for this, but can't seem to find an answer who really does the job. I want to able to play my game, using C++ with SFML, on other computers than my own. I've tried to simply copy the .exe file and the images over, but I just get errors about mis... | 0 | [
2,
184,
20,
418,
21,
15025,
8184,
250,
27,
226,
1428,
800,
3726,
3726,
31,
22,
195,
74,
5792,
21,
865,
26,
48,
15,
47,
92,
22,
38,
2260,
20,
477,
40,
1623,
72,
510,
630,
14,
1205,
9,
31,
259,
20,
777,
20,
418,
51,
250,
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... |
Generate form using xml schema and xslt
===
I have one xslt file and xs schema file.
Using these two files how to generate dynamic hmtl file? | 0 | [
2,
7920,
505,
568,
23504,
23874,
17,
993,
18,
255,
38,
800,
3726,
3726,
31,
57,
53,
993,
18,
255,
38,
3893,
17,
993,
18,
23874,
3893,
9,
568,
158,
81,
6488,
184,
20,
7920,
7782,
13,
7015,
7786,
3893,
60,
3,
0,
0,
0,
0,
0,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... |
How to split using date not using IP address
===
I have a large string having dates, Ip addresses etc.. I need to split the content with date and did that with
[0-9]+[/.-])([0-9]+[/.-][0-9]+
But it also split using the IP addresses.
What the only difference between date and IP address is date have 3 numbers an... | 0 | [
2,
184,
20,
2132,
568,
1231,
52,
568,
15735,
3218,
800,
3726,
3726,
31,
57,
21,
370,
3724,
452,
4076,
15,
15735,
12636,
2722,
9,
9,
31,
376,
20,
2132,
14,
2331,
29,
1231,
17,
144,
30,
29,
636,
387,
8,
518,
500,
2430,
2558,
118... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
python handling of HTML dropdown menu submission
===
I have a text submission box, a "category" dropdown and then three "sport" dropdowns (each sport dropdown containing a list of categorized sports. I want to submit all three forms with one input button (only submit the one sport drop down that has been selected). ... | 0 | [
2,
20059,
7988,
16,
13,
15895,
2804,
2968,
11379,
10923,
800,
3726,
3726,
31,
57,
21,
1854,
10923,
1649,
15,
21,
13,
7,
14375,
93,
7,
2804,
2968,
17,
94,
132,
13,
7,
10087,
7,
2804,
2968,
18,
13,
5,
14322,
2440,
2804,
2968,
3503... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
dbf insert datetime query
===
I' ve got a short question. How could I insert values contain a datetime type?
I've tried this one:
update D:\\transmisja\\skawina4\\W\\wkono.dbf set kod_kontr = '21-0003', Nzwakontr1 = 'Kmiecik Wiesław', Nzwakontr2 = '' , Adrknth_m ='RADZISZÓW', Adrknth_u = 'JANA PAWŁA II 1', NrDomu=... | 0 | [
2,
13,
43,
12425,
14692,
1231,
891,
25597,
800,
3726,
3726,
31,
22,
13,
195,
330,
21,
502,
1301,
9,
184,
110,
31,
14692,
4070,
3717,
21,
1231,
891,
1001,
60,
31,
22,
195,
794,
48,
53,
45,
11100,
13,
43,
45,
1,
7028,
5858,
1004... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 on Canvas in another thread?
===
I have been developing the application, and I need that drawingg is executed in another thread. Now my code is:
public class PainterView extends View implements DrawingListener {
//private GestureDetector detector;
private Context context;
pr... | 0 | [
2,
184,
20,
2003,
27,
9696,
19,
226,
9322,
60,
800,
3726,
3726,
31,
57,
74,
3561,
14,
3010,
15,
17,
31,
376,
30,
3533,
263,
25,
5557,
19,
226,
9322,
9,
130,
51,
1797,
25,
45,
317,
718,
3810,
4725,
9073,
1418,
8713,
18,
3533,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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: initiate mongoDB connection on demand
===
Does the phpdriver for mongoDB provide a feature for starting the connection on demand - only.
Maybe this can save some load, although persistent connection is already really fast.
However, if there is a chance to optimize the application, i'd try this, too.
The ... | 0 | [
2,
13,
26120,
45,
17014,
3521,
5474,
220,
2760,
27,
3888,
800,
3726,
3726,
630,
14,
13,
26120,
21752,
26,
3521,
5474,
220,
1181,
21,
1580,
26,
1422,
14,
2760,
27,
3888,
13,
8,
104,
9,
913,
48,
92,
2079,
109,
6305,
15,
419,
15348... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 fetch data from more than one tables in single scan?
===
I am developing a small social network application and facing N+1 select problem.
I have two tables, Post and Comment that contribute the major role in application.
I am storing all the posts in Post table and comments on the posts are stored in Com... | 0 | [
2,
184,
20,
18312,
1054,
37,
91,
119,
53,
7484,
19,
345,
8313,
60,
800,
3726,
3726,
31,
589,
3561,
21,
284,
668,
982,
3010,
17,
4325,
13,
103,
16628,
5407,
1448,
9,
31,
57,
81,
7484,
15,
678,
17,
6484,
30,
8606,
14,
394,
597,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
onmouseover and click target div and replace text
===
Hi I need to be able to rollover/click some bullets and target a div elsewhere on the page (description) replacing the text within. Does anyone have any ideas?, I'd really appreciate any help - thanks!
JS
<script type="text/javascript">
$(document).... | 0 | [
2,
27,
14002,
62,
2549,
17,
10840,
2935,
13,
12916,
17,
3934,
1854,
800,
3726,
3726,
4148,
31,
376,
20,
44,
777,
20,
3001,
2549,
118,
150,
10129,
109,
11366,
17,
2935,
21,
13,
12916,
6040,
27,
14,
2478,
13,
5,
546,
8741,
872,
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... |
Subdomain Redirect Error + Htaccess, confused?
===
I noticed several weeks ago, that my whole site was being mirrored by a strange subdomain in google search.
Ex. www.site.com
Being indexed in Google:
www.site.comwww.site.com/index.html ==
www.site.com/index.html
www.site.comwww.site.com/contact ==
www.s... | 0 | [
2,
972,
537,
6232,
302,
14706,
7019,
2754,
13,
9020,
20604,
15,
4230,
60,
800,
3726,
3726,
31,
2711,
238,
1342,
1464,
15,
30,
51,
979,
689,
23,
142,
3402,
69,
34,
21,
2578,
972,
537,
6232,
19,
8144,
2122,
9,
1396,
9,
13,
6483,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
"A WebService annotation is not present on class: java.net.URL" client generated from NetBeans 7.1.2 in apache-tomcat-7.0.25
===
The war file is generated in netbeans - jdk 1.6 and then deployed in tomcat. When I try to connect to the webservice fails with the exception below. Am I missing some class in the classpath... | 0 | [
2,
13,
7,
58,
2741,
11449,
40,
1270,
857,
25,
52,
734,
27,
718,
45,
8247,
9,
2328,
9,
911,
255,
7,
6819,
6756,
37,
4275,
863,
5950,
453,
9,
165,
9,
135,
19,
17140,
8,
6015,
5782,
8,
465,
9,
387,
9,
1811,
800,
3726,
3726,
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... |
find and replace word using dictionary in linux
===
I need to replace a word AAAA in a file using dictionary:
dictionary.txt
AXF1
ZCFA
ZCCC
Dictionary is aboud 1500 words.
I need to replace AAAA by AXF1 then I need to find next AAAA and replace by ZCFA...
Any idea how can I do this? Evrithing that I have foun... | 0 | [
2,
477,
17,
3934,
833,
568,
9186,
19,
13024,
800,
3726,
3726,
31,
376,
20,
3934,
21,
833,
21,
22160,
19,
21,
3893,
568,
9186,
45,
9186,
9,
38,
396,
38,
21,
396,
410,
165,
2052,
150,
1473,
2052,
24892,
9186,
25,
21,
12046,
43,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Linux bash shell script with password hide for truecrypt
===
I try to create my own linux bash script that calls truecrypt for mounting. As option a need to set the password for the truecrypt file. I can do this inside the bash script but if someone open it, they can see the password. The script will later run automat... | 0 | [
2,
13024,
13158,
3593,
3884,
29,
20884,
3077,
26,
1151,
11435,
800,
3726,
3726,
31,
1131,
20,
1600,
51,
258,
13024,
13158,
3884,
30,
3029,
1151,
11435,
26,
17022,
9,
28,
4255,
21,
376,
20,
309,
14,
20884,
26,
14,
1151,
11435,
3893,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
range slider with different slides doesn't recognise touch events on mobile devices, alternatives?
===
I'm using a range slider to allow a range to be selected each range will show different text, then I can submit the form and record the value for the slide I have a fully working version of this.
Here's a demo us... | 0 | [
2,
978,
3295,
106,
29,
421,
18066,
1437,
22,
38,
16945,
1723,
963,
27,
3241,
4690,
15,
2676,
18,
60,
800,
3726,
3726,
31,
22,
79,
568,
21,
978,
3295,
106,
20,
1655,
21,
978,
20,
44,
1704,
206,
978,
129,
298,
421,
1854,
15,
94,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 the size of an image inputstream
===
I need to get the height and width of the image found in the inputstream. Here is what I did:
private Boolean testSize(InputStream inputStream){
BitmapFactory.Options Bitmp_Options = new BitmapFactory.Options();
Bitmp_Options.inJustDecodeBounds = true;
... | 0 | [
2,
1017,
14,
1072,
16,
40,
1961,
6367,
11260,
800,
3726,
3726,
31,
376,
20,
164,
14,
2947,
17,
9456,
16,
14,
1961,
216,
19,
14,
6367,
11260,
9,
235,
25,
98,
31,
144,
45,
932,
9827,
413,
210,
4894,
2952,
5,
108,
4881,
11260,
63... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
t-sql command parameter wildcard
===
I've read numerous similar questions, but the answers simply didn't work. Running this function in sql `select * from HelloRow('o')` returns no rows. Running `HelloRow('one')` returns the row with name "one". The fillrow method doesn't do anything (just reads the strings).
[... | 0 | [
2,
13,
38,
8,
18,
22402,
1202,
18906,
23003,
800,
3726,
3726,
31,
22,
195,
1302,
1548,
835,
2346,
15,
47,
14,
6709,
1659,
223,
22,
38,
170,
9,
946,
48,
1990,
19,
4444,
255,
13,
1,
18,
16964,
1637,
37,
10975,
5417,
5,
22,
111,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 cassandra use multiple native secondary indexes when querying on mutiple indexed columns?
===
can cassandra use multiple native secondary indexes when querying on mutiple indexed columns?
using the canonical example from http://www.datastax.com/dev/blog/whats-new-cassandra-07-secondary-indexes
assuming a use... | 0 | [
2,
92,
17825,
275,
1886,
1275,
2277,
4348,
160,
76,
25597,
68,
27,
22072,
5106,
4348,
69,
7498,
60,
800,
3726,
3726,
92,
17825,
275,
1886,
1275,
2277,
4348,
160,
76,
25597,
68,
27,
22072,
5106,
4348,
69,
7498,
60,
568,
14,
5742,
4... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Using PHP, loading coupon deals in chunks
===
A site I'm working on at the moment takes table data, counts that table data and uses a standard loop to display it. Here's some of the code:
<?php
$output='';
$count=count($deal_datas);
$face_value="";
$deal_price="";
//var_dump(400*20/100... | 0 | [
2,
568,
13,
26120,
15,
12797,
7336,
218,
10342,
19,
15009,
18,
800,
3726,
3726,
21,
689,
31,
22,
79,
638,
27,
35,
14,
688,
1384,
859,
1054,
15,
9927,
30,
859,
1054,
17,
2027,
21,
1236,
5293,
20,
3042,
32,
9,
235,
22,
18,
109,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
html5 nav height style
===
Html:
<nav>
<ul>
<li><a href="">Home</a></li>
<li><a href="">Logout</a></li>
<li><a href="">Login</a></li>
</ul>
</nav>
css:
nav{
border: 1px solid black;
background-color: #E3E3E3;
!height:35px ;//... | 0 | [
2,
13,
15895,
264,
16048,
2947,
1034,
800,
3726,
3726,
13,
15895,
45,
13,
1,
18343,
1,
13,
1,
1287,
1,
13,
1,
1210,
1,
58,
746,
14057,
3726,
7,
7,
1,
8167,
1,
118,
58,
1,
118,
1210,
1,
13,
1,
1210,
1,
58,
746,
14057,
3726,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Any generic open source tool for module version management?
===
I have a need for a tool which can sit on-top of my favorite software version management tool (e.g. GIT or SVN, but might be something else in the future) which can handle module dependencies.
I know there are several similar tools, like Maven, RPM, et... | 0 | [
2,
186,
12733,
368,
1267,
5607,
26,
12613,
615,
1097,
60,
800,
3726,
3726,
31,
57,
21,
376,
26,
21,
5607,
56,
92,
2066,
27,
8,
3880,
16,
51,
3839,
2306,
615,
1097,
5607,
13,
5,
62,
9,
263,
9,
13,
10404,
54,
13,
18,
16578,
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... |
Is there a way to test for a specific sql exception type in C#?
===
When deleting a record from the database, occasionally I will run into a reference constraint exception.
Here are the exception details. Is it possible to display a message to the user when the exception is specifically related to a foreign key c... | 0 | [
2,
25,
80,
21,
161,
20,
1289,
26,
21,
1903,
4444,
255,
5391,
1001,
19,
272,
5910,
60,
800,
3726,
3726,
76,
121,
1336,
68,
21,
571,
37,
14,
6018,
15,
4533,
31,
129,
485,
77,
21,
2801,
28804,
5391,
9,
235,
50,
14,
5391,
3289,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 - zoo plots customization
===
I have data in a zoo object which has multiple columns.
Now I want to plot (four of those columns) two columns in same and two in graph below the previous graph.
To be more precise, I have been able to plot the four of them one below the other.
But I want first two in the same p... | 0 | [
2,
761,
13,
8,
6655,
18205,
5816,
1829,
800,
3726,
3726,
31,
57,
1054,
19,
21,
6655,
3095,
56,
63,
1886,
7498,
9,
130,
31,
259,
20,
3798,
13,
5,
4882,
16,
273,
7498,
6,
81,
7498,
19,
205,
17,
81,
19,
7210,
1021,
14,
1158,
72... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Generic Function for generating primary key value, entity frame work
===
I have a stored procedure which generate next primary key value from a given table.
Create procedure spDTAutoNumberGeneration(@tableName as varchar(50),@PKeyColumn as varchar(50),@NextNumber as int output)
As
BEGIN ... | 0 | [
2,
12733,
1990,
26,
13500,
1256,
1246,
1923,
15,
9252,
3523,
170,
800,
3726,
3726,
31,
57,
21,
8214,
7004,
56,
7920,
328,
1256,
1246,
1923,
37,
21,
504,
859,
9,
1600,
7004,
3782,
43,
38,
18042,
16299,
12546,
5,
1,
5924,
7259,
28,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Dual select box not POSTing correctly
===
I'm still trying to learn jquery so bear with me. I have a dual select box that only works if I select all the results of the second select box after I move them there. What I want is when the first box transfers values to the second second select box, it doesn't require highl... | 0 | [
2,
5747,
5407,
1649,
52,
15669,
12044,
800,
3726,
3726,
31,
22,
79,
174,
749,
20,
2484,
487,
8190,
93,
86,
2746,
29,
55,
9,
31,
57,
21,
5747,
5407,
1649,
30,
104,
693,
100,
31,
5407,
65,
14,
1736,
16,
14,
153,
5407,
1649,
75,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Configuration admin and declarative osgi properties
===
Is it possible to be managed OSGI bundle properties with Configuration Admin? Which is the best practise about that? | 0 | [
2,
8091,
21,
43,
2160,
17,
121,
12078,
3366,
13,
759,
2234,
3704,
800,
3726,
3726,
25,
32,
938,
20,
44,
1471,
13,
759,
2234,
10194,
3704,
29,
8091,
21,
43,
2160,
60,
56,
25,
14,
246,
27954,
88,
30,
60,
3,
0,
0,
0,
0,
0,
0,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... |
How can i Install apps silently on android ?? without permission from the user?
===
How can i Install apps silently on android ?? without permission from the user ?
i have read this <a href="http://stackoverflow.com/questions/5803999/install-apps-silently-with-granted-install-packages-permission"> link</a> , but ... | 0 | [
2,
184,
92,
31,
16146,
4865,
18,
8555,
27,
13005,
13,
60,
60,
366,
5572,
37,
14,
4155,
60,
800,
3726,
3726,
184,
92,
31,
16146,
4865,
18,
8555,
27,
13005,
13,
60,
60,
366,
5572,
37,
14,
4155,
13,
60,
31,
57,
1302,
48,
13,
1,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How can I enable horizontal scrolling on Wordpress' tiny mce editor?
===
I am building a client's site in WP and have managed to get the page / post editor
to use the same styles that are in use on the front end of the site.
My only remaining question is this - by default the editor scrolls vertically when
the co... | 0 | [
2,
184,
92,
31,
9240,
10095,
13,
28166,
27,
833,
5890,
22,
3228,
1324,
62,
1835,
60,
800,
3726,
3726,
31,
589,
353,
21,
6819,
22,
18,
689,
19,
13,
13790,
17,
57,
1471,
20,
164,
14,
2478,
13,
118,
678,
1835,
20,
275,
14,
205,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Windows Mobile 6.1 machine cannot connect to sql server while plugged in
===
I am writing a .net cf 2.0 application on a Windows Mobile 6.1 machine. The machine was causing me a lot of trouble with wifi connections at first, but then it just worked for a while.
However, almost 10 days ago, the the machine stopped c... | 0 | [
2,
1936,
3241,
400,
9,
165,
1940,
1967,
6379,
20,
4444,
255,
8128,
133,
29039,
19,
800,
3726,
3726,
31,
589,
1174,
21,
13,
9,
2328,
10084,
172,
9,
387,
3010,
27,
21,
1936,
3241,
400,
9,
165,
1940,
9,
14,
1940,
23,
3242,
55,
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... |
Creating a Person class in Ruby
===
I've created a Person class and my code is correct, but I just wanted someone to clarify a specific line.
class Person
attr_reader :first_name, :last_name, :age
def initialize (first_name, last_name, age)
@first_name = first_name
... | 0 | [
2,
2936,
21,
840,
718,
19,
10811,
800,
3726,
3726,
31,
22,
195,
679,
21,
840,
718,
17,
51,
1797,
25,
4456,
15,
47,
31,
114,
417,
737,
20,
23116,
21,
1903,
293,
9,
718,
840,
35,
6384,
1,
10647,
106,
13,
45,
3552,
1,
7259,
15,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How can i exit vim when i close my NERDTree, if there are no other buffers
===
From reading the NERDTree documentation on github, I've learned that I can do such nifty things as automatically open nerdtree if vim starts with no buffer, and to automatically close vim if NERDTree is the only open buffer. However, my fin... | 0 | [
2,
184,
92,
31,
4350,
1790,
79,
76,
31,
543,
51,
25758,
8101,
15,
100,
80,
50,
90,
89,
17497,
18,
800,
3726,
3726,
37,
1876,
14,
25758,
8101,
13945,
27,
13,
10404,
20926,
15,
31,
22,
195,
2691,
30,
31,
92,
107,
145,
1781,
3072... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
ASP.NET MapPageRoute with QuerySting parameters
===
I want the page to redirect to `Bye.aspx?l=he`, but MapPageRoute ignores the QuerySting and redirects to Bye.aspx
routes.MapPageRoute(
"Hey", // Route name
"Hey", // Route URL
"~/Bye.aspx?l=he"
);
... | 0 | [
2,
28,
306,
9,
2328,
2942,
6486,
20179,
29,
25597,
18,
1203,
12905,
800,
3726,
3726,
31,
259,
14,
2478,
20,
302,
14706,
20,
13,
1,
13180,
9,
472,
306,
396,
60,
255,
3726,
438,
1,
15,
47,
2942,
6486,
20179,
7174,
18,
14,
25597,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Ad Hoc network programming?
===
im working on writing a basic chat client in C++ with SDL_net for the sockets. Ive done many similar projects in the past, but for this one I want it to be able to make an ad-hoc connection over the wifi. directly from one computer to the other, not through a router or anything. Is this... | 0 | [
2,
21,
43,
21061,
982,
3143,
60,
800,
3726,
3726,
797,
638,
27,
1174,
21,
2125,
6615,
6819,
19,
272,
20512,
29,
13,
18,
8643,
1,
2328,
26,
14,
18482,
18,
9,
5568,
677,
151,
835,
2314,
19,
14,
640,
15,
47,
26,
48,
53,
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... |
vb6 to vb.net listview FindItemWithText zero error
===
I am trying to use some VB6 code for a listview in my .net application. However, once it converted it to vb.net code i can not seem to get pass this:
Dim ListObj As System.Windows.Forms.ListViewItem
ListObj = LV1.FindItemWithText(Name_Renamed, True, 0)... | 0 | [
2,
13,
20468,
379,
20,
13,
20468,
9,
2328,
968,
4725,
477,
2119,
79,
1410,
11969,
4606,
7019,
800,
3726,
3726,
31,
589,
749,
20,
275,
109,
13,
20468,
379,
1797,
26,
21,
968,
4725,
19,
51,
13,
9,
2328,
3010,
9,
207,
15,
382,
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... |
Timer not working properly
===
I am having issue with running a method on certain time interval. I have a method for it. From what I see is that the variable that stores second value(mynumber) is not read properly.mynumber is suppose to hold 200 seconds extracted from the website but it seems not to be working. The me... | 0 | [
2,
85,
139,
52,
638,
7428,
800,
3726,
3726,
31,
589,
452,
1513,
29,
946,
21,
2109,
27,
1200,
85,
14422,
9,
31,
57,
21,
2109,
26,
32,
9,
37,
98,
31,
196,
25,
30,
14,
7612,
30,
4134,
153,
1923,
5,
915,
16299,
6,
25,
52,
1302... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
iPhone personalized table Rounded corner table
===
I don't have too much experience on iphone screen designs but I need to make a table like this: (image), I made an investigation but I didn't find anything. This table needs to have a rounded corner and the user will be able to insert data, in this case first name, la... | 0 | [
2,
21024,
1319,
1333,
859,
8472,
1531,
859,
800,
3726,
3726,
31,
221,
22,
38,
57,
266,
212,
1496,
27,
21024,
2324,
4748,
47,
31,
376,
20,
233,
21,
859,
101,
48,
45,
13,
5,
22039,
6,
15,
31,
117,
40,
3193,
47,
31,
223,
22,
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... |
Matlab drawing tetrahedrons and triangles
===
I'm implementing Crust algorithm in MATLAB and having problem to draw result figure.
I have an array pointsArray (1000x3) of points in three-dimensional space.
1. I have a matrix M (100x4). Each row is a vector containing 4 indexes of pointsArray, making a tetrahedro... | 0 | [
2,
4277,
9086,
3533,
11237,
23944,
18,
17,
8676,
18,
800,
3726,
3726,
31,
22,
79,
17333,
12879,
9083,
19,
4277,
9086,
17,
452,
1448,
20,
2003,
829,
1465,
9,
31,
57,
40,
7718,
819,
8576,
93,
13,
5,
19484,
396,
240,
6,
16,
819,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Spring Android RestTemplate on API Level 10
===
Is anybody able to use Spring Android RestTemplate and Simple XML on Android API Level 10?
I know them very well and my code works perfectly fine on API Level 14 but fails on API Level 10!!
For example, are you able to run this code on Android API Level 10?
... | 0 | [
2,
1573,
13005,
760,
9577,
6554,
27,
21,
2159,
662,
332,
800,
3726,
3726,
25,
11181,
777,
20,
275,
1573,
13005,
760,
9577,
6554,
17,
1935,
23504,
27,
13005,
21,
2159,
662,
332,
60,
31,
143,
105,
253,
134,
17,
51,
1797,
693,
5759,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Integrate Dojo Build into Grails Build?
===
I understand dojo's build system, but I'm rather new to Grails. Does anyone know how, or have a resource for, integrating dojo's JS build into Grails? I'd like to be able to use the JS sources during development, and then switch to the built version of JS for production.
... | 0 | [
2,
18399,
107,
1636,
1895,
77,
489,
7301,
18,
1895,
60,
800,
3726,
3726,
31,
1369,
107,
1636,
22,
18,
1895,
329,
15,
47,
31,
22,
79,
864,
78,
20,
489,
7301,
18,
9,
630,
1276,
143,
184,
15,
54,
57,
21,
6577,
26,
15,
24529,
10... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Does objective-c have a utility package or library like Java's java.util?
===
Does objective-c have built in utility packages supporting things like List, HashTable, Tree, Date, etc? I come from a Java background so I'm trying to draw parallels to `java.util` to better understand.
| 0 | [
2,
630,
7038,
8,
150,
57,
21,
10082,
6030,
54,
1248,
101,
8247,
22,
18,
8247,
9,
14255,
60,
800,
3726,
3726,
630,
7038,
8,
150,
57,
392,
19,
10082,
16875,
3134,
564,
101,
968,
15,
19170,
5924,
15,
1541,
15,
1231,
15,
2722,
60,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Credentials cannot be used for NTLM authentication: org.apache.commons.httpclient.UsernamePasswordCredentials. Sharepoint
===
When trying to connect to our sharepoint back-end via SOAP webservices I already receive the following:
2012/06/18 15:42:23:966 PDT [INFO] AuthChallengeProcessor - NTLM authentication sche... | 0 | [
2,
5059,
43,
10107,
18,
1967,
44,
147,
26,
13,
2877,
10363,
27963,
45,
13,
5583,
9,
7738,
2569,
9,
17130,
18,
9,
21127,
150,
18513,
38,
9,
16704,
7259,
6201,
9587,
6037,
43,
10107,
18,
9,
1891,
3132,
800,
3726,
3726,
76,
749,
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... |
Intermittent Channel.Connect.Failed error NetConnection.Call.Failed:HTTP: Failured: url
===
We have a Flex application that sometimes throws this error **Intermittent Channel.Connect.Failed error NetConnection.Call.Failed:HTTP: Failured: url 'http://nsmjboss:8400/backbone/messagebroker/amf'**
I can hit that link in... | 0 | [
2,
19667,
1318,
9,
25996,
9,
24910,
69,
7019,
4275,
25996,
872,
9,
9200,
9,
24910,
69,
45,
21127,
45,
2990,
43,
45,
287,
6362,
800,
3726,
3726,
95,
57,
21,
14409,
3010,
30,
1030,
13566,
48,
7019,
13,
1409,
6280,
18568,
2877,
1318,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 route to use in asp.net web api for deleting item from list in object
===
I have an entity on the server called foo which has a list of bars assigned to it. I want to be able to remove a single bar from the foo.
I don't however want to update client side and send down the entire foo because the foo is a big o... | 0 | [
2,
98,
858,
20,
275,
19,
28,
306,
9,
2328,
2741,
21,
2159,
26,
121,
1336,
68,
9101,
37,
968,
19,
3095,
800,
3726,
3726,
31,
57,
40,
9252,
27,
14,
8128,
227,
4310,
111,
56,
63,
21,
968,
16,
6062,
2467,
20,
32,
9,
31,
259,
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... |
"Return without GoSub" when using subforms in Access
===
Why do I get a "Return without GoSub" error when using forms in Access 2007? | 0 | [
2,
13,
7,
24632,
366,
162,
7563,
7,
76,
568,
972,
4190,
18,
19,
1381,
800,
3726,
3726,
483,
107,
31,
164,
21,
13,
7,
24632,
366,
162,
7563,
7,
7019,
76,
568,
1997,
19,
1381,
624,
60,
3,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... |
ANTLR the input match with grammar but program can't realize
===
I'm write a parser for SML message. Input:a file have many SML message. Ouput: a queue of message with indentified element.
This's my code:
grammar SML;
options {language = Java;}
@header {
package SECSParser;
import SECSParse... | 0 | [
2,
40,
38,
12988,
14,
6367,
730,
29,
7207,
47,
625,
92,
22,
38,
4007,
800,
3726,
3726,
31,
22,
79,
2757,
21,
2017,
4104,
26,
13,
18,
8184,
2802,
9,
6367,
45,
58,
3893,
57,
151,
13,
18,
8184,
2802,
9,
9028,
4881,
45,
21,
2252... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
mysql 5.0 unable to store utf8
===
Iv'e configured mysql 5.0 to store utf8 characters.I checked it with following queries :
____
SELECT character_set_name FROM information_schema.`COLUMNS` C
WHERE table_schema = "oprdb"
AND table_name = "rtable"
AND column_name = "rtxt";
the result is `utf8... | 0 | [
2,
51,
18,
22402,
331,
9,
387,
2343,
20,
1718,
287,
11720,
457,
800,
3726,
3726,
3761,
22,
62,
28895,
51,
18,
22402,
331,
9,
387,
20,
1718,
287,
11720,
457,
1766,
9,
49,
6505,
32,
29,
249,
9386,
2829,
13,
45,
13,
1,
5407,
925,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 can't get special constructs (?=x) to work
===
I'm trying to get a valid regex to use in java (java.util.regex) that validates the following format:
a number that has max 15 digits, of which 3 digits may be decimal which are preceeded by a separator (,)
So, valid would be:
123456789012345 (15 digit... | 0 | [
2,
7953,
1706,
92,
22,
38,
164,
621,
6960,
18,
13,
5,
60,
3726,
396,
6,
20,
170,
800,
3726,
3726,
31,
22,
79,
749,
20,
164,
21,
7394,
7953,
1706,
20,
275,
19,
8247,
13,
5,
1004,
1385,
9,
14255,
9,
12463,
1706,
6,
30,
7394,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 extra item into a data binded combo box
===
I'm trying to add an item into a combobox after it's bind with the database so the combobox can have something like this:
**Combobox**
< Select Option >
Value 1
Value 2
Value 3
Tried with the code below but i'm getting the error **"Items collection ca... | 0 | [
2,
3547,
2230,
9101,
77,
21,
1054,
10193,
69,
22621,
1649,
800,
3726,
3726,
31,
22,
79,
749,
20,
3547,
40,
9101,
77,
21,
22621,
5309,
75,
32,
22,
18,
10193,
29,
14,
6018,
86,
14,
22621,
5309,
92,
57,
301,
101,
48,
45,
13,
1409... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Javascript SDK automatically login
===
I'am trying to get the Login button from Facebook to work on my website using the Javascript SDK. If the user is logged on, I get the email address back. This works. But on the page where I have my Facebook Login button, I also have the normal login for my website. (username & pa... | 0 | [
2,
8247,
8741,
13,
18,
43,
197,
7499,
6738,
108,
800,
3726,
3726,
31,
22,
765,
749,
20,
164,
14,
6738,
108,
5167,
37,
9090,
20,
170,
27,
51,
2271,
568,
14,
8247,
8741,
13,
18,
43,
197,
9,
100,
14,
4155,
25,
13,
19287,
27,
15... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to test device reboot using JUnit?
===
I have created and application that can reboot your device. Now i want to write JUnit for that application. But the problem is when the device is rebooted the JUnit process is also killed.
My test case will pass when the BOOT_COMPLETE broadcast is received. Please suggest m... | 0 | [
2,
184,
20,
1289,
3646,
25312,
568,
7446,
242,
60,
800,
3726,
3726,
31,
57,
679,
17,
3010,
30,
92,
25312,
154,
3646,
9,
130,
31,
259,
20,
2757,
7446,
242,
26,
30,
3010,
9,
47,
14,
1448,
25,
76,
14,
3646,
25,
25312,
69,
14,
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... |
best practices for a small php web application
===
i'm going create a very small web application for my team, and it is fairly specific -- list json files and edit them online. Using a framework like CI wouldn't justify, but I need to make it to be flexible, and easily maintainable by other programmers. I've done seve... | 4 | [
2,
246,
5242,
26,
21,
284,
13,
26120,
2741,
3010,
800,
3726,
3726,
31,
22,
79,
228,
1600,
21,
253,
284,
2741,
3010,
26,
51,
173,
15,
17,
32,
25,
6647,
1903,
13,
8,
8,
968,
487,
528,
6488,
17,
9392,
105,
2087,
9,
568,
21,
659... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 an Histogram in Igor and the "expected wave name" error
===
I'm using Igor and I've got this code into my procedure:
String wavename = "mywave"
String hist = wavename+"_Hist"
Make/N=100/O $hist;DelayUpdate
Histogram/B={0,5,100} $mywavename, $hist
It gives me the following error:
> Whi... | 0 | [
2,
233,
40,
33,
38,
20476,
19,
16430,
17,
14,
13,
7,
6899,
11557,
69,
2367,
204,
7,
7019,
800,
3726,
3726,
31,
22,
79,
568,
16430,
17,
31,
22,
195,
330,
48,
1797,
77,
51,
7004,
45,
3724,
2367,
7259,
800,
13,
7,
915,
10134,
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... |
MySQL root access for all hosts
===
I've installed MySQL server on a remote Ubuntu machine. The `root` user is defined in the `mysql.user` table this way:
mysql> SELECT host, user, password FROM user WHERE user = 'root';
+------------------+------+-------------------------------------------+
| host ... | 0 | [
2,
51,
18,
22402,
5900,
1381,
26,
65,
5397,
800,
3726,
3726,
31,
22,
195,
4066,
51,
18,
22402,
8128,
27,
21,
5388,
287,
12968,
2473,
1940,
9,
14,
13,
1,
14032,
1,
4155,
25,
2811,
19,
14,
13,
1,
915,
18,
22402,
9,
16704,
1,
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... |
WPF: Binding to double field with validation
===
I'm trying to bind TextBox to double property of some object with UpdateSourceTrigger=PropertyChanged. The goal is to immediately during editing validate entered value to be in allowed range (and display an error if not). I want to implement validation on Model level, i... | 0 | [
2,
619,
7721,
45,
8728,
20,
1494,
575,
29,
27999,
800,
3726,
3726,
31,
22,
79,
749,
20,
10193,
1854,
5309,
20,
1494,
1354,
16,
109,
3095,
29,
11100,
12097,
3367,
11356,
3726,
10890,
106,
1084,
16229,
43,
9,
14,
1195,
25,
20,
1375,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 read an external mysql database
===
I'm trying to find how to read data from my database in my iphone app. The database is in my server, what I tried is similar to how I do that in Android (I'm not sure if is the best way):
NSString *hostStr = @"http://www.myip/notices.php";
NSData *dataURL = ... | 0 | [
2,
184,
20,
1302,
40,
4886,
51,
18,
22402,
6018,
800,
3726,
3726,
31,
22,
79,
749,
20,
477,
184,
20,
1302,
1054,
37,
51,
6018,
19,
51,
21024,
4865,
9,
14,
6018,
25,
19,
51,
8128,
15,
98,
31,
794,
25,
835,
20,
184,
31,
107,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Display Part of NSAttributedStrings in a UITableViewCell
===
Hi can anyone help me how i can display a part of NSAttributedString in UITableViewCell, Actually i m implementing Coretext in my searchController, i want to search from NSArray which contain Quotes and changing the color of the Matching keyword, but the pro... | 0 | [
2,
3042,
141,
16,
13,
16938,
38,
14755,
43,
11130,
18,
19,
21,
13,
11193,
579,
4725,
9725,
800,
3726,
3726,
4148,
92,
1276,
448,
55,
184,
31,
92,
3042,
21,
141,
16,
13,
16938,
38,
14755,
43,
11130,
19,
13,
11193,
579,
4725,
9725... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Fast pixel drawing on the screen
===
I need to fill a window with pixels, very fast of course.
This is for an 'old school' project with software 3D graphics (proof of concept).
The requirements are:
* Pointer to the screen buffer to write colors and a method to display it
* No OpenGL, Direct3D or SDL
* Pu... | 0 | [
2,
1512,
18146,
3533,
27,
14,
2324,
800,
3726,
3726,
31,
376,
20,
3509,
21,
1463,
29,
18146,
18,
15,
253,
1512,
16,
674,
9,
48,
25,
26,
40,
13,
22,
1218,
116,
22,
669,
29,
2306,
203,
43,
8351,
13,
5,
13266,
16,
2420,
6,
9,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Is there any way ro
===
In my application throughout I want the search button to perform a separate `Activity`. i.e. From anywhere in the app when I press the search button I want a separate Activity to get called.
Is there any way that instead of defining `onSearchRequested()` in every activity, I just configure i... | 0 | [
2,
25,
80,
186,
161,
13,
661,
800,
3726,
3726,
19,
51,
3010,
892,
31,
259,
14,
2122,
5167,
20,
2985,
21,
1725,
13,
1,
19348,
1,
9,
31,
9,
62,
9,
37,
4922,
19,
14,
4865,
76,
31,
901,
14,
2122,
5167,
31,
259,
21,
1725,
2358,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
using a paypal library but ipn validation is not working in codeigniter
===
using paypal library form here
http://www.amplio.ch/blog/web-development/paypal-integration-to-codeigniter/
the problem i am facing that its not validating ipn i have checked in logfile
this is the message
[07/16/2012 8:01 AM]... | 0 | [
2,
568,
21,
1372,
6720,
1248,
47,
31,
17479,
27999,
25,
52,
638,
19,
1797,
9693,
242,
106,
800,
3726,
3726,
568,
1372,
6720,
1248,
505,
235,
7775,
6903,
6483,
9,
10158,
11188,
9,
673,
118,
220,
5567,
118,
14113,
8,
26119,
118,
122... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to create a NSButton that opens another window
===
Can set up an NSButton that leads to another (previously hidden) window?
- (IBAction)loginb:(id)sender {
NSString *pass = [m_password stringValue];
NSString *name = [m_username stringValue];
if ([name isEqualToString:@"haseo98"] && [pass isEq... | 0 | [
2,
184,
20,
1600,
21,
13,
2172,
811,
444,
30,
8965,
226,
1463,
800,
3726,
3726,
92,
309,
71,
40,
13,
2172,
811,
444,
30,
4259,
20,
226,
13,
5,
17603,
3689,
6,
1463,
60,
13,
8,
13,
5,
4598,
8645,
6,
5567,
108,
220,
45,
5,
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... |
Sortest distance to the cardinalspline spline curve from the outside point in c++
===
I need to find shortest distance from any given point outside of the curve to cardinalspline curve
Can I have any reference link or any equations can help me on this.
following is the reference link the way i want to implement
... | 0 | [
2,
2058,
1430,
1583,
20,
14,
9404,
306,
1143,
3782,
1143,
7101,
37,
14,
719,
454,
19,
272,
20512,
800,
3726,
3726,
31,
376,
20,
477,
23576,
1583,
37,
186,
504,
454,
719,
16,
14,
7101,
20,
9404,
306,
1143,
7101,
92,
31,
57,
186,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Where to store class-relationship information?
===
Assume, we have classes `A_1` to `A_n` and classes `B_1` to `B_n`.
Each `A_i` has relationships (abstract spoken; a relation good be 'A_4 likes B_2') to a set of `B_j`'s and the same the other way round.
**Question:** Where is a good place to store the relations... | 0 | [
2,
113,
20,
1718,
718,
8,
99,
10832,
2418,
676,
60,
800,
3726,
3726,
7158,
15,
95,
57,
2684,
13,
1,
58,
1,
165,
1,
20,
13,
1,
58,
1,
103,
1,
17,
2684,
13,
1,
220,
1,
165,
1,
20,
13,
1,
220,
1,
103,
1,
9,
206,
13,
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... |
Query google maps for surrounding cities to a location
===
I am new to using google maps api, I have a problem that I want to solve.
I have a zip code and city name ans an input and I want to get the names and zip codes of all the cities surrounding the input in a specific radius.
Is there a way to do this using... | 0 | [
2,
25597,
8144,
6867,
26,
2470,
1920,
20,
21,
1474,
800,
3726,
3726,
31,
589,
78,
20,
568,
8144,
6867,
21,
2159,
15,
31,
57,
21,
1448,
30,
31,
259,
20,
8402,
9,
31,
57,
21,
12133,
1797,
17,
136,
204,
40,
18,
40,
6367,
17,
31... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
jquerui - droppable creates (un)nested object - But the position of draggable changes
===
I am dragging an object inside a droppable that is also a draggable. After I drop the object, it is nested inside the droppable. Similarly if I drag the object outside droppable, it is not nested anymore.
However if i routinel... | 0 | [
2,
487,
8190,
5661,
13,
8,
2804,
306,
579,
9695,
13,
5,
1020,
6,
2696,
1427,
3095,
13,
8,
47,
14,
649,
16,
5501,
263,
579,
1693,
800,
3726,
3726,
31,
589,
13052,
40,
3095,
572,
21,
2804,
306,
579,
30,
25,
67,
21,
5501,
263,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
PHP - Zend Framework: a model within a model?
===
I'm just wondering, I'm not an expert on MVC but have been shifting our code towards a better MVC structure on the Zend Framework over the past few years. I basically have different models handling different sets of logic for different entities in the database. For exa... | 0 | [
2,
13,
26120,
13,
8,
10526,
43,
6596,
45,
21,
1061,
363,
21,
1061,
60,
800,
3726,
3726,
31,
22,
79,
114,
5712,
15,
31,
22,
79,
52,
40,
5390,
27,
307,
8990,
47,
57,
74,
10255,
318,
1797,
1016,
21,
574,
307,
8990,
1411,
27,
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... |
MongoDB All values in an array should be less than a value
===
I have an document with an embedded array of documents. i.e. 'key' => array(...)
Is it possible to create a query so that for some value in the embedded array, all of them are $lt some value?
So like this:
{
'key.value' : { $lt : 5.0 }
... | 0 | [
2,
3521,
5474,
220,
65,
4070,
19,
40,
7718,
378,
44,
787,
119,
21,
1923,
800,
3726,
3726,
31,
57,
40,
4492,
29,
40,
12138,
7718,
16,
4374,
9,
31,
9,
62,
9,
13,
22,
4237,
22,
800,
1,
7718,
5,
9,
9,
9,
6,
25,
32,
938,
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... |
Get sum of range in one cell
===
I want to have a formula that calculates the sum of a given range.
Say I have `1,5` in cell `A1`. I want a formula to calculate `1+2+3+4+5`.
And maybe in a more advanced fashion, I would like to enter `1,5;6,3;1,4;...` and have it calculate `(1+2+3+4+5)+(6+5+4+3)+(1+2+3+4)`.
The... | 0 | [
2,
164,
3907,
16,
978,
19,
53,
1667,
800,
3726,
3726,
31,
259,
20,
57,
21,
3729,
30,
18469,
18,
14,
3907,
16,
21,
504,
978,
9,
395,
31,
57,
13,
1,
165,
15,
264,
1,
19,
1667,
13,
1,
58,
165,
1,
9,
31,
259,
21,
3729,
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... |
Where is the source code for Razor RenderSection?
===
The source for asp mvc is [open to view up on codeplex][1] yet for the life of me I cannot find the part where sections are implemented.
Where is it? Am I looking in the wrong place?
[1]: http://aspnet.codeplex.com/SourceControl/list/changesets | 0 | [
2,
113,
25,
14,
1267,
1797,
26,
14282,
16535,
10579,
60,
800,
3726,
3726,
14,
1267,
26,
28,
306,
307,
8990,
25,
636,
10157,
20,
1418,
71,
27,
1797,
11326,
500,
2558,
165,
500,
768,
26,
14,
201,
16,
55,
31,
1967,
477,
14,
141,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Is there any way to check if user already subscribed to my youtube channel?
===
I am working on a script , and i need to check if a user has already subscribed to my youtube channel, is there any API call or any script to check if the user already subscribed or not ?
Any type of help/hint will be heartly appreciated... | 0 | [
2,
25,
80,
186,
161,
20,
2631,
100,
4155,
614,
13,
20330,
43,
20,
51,
7330,
1318,
60,
800,
3726,
3726,
31,
589,
638,
27,
21,
3884,
13,
15,
17,
31,
376,
20,
2631,
100,
21,
4155,
63,
614,
13,
20330,
43,
20,
51,
7330,
1318,
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... |
Algorithms. Neural networks. Weight vector determination
===
I want to use [this article][1] for neural network construction, but I meet some problems with the update algorithm of the weight vectors. Specifically, with formulas [marked red][2].
Can anybody help me to understand, what is the hm(i) and the symbol "|" m... | 0 | [
2,
15935,
9,
17371,
5540,
9,
1763,
7497,
9821,
800,
3726,
3726,
31,
259,
20,
275,
636,
1565,
2002,
500,
2558,
165,
500,
26,
17371,
982,
900,
15,
47,
31,
1255,
109,
1716,
29,
14,
11100,
9083,
16,
14,
1763,
7497,
18,
9,
3524,
15,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to determinate if you need a Right Right rotation or a Right Left rotation
===
I am trying to implement an AVL tree and I'm having a hard time knowing when I need a RR or RL rotation (same for LL and LR).
What are the preconditions for each and how are they different. I know when I see a picture of the tree (in... | 0 | [
2,
184,
20,
121,
3964,
17939,
100,
42,
376,
21,
193,
193,
9431,
54,
21,
193,
225,
9431,
800,
3726,
3726,
31,
589,
749,
20,
8713,
40,
21,
15143,
1541,
17,
31,
22,
79,
452,
21,
552,
85,
2506,
76,
31,
376,
21,
13,
5932,
54,
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... |
Validate last two date controls controls in the grid using Jquery
===
I have grid where last two date controls having the control id generated at runtime as below :
ctl00_PlaceHolderMain_SPWebPartManager_g_3c1ba10a_23ec_4ab5_b303_18f8bd7ee7e7_ctl00_gdvItinerary_ctl03_txtTravelDate
ctl00_PlaceHolderMain_SPW... | 0 | [
2,
7394,
1373,
236,
81,
1231,
8671,
8671,
19,
14,
7354,
568,
487,
8190,
93,
800,
3726,
3726,
31,
57,
7354,
113,
236,
81,
1231,
8671,
452,
14,
569,
4924,
6756,
35,
485,
891,
28,
1021,
13,
45,
272,
7786,
2032,
1,
5119,
12427,
6232... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Still getting animation although stopped using them
===
After doing some Core animations using:
[UIView beginAnimations:nil context:nil];
[UIView setAnimationDuration:0.5];
.. Changing attributes ..
[UIView commitAnimations];
I noticed that if I simply fire up change of ... | 0 | [
2,
174,
1017,
6236,
419,
1175,
568,
105,
800,
3726,
3726,
75,
845,
109,
2884,
6236,
18,
568,
45,
636,
5661,
4725,
2348,
3443,
79,
7504,
45,
103,
947,
4141,
45,
103,
947,
12660,
636,
5661,
4725,
309,
3443,
79,
857,
10852,
857,
45,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Asp.net MVC3 reporting system
===
I am building a new asp.net MVC3 web application for reporting and I want to know the best way to create reports.
I've tried to use Crystal reports but its has some issues in implementation and styling so Is there is a free or customized solution for that? | 0 | [
2,
28,
306,
9,
2328,
307,
8990,
240,
6670,
329,
800,
3726,
3726,
31,
589,
353,
21,
78,
28,
306,
9,
2328,
307,
8990,
240,
2741,
3010,
26,
6670,
17,
31,
259,
20,
143,
14,
246,
161,
20,
1600,
2813,
9,
31,
22,
195,
794,
20,
275,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
NSMutableArray Difficulty
===
My question is connected in my past question : http://stackoverflow.com/questions/10767569/icarousel-stop-at-user-picked-index.
I'm really having problem with my `NSMutableArray`, I'm currently using `iCarousel` for my slotMachine object(slot1 and slot2). My app works this way:
my a... | 0 | [
2,
13,
2172,
7903,
579,
8576,
93,
6967,
800,
3726,
3726,
51,
1301,
25,
2587,
19,
51,
640,
1301,
13,
45,
7775,
6903,
25325,
2549,
9990,
9,
960,
118,
24652,
18,
118,
1036,
25685,
3776,
12766,
2862,
6947,
532,
8,
7318,
8,
721,
8,
1... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
java:adding a prompt text property to Jtextfield
===
I am using the Netbeans.I want to give the prompt Text to JTextfield ..such a way that when user enter the Text to textfeild it get clear and accept the users input.. | 0 | [
2,
8247,
45,
58,
11365,
21,
11443,
4417,
1854,
1354,
20,
487,
11969,
1109,
800,
3726,
3726,
31,
589,
568,
14,
4275,
863,
5950,
9,
49,
259,
20,
590,
14,
11443,
4417,
1854,
20,
487,
11969,
1109,
13,
9,
9,
4289,
21,
161,
30,
76,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Referencing a linkbutton within a gridview thats inside a AJAX tab
===
Morning/Afternoon all,
The title says it all really, On my home page i have roughly 10 grids that sit inside ajax tabs etc
One grid in particular has a link button called "Archive" when the user clicks this i need to show a seperate div wit... | 0 | [
2,
13,
29254,
21,
3508,
811,
444,
363,
21,
7354,
4725,
30,
18,
572,
21,
20624,
6523,
800,
3726,
3726,
959,
118,
5162,
251,
218,
65,
15,
14,
581,
898,
32,
65,
510,
15,
27,
51,
213,
2478,
31,
57,
4457,
332,
7354,
18,
30,
2066,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Dealing with deleted data in NoSQL (especially Amazon DynamoDB)
===
For my question let's assume I have a forum table that holds messages from users, very basic.<br/>
Let's say a user wants to delete one of his entries, he can do it. If I were designing this table in MySQL or any other RDBMS I would just add a column... | 0 | [
2,
5746,
29,
19584,
1054,
19,
90,
18,
22402,
13,
5,
12183,
8059,
18120,
9007,
6,
800,
3726,
3726,
26,
51,
1301,
408,
22,
18,
7158,
31,
57,
21,
5691,
859,
30,
2763,
7561,
37,
3878,
15,
253,
2125,
9,
1,
5145,
118,
1,
408,
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... |
Admin creating new item in sitecore workflow
===
if workflow has been applied to one particular template . and admin creates new item using that template . in this case item is in draft state because initial state for workflow was draft .
so even if admin has created item it has to go throu workflow...
is there ... | 0 | [
2,
21,
43,
2160,
2936,
78,
9101,
19,
689,
10375,
170,
9990,
800,
3726,
3726,
100,
170,
9990,
63,
74,
2435,
20,
53,
1498,
22894,
13,
9,
17,
21,
43,
2160,
9695,
78,
9101,
568,
30,
22894,
13,
9,
19,
48,
610,
9101,
25,
19,
2472,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
One DIV section is hidden completely
===
I added a image hover effect using jquery : http://jsfiddle.net/roXon/HmTrw/
After that I am unable to see the details as you see in this image.
![Unable to see the details][1]
Now after i added the script, the div section is like this :
![enter image description ... | 0 | [
2,
53,
13,
12916,
1050,
25,
3689,
1524,
800,
3726,
3726,
31,
905,
21,
1961,
21350,
1590,
568,
487,
8190,
93,
13,
45,
7775,
6903,
728,
18,
1707,
12312,
9,
2328,
118,
9419,
218,
118,
7015,
38,
20393,
118,
75,
30,
31,
589,
2343,
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... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.