unified_texts stringlengths 32 30.1k | OpenStatus_id int64 0 4 | input_ids list | token_type_ids list | attention_mask list |
|---|---|---|---|---|
xQuery convert string to xhtml
===
My script builds a string that I need to output to xhtml, but xdmp:unquote() does not seem to like quoted attribute values--specifically the quotes. I end up with the quote character entity in the output where that actual quote mark (") should be.
Here is the string:
let $... | 0 | [
2,
993,
8190,
93,
8406,
3724,
20,
993,
15895,
800,
3726,
3726,
51,
3884,
1895,
18,
21,
3724,
30,
31,
376,
20,
5196,
20,
993,
15895,
15,
47,
993,
43,
2554,
45,
1020,
8970,
591,
5,
6,
630,
52,
2260,
20,
101,
9591,
35,
14755,
407... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Properties in Maven
===
I would like to create a property of this kind :
<properties>
<ignoredpackage>
<ignore>com.example.*</ignore>
<ignore>com.another.example.*</ignore>
</ignoredpackage>
<properties>
So that I can use it in my pom like that :
<plugin>
... | 0 | [
2,
3704,
19,
1216,
3124,
800,
3726,
3726,
31,
83,
101,
20,
1600,
21,
1354,
16,
48,
825,
13,
45,
13,
1,
10890,
106,
3915,
1,
13,
1,
23565,
2095,
8573,
1303,
1,
13,
1,
23565,
99,
1,
960,
9,
29041,
9,
2483,
1,
118,
23565,
99,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
revoke certificate request
===
I try to submit my iOS app for validation. Unfortunately i have this message after archiving the app on xcode and clic on the validate button :
"The private key for "xxxxxx" is not installed on this Mac"
but i can't export the profil from the device who created this certificate.
... | 0 | [
2,
3867,
8416,
6259,
3772,
800,
3726,
3726,
31,
1131,
20,
12298,
51,
13,
7760,
4865,
26,
27999,
9,
6200,
31,
57,
48,
2802,
75,
13,
25328,
68,
14,
4865,
27,
993,
9375,
17,
272,
4663,
27,
14,
7394,
1373,
5167,
13,
45,
13,
7,
124... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Context Per Request: How to update Entity
===
I have a repository class as shown below. There is a method to get entity object – GetPaymentByID. I am retrieving a Payment object and making a change to its PaymentType property. But this is not reflected in databse. I know the reason – the SaveContextChanges method uses... | 0 | [
2,
4141,
416,
3772,
45,
184,
20,
11100,
9252,
800,
3726,
3726,
31,
57,
21,
24869,
718,
28,
1721,
1021,
9,
80,
25,
21,
2109,
20,
164,
9252,
3095,
13,
10,
164,
12224,
1130,
779,
1340,
9,
31,
589,
13,
6239,
3272,
8397,
21,
7582,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
sqlclient - Command Timeout for remote database server
===
I've an application developed in winforms(.net) and it is using Sql Server database. My client would be using the application locally (intranet) and some of my client would be using the same application from remote location (winform application in on region an... | 0 | [
2,
4444,
6109,
18513,
38,
13,
8,
1202,
85,
1320,
26,
5388,
6018,
8128,
800,
3726,
3726,
31,
22,
195,
40,
3010,
885,
19,
628,
4190,
18,
5,
9,
2328,
6,
17,
32,
25,
568,
4444,
255,
8128,
6018,
9,
51,
6819,
83,
44,
568,
14,
3010... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Get a variable from another document
===
I am new to PHP. I'd like to get a variable that is in another document in order to insert a value into a table. So, I have this code:
insert.php:
$inputField = $_POST['inputField'];
$inputField2 = $_POST['inputField2'];
$Allowed_traffic = $_POST['Allowed_... | 0 | [
2,
164,
21,
7612,
37,
226,
4492,
800,
3726,
3726,
31,
589,
78,
20,
13,
26120,
9,
31,
22,
43,
101,
20,
164,
21,
7612,
30,
25,
19,
226,
4492,
19,
389,
20,
14692,
21,
1923,
77,
21,
859,
9,
86,
15,
31,
57,
48,
1797,
45,
14692,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Self created JToggleButton: change icons
===
I have written a class that extends JToggleButton.
Everything works fine, except that I can't change the icons of the button.
Here is my code of the class:
package be.blauweregen.lichtsturing;
import javax.swing.*;
import java.awt.*;
class My... | 0 | [
2,
1119,
679,
487,
262,
263,
4875,
811,
444,
45,
753,
9801,
18,
800,
3726,
3726,
31,
57,
642,
21,
718,
30,
9073,
487,
262,
263,
4875,
811,
444,
9,
796,
693,
1123,
15,
1613,
30,
31,
92,
22,
38,
753,
14,
9801,
18,
16,
14,
5167... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
3D visualize depth information in OpenGL
===
I have a depth data stored in a text file, then I load it into a matrix z.
After create the mesh grid, I want to visualize the depth data as a 3D image.
My work is the same with the function "surf" in Matlab.
Here is my code:
load file and create grid
... | 1 | [
2,
203,
43,
3458,
2952,
5204,
676,
19,
368,
8430,
800,
3726,
3726,
31,
57,
21,
5204,
1054,
8214,
19,
21,
1854,
3893,
15,
94,
31,
6305,
32,
77,
21,
8187,
2052,
9,
75,
1600,
14,
55,
1635,
7354,
15,
31,
259,
20,
3458,
2952,
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... |
Sending a message to mail after completing spider running in scrapy python
===
**pipeline.py code**
class Examplepipeline(object):
def __init__(self):
dispatcher.connect(self.spider_opened, signal=signals.spider_opened)
dispatcher.connect(self.spider_closed, signal=signals.spider_closed... | 0 | [
2,
4907,
21,
2802,
20,
4216,
75,
6869,
5650,
946,
19,
10241,
93,
20059,
800,
3726,
3726,
13,
1409,
15185,
1143,
9,
6448,
1797,
1409,
718,
823,
15185,
1143,
5,
23793,
6,
45,
6312,
13,
1,
108,
242,
1,
5,
8411,
6,
45,
14226,
106,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Why UITableView calls UIScrollView's delegate methods?
===
I have an application, in which I have a `UITableView` inside a `UIView`, which is again inside a `UIScrollView`, so the hierarchy becomes like this:
`UIScrollView` -> `UIView` -> `UITableView`
The data inside my `UITableView` is filled properly.
Now... | 0 | [
2,
483,
13,
11193,
579,
4725,
3029,
13,
5661,
3862,
8694,
4725,
22,
18,
11300,
3195,
60,
800,
3726,
3726,
31,
57,
40,
3010,
15,
19,
56,
31,
57,
21,
13,
1,
11193,
579,
4725,
1,
572,
21,
13,
1,
5661,
4725,
1,
15,
56,
25,
188,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
What does PRINT command do differently under the hood that notepad doesn't?
===
I need to send content to printer in C# .NET the same way as `PRINT` command does.
I have Godex thermal printer with [QLabel][1] software bundled. Now it has the option to save the label as a command that you can pass to printer with co... | 0 | [
2,
98,
630,
4793,
1202,
107,
12670,
131,
14,
6124,
30,
1945,
8240,
1437,
22,
38,
60,
800,
3726,
3726,
31,
376,
20,
2660,
2331,
20,
12925,
19,
272,
5910,
13,
9,
2328,
14,
205,
161,
28,
13,
1,
10299,
1,
1202,
630,
9,
31,
57,
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... |
Facebook is not displaying the email id info in the auth dialog box
===
I have integrated Facebook with my web application.
When the Facebook authorization dialog is displayed to tht user, it displays only basic info
details. There is no email id displayed.
It is used to display the email id also earlier. It... | 0 | [
2,
9090,
25,
52,
17418,
14,
8517,
4924,
15404,
19,
14,
10343,
96,
28223,
1649,
800,
3726,
3726,
31,
57,
5547,
9090,
29,
51,
2741,
3010,
9,
76,
14,
9090,
22677,
28223,
25,
6115,
20,
13,
96,
38,
4155,
15,
32,
9412,
104,
2125,
1540... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Sound Cloud Error
===
Here is my redirect.php, i always get
'HTTP Error 500 (Internal Server Error): An unexpected condition was encountered while the server was attempting to fulfill the request. '
php code:
/////////////////////////////////
<br/>require_once 'Services/Soundcloud.php';
// create client o... | 0 | [
2,
646,
4005,
7019,
800,
3726,
3726,
235,
25,
51,
302,
14706,
9,
26120,
15,
31,
550,
164,
13,
22,
21127,
7019,
3033,
13,
5,
6280,
5025,
8128,
7019,
6,
45,
40,
9380,
2874,
23,
8208,
133,
14,
8128,
23,
6314,
20,
14313,
14,
3772,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to change color of cell from calendar?
===
I want to highlight selected date and current date.How can i do it?I have used NSDAteComponents for current date.What should be condition to set current date color.
I have grid of button. | 0 | [
2,
184,
20,
753,
1665,
16,
1667,
37,
7036,
60,
800,
3726,
3726,
31,
259,
20,
14373,
1704,
1231,
17,
866,
1231,
9,
1544,
92,
31,
107,
32,
60,
49,
57,
147,
13,
2172,
8209,
11103,
849,
14128,
26,
866,
1231,
9,
608,
378,
44,
2874,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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... |
how to change Label content(In XAML file) to Lower to upper and Upper to case in wpf
===
<Storyboard x:Key="ShiftAltClickValue2Animate">
<ObjectAnimationUsingKeyFrames Storyboard.TargetProperty="(ContentControl.Content)" Storyboard.TargetName="lbl_AWithDiaeresis">
<DiscreteObjectKey... | 0 | [
2,
184,
20,
753,
1899,
2331,
5,
108,
13,
6791,
8184,
3893,
6,
20,
987,
20,
1508,
17,
1508,
20,
610,
19,
619,
7721,
800,
3726,
3726,
13,
1,
4416,
2806,
993,
45,
4237,
3726,
7,
14157,
192,
6668,
10129,
15165,
135,
3443,
5281,
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... |
Python: How json dumps None to empty string
===
I want Python's `None` to be encoded in json as empty string how? Below is the default behavior of `json.dumps`.
>>> import json
>>> json.dumps(['foo', {'bar': ('baz', None, 1.0, 2)}])
'["foo", {"bar": ["baz", null, 1.0, 2]}]'
Should I overwrite the j... | 0 | [
2,
20059,
45,
184,
487,
528,
11424,
18,
2369,
20,
2424,
3724,
800,
3726,
3726,
31,
259,
20059,
22,
18,
13,
1,
15746,
1,
20,
44,
13665,
19,
487,
528,
28,
2424,
3724,
184,
60,
1021,
25,
14,
12838,
3257,
16,
13,
1,
728,
528,
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... |
DB2 unique constraint, unique indexes and performance
===
I have a table that requires two rows to be unique. They are likely to be joined regularly so I probably need an index on these rows.
I checked the Infocenter on the [Unique constraint](http://pic.dhe.ibm.com/infocenter/db2luw/v9r7/topic/com.ibm.db2.luw.admi... | 0 | [
2,
13,
9007,
135,
2619,
28804,
15,
2619,
4348,
160,
17,
956,
800,
3726,
3726,
31,
57,
21,
859,
30,
4781,
81,
11295,
20,
44,
2619,
9,
59,
50,
1720,
20,
44,
670,
4217,
86,
31,
910,
376,
40,
4348,
27,
158,
11295,
9,
31,
6505,
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... |
Assign Xsl Value from querystring
===
How can i assign value from querystring.
<xsl:param name="EntityName"><xsl:value-of select="/root/Runtime/EntityName" /></xsl:param>
<xsl:param name="FilterRk"><xsl:value-of select="/root/Runtime/EntityName" /></xsl:param>
First code is working ... | 0 | [
2,
13952,
993,
18,
255,
1923,
37,
25597,
11130,
800,
3726,
3726,
184,
92,
31,
13952,
1923,
37,
25597,
11130,
9,
13,
1,
396,
18,
255,
45,
6351,
79,
204,
3726,
7,
2291,
856,
7259,
7,
1,
396,
18,
255,
45,
15165,
8,
1041,
5407,
37... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
signalR overhead
===
I have a client which updates its position on the server by periodically (each 4 seconds) sending it's new location. I also have a client which tracks the previous mobile, by periodically pollen the server (each 5 seconds) and get the latest location.
Should this communication be carried over S... | 0 | [
2,
2800,
139,
8860,
800,
3726,
3726,
31,
57,
21,
6819,
56,
16779,
82,
649,
27,
14,
8128,
34,
19886,
13,
5,
14322,
268,
2582,
6,
4907,
32,
22,
18,
78,
1474,
9,
31,
67,
57,
21,
6819,
56,
1633,
14,
1158,
3241,
15,
34,
19886,
23... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Spring WS web service. Adding an attachment to the response using SAAJ - No adapter for endpoint
===
I am really struggling getting Spring-WS to return a response with attachments. I have managed to get an MTOM version to work but this has some pre-requisites on the client as i believe that the client has to be MTOM e... | 0 | [
2,
1573,
619,
18,
2741,
365,
9,
4721,
40,
14575,
20,
14,
1627,
568,
1929,
6881,
13,
8,
90,
9924,
106,
26,
241,
3132,
800,
3726,
3726,
31,
589,
510,
7587,
1017,
1573,
8,
10268,
20,
788,
21,
1627,
29,
14575,
18,
9,
31,
57,
1471,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
504 for chat a application in cloudfoundry
===
I am trying to develop a chat application in java and have deployed a sample application that uses RabitMq and Comet.
I have been able to send and receive messages from the bounded RabitMQ service.
The problem occurs when i try to pool the queue for messages when ther... | 0 | [
2,
13,
25687,
26,
6615,
21,
3010,
19,
4005,
12235,
622,
800,
3726,
3726,
31,
589,
749,
20,
2803,
21,
6615,
3010,
19,
8247,
17,
57,
6698,
21,
5717,
3010,
30,
2027,
10249,
242,
79,
1251,
17,
15625,
9,
31,
57,
74,
777,
20,
2660,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Flex DataGrid recycling Renderer
===
I have a trouble displapying a list in a datagrid with an itemRenderer.
My itemrenderer is Hbox containing an image in a comlum.
The data
My dataprovider dataList changes every time when I click on a button. The problem is that it works ONLY the first time(dispalying the good ... | 0 | [
2,
14409,
1054,
16375,
20777,
16535,
106,
800,
3726,
3726,
31,
57,
21,
2572,
1460,
9897,
6448,
68,
21,
968,
19,
21,
1054,
16375,
29,
40,
9101,
99,
16706,
106,
9,
51,
9101,
99,
16706,
106,
25,
746,
5309,
3503,
40,
1961,
19,
21,
1... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Grid View content click and selection
===
I have made a GridView and enabled the selection property to it. Now select comes next to every row in the gridview. I want to remove the select text/tag and selection should be done on the click on the content.
How can i do this.
:) | 0 | [
2,
7354,
1418,
2331,
10840,
17,
3155,
800,
3726,
3726,
31,
57,
117,
21,
7354,
4725,
17,
9338,
14,
3155,
1354,
20,
32,
9,
130,
5407,
1624,
328,
20,
352,
3131,
19,
14,
7354,
4725,
9,
31,
259,
20,
4681,
14,
5407,
1854,
118,
8628,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Printscreen of artoolkit video frame
===
i am doing a little app with artoolkit and i want to create a screenshot function so the user can save the video frame with the vrml objects he draw in the video frame, its possible to do that?
I am coding in C using Xcode in Mac OS X | 0 | [
2,
4793,
7187,
16,
13,
512,
20799,
13703,
763,
3523,
800,
3726,
3726,
31,
589,
845,
21,
265,
4865,
29,
13,
512,
20799,
13703,
17,
31,
259,
20,
1600,
21,
2324,
7868,
1990,
86,
14,
4155,
92,
2079,
14,
763,
3523,
29,
14,
13,
6938,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Escaping strings in JTemplate
===
I have a JTemplate string that looks like this
<a class="add" href="#" onclick="javascript:myfunction('{$T.Properties.Title}')" >
This code breaks when my parameter $T.Properties.Title is a string which contains a single quote character in it.
I could use a double q... | 0 | [
2,
14700,
7887,
19,
487,
9577,
6554,
800,
3726,
3726,
31,
57,
21,
487,
9577,
6554,
3724,
30,
1879,
101,
48,
13,
1,
58,
718,
3726,
7,
14854,
7,
746,
14057,
3726,
7,
5910,
7,
27,
150,
10129,
3726,
7,
1004,
1385,
8741,
45,
915,
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... |
ruby on rails - edit params in model
===
I'm a beginner at Ruby on Rails and I'm having some problems with my model.
I'm working on an existing Tool and have to add some functionality.
The rails version is pretty old, Rails 2.3.14.
Send with the browserdata is a file. My idea is that all the information which a... | 0 | [
2,
10811,
27,
2240,
18,
13,
8,
9392,
2258,
79,
18,
19,
1061,
800,
3726,
3726,
31,
22,
79,
21,
26931,
35,
10811,
27,
2240,
18,
17,
31,
22,
79,
452,
109,
1716,
29,
51,
1061,
9,
31,
22,
79,
638,
27,
40,
3149,
5607,
17,
57,
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... |
send mouse click to winamp
===
I'm trying to learn mouse/keyboard emulation using win api.
I found out that it is possible to emulate button click using sendmessage() function.
Well, I get coordinates of "play" button (it is (60;100)) and trying to push this button using the following code:
in... | 0 | [
2,
2660,
7567,
10840,
20,
628,
10158,
800,
3726,
3726,
31,
22,
79,
749,
20,
2484,
7567,
118,
4237,
2806,
3579,
11123,
568,
628,
21,
2159,
9,
31,
216,
70,
30,
32,
25,
938,
20,
23804,
5167,
10840,
568,
2660,
3845,
18,
1303,
5,
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... |
dataGridView CurrentCellChanged event don't let me select more than one row
===
I have a dataGridView on my form. I set CurrentCellChanged event for it, MultiSelect properties is true but now I can't select more than one row!
Please help me. thank you! I want to be able to select more than 1 row. | 0 | [
2,
1054,
16375,
4725,
866,
9725,
16229,
43,
807,
221,
22,
38,
408,
55,
5407,
91,
119,
53,
3131,
800,
3726,
3726,
31,
57,
21,
1054,
16375,
4725,
27,
51,
505,
9,
31,
309,
866,
9725,
16229,
43,
807,
26,
32,
15,
1889,
18,
16964,
3... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
mysql & php ReturnTop 100 Scores
===
How can i write a MYSQL(in php file) FOR loop or WHILE loop to iterate through a tables id? Or should I use PHP to make a series of calls back and forth?
| 1 | [
2,
51,
18,
22402,
279,
13,
26120,
788,
3880,
808,
7369,
800,
3726,
3726,
184,
92,
31,
2757,
21,
51,
18,
22402,
5,
108,
13,
26120,
3893,
6,
26,
5293,
54,
133,
5293,
20,
32,
106,
1373,
120,
21,
7484,
4924,
60,
54,
378,
31,
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,
0,
0,
0,
0,
0... |
logging in to a website using Httpwebrequest
===
I'm new to programming (C#) and I started writing a bot for a MMORPG to learn communicating with websites programmatically and stuff...
I found many questions about this topic in here and there. At last with a helping hand,I could find something and complete it, whic... | 0 | [
2,
13,
13919,
19,
20,
21,
2271,
568,
7775,
458,
3692,
10351,
800,
3726,
3726,
31,
22,
79,
78,
20,
3143,
13,
5,
150,
5910,
6,
17,
31,
373,
1174,
21,
11012,
26,
21,
1620,
248,
9623,
20,
2484,
23284,
29,
13931,
625,
6732,
1326,
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... |
classifying pages and second authentication level pages in LifeRay
===
I want to know if i can classify pages in the LifeRay CMS, so when i'm creating the page i can have a dropdown menu choosing (Public or Classified)
**if it's Public :** That means that all users on the system can view this page.
**If it's Cla... | 0 | [
2,
25117,
68,
4434,
17,
153,
27963,
662,
4434,
19,
201,
2787,
800,
3726,
3726,
31,
259,
20,
143,
100,
31,
92,
25117,
4434,
19,
14,
201,
2787,
2390,
18,
15,
86,
76,
31,
22,
79,
2936,
14,
2478,
31,
92,
57,
21,
2804,
2968,
11379,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
isolating a sub-string in a string before a symbol in SQL Server 2008
===
i am trying to extract a substring(everything before a hyphen, in this case) from a string as shown below:
Net Operating Loss - 2007
Capital Loss - 1991
Foreign Tax Credit - 1997
and want the year and name(substring before hy... | 0 | [
2,
25,
2268,
1203,
21,
972,
8,
11130,
19,
21,
3724,
115,
21,
4678,
19,
4444,
255,
8128,
570,
800,
3726,
3726,
31,
589,
749,
20,
10962,
21,
972,
11130,
5,
13224,
115,
21,
4085,
16012,
15,
19,
48,
610,
6,
37,
21,
3724,
28,
1721,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Retrieving data in the last row of google spreadsheet
===
I am using a combination of google forms and spreadsheet to track our inventory. Employees will scan a QR code that will take them to a google form to fill out where the tool is going. That data is fed to a google spreadsheet. I want to create an aggregate sp... | 0 | [
2,
13,
6239,
3272,
8397,
1054,
19,
14,
236,
3131,
16,
8144,
1789,
17627,
800,
3726,
3726,
31,
589,
568,
21,
3733,
16,
8144,
1997,
17,
1789,
17627,
20,
792,
318,
13875,
9,
3716,
129,
8313,
21,
2593,
139,
1797,
30,
129,
247,
105,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Salesforce - How can I run testMethods with specific profile permissions?
===
We have a piece of code that is meant to run from the Public Site's user.
Currently, the testMethods run as the standard test user, and the code works fine. However, the funcionality fails on the site, requesting user authentication befor... | 0 | [
2,
2598,
8774,
13,
8,
184,
92,
31,
485,
1289,
5909,
1807,
43,
18,
29,
1903,
5296,
5572,
18,
60,
800,
3726,
3726,
95,
57,
21,
1855,
16,
1797,
30,
25,
1380,
20,
485,
37,
14,
317,
689,
22,
18,
4155,
9,
871,
15,
14,
1289,
5909,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Searching a 2d Array (Java) for an element
===
I have created a 2d array, i need to search within that array for the state abbreviation if found then i need to print the row that it was found on. i did create a separate method for this.
1. private static void ticketpayout(String state) {
2. // search array for sta... | 1 | [
2,
5792,
21,
172,
43,
7718,
13,
5,
1004,
1385,
6,
26,
40,
4520,
800,
3726,
3726,
31,
57,
679,
21,
172,
43,
7718,
15,
31,
376,
20,
2122,
363,
30,
7718,
26,
14,
146,
5941,
3692,
1755,
857,
100,
216,
94,
31,
376,
20,
4793,
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... |
making phone call in android
===
Making a Call through android device via phone and the code does not seems to work
I am call this funtion
private void call() {
try {
Intent callIntent = new Intent(Intent.ACTION_CALL);
callIntent.setData(Uri.parse("9766425971"));
... | 0 | [
2,
544,
1132,
645,
19,
13005,
800,
3726,
3726,
544,
21,
645,
120,
13005,
3646,
1197,
1132,
17,
14,
1797,
630,
52,
2206,
20,
170,
31,
589,
645,
48,
2414,
3309,
932,
11364,
645,
5,
6,
13,
1,
1131,
13,
1,
6936,
645,
6391,
2291,
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... |
How to show wordpress page between 10am to 5pm?
===
I'm creating a car booking website for my cousin and i have created it using wordpress, he wan't the booking page to be available between 10am to 5pm only. Otherwise the page must show booking hour ends. Please give me idea for this. | 0 | [
2,
184,
20,
298,
833,
5890,
2478,
128,
332,
765,
20,
331,
5576,
60,
800,
3726,
3726,
31,
22,
79,
2936,
21,
349,
360,
68,
2271,
26,
51,
4191,
17,
31,
57,
679,
32,
568,
833,
5890,
15,
24,
10685,
22,
38,
14,
360,
68,
2478,
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... |
Disable parent droppable box while dragging from parent
===
http://jsfiddle.net/xSQBw/ demonstrates my problem. Notice that when you drag a box out of its parent and bring it back into the parent, then parent will accept the element. I need for the parent's droppable'ness to be disabled while the child is being dragge... | 0 | [
2,
1460,
579,
4766,
2804,
306,
579,
1649,
133,
13052,
37,
4766,
800,
3726,
3726,
7775,
6903,
728,
18,
1707,
12312,
9,
2328,
118,
396,
18,
1251,
220,
499,
118,
19466,
51,
1448,
9,
3551,
30,
76,
42,
5501,
21,
1649,
70,
16,
82,
476... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 an alternate to "omake -P" (server mode)?
===
The omake build system has the awesome feature called "server mode", invoked with the command line switch "omake -P". This will cause omake to monitor the file system for any file changes -- when there is a file change it will launch the appropriate build action. ... | 0 | [
2,
25,
80,
40,
4912,
20,
13,
7,
111,
11115,
13,
8,
306,
7,
13,
5,
10321,
106,
3740,
6,
60,
800,
3726,
3726,
14,
635,
11115,
1895,
329,
63,
14,
13706,
1580,
227,
13,
7,
10321,
106,
3740,
7,
15,
26252,
29,
14,
1202,
293,
5521,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
OAuth Google API for Java unable to impersonate user
===
I would like to impersonate a user and add files to the users Google Drive on their behalf from a server process. I've setup a service account and can successfully access the Drive as the service account adding and listing files, etc. using the following code:
... | 0 | [
2,
635,
1346,
96,
8144,
21,
2159,
26,
8247,
2343,
20,
797,
7276,
1373,
4155,
800,
3726,
3726,
31,
83,
101,
20,
797,
7276,
1373,
21,
4155,
17,
3547,
6488,
20,
14,
3878,
8144,
1493,
27,
66,
5883,
37,
21,
8128,
953,
9,
31,
22,
19... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How can i resize a rotated control with aspect ratio based on the current position X and Y?
===
Currently I have used the following code, it works fine, but does not respect the aspect ratio:
private double angle;
private Point transformOrigin;
private ContentControl designerItem;
... | 0 | [
2,
184,
92,
31,
302,
10454,
21,
24107,
569,
29,
7289,
4825,
432,
27,
14,
866,
649,
993,
17,
13,
93,
60,
800,
3726,
3726,
871,
31,
57,
147,
14,
249,
1797,
15,
32,
693,
1123,
15,
47,
630,
52,
2873,
14,
7289,
4825,
45,
932,
149... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
ReferenceError: $ is not defined
===
I have this weird behaviour of a page. The page loads, but after a second or two it turn blank.
In FireFox console, i get this error:
**ReferenceError: $ is not defined @https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js:4**.
In chrome I don't get any error, but th... | 0 | [
2,
2801,
29992,
45,
5579,
25,
52,
2811,
800,
3726,
3726,
31,
57,
48,
5455,
7727,
16,
21,
2478,
9,
14,
2478,
19069,
15,
47,
75,
21,
153,
54,
81,
32,
805,
6463,
9,
19,
535,
18219,
8650,
15,
31,
164,
48,
7019,
45,
13,
1409,
280... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Dynamically enabling and disabling a button inside a table is not working
===
I am using a RichFaces table (with a subtable) backed by a list bean. Each row in the table has a "header row" with an ID number, a description, and a Collapse/Expand button. If the row is expanded then the subtable appears, which is a list ... | 0 | [
2,
7782,
1326,
13168,
17,
1460,
58,
8599,
21,
5167,
572,
21,
859,
25,
52,
638,
800,
3726,
3726,
31,
589,
568,
21,
2042,
6413,
18,
859,
13,
5,
1410,
21,
972,
5924,
6,
6334,
34,
21,
968,
15322,
9,
206,
3131,
19,
14,
859,
63,
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... |
DateTime.TryParseExact method for string comparison
===
Hey how can you do a string comparison match for a given date, `DateTime.TryParseExact` seems like the sensible option but I am not sure how to construct the arguement in the below method:
public List<Dates> DateEqualToThisDate(string dateentered)
... | 0 | [
2,
1231,
891,
9,
5840,
3574,
1798,
396,
5183,
2109,
26,
3724,
6050,
800,
3726,
3726,
8409,
184,
92,
42,
107,
21,
3724,
6050,
730,
26,
21,
504,
1231,
15,
13,
1,
8209,
891,
9,
5840,
3574,
1798,
396,
5183,
1,
2206,
101,
14,
24599,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Mystery URL decoding of certain characters - Android URI / Google App Engine
===
I am having a curious problem that perhaps someone has insight into. I encode a query string into a URL on Android using the following code:
request = REQUEST_BASE + "?action=loadauthor&author=" + URLEncoder.encode(author, "UTF-8"... | 0 | [
2,
5586,
287,
6362,
121,
15458,
16,
1200,
1766,
13,
8,
13005,
13,
3594,
13,
118,
8144,
4865,
1406,
800,
3726,
3726,
31,
589,
452,
21,
7686,
1448,
30,
1774,
737,
63,
9239,
77,
9,
31,
20523,
21,
25597,
3724,
77,
21,
287,
6362,
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... |
Windows Script Host vs VS2010 setup project for Shortcuts
===
I use VS2010 C# on Win7 x64, I use the VS Installer to create the base setup projects which include programs menu shortcuts to add / drop the specific user desktop shortcuts. (Each user can only perform certain tasks). The arguments component of the shortcu... | 0 | [
2,
1936,
3884,
2015,
4611,
4611,
2751,
18161,
669,
26,
502,
4118,
18,
800,
3726,
3726,
31,
275,
4611,
2751,
272,
5910,
27,
628,
465,
993,
3470,
15,
31,
275,
14,
4611,
16146,
106,
20,
1600,
14,
1000,
18161,
2314,
56,
468,
1726,
113... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Type 'iTextSharp.text.Table' is not defined
===
I want to know why Type 'iTextSharp.text.Table' is not defined. I already imported iTextSharp.text , iTextSharp.text.pdf, iTextSharp.text.html, iTextSharp.text.html.simpleparser.
Dim gvTable As New **iTextSharp.text.Table**(columns, tableRows)
| 0 | [
2,
1001,
13,
22,
49,
11969,
23646,
9,
11969,
9,
5924,
22,
25,
52,
2811,
800,
3726,
3726,
31,
259,
20,
143,
483,
1001,
13,
22,
49,
11969,
23646,
9,
11969,
9,
5924,
22,
25,
52,
2811,
9,
31,
614,
11808,
31,
11969,
23646,
9,
11969... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
instanceof String not behaving as expected in Google Apps Script
===
I wanted to check whether a variable in an Apps Script was a String, but found that instanceof wasn't returning true when the variable was in fact a string. The following test:
function test_instanceof() {
var a = "a";
Logger.lo... | 0 | [
2,
4851,
1041,
3724,
52,
44,
13693,
28,
1727,
19,
8144,
4865,
18,
3884,
800,
3726,
3726,
31,
417,
20,
2631,
1472,
21,
7612,
19,
40,
4865,
18,
3884,
23,
21,
3724,
15,
47,
216,
30,
4851,
1041,
526,
22,
38,
2485,
1151,
76,
14,
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... |
Batch File: Fails to Echo Variable Inside Loop
===
I've hit rock bottom, I can't seem to get this work!
setlocal EnableDelayedExpansion
for %%g in (1,2,3) do (
set /a c=%%g+32
echo %c%
)
pause
But it says ECHO is on, I know this means that it has nothing to display, but h... | 0 | [
2,
13064,
3893,
45,
13614,
20,
8117,
7612,
572,
5293,
800,
3726,
3726,
31,
22,
195,
770,
629,
2129,
15,
31,
92,
22,
38,
2260,
20,
164,
48,
170,
187,
309,
15580,
9338,
62,
4414,
69,
6899,
210,
5991,
26,
13,
11881,
11881,
263,
19,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to Center TextViews in XML
===
How do you center TextViews in xml?
Example:
<TextView
android:id="@+id/text_3"
android:text="@string/text_3"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textSize="25sp"
android:tex... | 0 | [
2,
184,
20,
459,
1854,
4725,
18,
19,
23504,
800,
3726,
3726,
184,
107,
42,
459,
1854,
4725,
18,
19,
23504,
60,
823,
45,
13,
1,
11969,
4725,
13005,
45,
1340,
3726,
7,
1,
2430,
1340,
118,
11969,
1,
240,
7,
13005,
45,
11969,
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... |
single sign on possible for already logged in user on intranet?
===
I have an asp.net intranet application where a user is logged into. I would like to authenticate this same user on another asp.net application which is public and in a diffrenent domain.
Is it possible to somehow use his token securely that was cre... | 0 | [
2,
345,
1676,
27,
938,
26,
614,
13,
19287,
19,
4155,
27,
14369,
2328,
60,
800,
3726,
3726,
31,
57,
40,
28,
306,
9,
2328,
14369,
2328,
3010,
113,
21,
4155,
25,
13,
19287,
77,
9,
31,
83,
101,
20,
14351,
1373,
48,
205,
4155,
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... |
How can quickly add two bytes into a bytes array?
===
What is the best method to add two bytes into a existing bytes array?
Should I use array.copy?
Thnak you. | 0 | [
2,
184,
92,
976,
3547,
81,
34,
3231,
77,
21,
34,
3231,
7718,
60,
800,
3726,
3726,
98,
25,
14,
246,
2109,
20,
3547,
81,
34,
3231,
77,
21,
3149,
34,
3231,
7718,
60,
378,
31,
275,
7718,
9,
19625,
60,
13,
96,
14038,
42,
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... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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... |
parse XML using Sax parse for android
===
how to parse xml using sax parser? i struggle to parse the author section part into array. i follow example from here http://ganeshtiwaridotcomdotnp.blogspot.com/2011/08/xml-parsing-using-saxparser-with.html
<catalog>
<book id="001" lang="ENG">
<isbn>23-34-42... | 0 | [
2,
2017,
870,
23504,
568,
16070,
2017,
870,
26,
13005,
800,
3726,
3726,
184,
20,
2017,
870,
23504,
568,
16070,
2017,
4104,
60,
31,
4697,
20,
2017,
870,
14,
1314,
1050,
141,
77,
7718,
9,
31,
1740,
823,
37,
235,
7775,
6903,
2342,
16... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Clarification on Properties, "Synthesize", and "Dynamic" in Objective-C 2.0
===
If I define a property in Objective-C 2.0 as follows:
@property (readwrite, assign) NSObject *theObject;
I have to create getter & setter methods somehow. As far as I can tell, I have three options for this.
- Manually code th... | 0 | [
2,
13,
12078,
4634,
27,
3704,
15,
13,
7,
9507,
124,
10454,
7,
15,
17,
13,
7,
20985,
7,
19,
7038,
8,
150,
172,
9,
387,
800,
3726,
3726,
100,
31,
9267,
21,
1354,
19,
7038,
8,
150,
172,
9,
387,
28,
2415,
45,
13,
1,
10890,
106... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Screen casting with quicktime on lion
===
In Quicktime Player X, when you want to start a screen recording, you can either record the whole screen or drag to select a region. In the latter case, if you want a specific size (e.g., 1280x720), the best you can do is guess as you are dragging the mouse.
Can I use Apple... | 0 | [
2,
2324,
9087,
29,
2231,
891,
27,
6023,
800,
3726,
3726,
19,
2231,
891,
517,
993,
15,
76,
42,
259,
20,
799,
21,
2324,
1576,
15,
42,
92,
694,
571,
14,
979,
2324,
54,
5501,
20,
5407,
21,
632,
9,
19,
14,
1932,
610,
15,
100,
42,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Prevent float.Parse(string) result to epsilon number
===
i get the value from `textbox.Text`
i have the variable `float _value;` that store the value from textbox
_value = float.Parse(textBox.text);
when i want to show up the _value, it will be in epsilon number.
eg.
textbox.Text = 100000000;
`_v... | 0 | [
2,
2501,
11510,
9,
3574,
870,
5,
11130,
6,
829,
20,
28910,
234,
800,
3726,
3726,
31,
164,
14,
1923,
37,
13,
1,
11969,
5309,
9,
11969,
1,
31,
57,
14,
7612,
13,
1,
14712,
721,
13,
1,
15165,
73,
1,
30,
1718,
14,
1923,
37,
1854,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
strange data remains
===
Does anyone heard or experienced about following phenomenon ?
Using postgresql 9.0.5 on Windows
= table structure =
[parent] - [child] - [grandchild]
I found out a record remained strangely on the [child] table.
This record exists violating the restriction of foreign key.
- the... | 0 | [
2,
2578,
1054,
1678,
800,
3726,
3726,
630,
1276,
752,
54,
3882,
88,
249,
9838,
13,
60,
568,
678,
6879,
18,
22402,
561,
9,
387,
9,
264,
27,
1936,
800,
859,
1411,
800,
636,
18908,
500,
13,
8,
636,
11287,
500,
13,
8,
636,
9166,
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... |
What are the different NameID format used for?
===
In SAML metadata file there are several NameID format defined, for example:
<NameIDFormat>urn:mace:shibboleth:1.0:nameIdentifier</NameIDFormat>
<NameIDFormat>urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified</NameIDFormat>
<NameIDFormat>urn:oasis... | 0 | [
2,
98,
50,
14,
421,
204,
1340,
2595,
147,
26,
60,
800,
3726,
3726,
19,
1113,
255,
28057,
3893,
80,
50,
238,
204,
1340,
2595,
2811,
15,
26,
823,
45,
13,
1,
7259,
1340,
23588,
1,
911,
103,
45,
6893,
62,
45,
18,
8630,
22008,
96,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Won't write to plist array Xcode. This was the code used and it doesn't work, does anyone know why?
===
NSString *path = [[NSBundle mainBundle] bundlePath]; NSString *finalPath = [path stringByAppendingPathComponent:@"HighScore.plist"]; NSMutableArray* plistDict = [[NSMutableArray alloc] initWithContentsOfFil... | 0 | [
2,
230,
22,
38,
2757,
20,
351,
5739,
7718,
993,
9375,
9,
48,
23,
14,
1797,
147,
17,
32,
1437,
22,
38,
170,
15,
630,
1276,
143,
483,
60,
800,
3726,
3726,
13,
2172,
11130,
1637,
8353,
800,
636,
2558,
2172,
9930,
413,
407,
9930,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 regex: How can I have pattern searching for multiple pattern strings?
===
I have to search the following patterns in a file, (any match qualifies)
pattern_strings = ['\xc2d', '\xa0', '\xe7', '\xc3\ufffdd', '\xc2\xa0', '\xc3\xa7', '\xa0\xa0', '\xc2', '\xe9']
pattern = [re.compile(x) for x in pattern_... | 0 | [
2,
20059,
7953,
1706,
45,
184,
92,
31,
57,
3732,
5792,
26,
1886,
3732,
7887,
60,
800,
3726,
3726,
31,
57,
20,
2122,
14,
249,
6282,
19,
21,
3893,
15,
13,
5,
6001,
730,
29530,
6,
3732,
1,
11130,
18,
800,
636,
22,
1,
21550,
135,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Will Windows 8 Metro support managed c++/clr
===
I can't seem to find an answer to this question anywhere, but will metro support managed c++ ?? Right now in Visual Studios 2012 RC it does not.
I have some frameworks written in c++/clr and wanted to port them to Metro.
I know c++/cx is similar, but my c++/clr obj... | 0 | [
2,
129,
1936,
469,
3986,
555,
1471,
272,
20512,
118,
5316,
139,
800,
3726,
3726,
31,
92,
22,
38,
2260,
20,
477,
40,
1623,
20,
48,
1301,
4922,
15,
47,
129,
3986,
555,
1471,
272,
20512,
13,
60,
60,
193,
130,
19,
3458,
3504,
563,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How do I cut and replace xml data with simple XSLT?
===
I'm having trouble with writing a simple XSLT transform. Here is the XML data:
<?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader">
<lst name="params">
</lst>
</lst>
<result name="response" numFoun... | 0 | [
2,
184,
107,
31,
1077,
17,
3934,
23504,
1054,
29,
1935,
993,
18,
255,
38,
60,
800,
3726,
3726,
31,
22,
79,
452,
2572,
29,
1174,
21,
1935,
993,
18,
255,
38,
8007,
9,
235,
25,
14,
23504,
1054,
45,
13,
1,
60,
396,
8184,
615,
37... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Click logic -- swap icons w/jQuery
===
I have two buttons that show/hide areas below. By default both buttons have the following icons: "ui-icon-triangle-1-e
When a button is clicked I want to changed the icon of the clicked button to: "ui-icon-triangle-1-s, and show appropriate section below while hiding the other... | 0 | [
2,
10840,
7085,
13,
8,
8,
17150,
9801,
18,
619,
118,
728,
8190,
93,
800,
3726,
3726,
31,
57,
81,
12861,
30,
298,
118,
19522,
924,
1021,
9,
34,
12838,
156,
12861,
57,
14,
249,
9801,
18,
45,
13,
7,
5661,
8,
49,
1126,
8,
3367,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 hover div follow mouse & stop hover function for one div when another div is hovered
===
Please take a look at [this page][1]. In the "ΣΥΝΟΠΤΙΚΕΣ ΕΙΔΗΣΕΙΣ" block (scroll down, near the middle of the page), titles make article's photo & body to fade in on mouseenter and fade out on mouseleave.
jQuery used:
... | 0 | [
2,
233,
21350,
13,
12916,
1740,
7567,
279,
747,
21350,
1990,
26,
53,
13,
12916,
76,
226,
13,
12916,
25,
21033,
800,
3726,
3726,
2247,
247,
21,
361,
35,
636,
1565,
2478,
500,
2558,
165,
500,
9,
19,
14,
13,
7,
1,
13,
1,
7,
1921,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
issue in Deleting Storyboard in wpf
===
<Window
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
x:Class="QWERTY.animation"
x:Name="Window"
Title="animation"
Width="640" Height="480">
<Window.Resources>
<Storyboard x:Key="Anim... | 0 | [
2,
1513,
19,
121,
1336,
68,
609,
2806,
19,
619,
7721,
800,
3726,
3726,
13,
1,
27508,
23504,
2172,
3726,
7,
21127,
6903,
7526,
5250,
9,
22019,
12980,
9,
960,
118,
4181,
16488,
118,
2821,
118,
6791,
8184,
118,
3914,
857,
7,
23504,
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... |
how to add more fields in user personnal info in django admin page
===
i have a django project, just started so there is no apps in that. i have activated the admin in settings file and can access the django administration page. there is a column in django page to add users , while adding users i am getting only 3 fie... | 0 | [
2,
184,
20,
3547,
91,
2861,
19,
4155,
840,
5025,
15404,
19,
3857,
14541,
21,
43,
2160,
2478,
800,
3726,
3726,
31,
57,
21,
3857,
14541,
669,
15,
114,
373,
86,
80,
25,
90,
4865,
18,
19,
30,
9,
31,
57,
9654,
14,
21,
43,
2160,
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... |
JQuery - how do I make the cells in my table one set width and height?
===
Every time I run the program the cells in the table vary in size depending on what letter is in it. I have fiddled around with the CSS but no luck, can anyone help?
var listOfWords = ["mat", "cat", "dog", "pit", "pot", "fog", "log"... | 0 | [
2,
487,
8190,
93,
13,
8,
184,
107,
31,
233,
14,
2934,
19,
51,
859,
53,
309,
9456,
17,
2947,
60,
800,
3726,
3726,
352,
85,
31,
485,
14,
625,
14,
2934,
19,
14,
859,
7392,
19,
1072,
4758,
27,
98,
1748,
25,
19,
32,
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... |
WHERE can i get all iTunes Genres from a Mediatype?
===
I Found http://itunes.apple.com/us/rss/?cc=DE to get Top Hits from iTunes by Media. I can filter by selecting the Genre.
Where can i get this genre IDs as xml or JSON? | 0 | [
2,
113,
92,
31,
164,
65,
12952,
12800,
37,
21,
941,
4474,
60,
800,
3726,
3726,
31,
216,
7775,
6903,
12866,
2696,
9,
24212,
9,
960,
118,
267,
118,
1224,
18,
118,
60,
3384,
3726,
546,
20,
164,
371,
3858,
37,
12952,
34,
941,
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... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 (easily) update an ABPerson object with a vCard and keep its unique ID?
===
The AddressBook Framework offers a great method for initializing an ABPerson with a vCard, by using the `initWithVCardRepresentation:` method.
What I want to do is *update* a contact with a certain vCard. I can't use `initWithVCardRe... | 0 | [
2,
184,
20,
13,
5,
62,
8198,
102,
6,
11100,
40,
5941,
7276,
3095,
29,
21,
566,
6648,
17,
643,
82,
2619,
4924,
60,
800,
3726,
3726,
14,
3218,
5199,
6596,
2486,
21,
374,
2109,
26,
2104,
3335,
40,
5941,
7276,
29,
21,
566,
6648,
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... |
jQuery - how to call ajax when certain condition is met
===
I know you can use the function `setInterval` to call your ajax function at fixed time interval. What I'd like to achieve though is something like this:
while (true) //but obviously this while loop will block other code. I'd like it non-blocking
... | 0 | [
2,
487,
8190,
93,
13,
8,
184,
20,
645,
20624,
76,
1200,
2874,
25,
798,
800,
3726,
3726,
31,
143,
42,
92,
275,
14,
1990,
13,
1,
3554,
6280,
3377,
1,
20,
645,
154,
20624,
1990,
35,
3535,
85,
14422,
9,
98,
31,
22,
43,
101,
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 change displaytag sortproperty link
===
I am using display tag in my application. In that i need to sort the table contents based on the column header click. Column header has link navigation. Instead i need to submit the form while clicking on the table column header. How can we achieve it.
As of now, my ap... | 0 | [
2,
184,
20,
753,
3042,
8628,
2058,
10890,
106,
1084,
3508,
800,
3726,
3726,
31,
589,
568,
3042,
3383,
19,
51,
3010,
9,
19,
30,
31,
376,
20,
2058,
14,
859,
8478,
432,
27,
14,
4698,
157,
106,
10840,
9,
4698,
157,
106,
63,
3508,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How create tree view in PHP?
===
I have array of users and every user can have parents:
array(6) {
guest => NULL
moderator => NULL
member => array(1) [ //username
0 => "guest" (5) //parent
]
user => array(1) [
0 => "member" (6)
]
admin => array(1) [
... | 0 | [
2,
184,
1600,
1541,
1418,
19,
13,
26120,
60,
800,
3726,
3726,
31,
57,
7718,
16,
3878,
17,
352,
4155,
92,
57,
1144,
45,
7718,
5,
379,
6,
13,
1,
2427,
800,
1,
16203,
28142,
800,
1,
16203,
322,
800,
1,
7718,
5,
165,
6,
636,
128... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
location.hash and back history
===
**Is there a function that can be called to prevent the browser from recording a back history entry when changing the hash value?**
I am writing a simple javascript gallery that changes the browser url without reloading the page as the user moves through each image.
This is d... | 0 | [
2,
1474,
9,
25436,
17,
97,
447,
800,
3726,
3726,
13,
1409,
403,
80,
21,
1990,
30,
92,
44,
227,
20,
2501,
14,
16495,
37,
1576,
21,
97,
447,
2792,
76,
4226,
14,
19170,
1923,
60,
1409,
31,
589,
1174,
21,
1935,
8247,
8741,
2246,
3... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
in ajax cascading with websevice dropdownlist the second dropdown shows method error 500
===
i have 2 dropdowns and the first drop works fine and shows data from database but the second drop down shows error 500. here is my code for webservice:
using System;
using System.Collections.Generic;
us... | 0 | [
2,
19,
20624,
7167,
13489,
68,
29,
2741,
870,
18507,
2804,
2968,
5739,
14,
153,
2804,
2968,
1285,
2109,
7019,
3033,
800,
3726,
3726,
31,
57,
172,
2804,
2968,
18,
17,
14,
64,
2804,
693,
1123,
17,
1285,
1054,
37,
6018,
47,
14,
153,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
server settings for the function block system
===
I'm using the following command to export a databse
echo system("mysqldump --user=$user --password=$password --host=$host $database > $bk",$res);
I have two sites on two different servers, one of the command and the other is not ...
about what goes where I p... | 1 | [
2,
8128,
12410,
26,
14,
1990,
1921,
329,
800,
3726,
3726,
31,
22,
79,
568,
14,
249,
1202,
20,
7487,
21,
1054,
220,
870,
8117,
329,
5,
7,
915,
18,
22402,
43,
11134,
13,
8,
8,
16704,
3726,
4403,
16704,
13,
8,
8,
6201,
9587,
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... |
How to detect if two files are on the same physical disk?
===
I want to parallelize some disk I/O, but this will *hurt* performance badly if my files are on the same disk.
Note that there may be various filter drivers in between the drivers and the actual disk -- e.g. two files might be on different virtual disks (... | 0 | [
2,
184,
20,
9092,
100,
81,
6488,
50,
27,
14,
205,
1825,
8582,
60,
800,
3726,
3726,
31,
259,
20,
3821,
2952,
109,
8582,
31,
118,
111,
15,
47,
48,
129,
1637,
6230,
38,
2483,
956,
5730,
100,
51,
6488,
50,
27,
14,
205,
8582,
9,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
"Error exited sync due to fetch errors android" while downloading Android Open Source Code
===
I'm trying to download the Android Open Source Code on my Linux system. I've executed the initial commands of mkdir, curl and repo init and then executed the repo sync command but after some time it showed "Error exited sync... | 0 | [
2,
13,
7,
29992,
16974,
6063,
150,
397,
20,
18312,
11908,
13005,
7,
133,
7121,
68,
13005,
368,
1267,
1797,
800,
3726,
3726,
31,
22,
79,
749,
20,
7121,
14,
13005,
368,
1267,
1797,
27,
51,
13024,
329,
9,
31,
22,
195,
5557,
14,
210... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Facebook application story impressions
===
Do you know if when using Facebook ads which sponsor the stories posted by the application, these impressions count in the Insights statistics under "Story Impressions" | 0 | [
2,
9090,
3010,
609,
6394,
18,
800,
3726,
3726,
107,
42,
143,
100,
76,
568,
9090,
16236,
56,
9624,
14,
1650,
6054,
34,
14,
3010,
15,
158,
6394,
18,
2468,
19,
14,
9239,
18,
5818,
131,
13,
7,
4416,
6394,
18,
7,
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,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... |
getting most repeated value fromo sql table fields
===
i want to get most one repeated value in sql table column field below is my sql structure , i want to get most repeated value from Topic field
Table name is Orange and field name with values is
topic
1
2
1
3
1
2
| 0 | [
2,
1017,
127,
4251,
1923,
37,
111,
4444,
255,
859,
2861,
800,
3726,
3726,
31,
259,
20,
164,
127,
53,
4251,
1923,
19,
4444,
255,
859,
4698,
575,
1021,
25,
51,
4444,
255,
1411,
13,
15,
31,
259,
20,
164,
127,
4251,
1923,
37,
8303,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
blinking footer in jquery mobile
===
while working in phonegap-jquery mobile i am using
enter code here <div data-role="footer" class="nav-glyphish-example" data-position="fixed">`enter code here`
but after pageload footer is blinking for a while.
| 0 | [
2,
18015,
1749,
106,
19,
487,
8190,
93,
3241,
800,
3726,
3726,
133,
638,
19,
1132,
1136,
306,
8,
728,
8190,
93,
3241,
31,
589,
568,
2830,
1797,
235,
13,
1,
12916,
1054,
8,
661,
413,
3726,
7,
3670,
106,
7,
718,
3726,
7,
18343,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Reading and writing a string through stream in java
===
What is the method for writing a stream in jsp and read that stream in servlet. kindly send me an idea for this.
| 1 | [
2,
1876,
17,
1174,
21,
3724,
120,
3766,
19,
8247,
800,
3726,
3726,
98,
25,
14,
2109,
26,
1174,
21,
3766,
19,
487,
3401,
17,
1302,
30,
3766,
19,
13,
10321,
1336,
9,
22215,
2660,
55,
40,
882,
26,
48,
9,
3,
0,
0,
0,
0,
0,
0,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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... |
Html.ValidationMessage: bug or feature?
===
I try to use the @Html.ValidationMessage() helper.
If I only provide the modelName it only shows up if there is an error.
If I provide an explicit validationMessage it will show up no matter what (even if the field is valid):
@Html.ValidationMessage("elem_" + i,... | 0 | [
2,
13,
15895,
9,
18506,
43,
857,
3845,
18,
1303,
45,
6256,
54,
1580,
60,
800,
3726,
3726,
31,
1131,
20,
275,
14,
13,
1,
15895,
9,
18506,
43,
857,
3845,
18,
1303,
5,
6,
448,
106,
9,
100,
31,
104,
1181,
14,
1061,
7259,
32,
104... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Select last inserted records and grouping mysql
===
Im having a table with notes. Below is a small sample of data of my db.
Id register_no name classification possibility
1 112 Ben Red 10%
2 112 Ben Red 10%
3 113 Mandy Red 20%
4 112 Ben Amber 30%
5 112 Ben Ambe... | 0 | [
2,
5407,
236,
14215,
742,
17,
19288,
51,
18,
22402,
800,
3726,
3726,
797,
452,
21,
859,
29,
2434,
9,
1021,
25,
21,
284,
5717,
16,
1054,
16,
51,
13,
9007,
9,
4924,
2243,
1,
251,
204,
4039,
4813,
137,
13016,
1519,
402,
12476,
172,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Spotify App API Bug Report : Player volume cannot be set to a value
===
I started playing with the Spotify App API of few weeks ago.
I wanted to change the volume. This should be done by using the volume property of the Player class, as stated in the [documention](https://developer.spotify.com/technologies/apps/doc... | 0 | [
2,
1999,
8612,
4865,
21,
2159,
6256,
1330,
13,
45,
517,
2310,
1967,
44,
309,
20,
21,
1923,
800,
3726,
3726,
31,
373,
791,
29,
14,
1999,
8612,
4865,
21,
2159,
16,
310,
1342,
1464,
9,
31,
417,
20,
753,
14,
2310,
9,
48,
378,
44,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
sharekit/sharekit not displaying link when sharing on facebook and twitter
===
I'm using sharekit/sharekit API to share via mail,twitter,facebook
NSDictionary *table = [[NSDictionary alloc] initWithObjectsAndKeys:@"SHKTwitter", SHKLocalizedString(@"Twitter", nil), @"SHKFacebook", SHKLocalizedString(@"Facebo... | 0 | [
2,
1891,
13703,
118,
16608,
13703,
52,
17418,
3508,
76,
6126,
27,
9090,
17,
10623,
800,
3726,
3726,
31,
22,
79,
568,
1891,
13703,
118,
16608,
13703,
21,
2159,
20,
1891,
1197,
4216,
15,
38,
13098,
106,
15,
6413,
5199,
13,
2172,
22595... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
read a vector image with full quality and density then write it to pdf file with full quality without breaking pixel?
===
I have PDF, EPS, AI file which have density "300x300". I zoom it and it didn't break any pixel. I'm using RMagick
require 'RMagick'
include Magick
img = Image.read("my... | 0 | [
2,
1302,
21,
7497,
1961,
29,
503,
2190,
17,
2688,
94,
2757,
32,
20,
13,
11124,
3893,
29,
503,
2190,
366,
3892,
18146,
60,
800,
3726,
3726,
31,
57,
13,
11124,
15,
2579,
18,
15,
21,
49,
3893,
56,
57,
2688,
13,
7,
6571,
396,
6571... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Scala MD5 equivalent of this PHP line
===
This MD5 call has 2 arguments, the first string, and then the $transaction_key
hash_hmac("md5", $api_login_id . "^" . $fp_sequence . "^" . $fp_timestamp . "^" . $amount . "^", $transaction_key);
How would I reproduce this in Scala? I can't find an MD5 function that... | 0 | [
2,
25975,
8138,
264,
4602,
16,
48,
13,
26120,
293,
800,
3726,
3726,
48,
8138,
264,
645,
63,
172,
10553,
15,
14,
64,
3724,
15,
17,
94,
14,
5579,
7028,
8645,
1,
4237,
19170,
1,
252,
6893,
5,
7,
79,
43,
264,
7,
15,
5579,
2552,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
wordpress wpdb->update not working
===
I can't update with wpdb->update
here is my code :
$tweet = $_POST['tweet'];
$id = $_POST['id'];
$wpdb->update( $table_name, array('id' => $id , 'tweet' => $tweet ), array( 'id' => $id ),array("%s","%d"), array("%d") );
Nothing wrong i think , but i can't u... | 0 | [
2,
833,
5890,
13,
13790,
9007,
8,
1,
576,
8209,
52,
638,
800,
3726,
3726,
31,
92,
22,
38,
11100,
29,
13,
13790,
9007,
8,
1,
576,
8209,
235,
25,
51,
1797,
13,
45,
5579,
38,
10969,
38,
800,
5579,
1,
6962,
2558,
22,
38,
10969,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
LINQ query to select object and count
===
I'm trying to do a query to generate packing slips, and need general order info, as well as how many items the order contains.
Here's my basic query:
var orders = (from cert in _orderRepository.GetAll()
where !cert.PrintedPackSlip
... | 0 | [
2,
6294,
1251,
25597,
20,
5407,
3095,
17,
2468,
800,
3726,
3726,
31,
22,
79,
749,
20,
107,
21,
25597,
20,
7920,
16683,
4864,
18,
15,
17,
376,
297,
389,
15404,
15,
28,
134,
28,
184,
151,
3755,
14,
389,
1588,
9,
235,
22,
18,
51,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Error 500 when calling get_instance from a library in CodeIgniter
===
I'm trying to extend the CodeIgniter log library with a bit of additional information that I load from the "Session" library. This appears to be possible according to the information here:
http://codeigniter.com/user_guide/general/creating_librari... | 0 | [
2,
7019,
3033,
76,
2555,
164,
1,
108,
384,
2416,
37,
21,
1248,
19,
1797,
9693,
242,
106,
800,
3726,
3726,
31,
22,
79,
749,
20,
7206,
14,
1797,
9693,
242,
106,
6738,
1248,
29,
21,
1142,
16,
1351,
676,
30,
31,
6305,
37,
14,
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... |
Cache issue & routing issue with Passenger 3.0.2
===
I have many rails applications on DreamHost VPS.
They upgraded Passenger 3.0.2-1. over the last weekend.
Since that, I have a few issues.
- My cache dir is public/cache and it causes routing error. This is a known issue: http://code.google.com/p/phusion-passen... | 0 | [
2,
16522,
1513,
279,
19880,
1513,
29,
3093,
203,
9,
387,
9,
135,
800,
3726,
3726,
31,
57,
151,
2240,
18,
3767,
27,
1868,
11694,
13,
10924,
18,
9,
59,
9958,
3093,
203,
9,
387,
9,
135,
8,
165,
9,
84,
14,
236,
4010,
9,
179,
30,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
C++ references and references parameters
===
Please look at the code snippet below - I have declared 3 functions (i.e. 1 passing an int and the others passing reference to an int). After executing the program I found that the value of "count" variable after calling function (tripleByReference) has not been changed to ... | 0 | [
2,
272,
20512,
7231,
17,
7231,
12905,
800,
3726,
3726,
2247,
361,
35,
14,
1797,
13,
29061,
1021,
13,
8,
31,
57,
2482,
203,
3719,
13,
5,
49,
9,
62,
9,
137,
2848,
40,
19,
38,
17,
14,
654,
2848,
2801,
20,
40,
19,
38,
6,
9,
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... |
JavaScript getElementsByTagName not working
===
I have a HTML page, with several links on it. I want to make all those links open in a different tab, so I tried using
var foo = document.getElementsByTagName("a");
for(var i = 0; i < foo.length; i++) {
foo[i].target = "_blank";
}
But why is tha... | 0 | [
2,
8247,
8741,
164,
27567,
18,
779,
8628,
7259,
52,
638,
800,
3726,
3726,
31,
57,
21,
13,
15895,
2478,
15,
29,
238,
6271,
27,
32,
9,
31,
259,
20,
233,
65,
273,
6271,
368,
19,
21,
421,
6523,
15,
86,
31,
794,
568,
4033,
4310,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to make Lisp forget about previously exported symbols?
===
This is how I export symbols `:bar` and `:baz` from package `foo`:
(in-package :cl-user)
(defpackage foo
(:use :cl)
(:export :bar :baz))
(in-package :foo)
When I remove `:baz` from the list of exported symbols SBCL compl... | 0 | [
2,
184,
20,
233,
2093,
3401,
3856,
88,
1343,
18011,
9794,
60,
800,
3726,
3726,
48,
25,
184,
31,
7487,
9794,
13,
1,
45,
1850,
1,
17,
13,
1,
45,
969,
380,
1,
37,
6030,
13,
1,
4120,
111,
1,
45,
13,
5,
108,
8,
8573,
1303,
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... |
MySQL Joining Multiple Tables
===
I have three tables:
t1.estimate, t1.mid, t1.description, t1.status
t2.mid, t2.mname, t2.mphone, t2.memail
t3.estimate, t3.action
I need to join these tables, but that issue that I am having is that t2 and t3 may contain no records to join to t1. Table t1 is th... | 0 | [
2,
51,
18,
22402,
3765,
1886,
7484,
800,
3726,
3726,
31,
57,
132,
7484,
45,
13,
38,
165,
9,
15018,
5281,
15,
13,
38,
165,
9,
7825,
15,
13,
38,
165,
9,
546,
8741,
872,
15,
13,
38,
165,
9,
10631,
267,
13,
38,
135,
9,
7825,
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... |
running a function on a column twice
===
Lets suppose I have a DB. Lets call this database Utils. In `Utils` I have 2 functions. Okay lets say I am currently working in db `MyDatabase`. I need to calculate some fields in a table. This is how I currently do it: My select statement looks like the following
SELECT... | 0 | [
2,
946,
21,
1990,
27,
21,
4698,
2088,
800,
3726,
3726,
6884,
5787,
31,
57,
21,
13,
9007,
9,
6884,
645,
48,
6018,
13,
14255,
18,
9,
19,
13,
1,
14255,
18,
1,
31,
57,
172,
3719,
9,
1705,
6884,
395,
31,
589,
871,
638,
19,
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... |
Why is the mouseenter part of this hover executing, but not the mouseleave?
===
I am using [this syntax option][1] for jquery hover.
Here is my code:
$('mySelector')
.hover(
function(){
$(this).html('<img src="images/myImage2.png" height="23" width="24" />');
},
function(){... | 0 | [
2,
483,
25,
14,
7567,
13679,
141,
16,
48,
21350,
25836,
15,
47,
52,
14,
7567,
14416,
60,
800,
3726,
3726,
31,
589,
568,
636,
1565,
22649,
4255,
500,
2558,
165,
500,
26,
487,
8190,
93,
21350,
9,
235,
25,
51,
1797,
45,
5579,
5,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How To Serialize A .net Class To Disk
===
I'm trying to serialize an object cache to disk so it can be loaded the next time the program is loaded.
One of the features of the class being saved is it contains references to other objects.
For example:
I have a list of an image class that stores remote url, local filep... | 0 | [
2,
184,
20,
5956,
2952,
21,
13,
9,
2328,
718,
20,
8582,
800,
3726,
3726,
31,
22,
79,
749,
20,
5956,
2952,
40,
3095,
16522,
20,
8582,
86,
32,
92,
44,
8572,
14,
328,
85,
14,
625,
25,
8572,
9,
53,
16,
14,
967,
16,
14,
718,
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... |
SharePoint Silverlight odd behaviour when displaying dates
===
I've been picking up odds and sods from a previous developer and have come accross something quite strange.
I have a list with dates in it. This data is correct and the end user is confident of the data integrity.
THe funny thing happens when you try... | 0 | [
2,
1891,
3132,
1172,
3130,
4210,
7727,
76,
17418,
4076,
800,
3726,
3726,
31,
22,
195,
74,
7833,
71,
10941,
17,
86,
43,
18,
37,
21,
1158,
10058,
17,
57,
340,
21,
150,
7703,
301,
1450,
2578,
9,
31,
57,
21,
968,
29,
4076,
19,
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... |
$_SERVER['ZEND_PHPUNIT_TESTS_LOCATION'] not set correctly in Zend Studio
===
I set up unit testing in Zend Studio last week, and it was working fine.. until suddenly after some refactoring, I got an error that the following file was not found in ZendPHPUnit.php:
/var/folders/Td/Tdnh++2KEdWAsk8Y0O4N0k+++TI/-Tmp... | 0 | [
2,
5579,
1,
10321,
106,
2558,
22,
4257,
43,
1,
26120,
15464,
1,
10543,
18,
1,
19032,
22,
500,
52,
309,
12044,
19,
10526,
43,
1120,
800,
3726,
3726,
31,
309,
71,
1237,
4431,
19,
10526,
43,
1120,
236,
877,
15,
17,
32,
23,
638,
1... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.