unified_texts stringlengths 32 30.1k | OpenStatus_id int64 0 4 | input_ids list | token_type_ids list | attention_mask list |
|---|---|---|---|---|
Accessor methods and Java Reflection
===
This is a question about how Java does reflection internally. I have a abstract class say SuperClass and two chlid classes from SuperClass, ChildClass1 and ChildClass2. SuperClass defines a accesor method getValue() although it dosent define the attribute value. ChildClass1 and... | 0 | [
2,
1381,
248,
3195,
17,
8247,
9138,
800,
3726,
3726,
48,
25,
21,
1301,
88,
184,
8247,
630,
9138,
17739,
9,
31,
57,
21,
8502,
718,
395,
1026,
1898,
17,
81,
6193,
13248,
2684,
37,
1026,
1898,
15,
850,
1898,
165,
17,
850,
1898,
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... |
How to implement equality based on property values?
===
I’m implementing `-isEqual:` for my custom class. The equality is based on the property values, ie. if all properties are equal, the objects are considered equal. Together with the traditional class check the code looks like this:
- (BOOL) isEqual: (id) ob... | 0 | [
2,
184,
20,
8713,
10337,
432,
27,
1354,
4070,
60,
800,
3726,
3726,
31,
1,
79,
17333,
13,
1,
8,
2628,
14512,
45,
1,
26,
51,
5816,
718,
9,
14,
10337,
25,
432,
27,
14,
1354,
4070,
15,
13,
660,
9,
100,
65,
3704,
50,
2747,
15,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Is it a good idea to shut down a class's thread member in the class's destructor?
===
What's the best way to shut down a Boost thread managed by a C++ class when it's time for an object of that class to be destroyed? I have a class which starts a thread on construction and then uses a Boost mutex and a Boost conditio... | 0 | [
2,
25,
32,
21,
254,
882,
20,
2218,
125,
21,
718,
22,
18,
9322,
322,
19,
14,
718,
22,
18,
13,
20137,
248,
60,
800,
3726,
3726,
98,
22,
18,
14,
246,
161,
20,
2218,
125,
21,
10419,
9322,
1471,
34,
21,
272,
20512,
718,
76,
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... |
Automatically send a vouchercode after payment with paypal
===
I'm kinda new to Stackoverflow, but I've checked the website before asking this question!
Here it goes:
I've won 400+ vouchers (worth 5 euro's each) for dutch webshop (a pretty big one).
They can't be combined so they are pretty useless to me but stil... | 1 | [
2,
7499,
2660,
21,
566,
15523,
139,
9375,
75,
7582,
29,
1372,
6720,
800,
3726,
3726,
31,
22,
79,
21096,
78,
20,
7566,
2549,
9990,
15,
47,
31,
22,
195,
6505,
14,
2271,
115,
3379,
48,
1301,
187,
235,
32,
1852,
45,
31,
22,
195,
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... |
Need a little help, SQL 2000, having and max(date)
===
I need a little help getting this script doing what I want it to.
<pre>SELECT
KM.Initials
, TPL.DebPrice
, TMP.Pricegroup
, TMP.Date
FROM KlientMedarbejder KM
INNER JOIN TimeprisMedarbejderPrisgruppe TMP
ON KM.Employeeno = TMP.Emplo... | 0 | [
2,
376,
21,
265,
448,
15,
4444,
255,
824,
15,
452,
17,
2049,
5,
8209,
6,
800,
3726,
3726,
31,
376,
21,
265,
448,
1017,
48,
3884,
845,
98,
31,
259,
32,
20,
9,
13,
1,
3515,
1,
18,
16964,
401,
9,
27313,
18,
13,
15,
13,
38,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Raphael animation
===
I am new to Raphael and am trying to do something very simple, but failing miserably. I am trying to replicate the animation at this link....http://www.trottercashion.com/2010/04/22/i-heart-raphael.html ... This is the code I have so far:
<html>
<head><title></title>
<script src... | 0 | [
2,
13874,
6236,
800,
3726,
3726,
31,
589,
78,
20,
13874,
17,
589,
749,
20,
107,
301,
253,
1935,
15,
47,
7250,
2462,
106,
4801,
9,
31,
589,
749,
20,
22156,
14,
6236,
35,
48,
3508,
9,
9,
9,
9,
21127,
6903,
6483,
9,
3996,
7986,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Android list view the single value of a rom
===
is possible get the value of a single row.
In partycular i wont get in a string the value of id in my row of mt list with adapter.
In each row there are value id and label
Thaks a lot and sorry for my english
ListView list;
list = (ListView) findViewById... | 0 | [
2,
13005,
968,
1418,
14,
345,
1923,
16,
21,
8421,
800,
3726,
3726,
25,
938,
164,
14,
1923,
16,
21,
345,
3131,
9,
19,
346,
20163,
31,
7290,
164,
19,
21,
3724,
14,
1923,
16,
4924,
19,
51,
3131,
16,
8651,
968,
29,
9924,
106,
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... |
FAIL - Encountered exception org.apache.catalina.LifecycleException
===
I am unable to deploy .war on Tomcat 6. It is working fine on one of the servers but not working on the other. Following is the error that I get.
FAIL - Encountered exception org.apache.catalina.LifecycleException: Failed to start component... | 0 | [
2,
7476,
13,
8,
8208,
5391,
13,
5583,
9,
7738,
2569,
9,
9709,
9356,
9,
4102,
12467,
10066,
872,
800,
3726,
3726,
31,
589,
2343,
20,
17617,
13,
9,
1885,
27,
2067,
5782,
400,
9,
32,
25,
638,
1123,
27,
53,
16,
14,
17595,
47,
52,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Boost::asio - how to interrupt a blocked tcp server thread?
===
I'm working on a multithreaded application in which one thread acts as a tcp server which receives commands from a client. The thread uses a Boost socket and acceptor to wait for a client to connect, receives a command from the client, passes the command... | 0 | [
2,
10419,
45,
45,
58,
11076,
13,
8,
184,
20,
15811,
21,
8388,
13,
38,
7439,
8128,
9322,
60,
800,
3726,
3726,
31,
22,
79,
638,
27,
21,
1889,
96,
10647,
69,
3010,
19,
56,
53,
9322,
3167,
28,
21,
13,
38,
7439,
8128,
56,
8359,
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 plugin Uncaught TypeError: object is not a function
===
I just created my first `jQuery plugin` , it is very simple it `slideToggle` two `Divs` , the code works fine and it do what i want , the problem is that i get an `ERROR` message at the console saying :
Uncaught TypeError: object is not a function ... | 0 | [
2,
487,
8190,
93,
10922,
108,
16061,
12647,
1001,
29992,
45,
3095,
25,
52,
21,
1990,
800,
3726,
3726,
31,
114,
679,
51,
64,
13,
1,
728,
8190,
93,
10922,
108,
1,
13,
15,
32,
25,
253,
1935,
32,
13,
1,
18,
13248,
11914,
263,
4875... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
The best tips I have ever seen. How to make similar?
===
I just stumbled upon on such tips: https://www.wetransfer.com/ (whenever you hover on an "i" button or "en" button). Any tips on how to repeat this fade in/fade out effect?
Regards, | 1 | [
2,
14,
246,
11034,
31,
57,
462,
541,
9,
184,
20,
233,
835,
60,
800,
3726,
3726,
31,
114,
10282,
685,
27,
145,
11034,
45,
7775,
18,
6903,
6483,
9,
458,
7028,
2407,
9,
960,
118,
13,
5,
3185,
5221,
42,
21350,
27,
40,
13,
7,
49,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Organistaion of database. for stackoverflow type website
===
I want to make a website on the lines of stackoverflow. I need some suggestions on how do I organise my databases....like what fields should there be for each user, how to organise the questions asked and the replies to them,the votes they get....if anyone c... | 0 | [
2,
17283,
58,
872,
16,
6018,
9,
26,
7566,
2549,
9990,
1001,
2271,
800,
3726,
3726,
31,
259,
20,
233,
21,
2271,
27,
14,
1560,
16,
7566,
2549,
9990,
9,
31,
376,
109,
18389,
27,
184,
107,
31,
20119,
51,
6018,
18,
9,
9,
9,
9,
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... |
Android: java.lang.ClassCastException: android.widget.imageView cannot be cast to android.widget.textView
===
I can't fix this problem on my listview template: i have the error as in the title of my post, but i won't cast imageview to textview. Here's my code:
<?xml version="1.0" encoding="utf-8"?>
<Relati... | 0 | [
2,
13005,
45,
8247,
9,
9949,
9,
1898,
6146,
10066,
872,
45,
13005,
9,
3976,
43,
3060,
9,
22039,
4725,
1967,
44,
1325,
20,
13005,
9,
3976,
43,
3060,
9,
11969,
4725,
800,
3726,
3726,
31,
92,
22,
38,
6098,
48,
1448,
27,
51,
968,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Resources accessible via the DataFactory Interface
===
Looking into org.pentaho.reporting.engine.classic.core.DataFactory and more specifically into the initialize method (which was formerly part of the ContextAwareDataFactory) I was wondering what resources/what part of the context is accessible via the interface, e.... | 0 | [
2,
2566,
7342,
1197,
14,
1054,
17455,
93,
6573,
800,
3726,
3726,
699,
77,
13,
5583,
9,
3014,
536,
1807,
9,
17437,
68,
9,
16847,
9,
19824,
9,
10375,
9,
18768,
17455,
93,
17,
91,
3524,
77,
14,
2104,
2952,
2109,
13,
5,
2140,
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... |
Creating a Drop-down menu in the Sharepoint 2007 Left Navigation
===
Basically I'm trying to figure out the best way to change the left navigation section in sharepoint 2007, the area is also referred to as the quick launch bar. I would like to implement a simple drop-down menu system. So you hoover over a link and mo... | 0 | [
2,
2936,
21,
2804,
8,
2968,
11379,
19,
14,
1891,
3132,
624,
225,
8368,
800,
3726,
3726,
11374,
31,
22,
79,
749,
20,
1465,
70,
14,
246,
161,
20,
753,
14,
225,
8368,
1050,
19,
1891,
3132,
624,
15,
14,
217,
25,
67,
1870,
20,
28,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
An academic query about T4 templates
===
Ok,
I'm thinking a little ahead here in my current project, so I apologize for how vague this question is going to be. Is it possible in one project of a solution to have a T4 template that references one of the other assemblies in the solution and inspects the exported types ... | 0 | [
2,
40,
1810,
25597,
88,
13,
38,
300,
22894,
18,
800,
3726,
3726,
5854,
15,
31,
22,
79,
1440,
21,
265,
2173,
235,
19,
51,
866,
669,
15,
86,
31,
12059,
26,
184,
14800,
48,
1301,
25,
228,
20,
44,
9,
25,
32,
938,
19,
53,
669,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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/HTML5 Image Viewer with Labels
===
I am reconstructing a massive collection of medical modules that were created in Flash. All of the modules are being redesigned for cross platform enjoyment (<i>js and HTML5</i>). I have been searching for a library or plugin that will add arrows(with rollover capabilities... | 0 | [
2,
8247,
8741,
118,
15895,
264,
1961,
16812,
29,
13173,
800,
3726,
3726,
31,
589,
25426,
68,
21,
3787,
1206,
16,
1088,
17113,
30,
46,
679,
19,
4433,
9,
65,
16,
14,
17113,
50,
142,
19807,
26,
919,
2452,
22292,
13,
5,
1,
49,
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... |
Difference of setting a default value with Two Parethesis instead of One
===
Lets say I have a `int` field, and I set the default value as `(0)`, which works, but I've seen people doing it like this instead `((0))`, Why? | 0 | [
2,
2841,
16,
2697,
21,
12838,
1923,
29,
81,
21367,
124,
4557,
700,
16,
53,
800,
3726,
3726,
6884,
395,
31,
57,
21,
13,
1,
6391,
1,
575,
15,
17,
31,
309,
14,
12838,
1923,
28,
13,
1,
5,
387,
6,
1,
15,
56,
693,
15,
47,
31,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
A simple webkit window limited to one URL
===
I want create a python script for run a Gtk window with a WebKit session limited to one URL. i.e. something like [Fluid][1] or the old Mozilla Prism. Also, I need support for cookies and https.
Something like [this answer][2] is perfect but I need block the access to ot... | 0 | [
2,
21,
1935,
2741,
13703,
1463,
1317,
20,
53,
287,
6362,
800,
3726,
3726,
31,
259,
1600,
21,
20059,
3884,
26,
485,
21,
9509,
197,
1463,
29,
21,
2741,
13703,
3723,
1317,
20,
53,
287,
6362,
9,
31,
9,
62,
9,
301,
101,
636,
12848,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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: animating backgroundPosition behaves oddly in IE < 9
===
Try hovering over the "Cancel" button in Internet Explorer 8:
http://jsfiddle.net/HYDKa/
You'll notice that the first time you hover over it, it jumps and you can see the "OK" button, but then it corrects itself. Subsequent hovers function normally... | 0 | [
2,
487,
8190,
93,
45,
14487,
1203,
2395,
9339,
14149,
18,
17459,
19,
13,
660,
13,
1,
561,
800,
3726,
3726,
1131,
18503,
84,
14,
13,
7,
1245,
11040,
7,
5167,
19,
2620,
8520,
469,
45,
7775,
6903,
728,
18,
1707,
12312,
9,
2328,
118... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Limiting the Number of query returns in ms sql 2008
===
this is my query
SELECT Fullname, rank, id_no, TIN, birthdate, hair, eyes, Blood, height, weight, marks, name, address
FROM [******_DOMAIN\****_*****].*******view
problem is, source table has too many duplicates, how do i my limit query to the latest record... | 0 | [
2,
17567,
14,
234,
16,
25597,
4815,
19,
4235,
4444,
255,
570,
800,
3726,
3726,
48,
25,
51,
25597,
5407,
503,
7259,
15,
2839,
15,
4924,
1,
251,
15,
5353,
15,
2208,
8209,
15,
627,
15,
194,
15,
696,
15,
2947,
15,
1763,
15,
4872,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Order by join column but use distinct on another
===
I'm building a system in which there are the following tables:
- Song
- Broadcast
- Station
- Follow
- User
A user follows stations, which have songs on them through broadcasts.
I'm building a "feed" of songs for a user based on the stations they f... | 0 | [
2,
389,
34,
1865,
4698,
47,
275,
4421,
27,
226,
800,
3726,
3726,
31,
22,
79,
353,
21,
329,
19,
56,
80,
50,
14,
249,
7484,
45,
13,
8,
338,
13,
8,
1992,
13,
8,
312,
13,
8,
1740,
13,
8,
4155,
21,
4155,
2415,
2138,
15,
56,
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... |
MobFox in Android - MobFoxView fails to instantiate
===
I am using MobFox with Android. I have a MobFoxView in one of my layouts. Runs fine when I compile the Android for 4.0.3. However, I wanted to try and build it for 2.0.1, and now it won't work.
On the visual editor I get the following error:
The followi... | 0 | [
2,
7327,
18219,
19,
13005,
13,
8,
7327,
18219,
4725,
13614,
20,
6322,
15882,
800,
3726,
3726,
31,
589,
568,
7327,
18219,
29,
13005,
9,
31,
57,
21,
7327,
18219,
4725,
19,
53,
16,
51,
9106,
18,
9,
1461,
1123,
76,
31,
26561,
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... |
SQL query to print mirror labels
===
I want to print labels in words as returned by a SQL query such as follow.
1 2 3
4 5 6
When I want to print the reverse of those labels, I have to print them as follow
3 2 1
6 5 4
In my real case, I have 5 colums by 2 rows, how can I formulate my quer... | 0 | [
2,
4444,
255,
25597,
20,
4793,
3402,
13173,
800,
3726,
3726,
31,
259,
20,
4793,
13173,
19,
715,
28,
587,
34,
21,
4444,
255,
25597,
145,
28,
1740,
9,
137,
172,
203,
268,
331,
400,
76,
31,
259,
20,
4793,
14,
7006,
16,
273,
13173,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 vim syncronous in file loading and saving?
===
I'm working on vim over an sshfs mounted filesystem with very high latency. Opening and saving a file takes about 9 seconds of blocking the editor.
Is there a way that I can only block the tab I'm in and still work while other files are saving and loading? | 0 | [
2,
483,
25,
1790,
79,
6063,
19587,
1291,
19,
3893,
12797,
17,
7599,
60,
800,
3726,
3726,
31,
22,
79,
638,
27,
1790,
79,
84,
40,
13,
18,
18,
18526,
18,
4897,
3893,
10724,
29,
253,
183,
456,
14386,
9,
1214,
17,
7599,
21,
3893,
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... |
Download an item into my application in android 4.03
===
I want to start an application which stores the downloaded items such as books,music,movies in my application since downloading an app from google play wont support with security constraints is it possible to approach?
The Items like books,music,movies will b... | 0 | [
2,
7121,
40,
9101,
77,
51,
3010,
19,
13005,
268,
9,
3601,
800,
3726,
3726,
31,
259,
20,
799,
40,
3010,
56,
4134,
14,
23887,
3755,
145,
28,
964,
15,
7692,
15,
22607,
18,
19,
51,
3010,
179,
7121,
68,
40,
4865,
37,
8144,
418,
729... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Adding Version control repository
===
Can someone guide me to how to set up version control repositories in MonoDevelop? Using Xcode I have set up a local repository but I want to use a remote one either on another machine or on the web. I have looked at the screencast [for using source control][1] but it doesn't show... | 0 | [
2,
4721,
615,
569,
24869,
800,
3726,
3726,
92,
737,
3378,
55,
20,
184,
20,
309,
71,
615,
569,
302,
14882,
262,
2829,
19,
4129,
26051,
60,
568,
993,
9375,
31,
57,
309,
71,
21,
375,
24869,
47,
31,
259,
20,
275,
21,
5388,
53,
694... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
node.js - How to extend mysql results object
===
I am a long time PHP developer who decided to give node.js and express a try today. I am trying to find the best way to merge my results into a single object. I may be approaching this to much like a PHP developer and could use some assistance. Thanks in advance.
... | 0 | [
2,
15421,
9,
728,
18,
13,
8,
184,
20,
7206,
51,
18,
22402,
1736,
3095,
800,
3726,
3726,
31,
589,
21,
175,
85,
13,
26120,
10058,
72,
868,
20,
590,
15421,
9,
728,
18,
17,
2999,
21,
1131,
786,
9,
31,
589,
749,
20,
477,
14,
246,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Warning in instantiating a generic type
===
I have a snippet code for instantiation of a generic type as following:
public class GenericMessageMapper<I ,X>
{
public X xFromI(I imf)
{
// do thing by imf argument
Class<X> clazz = (Class<X>)((ParameterizedType)
... | 0 | [
2,
3590,
19,
6322,
49,
1880,
21,
12733,
1001,
800,
3726,
3726,
31,
57,
21,
13,
29061,
1797,
26,
6322,
49,
857,
16,
21,
12733,
1001,
28,
249,
45,
317,
718,
12733,
3845,
18,
1303,
540,
8763,
1,
49,
13,
15,
396,
1,
13,
1,
317,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
What is the default __hash__ in python?
===
I am quite often using funky stuff as keys for dictionaries, and therefore, I am wondering what is the right way to do it - and this goes through implementing good hash methods for my objects. I am aware of other questions asked here like [good way to implement __hash__](htt... | 0 | [
2,
98,
25,
14,
12838,
13,
1,
25436,
1,
19,
20059,
60,
800,
3726,
3726,
31,
589,
1450,
478,
568,
11275,
93,
3217,
28,
5534,
26,
29783,
15,
17,
1793,
15,
31,
589,
5712,
98,
25,
14,
193,
161,
20,
107,
32,
13,
8,
17,
48,
1852,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 vertically align text inside div without using inline-height
===
In the following example i am trying to align the text in middle vertically & horizontally.
For some reason it doesn't come up correctly i tried few example also
http://jsfiddle.net/kayen/JBnbG/ | 0 | [
2,
184,
20,
23300,
23389,
1854,
572,
13,
12916,
366,
568,
19,
1143,
8,
252,
7748,
800,
3726,
3726,
19,
14,
249,
823,
31,
589,
749,
20,
23389,
14,
1854,
19,
772,
23300,
279,
25658,
9,
26,
109,
1215,
32,
1437,
22,
38,
340,
71,
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 is the most optimize makefile rules to a create an object needing a lot of intermidate and (mostly) useless files
===
I have some prerequisites: A, B, and C
And want to build F (final)
I can write the make rules (`create` and `update` are different for each command)
F : A B C
create A1 from A ... | 0 | [
2,
98,
25,
14,
127,
22864,
233,
16877,
1761,
20,
21,
1600,
40,
3095,
12210,
21,
865,
16,
1480,
7825,
1373,
17,
13,
5,
18397,
6,
12858,
6488,
800,
3726,
3726,
31,
57,
109,
782,
99,
16756,
6359,
45,
21,
15,
334,
15,
17,
272,
17,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Cannot delete a record with OneToMany relation
===
When I delete a record in a table, related record should be deleted in another table. But I receive instead:
>>java.sql.BatchUpdateException: Batch entry 0 update child_table set parent_table_id=null where parent_table_id=63 was aborted
The exception above is thro... | 0 | [
2,
1967,
27448,
21,
571,
29,
53,
262,
14842,
5827,
800,
3726,
3726,
76,
31,
27448,
21,
571,
19,
21,
859,
15,
1597,
571,
378,
44,
19584,
19,
226,
859,
9,
47,
31,
2588,
700,
45,
13,
1,
1004,
1385,
9,
18,
22402,
9,
4900,
673,
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... |
can i use combineandminify for asp.net if i dont use ajax toolkit
===
i want to speed up the load time of my website.
i have studied to implement 'CombineAndMinify' dll or package for asp.net.
my website do not use ajax toolkit, so can i still use 'CombineAndminify'??
or any other way is better than this? | 0 | [
2,
92,
31,
275,
12287,
290,
2160,
8612,
26,
28,
306,
9,
2328,
100,
31,
1049,
275,
20624,
5607,
13703,
800,
3726,
3726,
31,
259,
20,
1362,
71,
14,
6305,
85,
16,
51,
2271,
9,
31,
57,
1449,
20,
8713,
13,
22,
10204,
1149,
290,
216... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Bitmap containing Doubles in C#
===
I have an image which I would like to change over time. Each time i call a certain method I woul'd like to change the values in the bitmap with for instance 0.1, and when the value gets close enough to the next nearby Integer the image should display that value instead.
Do I need... | 0 | [
2,
1142,
15022,
3503,
7784,
19,
272,
5910,
800,
3726,
3726,
31,
57,
40,
1961,
56,
31,
83,
101,
20,
753,
84,
85,
9,
206,
85,
31,
645,
21,
1200,
2109,
31,
4808,
1287,
22,
43,
101,
20,
753,
14,
4070,
19,
14,
1142,
15022,
29,
26... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
how to draw smooth curve using raphael js
===
i am creating a phonegap applicaion for ipad where i have to scribble on image. so i am using raphael.js to draw a free hand writting in ipad which is using svg. its not smooth and fast while drawing. please help how to have a smooth and fast drawing while drawing.
the... | 0 | [
2,
184,
20,
2003,
3905,
7101,
568,
13874,
487,
18,
800,
3726,
3726,
31,
589,
2936,
21,
1132,
1136,
306,
4865,
16904,
872,
26,
31,
8240,
113,
31,
57,
20,
27607,
27,
1961,
9,
86,
31,
589,
568,
13874,
9,
728,
18,
20,
2003,
21,
55... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Want to verify character count of textbox
===
I am trying to validate the character count of a text field using TestNG, & I am not getting how to do so.
Here's my code what I have done, where upper limit is 50:-
![enter image description here][1]
I know I am doing something wrong but unable to understand wh... | 0 | [
2,
259,
20,
21012,
925,
2468,
16,
1854,
5309,
800,
3726,
3726,
31,
589,
749,
20,
7394,
1373,
14,
925,
2468,
16,
21,
1854,
575,
568,
1289,
2723,
15,
279,
31,
589,
52,
1017,
184,
20,
107,
86,
9,
235,
22,
18,
51,
1797,
98,
31,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Android Radius circle around Geopoint
===
> Hey,
>
> this is the code i written to get the gps coordinates of the mobile
> and point the place where you are...
>
> But in improvement i need to get 1km radious circle. how can i get it?
> how to write the code for this?
>
> thank you,
package m.a.p;
... | 0 | [
2,
13005,
13288,
2775,
140,
6389,
3132,
800,
3726,
3726,
13,
1,
8409,
15,
13,
1,
13,
1,
48,
25,
14,
1797,
31,
642,
20,
164,
14,
18298,
13714,
16,
14,
3241,
13,
1,
17,
454,
14,
209,
113,
42,
50,
9,
9,
9,
13,
1,
13,
1,
47,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Check whether JSON value is present zepto
===
I've been trying for a while to get this to work, but I can't find a solution that works the way I need.
I'm using zepto.js and what I need to do is get a list of posts from a feed and loop through them. I've got it all working fine apart from posts which don't have a t... | 0 | [
2,
2631,
1472,
487,
528,
1923,
25,
734,
4972,
17236,
800,
3726,
3726,
31,
22,
195,
74,
749,
26,
21,
133,
20,
164,
48,
20,
170,
15,
47,
31,
92,
22,
38,
477,
21,
4295,
30,
693,
14,
161,
31,
376,
9,
31,
22,
79,
568,
4972,
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... |
Heroku Scheduler - why enqueue long-running jobs
===
The documentation for Heroku Scheduler says that
>> "Scheduled jobs are meant to execute short running tasks or enqueue longer running tasks into a background job queue. Anything that takes longer than a couple of minutes to complete should use a worker process t... | 0 | [
2,
36,
9266,
4345,
139,
13,
8,
483,
1957,
2005,
4185,
175,
8,
11325,
4844,
800,
3726,
3726,
14,
13945,
26,
36,
9266,
4345,
139,
898,
30,
13,
1,
13,
7,
7526,
11203,
69,
4844,
50,
1380,
20,
15644,
502,
946,
8674,
54,
1957,
2005,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
WPF RibbonGallery in RibbonGroup
===
For hours I tried to get a RibbonGallery in my Ribbon to work. I'm realiting my whole ribbon via MVVM.
I wondered why the datatemplate for the RibbonGallery didn't work, until I read this post: [http://stackoverflow.com/a/8186131/390542][1]
[1]: http://stackoverflow.com/a/8... | 0 | [
2,
619,
7721,
9162,
14074,
3849,
19,
9162,
8024,
800,
3726,
3726,
26,
974,
31,
794,
20,
164,
21,
9162,
14074,
3849,
19,
51,
9162,
20,
170,
9,
31,
22,
79,
683,
242,
68,
51,
979,
9162,
1197,
17967,
20147,
9,
31,
3519,
483,
14,
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... |
Visual Studio 2010 is slow (typing/intellisense etc)
===
From time to time I'm struggling with Visual Studio 2010 being very slow. One thing that popped into my head is that perhaps VS stores some files (cache, solution settings etc) is locations that on my machine are mapped to remote locations (like user settings). ... | 0 | [
2,
3458,
1120,
498,
25,
2276,
13,
5,
1084,
3181,
118,
6391,
4223,
18,
6498,
2722,
6,
800,
3726,
3726,
37,
85,
20,
85,
31,
22,
79,
7587,
29,
3458,
1120,
498,
142,
253,
2276,
9,
53,
584,
30,
11370,
77,
51,
157,
25,
30,
1774,
4... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
cordova 1.7.0 set info error
===
I am using cordova 1.7.0. My app is running fine in simulator but a message comes like
Error: executing module function 'setInfo' in module 'cordova/plugin/ios/device'. Have you included the iOS version of the cordova-1.7.0.js file?
I have included
<script type="text/j... | 0 | [
2,
5429,
3496,
137,
9,
465,
9,
387,
309,
15404,
7019,
800,
3726,
3726,
31,
589,
568,
5429,
3496,
137,
9,
465,
9,
387,
9,
51,
4865,
25,
946,
1123,
19,
24565,
47,
21,
2802,
1624,
101,
7019,
45,
25836,
12613,
1990,
13,
22,
3554,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 change inline forms in django admin?
===
In my django projects I have 2 related models "Vehicle"(parent model) and ParamConf(child model). ParamConf has field "program" and I want to fix some wrong values in it.
(admin.py):
class ParamConfFormSet(BaseInlineFormSet):
def clean(self):
... | 0 | [
2,
184,
92,
31,
753,
19,
1143,
1997,
19,
3857,
14541,
21,
43,
2160,
60,
800,
3726,
3726,
19,
51,
3857,
14541,
2314,
31,
57,
172,
1597,
2761,
13,
7,
195,
252,
15653,
7,
5,
18908,
1061,
6,
17,
2258,
79,
14093,
5,
11287,
1061,
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... |
Allow subscriber list registration but prevent scripts
===
Users on my site have a publicly-visible profile where they accept subscriptions via a simple HTML form.
Someone could write a script that registers emails constantly to destroy/flood a user's list. This could be mitigated by using IP-based rate-limiting, b... | 0 | [
2,
1655,
13,
20330,
139,
968,
8587,
47,
2501,
17505,
800,
3726,
3726,
3878,
27,
51,
689,
57,
21,
6713,
8,
3762,
3426,
5296,
113,
59,
3440,
14213,
18,
1197,
21,
1935,
13,
15895,
505,
9,
737,
110,
2757,
21,
3884,
30,
2243,
18,
851... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
TypeError using ctypes.byref
===
I'm writing a wrapper in python 3.2 for a dll that handle a proprietary network protocol to communicate with some specific embedded devices.
I'm taking a cue from this question: [How can I use a DLL from Python][1]
[1]: http://stackoverflow.com/questions/252417/how-can-i-use-... | 0 | [
2,
1001,
29992,
568,
272,
4474,
18,
9,
779,
14057,
800,
3726,
3726,
31,
22,
79,
1174,
21,
28051,
19,
20059,
203,
9,
135,
26,
21,
13,
43,
211,
30,
3053,
21,
18856,
982,
8494,
20,
8709,
29,
109,
1903,
12138,
4690,
9,
31,
22,
79,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Stored Procedure to return 10,000 rows of data to Excel using c#
===
(Potentially subjective question)
The situation is as follows -
- UserX wants information about PlayerY.
- Currently I get details about PlayerY and run two sql scripts that return two data sets - each one being approximately 10,000 records... | 0 | [
2,
8214,
7004,
20,
788,
6693,
11295,
16,
1054,
20,
20700,
568,
272,
5910,
800,
3726,
3726,
13,
5,
4296,
10107,
102,
22835,
1301,
6,
14,
1858,
25,
28,
2415,
13,
8,
13,
8,
4155,
396,
2846,
676,
88,
517,
93,
9,
13,
8,
871,
31,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Lighttpd 403 Forbidden for PHP files
===
I've just installed lighttpd on my dedicated server, mod_fastcgi is enabled, so I've appended the following lines to the `lighttpd.conf` file:
fastcgi.server = ( ".php" =>
( "localhost" =>
(
"socket" => "/tmp/ph... | 0 | [
2,
471,
38,
9251,
13,
25821,
11369,
26,
13,
26120,
6488,
800,
3726,
3726,
31,
22,
195,
114,
4066,
471,
38,
9251,
27,
51,
2360,
8128,
15,
7226,
1,
13088,
150,
2234,
25,
9338,
15,
86,
31,
22,
195,
4865,
10726,
14,
249,
1560,
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... |
Searching xml in Clojure
===
I have the following sample xml:
<data>
<products>
<product>
<section>Red Section</section>
<images>
<image>img.jpg</image>
<image>img2.jpg</image>
</images>
</product>
<product>
<section>Blue Section</section>
... | 0 | [
2,
5792,
23504,
19,
7383,
2142,
99,
800,
3726,
3726,
31,
57,
14,
249,
5717,
23504,
45,
13,
1,
18768,
1,
13,
1,
14086,
18,
1,
13,
1,
14086,
1,
13,
1,
10579,
1,
2095,
1050,
1,
118,
10579,
1,
13,
1,
22039,
18,
1,
13,
1,
22039... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Problems reading a file into a struct
===
I have defined this struc to read a binary file
struct cabecera{
unsigned long time;
short lrec;
short eddimdat;
short edmaxdat;
short edncn;
short estindefmax;
long maxiedisc;
long edbuit;
long edusat;... | 0 | [
2,
1716,
1876,
21,
3893,
77,
21,
13,
10346,
800,
3726,
3726,
31,
57,
2811,
48,
13,
11602,
150,
20,
1302,
21,
14171,
3893,
13,
10346,
4846,
62,
15869,
1,
28839,
175,
85,
73,
502,
644,
14673,
73,
502,
13,
69,
14160,
593,
38,
73,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 get information from url
===
I'm looking for a jQuery code which acts like PHP's $_GET. In a link like this `http://example.com/index.php?page=pics&action=show` I want to get the "page" and the "action" values. In PHP it will be easily done, but I need it in jQuery. I tried to get the whole url with `$(location... | 0 | [
2,
487,
8190,
93,
164,
676,
37,
287,
6362,
800,
3726,
3726,
31,
22,
79,
699,
26,
21,
487,
8190,
93,
1797,
56,
3167,
101,
13,
26120,
22,
18,
5579,
1,
3060,
9,
19,
21,
3508,
101,
48,
13,
1,
21127,
6903,
29041,
9,
960,
118,
256... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 load content from external php jquery
===
I'm stupid, sorry. But I really don't get it working!
I would love to have the content beeing loaded from an external php file.
e.g. myfeed.php .
the content is wrapped in a class called "myfeed".
$(document).ready(function(){
$.ajaxSetup({cache:false});... | 0 | [
2,
184,
20,
6305,
2331,
37,
4886,
13,
26120,
487,
8190,
93,
800,
3726,
3726,
31,
22,
79,
3553,
15,
1875,
9,
47,
31,
510,
221,
22,
38,
164,
32,
638,
187,
31,
83,
339,
20,
57,
14,
2331,
12092,
68,
8572,
37,
40,
4886,
13,
26120... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
SQL Query inner joins
===
I am working on SQL Server 2008 R2.
I have two tables let us say `TblGroup` and `TblComplatedDetails`.
TblGroup contains the name of Groups along with `MemberId` and `GroupType (i.e. in Daily, Weekly, Start, End)` and `TblComplatedDetails` contains `GroupId (i.e. foreign key of TblGroup... | 0 | [
2,
4444,
255,
25597,
3754,
10612,
800,
3726,
3726,
31,
589,
638,
27,
4444,
255,
8128,
570,
761,
135,
9,
31,
57,
81,
7484,
408,
182,
395,
13,
1,
38,
6287,
8024,
1,
17,
13,
1,
38,
6287,
960,
13095,
43,
546,
8682,
18,
1,
9,
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... |
how to remove title from phonegap alert
===
we are using navigator.notification.confirm(alertMesg, onConfirm, ' ', buttonNamesForIos); to show confirm box using phonegap. But above function is wasting space for title as we dont to show title. How to remove title space from box. | 0 | [
2,
184,
20,
4681,
581,
37,
1132,
1136,
306,
7863,
800,
3726,
3726,
95,
50,
568,
21432,
9,
1270,
4634,
9,
1126,
20590,
5,
192,
6767,
3845,
263,
15,
27,
1126,
20590,
15,
13,
22,
13,
22,
15,
5167,
7259,
18,
1106,
7760,
6,
73,
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... |
Can I use Eclipselink MOXy to move an element to become a key when outputting json
===
From my JAXB model I can output this xml
<metadata xmlns="http://musicbrainz.org/ns/mmd-2.0#" xmlns:ext="http://musicbrainz.org/ns/ext#-2.0">
<work-list>
<work id="4ff89cf0-86af-11de-90ed-001fc6f176ff" ... | 0 | [
2,
92,
31,
275,
11652,
6258,
307,
9229,
20,
780,
40,
4520,
20,
533,
21,
1246,
76,
5196,
1203,
487,
528,
800,
3726,
3726,
37,
51,
11712,
220,
1061,
31,
92,
5196,
48,
23504,
13,
1,
5909,
58,
18768,
23504,
2172,
3726,
7,
21127,
690... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 remove text-shadow from column headers in GWT DataGrid?
===
I have been trying to override the CSS used to define the default text-shadow from the GWT DataGrid column header. According to Google, the CSS is defined in DataGrid.css, but overriding the `.dataGridHeader` class defined therein, has no effect. In th... | 0 | [
2,
184,
20,
4681,
1854,
8,
18396,
37,
4698,
157,
445,
19,
14094,
38,
1054,
16375,
60,
800,
3726,
3726,
31,
57,
74,
749,
20,
84,
11891,
14,
272,
18,
18,
147,
20,
9267,
14,
12838,
1854,
8,
18396,
37,
14,
14094,
38,
1054,
16375,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
not sure how to make this happen.. 4 sections of text spread evenly across page?
===
I have 4 small bodies of text that I'd like to display evenly across the page.
Here's an image of what I have in mind:
![ideal][1]
Something tells me tables would be the best way to go, but a)I've always been told not to use t... | 0 | [
2,
52,
562,
184,
20,
233,
48,
2384,
9,
9,
268,
4501,
16,
1854,
1789,
166,
102,
464,
2478,
60,
800,
3726,
3726,
31,
57,
268,
284,
2576,
16,
1854,
30,
31,
22,
43,
101,
20,
3042,
166,
102,
464,
14,
2478,
9,
235,
22,
18,
40,
1... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to get the username from form?
===
I ran today into a special situation. Previously I had the following in my view.py
def register_page(request):
if request.method == 'POST':
form = RegistrationForm(request.POST)
if form.is_valid():
user = User.objects.cr... | 0 | [
2,
184,
20,
164,
14,
4155,
7259,
37,
505,
60,
800,
3726,
3726,
31,
717,
786,
77,
21,
621,
1858,
9,
1343,
31,
41,
14,
249,
19,
51,
1418,
9,
6448,
6312,
2243,
1,
6486,
5,
99,
10351,
6,
45,
100,
3772,
9,
5909,
1807,
43,
800,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to pause Eclipse on any exception?
===
I found the "Add Java Exception Breakpoint" menu item but it only seems to work on the exact exception type that I select. So if I ask it to break on `Exception`, it does not break in case of a `NumberFormatException`. How do I make it break for all exceptions? | 0 | [
2,
184,
20,
6911,
11652,
27,
186,
5391,
60,
800,
3726,
3726,
31,
216,
14,
13,
7,
14854,
8247,
5391,
1442,
3132,
7,
11379,
9101,
47,
32,
104,
2206,
20,
170,
27,
14,
5340,
5391,
1001,
30,
31,
5407,
9,
86,
100,
31,
1349,
32,
20,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
how to replace/mask specific colors as web image (non-local) loads?
===
Here is what I like to do. Let's say I'm loading an image from example.com/test.png on browser and image is not saved on local server. Then, I like to detect blue color in the image and replace/mask the it with red color. In other words, colors ap... | 0 | [
2,
184,
20,
3934,
118,
23265,
1903,
5268,
28,
2741,
1961,
13,
5,
3951,
8,
15580,
6,
19069,
60,
800,
3726,
3726,
235,
25,
98,
31,
101,
20,
107,
9,
408,
22,
18,
395,
31,
22,
79,
12797,
40,
1961,
37,
823,
9,
960,
118,
10543,
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... |
Can't Install Asp.net MVC 3
===
I tried with both the web install platform and manually but both don't work.
I am trying to first install AspNetMVC3ToolsUpdateSetup.exe yet it always fails with a fatal error
OS Version = 6.1.7601, Platform 2, Service Pack 1
OS Description = Windows 7 - x64 Enterprise Ed... | 0 | [
2,
92,
22,
38,
16146,
28,
306,
9,
2328,
307,
8990,
203,
800,
3726,
3726,
31,
794,
29,
156,
14,
2741,
16146,
2452,
17,
23671,
47,
156,
221,
22,
38,
170,
9,
31,
589,
749,
20,
64,
16146,
28,
306,
2328,
79,
8990,
240,
20799,
18,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
UIScrollView. Page Controller with many UIView inside
===
I have 2 views are connected with NavigationController. Second view is scrollView with page controll. My main view has 1 UIButton. When pressing on it are obtained 3-4 seconds delay. There are 21 views in scrollView. And I have spurts when scrolling between vie... | 0 | [
2,
13,
5661,
3862,
8694,
4725,
9,
2478,
9919,
29,
151,
13,
5661,
4725,
572,
800,
3726,
3726,
31,
57,
172,
4146,
50,
2587,
29,
8368,
12898,
1252,
9,
153,
1418,
25,
12159,
4725,
29,
2478,
569,
255,
9,
51,
407,
1418,
63,
137,
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... |
drawing waveform - converting to DB squashes it
===
I have a wave file, i have a function that retrieves 2 samples per pixel then i draw lines with them. quick and painless before i deal with zooming. i can display the amplitude values no problem
![enter image description here][1]
that is an accurate image of ... | 0 | [
2,
3533,
2367,
4190,
13,
8,
19583,
20,
13,
9007,
17998,
160,
32,
800,
3726,
3726,
31,
57,
21,
2367,
3893,
15,
31,
57,
21,
1990,
30,
11917,
18,
172,
7855,
416,
18146,
94,
31,
2003,
1560,
29,
105,
9,
2231,
17,
1257,
923,
115,
31... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Interpret lambda expression for custom selection
===
I'll need to expose a bit of background before going further: I have a project that uses nHibernate and some generic repository to forward predicates and return entities as follows:
public abstract class GenericRepository< T >
{
...
public ... | 0 | [
2,
11584,
13,
24187,
1803,
26,
5816,
3155,
800,
3726,
3726,
31,
22,
211,
376,
20,
13833,
21,
1142,
16,
2395,
115,
228,
653,
45,
31,
57,
21,
669,
30,
2027,
12109,
15191,
8820,
17,
109,
12733,
24869,
20,
917,
28712,
18,
17,
788,
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... |
LAMP Configuration
===
There is one small problem with my LAMP configuration that is preventing me from connecting to my MySql database, but I need help figuring out how to change it. The 'info.php' page reveals that:
> SERVER_ADMIN webmaster@localhost
where, it's suppose to be simply the root. *It is not in the... | 0 | [
2,
6792,
8091,
800,
3726,
3726,
80,
25,
53,
284,
1448,
29,
51,
6792,
8091,
30,
25,
11520,
55,
37,
6440,
20,
51,
51,
18,
22402,
6018,
15,
47,
31,
376,
448,
25379,
70,
184,
20,
753,
32,
9,
14,
13,
22,
108,
4120,
9,
26120,
22,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How do I calculate Java HTTPGET bandwidth usage?
===
I have an application which is downloading pictures and I'm trying to manage the bandwidth it's using.
Used:
- JDK 1.7
- Apache HttpClient
I'm loading the pictures with that:
client = new DefaultHttpClient(cm, params);
client.getPara... | 0 | [
2,
184,
107,
31,
18469,
8247,
7775,
3060,
23392,
7514,
60,
800,
3726,
3726,
31,
57,
40,
3010,
56,
25,
7121,
68,
3104,
17,
31,
22,
79,
749,
20,
4705,
14,
23392,
32,
22,
18,
568,
9,
147,
45,
13,
8,
487,
43,
197,
137,
9,
465,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 file not loading
===
I am a bit confused... I can load a javascript file when its above another jquery file in the <head> tag however when its below other jquery files it doesn't load.
When I put it above the jquery.min.js file its loads fine but when its below it fails to load.
Im thinking there is somet... | 0 | [
2,
487,
8190,
93,
3893,
52,
12797,
800,
3726,
3726,
31,
589,
21,
1142,
4230,
9,
9,
9,
31,
92,
6305,
21,
8247,
8741,
3893,
76,
82,
784,
226,
487,
8190,
93,
3893,
19,
14,
13,
1,
1743,
1,
3383,
207,
76,
82,
1021,
89,
487,
8190,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 r aun PHP script using HTML Form without redirecting to a new page?
===
I have a simple html form that looks like the following
<form action="search.php" method="get">
<p>Company Name:
<input type="text" name="name" />
</p>
<p>
<input type="subm... | 1 | [
2,
184,
92,
31,
761,
21,
1020,
13,
26120,
3884,
568,
13,
15895,
505,
366,
302,
14706,
68,
20,
21,
78,
2478,
60,
800,
3726,
3726,
31,
57,
21,
1935,
13,
15895,
505,
30,
1879,
101,
14,
249,
13,
1,
4190,
1028,
3726,
7,
25136,
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... |
AS3 E4X get tag properties independant of tag capitalisation
===
how can I retrieve the properties of an xml tag independant of whether the property name is written in capital letters or not?
currently i do something like:
myXML = new XML(...);
if(myXML.@PROPERTYNAME.length())
...do something w... | 0 | [
2,
28,
240,
13,
62,
300,
396,
164,
3383,
3704,
19,
19038,
1830,
16,
3383,
1057,
4330,
800,
3726,
3726,
184,
92,
31,
11917,
14,
3704,
16,
40,
23504,
3383,
19,
19038,
1830,
16,
1472,
14,
1354,
204,
25,
642,
19,
1057,
2516,
54,
52,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 split a big text file into smaller file ? C#
===
the thing is that I have a big file with some text, and I want to split it into smaller files.
In this example, What I do:
1. I open a text file let's say with 10 000 lines into it
2. I set a number of package=300 here, which means, that's the small fil... | 0 | [
2,
184,
92,
31,
2132,
21,
580,
1854,
3893,
77,
2012,
3893,
13,
60,
272,
5910,
800,
3726,
3726,
14,
584,
25,
30,
31,
57,
21,
580,
3893,
29,
109,
1854,
15,
17,
31,
259,
20,
2132,
32,
77,
2012,
6488,
9,
19,
48,
823,
15,
98,
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... |
HTML multiple file download
===
Well, first I know that this question was already asked several times. But I couldn't find the best solution yet.
1. IFrame.. well it works but actually browsers like FF just shows multiple file-save dialogs at once. And if you want to download a lot small files this would be annoy... | 0 | [
2,
13,
15895,
1886,
3893,
7121,
800,
3726,
3726,
134,
15,
64,
31,
143,
30,
48,
1301,
23,
614,
411,
238,
436,
9,
47,
31,
711,
22,
38,
477,
14,
246,
4295,
768,
9,
137,
9,
31,
8361,
9,
9,
134,
32,
693,
47,
1121,
16495,
18,
10... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Prepend function call in other function in Python
===
This is a bit tricky, but what I want, in a simple way, is this:
I have a function `foo` and a decorator `process`
@process
def foo(x, y):
print x + y
The decorator is creating a `Process` object, which is handed the `foo` function and it... | 0 | [
2,
15884,
2451,
1990,
645,
19,
89,
1990,
19,
20059,
800,
3726,
3726,
48,
25,
21,
1142,
5514,
93,
15,
47,
98,
31,
259,
15,
19,
21,
1935,
161,
15,
25,
48,
45,
31,
57,
21,
1990,
13,
1,
4120,
111,
1,
17,
21,
17650,
3457,
13,
1... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
octave: same line if + more
===
I get a syntax error for the following line in octave 3.6.2:
if(exist('OCTAVE_VERSION')~=0) more off; end
while:
if(exist('OCTAVE_VERSION')~=0)
more off;
end
seems ok. Yet:
if(exist('OCTAVE_VERSION')~=0) fflush(stdout); end
works nicely.
Is th... | 0 | [
2,
22582,
45,
205,
293,
100,
2754,
91,
800,
3726,
3726,
31,
164,
21,
22649,
7019,
26,
14,
249,
293,
19,
22582,
203,
9,
379,
9,
135,
45,
100,
5,
1706,
702,
5,
22,
20303,
195,
1,
10898,
22,
6,
1,
3726,
387,
6,
91,
168,
73,
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... |
iOS - character encoding; NSLog prints differently in simulator than on device
===
my little app prints a different NSLog output on the device (iPhone 4, 5.1) than on the 5.1-simulator.
The strings are coming from an external web service (in this case: Salesforce) and some contain German umlauts (ÄÖUäöü). The stri... | 0 | [
2,
13,
7760,
13,
8,
925,
19608,
73,
13,
2172,
5567,
12202,
12670,
19,
24565,
119,
27,
3646,
800,
3726,
3726,
51,
265,
4865,
12202,
21,
421,
13,
2172,
5567,
5196,
27,
14,
3646,
13,
5,
49,
7709,
268,
15,
331,
9,
165,
6,
119,
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 to set acl in a file in remote website using msdeploy & powershell/psake.
===
Have a build script in psake/powershell that deploys a site to remote server using msdeploy. I need to set the acl's in one file in root after the deployment. Anyone done this? I know I can use msdeploy but can't get the syntax right.
... | 0 | [
2,
184,
20,
309,
21,
5316,
19,
21,
3893,
19,
5388,
2271,
568,
4235,
17309,
10892,
279,
414,
15984,
118,
1919,
13297,
9,
800,
3726,
3726,
57,
21,
1895,
3884,
19,
8613,
13297,
118,
5484,
15984,
30,
17617,
18,
21,
689,
20,
5388,
8128... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
PHP how to add more file security than authorization?
===
I have an authorization system in PHP, where accounts with a certain security clearance can upload and download files. In the files directory, there is a .htaccess with a deny from all, and disabling PHP.
The security clearance is simply a entry in MySQL. Ho... | 0 | [
2,
13,
26120,
184,
20,
3547,
91,
3893,
1221,
119,
22677,
60,
800,
3726,
3726,
31,
57,
40,
22677,
329,
19,
13,
26120,
15,
113,
5310,
29,
21,
1200,
1221,
15434,
92,
71,
8294,
17,
7121,
6488,
9,
19,
14,
6488,
16755,
15,
80,
25,
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... |
importing CELERY* environment variables in django settings.py causes celeryd not to start
===
I just spent 2 hours trying to figure out why django celery stopped working.
Celery would being to start, but would stop short of printing out the configuration items, implying that it wasn't starting correct. The log woul... | 0 | [
2,
9010,
68,
11692,
3849,
2483,
2307,
12157,
19,
3857,
14541,
12410,
9,
6448,
4047,
11692,
3849,
43,
52,
20,
799,
800,
3726,
3726,
31,
114,
1111,
172,
974,
749,
20,
1465,
70,
483,
3857,
14541,
11692,
3849,
1175,
638,
9,
11692,
3849,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
421 Sorry, cleartext sessions are not accepted on this server.
===
I'm trying to access an ftp from my web browser, but I get the following error : 421 Sorry, cleartext sessions are not accepted on this server. Any ideas? | 0 | [
2,
13,
25406,
1875,
15,
1207,
11969,
5763,
50,
52,
2217,
27,
48,
8128,
9,
800,
3726,
3726,
31,
22,
79,
749,
20,
1381,
40,
1187,
306,
37,
51,
2741,
16495,
15,
47,
31,
164,
14,
249,
7019,
13,
45,
13,
25406,
1875,
15,
1207,
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,
0,
0,
0,
0,
0,
0... |
QT- Drawing an rectangle over an image, how can I rotate this rectangle, and get the parameters of it?
===
I want to develop a small application that allows users using rectangles to annotate different parts of an image. For example, user can draw a rectangle over an image labeled "head" and this app can get the param... | 0 | [
2,
2593,
38,
8,
3533,
40,
27181,
84,
40,
1961,
15,
184,
92,
31,
21448,
48,
27181,
15,
17,
164,
14,
12905,
16,
32,
60,
800,
3726,
3726,
31,
259,
20,
2803,
21,
284,
3010,
30,
2965,
3878,
568,
27181,
18,
20,
40,
1270,
1373,
421,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
im adding a bunch of edittxts dynamically to a linear layout but want them to appear centrally in layout rather than to the left of the layout
===
im pretty new to android and im trying to add a number of edittexts dynamically to a layout based on a strings length which is entered by the user in an edittext in another... | 0 | [
2,
797,
4721,
21,
7653,
16,
9392,
38,
396,
38,
18,
7782,
1326,
20,
21,
6745,
9106,
47,
259,
105,
20,
1893,
521,
102,
19,
9106,
864,
119,
20,
14,
225,
16,
14,
9106,
800,
3726,
3726,
797,
1772,
78,
20,
13005,
17,
797,
749,
20,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Getting localized strings for DayOfWeek values
===
This code isn't localized:
Enum.GetNames(typeof(DayOfWeek))
I want a method that returns a list of localized strings, starting on an arbitrary DayOfWeek, that is localized, and I want to use the built in resources to do so. So far, I've come up with the bel... | 0 | [
2,
1017,
24821,
7887,
26,
208,
1041,
7219,
4070,
800,
3726,
3726,
48,
1797,
2532,
22,
38,
24821,
45,
1957,
723,
9,
3060,
7259,
18,
5,
4474,
1041,
5,
1185,
1041,
7219,
6,
6,
31,
259,
21,
2109,
30,
4815,
21,
968,
16,
24821,
7887,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
FTP to Drupal sites/default/files permission error
===
I would like to upload files via FTP to the sites/default/sites directory in Drupal 7, but I am receiving a 550 access denied error. I also can't CHMOD it because I get a 550: Operation not permitted. I have googled this but, can't seem to find an answer. This is ... | 0 | [
2,
1187,
306,
20,
15708,
6720,
3259,
118,
13862,
9708,
118,
16877,
18,
5572,
7019,
800,
3726,
3726,
31,
83,
101,
20,
71,
8294,
6488,
1197,
1187,
306,
20,
14,
3259,
118,
13862,
9708,
118,
18,
6359,
16755,
19,
15708,
6720,
453,
15,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Ext JS pass extra param to handler
===
I want to pass extra parameter to handler function of messageBox.
I've created a context menu like this:
onEventContextMenu: function (s, rec, e) {
e.stopEvent();
if (!s.ctx) {
s.ctx = new Ext.menu.Menu({
items: [{
... | 0 | [
2,
1396,
38,
487,
18,
1477,
2230,
2258,
79,
20,
24641,
800,
3726,
3726,
31,
259,
20,
1477,
2230,
18906,
20,
24641,
1990,
16,
2802,
5309,
9,
31,
22,
195,
679,
21,
4141,
11379,
101,
48,
45,
53,
6645,
1126,
11969,
755,
291,
45,
199... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Extending existing .net functionality to IPAD
===
I have this sudden out of the blue requirement for extending a part of a desktop's application functionality to the IOS/Ipad platform.
At first I had identified the following possible approach.
1. Recreate/Rewrite the relevant part of the desktop application in W... | 0 | [
2,
8176,
3149,
13,
9,
2328,
18548,
20,
31,
8240,
800,
3726,
3726,
31,
57,
48,
4224,
70,
16,
14,
705,
8981,
26,
8176,
21,
141,
16,
21,
17404,
22,
18,
3010,
18548,
20,
14,
13,
7760,
118,
49,
8240,
2452,
9,
35,
64,
31,
41,
2889... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Can I embed playN game into GWT built website?
===
I was wondering if I could build browser-based game taking the advantages of the GWT and playN both since both are compiled same way to HTML/JS?
I realise that simple embeding game window into GWT built website should be possible, but I'd like it to be one entity, ... | 0 | [
2,
92,
31,
11911,
69,
418,
103,
250,
77,
14094,
38,
392,
2271,
60,
800,
3726,
3726,
31,
23,
5712,
100,
31,
110,
1895,
16495,
8,
1281,
250,
741,
14,
14683,
16,
14,
14094,
38,
17,
418,
103,
156,
179,
156,
50,
9316,
205,
161,
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... |
3D Extrapolation in python (basically, scipy.griddata extended to extrapolate)
===
I am using the griddata function in scipy to interpolate 3 and 4 dimensional data. It works like a champ, except that it returns a bunch of NaNs because some of the points I need are outside the range of the input data. Given that N-d d... | 0 | [
2,
203,
43,
2230,
7332,
857,
19,
20059,
13,
5,
6093,
8438,
15,
9569,
6448,
9,
16375,
18768,
1984,
20,
2230,
7332,
1373,
6,
800,
3726,
3726,
31,
589,
568,
14,
7354,
18768,
1990,
19,
9569,
6448,
20,
23336,
1373,
203,
17,
268,
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... |
Populate wx.StaticText controls with dictionary key:value pairs
===
I have a wxPython GUI application that contains 13 pairs of StaticText controls that I would like to be able to set labels for problematically.
In terms of regression analysis, each pair of StaticText controls represents an independent variable and... | 0 | [
2,
1675,
12383,
619,
396,
9,
18077,
11969,
8671,
29,
9186,
1246,
45,
15165,
7473,
800,
3726,
3726,
31,
57,
21,
619,
396,
6448,
11570,
9457,
3010,
30,
1588,
539,
7473,
16,
12038,
11969,
8671,
30,
31,
83,
101,
20,
44,
777,
20,
309,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Android splash Activity does not implement or extend Thread Class
===
The splash screen activity works on thread class but it does not extend or implement Thread. then how does the Thread work inside the Activity? | 0 | [
2,
13005,
13873,
2358,
630,
52,
8713,
54,
7206,
9322,
718,
800,
3726,
3726,
14,
13873,
2324,
2358,
693,
27,
9322,
718,
47,
32,
630,
52,
7206,
54,
8713,
9322,
9,
94,
184,
630,
14,
9322,
170,
572,
14,
2358,
60,
3,
0,
0,
0,
0,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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... |
Spring logging login
===
I want to log every login in my web application, i got the Logins via Login Formular through
UsernamePasswordAuthenticationFilter
but i dont know how to log user wich login over the Remember Me function. I tryed, over
TokenBasedRememberMeServices#createSuccessfulAuthenticat... | 0 | [
2,
1573,
13,
13919,
6738,
108,
800,
3726,
3726,
31,
259,
20,
6738,
352,
6738,
108,
19,
51,
2741,
3010,
15,
31,
330,
14,
2205,
17040,
1197,
6738,
108,
3729,
139,
120,
4155,
7259,
6201,
9587,
1346,
2504,
1786,
857,
11924,
815,
47,
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... |
auto indent code in html file (generator/tool)?
===
I was wondering if there is any tool or generator that could auto indent my code after production from:
<div>
<div>
<p>
</p>
</div>
</div>
to:
<div>
<div>
<p>
</p>
</div>
... | 0 | [
2,
3108,
19,
817,
38,
1797,
19,
13,
15895,
3893,
13,
5,
17083,
3457,
118,
20799,
6,
60,
800,
3726,
3726,
31,
23,
5712,
100,
80,
25,
186,
5607,
54,
15286,
30,
110,
3108,
19,
817,
38,
51,
1797,
75,
637,
37,
45,
13,
1,
12916,
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... |
Fancy border in a HTML table
===
So I am styling a table, and I'd like to make quite a fancy underline for the table headings.
I've though hard and had a look on the internet but couldn't find anything.
This is the table structure:
<table>
<thead>
<tr>
<td>Number</td... | 0 | [
2,
12251,
1862,
19,
21,
13,
15895,
859,
800,
3726,
3726,
86,
31,
589,
23020,
21,
859,
15,
17,
31,
22,
43,
101,
20,
233,
1450,
21,
12251,
131,
1143,
26,
14,
859,
4582,
18,
9,
31,
22,
195,
362,
552,
17,
41,
21,
361,
27,
14,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Sort Dictionary of Dictionaries on multiple child dictionary values
===
I have a dictionary that looks like this:
myDict = {
'SER12346': {'serial_num': 'SER12346', 'site_location': 'North America'},
'ABC12345': {'serial_num': 'ABC12345', 'site_location': 'South America'},
'SER12345': {'serial_... | 0 | [
2,
2058,
9186,
16,
29783,
27,
1886,
850,
9186,
4070,
800,
3726,
3726,
31,
57,
21,
9186,
30,
1879,
101,
48,
45,
51,
16315,
800,
13,
1,
13,
22,
4104,
918,
24844,
22,
45,
13,
1,
22,
4104,
2815,
1,
6336,
22,
45,
13,
22,
4104,
91... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Can I lock the first column in a Twitter Bootstrap Table?
===
I have a large scroll-able table I built with Twitter bootstrap but would like prevent the first column from scrolling. Is this possible?
<div class="row">
<div class="span12" style="height: auto !important;overflow-x: scroll;">';
... | 0 | [
2,
92,
31,
3991,
14,
64,
4698,
19,
21,
10623,
5894,
16514,
859,
60,
800,
3726,
3726,
31,
57,
21,
370,
12159,
8,
579,
859,
31,
392,
29,
10623,
5894,
16514,
47,
83,
101,
2501,
14,
64,
4698,
37,
13,
28166,
9,
25,
48,
938,
60,
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... |
Customer APNS certificate need in MDM
===
Why do we need a customer apns certificate for MDM?
Are there any legal compliance which governs them?
Thanks | 0 | [
2,
7705,
21,
17479,
18,
6259,
376,
19,
8138,
79,
800,
3726,
3726,
483,
107,
95,
376,
21,
7705,
21,
17479,
18,
6259,
26,
8138,
79,
60,
50,
80,
186,
1517,
14969,
56,
18456,
18,
105,
60,
3669,
3,
0,
0,
0,
0,
0,
0,
0,
0,
0,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... |
How would I write this SQL in DQL?
===
What I'm after is the following SQL query
SELECT p.*
FROM player p
WHERE CONCAT(p.first_name, ' ', p.last_name) = ?
in DQL. What I have so far is
$qb->add('select', 'p')
->add('from', 'VNNCoreBundle:Player p')
->add('where', $qb->ex... | 0 | [
2,
184,
83,
31,
2757,
48,
4444,
255,
19,
13,
43,
22402,
60,
800,
3726,
3726,
98,
31,
22,
79,
75,
25,
14,
249,
4444,
255,
25597,
5407,
351,
9,
2483,
37,
517,
351,
113,
1065,
5782,
5,
306,
9,
3552,
1,
7259,
15,
13,
22,
13,
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... |
Date restriction
===
I have a Db field name is "tourDate" like this
tourdate (array)
07/05/2012|07/06/2012|07/14/2012|07/15/2012
If user select to date 07/10/2012 and search our tours, script don't show 07/05/2012 and 07/06/2012. It must only show (07 - 08 - 09 - 10) days.
Thanks for helps. | 1 | [
2,
1231,
18732,
800,
3726,
3726,
31,
57,
21,
13,
9007,
575,
204,
25,
13,
7,
11648,
8209,
7,
101,
48,
846,
8209,
13,
5,
8576,
93,
6,
13,
2984,
118,
4071,
118,
3212,
1,
2984,
118,
3370,
118,
3212,
1,
2984,
11698,
12918,
3212,
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... |
ASP.NET MVC DateTime format dynamically
===
I am looking for a way to dynamically specify the format of my model DateTime fields in the view. I need these to be editable (meaning I want changes to them to be properly bound to model on postback). I am not worried about validation as I will be using a jquery datepicker... | 0 | [
2,
28,
306,
9,
2328,
307,
8990,
1231,
891,
2595,
7782,
1326,
800,
3726,
3726,
31,
589,
699,
26,
21,
161,
20,
7782,
1326,
19077,
14,
2595,
16,
51,
1061,
1231,
891,
2861,
19,
14,
1418,
9,
31,
376,
158,
20,
44,
9392,
579,
13,
5,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
What does "getExtractedText on inactive InputConnection" warning on android mean?
===
This question was asked once already and closed before a good answer could be given. There are nine up votes on the question.
I am getting this warning on a very slow connection to a Drupal server running services module. I only... | 0 | [
2,
98,
630,
13,
7,
3060,
1706,
19915,
69,
11969,
27,
19,
7889,
6367,
25996,
872,
7,
3590,
27,
13005,
884,
60,
800,
3726,
3726,
48,
1301,
23,
411,
382,
614,
17,
827,
115,
21,
254,
1623,
110,
44,
504,
9,
80,
50,
1391,
71,
2922,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Java JPA libraries
===
here at work we have an interesting library that's built on top of Hibernate. It's an implementation of a generic DAO but completely filled with futures. In example the following is one of them:
Everything is lazy loaded in our model, but when we want to retrieve some relationships from the d... | 0 | [
2,
8247,
487,
1060,
8649,
800,
3726,
3726,
235,
35,
170,
95,
57,
40,
4883,
1248,
30,
22,
18,
392,
27,
371,
16,
4148,
2102,
8820,
9,
32,
22,
18,
40,
6123,
16,
21,
12733,
13,
17104,
47,
1524,
1943,
29,
1022,
18,
9,
19,
823,
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... |
JXMultiSplitPane hiding node causes painting issues
===
When I hide a node of the JXMultiSplitPane, I encounter painting issues. The following SSCCE illustrates this behaviour:
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.JButton;
import javax.... | 0 | [
2,
487,
396,
21531,
25603,
16660,
5314,
15421,
4047,
2469,
1549,
800,
3726,
3726,
76,
31,
3077,
21,
15421,
16,
14,
487,
396,
21531,
25603,
16660,
15,
31,
7007,
2469,
1549,
9,
14,
249,
13,
18,
3862,
1105,
15620,
18,
48,
7727,
45,
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... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.