unified_texts stringlengths 32 30.1k | OpenStatus_id int64 0 4 | input_ids list | token_type_ids list | attention_mask list |
|---|---|---|---|---|
Way from php/mysql to google spreadsheet
===
I have PHP+Mysql setup on my home network that pulls and processes data from public sources. I set google script to do the same thing for a spreadsheet but it duplicates the work and is kind of slow and complicated with lots of fetchUrl quieries and then processing html as ... | 0 | [
2,
161,
37,
13,
26120,
118,
915,
18,
22402,
20,
8144,
1789,
17627,
800,
3726,
3726,
31,
57,
13,
26120,
2430,
915,
18,
22402,
18161,
27,
51,
213,
982,
30,
8071,
17,
5102,
1054,
37,
317,
2662,
9,
31,
309,
8144,
3884,
20,
107,
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... |
Jquery Target parent node when checkbox unchecked
===
I have this Jquery code, that will remove color from the text if the checkbox is not checked. However , there are multiple divs with the checkbox for the same model, when I uncheck one checkbox , all divs with the model class are unchecked/color removed. how ca... | 0 | [
2,
487,
8190,
93,
2935,
4766,
15421,
76,
2631,
5309,
367,
12542,
69,
800,
3726,
3726,
31,
57,
48,
487,
8190,
93,
1797,
15,
30,
129,
4681,
1665,
37,
14,
1854,
100,
14,
2631,
5309,
25,
52,
6505,
9,
207,
13,
15,
80,
50,
1886,
13,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
mysql UNION naming table attributes
===
When i perform this query:
select id as current from events where date = '{$result['date']}'
union all
(select id as previous from events where date < '{$result['date']}' order by date desc limit 1)
union all
(select id as next from events where date >... | 0 | [
2,
51,
18,
22402,
667,
10929,
859,
13422,
800,
3726,
3726,
76,
31,
2985,
48,
25597,
45,
5407,
4924,
28,
866,
37,
963,
113,
1231,
800,
13,
22,
1,
4403,
29955,
2558,
22,
8209,
22,
500,
1,
22,
667,
65,
13,
5,
18,
16964,
4924,
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... |
Strange slowdown when using openmp
===
I am trying to increase performance of a rather complex iteration algorithm by parallelizing matrix multiplication, which is being called on each iteration.
The algorithm takes 500 iterations and approximately 10 seconds. But after parallelizing matrix multiplication it slows do... | 0 | [
2,
2578,
2276,
2968,
76,
568,
368,
2554,
800,
3726,
3726,
31,
589,
749,
20,
1839,
956,
16,
21,
864,
1502,
23534,
9083,
34,
3821,
3335,
8187,
25432,
15,
56,
25,
142,
227,
27,
206,
23534,
9,
14,
9083,
1384,
3033,
23534,
18,
17,
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... |
compare values of two hashtable
===
consider that two hashtable as
Hashtable h=new Hashtable();
Hashtable h1=new Hashtable();
h.put(1, "Bavya");
h.put(2, "priya");
h1.put(3, "Bavya");
h1.put(4, "kavitha");
what i need is it should perform the comparison between the hashtable values... | 3 | [
2,
11590,
4070,
16,
81,
19170,
5924,
800,
3726,
3726,
3563,
30,
81,
19170,
5924,
28,
19170,
5924,
746,
3726,
2681,
19170,
5924,
5,
6,
73,
19170,
5924,
746,
165,
3726,
2681,
19170,
5924,
5,
6,
73,
746,
9,
4881,
5,
165,
15,
13,
7,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
iPhone: How to re-create XCode built-in git repository?
===
I want to use git in XCode for iPhone app development.<br>
I began to use it from few days ago.
But after renaming XCode project name, commiting doesn't work anymore.
So I tried re-create repository of git.<br>
I could delete old repository and could ... | 0 | [
2,
21024,
45,
184,
20,
302,
8,
6037,
1373,
993,
9375,
392,
8,
108,
13,
10404,
24869,
60,
800,
3726,
3726,
31,
259,
20,
275,
13,
10404,
19,
993,
9375,
26,
21024,
4865,
522,
9,
1,
5145,
1,
31,
260,
20,
275,
32,
37,
310,
509,
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... |
J2ME WEB SERVICE RESPONSE PARSING
===
I use netbeans to generate stubs for soap web service. How can i parse the web response which is in xml or html for rss feeds? any links in parsing soap response or html response would be great, Thanks
| 0 | [
2,
487,
135,
790,
2741,
365,
1627,
2017,
18,
68,
800,
3726,
3726,
31,
275,
4275,
863,
5950,
20,
7920,
21354,
18,
26,
6447,
2741,
365,
9,
184,
92,
31,
2017,
870,
14,
2741,
1627,
56,
25,
19,
23504,
54,
13,
15895,
26,
13,
1224,
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... |
Each function in jQuery
===
i have four div in one parent and each contains one image. i want show width of that particular image in respective div. but my function return the last image width in all container.
<head>
<script type="text/javascript" src="jquery-1.7.2.js"></script>
<sc... | 0 | [
2,
206,
1990,
19,
487,
8190,
93,
800,
3726,
3726,
31,
57,
222,
13,
12916,
19,
53,
4766,
17,
206,
1588,
53,
1961,
9,
31,
259,
298,
9456,
16,
30,
1498,
1961,
19,
7390,
13,
12916,
9,
47,
51,
1990,
788,
14,
236,
1961,
9456,
19,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
how to change number of data in view depends upon resolution change?
===
i want when browser resolution decrease using ctrl- its increase number columns in a rows
and when browser resolution increase using ctrl+ its decrease number of columns in a rows .
i m using haml and ruby on rails
6.times do |i|
... | 0 | [
2,
184,
20,
753,
234,
16,
1054,
19,
1418,
9597,
685,
4302,
753,
60,
800,
3726,
3726,
31,
259,
76,
16495,
4302,
9826,
568,
13,
4812,
6362,
8,
82,
1839,
234,
7498,
19,
21,
11295,
17,
76,
16495,
4302,
1839,
568,
13,
4812,
6362,
243... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Jenkins multi-configuration job and MSBuild
===
I'm looking for a way to pass user-defined axis values to a free-style job that uses MSBuild. Let me explain.
So we have JobA which is a multi-configuration project that only has one axis (key1) and multiple value (foo and bar). I also have a free-style job called Job... | 0 | [
2,
11420,
1889,
8,
1126,
13549,
857,
1205,
17,
4235,
29361,
800,
3726,
3726,
31,
22,
79,
699,
26,
21,
161,
20,
1477,
4155,
8,
13439,
8577,
4070,
20,
21,
551,
8,
4381,
1205,
30,
2027,
4235,
29361,
9,
408,
55,
3271,
9,
86,
95,
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... |
Detect if the user is still holding the touch and didn't release
===
I wanted to detect the user touch release and if the user is holding it, the code down below
works, but dont tell me if i'm holding ( touch and hold and not releasing ) the touch...
please help me fix that
- (void)holdAction:(UIGestur... | 0 | [
2,
9092,
100,
14,
4155,
25,
174,
1337,
14,
1723,
17,
223,
22,
38,
830,
800,
3726,
3726,
31,
417,
20,
9092,
14,
4155,
1723,
830,
17,
100,
14,
4155,
25,
1337,
32,
15,
14,
1797,
125,
1021,
693,
15,
47,
1049,
494,
55,
100,
31,
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... |
parsing json with jackson java
===
I have a problem while parsing a json with jackson. I have POJO Object, wrapped by another
here is my code:
in main:
ObjectMapper mapper = new ObjectMapper();
List<ItemBean> mpl2 = mapper.readValue(col.toString(),new TypeReference<List<ItemBean>>() {});
... | 0 | [
2,
2017,
18,
68,
487,
528,
29,
2303,
8247,
800,
3726,
3726,
31,
57,
21,
1448,
133,
2017,
18,
68,
21,
487,
528,
29,
2303,
9,
31,
57,
2353,
1636,
3095,
15,
3684,
34,
226,
235,
25,
51,
1797,
45,
19,
407,
45,
3095,
540,
8763,
29... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Ignore custom children with Json .Net
===
i have a json response like this:
{"response_values":[110,{"id":14753,"name":"piter"},{"id":14753,"name":"rabbit"}]}
and i have a simple class
public class Class1
{
[JsonProperty("id")]
public int Id { get; set; }
[JsonPropert... | 0 | [
2,
7174,
5816,
391,
29,
487,
528,
13,
9,
2328,
800,
3726,
3726,
31,
57,
21,
487,
528,
1627,
101,
48,
45,
13,
1,
7,
99,
18,
8782,
870,
1,
15165,
18,
7,
45,
2558,
11472,
15,
1,
7,
1340,
7,
45,
13516,
4022,
15,
7,
7259,
7,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How do I add JavaScript params to JavaScript object using JavScript variables?
===
I have this snippet of code:
var ShopLogicOptions = {};
ShopLogicOptions.params = {orderId: "'" + JS_OrderNo + "'", cartItems:[JS_arrCartItems], subTotal: "'" + JS_SubTotal + "'",...
My question is how do I correctly put ... | 0 | [
2,
184,
107,
31,
3547,
8247,
8741,
2258,
79,
18,
20,
8247,
8741,
3095,
568,
3009,
710,
8741,
12157,
60,
800,
3726,
3726,
31,
57,
48,
13,
29061,
16,
1797,
45,
4033,
2546,
24268,
25458,
4710,
800,
13,
1,
73,
2546,
24268,
25458,
4710... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 force ActiveRecord to recognize a schema change in a migration?
===
I'm working on a Rails project that has some migrations written in pure SQL for performance reasons. They are working fine until we try to run `change_column` later on. If we're trying to migrate in one pass, the `change_column` migration wi... | 0 | [
2,
184,
92,
31,
558,
1348,
14953,
20,
5844,
21,
23874,
753,
19,
21,
8443,
60,
800,
3726,
3726,
31,
22,
79,
638,
27,
21,
2240,
18,
669,
30,
63,
109,
8443,
18,
642,
19,
4267,
4444,
255,
26,
956,
2932,
9,
59,
50,
638,
1123,
163... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
query to get frequency distribution of times
===
here is my data:
+----+------------------+--------------------+
| ID | DateTime Entered | DateTime Completed |
+----+------------------+--------------------+
| 1 | 6/17/2011 10:08 | 6/18/2011 14:39 |
| 2 | 5/10/2011 9:29 | 5/15/2011 17... | 0 | [
2,
25597,
20,
164,
5328,
2523,
16,
436,
800,
3726,
3726,
235,
25,
51,
1054,
45,
2754,
8,
8,
8,
8,
2430,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
2430,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
how to see if a filename contains substring in vb
===
This question was resolved in C#, and I don't know how to do it in VB net.
I want to search through a directory of files and see if my string is contained within any of the filenames. Then I just need a bolean answer if it exists or not. I know how to use the file... | 1 | [
2,
184,
20,
196,
100,
21,
3893,
7259,
1588,
972,
11130,
19,
13,
20468,
800,
3726,
3726,
48,
1301,
23,
11052,
19,
272,
5910,
15,
17,
31,
221,
22,
38,
143,
184,
20,
107,
32,
19,
13,
20468,
4275,
9,
31,
259,
20,
2122,
120,
21,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Get list of all cultures using javascript
===
I have a field in my application where the user has to type the culture for the language (Ex. en-US or es-MX). I want to help the user to select the correct format by adding auto completion using the jquery plugin. I need the list of all culture names to accomplish it.
... | 1 | [
2,
164,
968,
16,
65,
9064,
568,
8247,
8741,
800,
3726,
3726,
31,
57,
21,
575,
19,
51,
3010,
113,
14,
4155,
63,
20,
1001,
14,
1365,
26,
14,
816,
13,
5,
1706,
9,
1957,
8,
267,
54,
13,
160,
8,
79,
396,
6,
9,
31,
259,
20,
44... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Trouble getting $.ajax() to work in PhoneGap against a locally hosted server
===
Currently trying to make an ajax post request to an IIS Express hosted MVC 4 Web API end point from an android VM (Bluestacks) on my machine. Here are the snippets of code that I am trying, and cannot get to work:
$.ajax({
typ... | 0 | [
2,
2572,
1017,
5579,
9,
6881,
7522,
5,
6,
20,
170,
19,
1132,
1136,
306,
149,
21,
6680,
2812,
8128,
800,
3726,
3726,
871,
749,
20,
233,
40,
20624,
678,
3772,
20,
40,
595,
18,
2999,
2812,
307,
8990,
268,
2741,
21,
2159,
241,
454,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
using regex to parse a file from a ftpwebrequest
===
I am reading data from a vendor via an ftpwebrequest in c#. Thus the data will be in a string format line by line e.g 0123030014030300123003120312030203013003104234923942348
I need to parse this data into the appropriate fields so I can then insert them into a sql ... | 0 | [
2,
568,
7953,
1706,
20,
2017,
870,
21,
3893,
37,
21,
1187,
306,
458,
3692,
10351,
800,
3726,
3726,
31,
589,
1876,
1054,
37,
21,
23510,
1197,
40,
1187,
306,
458,
3692,
10351,
19,
272,
5910,
9,
1086,
14,
1054,
129,
44,
19,
21,
372... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 JCE CipherOutputStream, flush() not working
===
I was trying to make an ObjectOutputStream over a CipherOutputStream. like this:
Cipher encryptor = Cipher.getInstance("AES/CBC/PKCS5Padding");
Cipher decryptor = Cipher.getInstance("AES/CBC/PKCS5Padding");
Key k = new SecretKeySpec(key, "AES"); /... | 0 | [
2,
483,
487,
1105,
23525,
1320,
4881,
11260,
15,
15017,
5,
6,
52,
638,
800,
3726,
3726,
31,
23,
749,
20,
233,
40,
3095,
1320,
4881,
11260,
84,
21,
23525,
1320,
4881,
11260,
9,
101,
48,
45,
23525,
1957,
11435,
248,
800,
23525,
9,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Is it possible to alter html request's header using javascript?
===
Pretty much what the title asks, is it possible to use some kind of javascript to change / set a html request's header?
Thanks a lot for your attention :) | 0 | [
2,
25,
32,
938,
20,
7835,
13,
15895,
3772,
22,
18,
157,
106,
568,
8247,
8741,
60,
800,
3726,
3726,
1772,
212,
98,
14,
581,
3913,
15,
25,
32,
938,
20,
275,
109,
825,
16,
8247,
8741,
20,
753,
13,
118,
309,
21,
13,
15895,
3772,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0... |
Rails 3: Object chaining with has_many :through associations
===
I'm trying to get a grasp of how to work with associations in Rails, specifically, when and when not to write explicit SQL code.
In my application, I have four models, which are defined as follows:
class User < ActiveRecord::Base
has_... | 0 | [
2,
2240,
18,
2635,
3095,
2858,
68,
29,
63,
1,
14842,
13,
45,
11639,
10642,
800,
3726,
3726,
31,
22,
79,
749,
20,
164,
21,
10677,
16,
184,
20,
170,
29,
10642,
19,
2240,
18,
15,
3524,
15,
76,
17,
76,
52,
20,
2757,
14990,
4444,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Autoit - nested arrays
===
I'm trying to access a value in a nested array in Autoit, but I'm getting the out of range error message.
This is my code:
Func ThisFunction()
local $one[6] = [1, 2, 3, 4, 5, 6]
local $two[6] = [7, 8, 9, 10, 11, 12]
local $combined[2] = [$one, $two]
Fo... | 0 | [
2,
3108,
242,
13,
8,
5618,
69,
7718,
18,
800,
3726,
3726,
31,
22,
79,
749,
20,
1381,
21,
1923,
19,
21,
5618,
69,
7718,
19,
3108,
242,
15,
47,
31,
22,
79,
1017,
14,
70,
16,
978,
7019,
2802,
9,
48,
25,
51,
1797,
45,
2414,
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... |
Jquery event getting triggered as a side-effect. How to stop that
===
I have a specific requirement of having a toggling table. By toggling I mean a table which will expand and collapse on event click of a hyperlink.
snippet of how I have made table is:
<table class=".table" border="1">
<tr id... | 0 | [
2,
487,
8190,
93,
807,
1017,
15164,
28,
21,
270,
8,
21295,
9,
184,
20,
747,
30,
800,
3726,
3726,
31,
57,
21,
1903,
8981,
16,
452,
21,
20,
4572,
802,
859,
9,
34,
20,
4572,
802,
31,
884,
21,
859,
56,
129,
6073,
17,
6529,
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... |
UINavigationBar changing default font colors
===
I'm trying to write a mobile substrate tweak to modify the default font color used by application in UINavigationBar title and buttons,
e.g. Instead of default white Title in the Navbar all white navbar text would turn to red,
Hope that is making sense.
At the mo... | 0 | [
2,
287,
1673,
13227,
857,
1850,
4226,
12838,
9978,
5268,
800,
3726,
3726,
31,
22,
79,
749,
20,
2757,
21,
3241,
13628,
28769,
20,
17579,
14,
12838,
9978,
1665,
147,
34,
3010,
19,
287,
1673,
13227,
857,
1850,
581,
17,
12861,
15,
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... |
Custom Android MMS/SMS application from source code?
===
Okay here's the deal:
I want to download the full source of the MMS/SMS application that ships with Android phones. I want to be able to modify it, and add a little custom functionality to it.
I am developing using Eclipse, and I'm on Windows 7. I have n... | 0 | [
2,
5816,
13005,
1620,
18,
118,
18,
79,
18,
3010,
37,
1267,
1797,
60,
800,
3726,
3726,
1705,
235,
22,
18,
14,
1183,
45,
31,
259,
20,
7121,
14,
503,
1267,
16,
14,
1620,
18,
118,
18,
79,
18,
3010,
30,
2034,
29,
13005,
14830,
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... |
prompt a user to enter the right integer
===
Hi i am new to c++ and i am solving a rational problem. I prompt the user to enter an integer other than zero(this number being the denominator). and if the user enters zero, he/she sees the message again until they enter an integer other than zero.
`istream& operator >>... | 1 | [
2,
11443,
4417,
21,
4155,
20,
2830,
14,
193,
13820,
800,
3726,
3726,
4148,
31,
589,
78,
20,
272,
20512,
17,
31,
589,
17533,
21,
7511,
1448,
9,
31,
11443,
4417,
14,
4155,
20,
2830,
40,
13820,
89,
119,
4606,
5,
1565,
234,
142,
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... |
Update UIButton title with string variable
===
I am trying to update the title of a button programmatically with an integer that has been converted to a string and having some trouble. Here is what I have...
NSString *buttonText = [NSString stringWithFormat:@"%i", clickUp];
[myButton setTitle:@"%i" forSta... | 0 | [
2,
11100,
13,
5661,
811,
444,
581,
29,
3724,
7612,
800,
3726,
3726,
31,
589,
749,
20,
11100,
14,
581,
16,
21,
5167,
625,
6732,
1326,
29,
40,
13820,
30,
63,
74,
3494,
20,
21,
3724,
17,
452,
109,
2572,
9,
235,
25,
98,
31,
57,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
django-cmz - cmsplugin_zinnia - error template 404.html/500.html
===
I am trying to set the default Django error handler for the django-cms and cmsplugin-zinnia, but for some reason I am not able to ovveride it.
At the moment each time I type in non-existent URL I get the default error message:
*"Zinnia's Blog
... | 0 | [
2,
3857,
14541,
8,
9095,
380,
13,
8,
2390,
18,
18527,
5831,
1,
8212,
3983,
13,
8,
7019,
22894,
13,
23397,
9,
15895,
118,
6000,
9,
15895,
800,
3726,
3726,
31,
589,
749,
20,
309,
14,
12838,
3857,
14541,
7019,
24641,
26,
14,
3857,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 init params to list in init(ServletConfig)
===
Trying to add init parameter names to a list in init(ServletConfig) method.
public void init(ServletConfig sc){
try {
super.init(sc);
Enumeration<String> e= sc.getInitParameterNames();
while(e.hasMoreElements()){
list.add(e.nex... | 0 | [
2,
4721,
19,
242,
2258,
79,
18,
20,
968,
19,
19,
242,
5,
10321,
1336,
14093,
2816,
6,
800,
3726,
3726,
749,
20,
3547,
19,
242,
18906,
1817,
20,
21,
968,
19,
19,
242,
5,
10321,
1336,
14093,
2816,
6,
2109,
9,
317,
11364,
19,
242... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
onupdate based on another field with sqlalchemy declarative base
===
I use sqlalchemy with the pyramid framework, and i want to link a person to his geographical department using his postcode.
So i try to use the onupdate argument when defining the department_id column define the department_id.
see fallowing code:
... | 0 | [
2,
27,
576,
8209,
432,
27,
226,
575,
29,
4444,
10834,
2569,
915,
121,
12078,
3366,
1000,
800,
3726,
3726,
31,
275,
4444,
10834,
2569,
915,
29,
14,
9565,
6596,
15,
17,
31,
259,
20,
3508,
21,
840,
20,
33,
10490,
604,
568,
33,
678,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Cant resolve the facebook log out
===
i am using the facebook sdk to login to an app in iphone.Once the app is launched and logged in with facebook account,count proceed further.Then i stopped the simulator and run the app again to log out,but couldnt log out,went to the login page pressed login and then only could lo... | 0 | [
2,
2973,
9854,
14,
9090,
6738,
70,
800,
3726,
3726,
31,
589,
568,
14,
9090,
13,
18,
43,
197,
20,
6738,
108,
20,
40,
4865,
19,
21024,
9,
13120,
14,
4865,
25,
1601,
17,
13,
19287,
19,
29,
9090,
2176,
15,
16549,
11158,
653,
9,
25... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
asp.net popup on mouseover
===
I have a table row and I would like to get a box with some text coming up when you mouseover certain cells.
The popup must be where the mousepointer is at.
So for example you mouseover a cell and you get a longer description of its contents.
Whats the quickest way to approach that... | 0 | [
2,
28,
306,
9,
2328,
1675,
576,
27,
7567,
2549,
800,
3726,
3726,
31,
57,
21,
859,
3131,
17,
31,
83,
101,
20,
164,
21,
1649,
29,
109,
1854,
880,
71,
76,
42,
7567,
2549,
1200,
2934,
9,
14,
1675,
576,
491,
44,
113,
14,
7567,
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... |
Button connected to another view objective-c (programmatically)
===
I want to connect my button to another page (UIViewControlletr)named WeekView but I have an error and I don't know how connect it would you please help me
Thanks in Advance I'm new in objective-c
here is the code
**Creating Button**
... | 0 | [
2,
5167,
2587,
20,
226,
1418,
7038,
8,
150,
13,
5,
19746,
6732,
1326,
6,
800,
3726,
3726,
31,
259,
20,
6379,
51,
5167,
20,
226,
2478,
13,
5,
5661,
4725,
12898,
1336,
139,
6,
11482,
877,
4725,
47,
31,
57,
40,
7019,
17,
31,
221,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 the right way to manage with buttons and background images
===
i am making a minesweeper game for learning needs, I have got to the point where i have my grid of 9 buttons by 9 buttons on the screen, and i have 2 images, one is a button off (not clicked) and the other is a button on(when clicked) image to repres... | 0 | [
2,
25,
32,
14,
193,
161,
20,
4705,
29,
12861,
17,
2395,
3502,
800,
3726,
3726,
31,
589,
544,
21,
27531,
250,
26,
2477,
2274,
15,
31,
57,
330,
20,
14,
454,
113,
31,
57,
51,
7354,
16,
561,
12861,
34,
561,
12861,
27,
14,
2324,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
handeling cookies and headers with agilitypack C#
===
agilitypack does excellent job for me in html parsing,
but what about other html aspects?
the object agilitypack.HtmlWeb allow access to cookies and headers?
| 0 | [
2,
22559,
68,
19396,
17,
157,
445,
29,
28813,
8573,
272,
5910,
800,
3726,
3726,
28813,
8573,
630,
5977,
1205,
26,
55,
19,
13,
15895,
2017,
18,
68,
15,
47,
98,
88,
89,
13,
15895,
4842,
60,
14,
3095,
28813,
8573,
9,
15895,
14113,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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... |
C# while copying a file, allow another process to exclusively lock the file?
===
I'm currently copying the archive files of our oracle server, the one that i'm preventing to happen is while i'm copying the file server will have an error when it tried to update the file.
At first i tried
File.Copy(source, Desti... | 0 | [
2,
272,
5910,
133,
4344,
68,
21,
3893,
15,
1655,
226,
953,
20,
7008,
3991,
14,
3893,
60,
800,
3726,
3726,
31,
22,
79,
871,
4344,
68,
14,
9250,
6488,
16,
318,
15759,
8128,
15,
14,
53,
30,
31,
22,
79,
11520,
20,
2384,
25,
133,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
save the complete contents of url in xcode
===
In my iPhone app, i want to save a webpage completely and display it later. Some methods were already got when i searched. But any of them is not saving the webpage completely. In some method the images were not saved and in some other methods the text are not displayed ... | 0 | [
2,
2079,
14,
1279,
8478,
16,
287,
6362,
19,
993,
9375,
800,
3726,
3726,
19,
51,
21024,
4865,
15,
31,
259,
20,
2079,
21,
2741,
6486,
1524,
17,
3042,
32,
138,
9,
109,
3195,
46,
614,
330,
76,
31,
9036,
9,
47,
186,
16,
105,
25,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Is it possible to compare the same Sharepoint list twice a day looking for changes/count of changes
===
I'm new to SharePoint and have a general question regarding list comparison. Currently, there is a user generated list that is constantly changing, and I wanted to gather quantitative data regarding the changes. Eac... | 0 | [
2,
25,
32,
938,
20,
11590,
14,
205,
1891,
3132,
968,
2088,
21,
208,
699,
26,
1693,
118,
16549,
16,
1693,
800,
3726,
3726,
31,
22,
79,
78,
20,
1891,
3132,
17,
57,
21,
297,
1301,
3467,
968,
6050,
9,
871,
15,
80,
25,
21,
4155,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 an instance communicate with its instantiator?
===
Given a really oversimplified example:
Class A {
B b = new B();
}
Class B {
//unicorns and what-not
//Something happens and I want to let A know
//Yet I don't want to return and exit
}
Is there... | 0 | [
2,
184,
92,
40,
4851,
8709,
29,
82,
6322,
49,
3457,
60,
800,
3726,
3726,
504,
21,
510,
84,
11268,
823,
45,
718,
21,
13,
1,
334,
334,
800,
78,
334,
5,
6,
73,
13,
1,
718,
334,
13,
1,
12894,
8843,
8559,
18,
17,
98,
8,
1270,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
PayPal - how to send email to buyer's email address?
===
I have little website and after the buyer finish the payment with PayPal, I would like to send him the email about the order he made.
I want to make the payment as easy as possible and I don't require to the user his email address for this summary. Better way... | 0 | [
2,
1372,
6720,
13,
8,
184,
20,
2660,
8517,
20,
20651,
22,
18,
8517,
3218,
60,
800,
3726,
3726,
31,
57,
265,
2271,
17,
75,
14,
20651,
2106,
14,
7582,
29,
1372,
6720,
15,
31,
83,
101,
20,
2660,
61,
14,
8517,
88,
14,
389,
24,
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... |
GSON: Expected BEGIN_OBJECT but was STRING
===
I am getting a GSON error trying to unmarshal JSON into an object. The error (**Expected BEGIN_OBJECT but was STRING at line 3 column 22**) is pointing to line 3 of the input below.
Have I not mapped the JSON correctly with respect to the Bean?
import javax.xml.bi... | 0 | [
2,
489,
528,
45,
1727,
2348,
1,
23793,
47,
23,
3724,
800,
3726,
3726,
31,
589,
1017,
21,
489,
528,
7019,
749,
20,
367,
19988,
192,
487,
528,
77,
40,
3095,
9,
14,
7019,
13,
5,
1409,
6899,
11557,
69,
2348,
1,
23793,
47,
23,
3724... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to read in binary data and cast to unsigned char (C++)
===
I have a raw image file that is saved in binary data (no encoding). I want to read in the file and cast the values to an unsigned char. But I'm not sure how to begin going about doing this. Each file contains 640x480 bytes. Each pixel is 8bits.
I've use... | 0 | [
2,
184,
20,
1302,
19,
14171,
1054,
17,
1325,
20,
28839,
4892,
13,
5,
150,
20512,
6,
800,
3726,
3726,
31,
57,
21,
4333,
1961,
3893,
30,
25,
4377,
19,
14171,
1054,
13,
5,
251,
19608,
6,
9,
31,
259,
20,
1302,
19,
14,
3893,
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... |
Why does smooth scrollBy only work first time?
===
I am using the following code on a [website][1] to imitate smooth scrolling:
function scrollWindow() {
// window.scrollBy(1040,0)
var timerID = setInterval(function() {
window.scrollBy(104, 0);
if( window.pageXOffset ... | 0 | [
2,
483,
630,
3905,
12159,
779,
104,
170,
64,
85,
60,
800,
3726,
3726,
31,
589,
568,
14,
249,
1797,
27,
21,
636,
14113,
9097,
500,
2558,
165,
500,
20,
22823,
3905,
13,
28166,
45,
1990,
12159,
27508,
5,
6,
13,
1,
12894,
1463,
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... |
My app crash on iPad 3rd Gen but work fine on iPhone
===
My app was rejected by Apple because its crash on iPad 3rd Gen.
Rejected reason:
> We found that your app crashed on iPad 3rd Gen. running iOS 5.1.1, which is not in compliance with the App Store Review Guidelines.
> Your app crashed on both Wi-Fi and cel... | 0 | [
2,
51,
4865,
4597,
27,
31,
8240,
203,
897,
4380,
47,
170,
1123,
27,
21024,
800,
3726,
3726,
51,
4865,
23,
4682,
34,
4037,
185,
82,
4597,
27,
31,
8240,
203,
897,
4380,
9,
4682,
1215,
45,
13,
1,
95,
216,
30,
154,
4865,
7579,
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... |
Does SyncAdapter get notified when AccountManager removes account?
===
So, my question restated is when you go to Settings -> Accounts & Sync and select the an account that was created that your `SyncAdapter` is syncing with a cloud server, and select remove account, what happens as far as your `SyncAdapter` is conce... | 0 | [
2,
630,
6063,
20963,
12689,
164,
22904,
76,
2176,
22256,
4681,
18,
2176,
60,
800,
3726,
3726,
86,
15,
51,
1301,
760,
1669,
25,
76,
42,
162,
20,
12410,
13,
8,
1,
5310,
279,
6063,
150,
17,
5407,
14,
40,
2176,
30,
23,
679,
30,
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... |
Update a field if the value is provided on the view or else retain the previous value
===
I am a grails and groovy newbie.
I am trying to update a field in my domain class provided the value for the field is provided by the user in the "Edit" view.
My domain class looks like:
class CertificateInfo {
static... | 0 | [
2,
11100,
21,
575,
100,
14,
1923,
25,
1173,
27,
14,
1418,
54,
962,
8201,
14,
1158,
1923,
800,
3726,
3726,
31,
589,
21,
489,
7301,
18,
17,
3452,
2026,
93,
78,
5893,
9,
31,
589,
749,
20,
11100,
21,
575,
19,
51,
4603,
718,
1173,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 Escaping method not detecting spaces?
===
I have this HTML escaping method:
public static String stringToHTMLString(String string) {
StringBuffer sb = new StringBuffer(string.length());
// true if last char was blank
boolean lastWasBlankChar = false;
int len = string.length();
... | 0 | [
2,
13,
15895,
14700,
2109,
52,
9092,
68,
7644,
60,
800,
3726,
3726,
31,
57,
48,
13,
15895,
14700,
2109,
45,
317,
12038,
3724,
3724,
262,
15895,
11130,
5,
11130,
3724,
6,
13,
1,
3724,
2345,
6866,
13,
18,
220,
800,
78,
3724,
2345,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
RewriteEngine on (in .htaccess) + POST Request with C#
===
I have a C# program that sends regular POST request (uploadvalues) to my website.
It works perfect.
But I just wrote following lines to my .htaccess file and my program started giving Web Request errors:
RewriteEngine on
RewriteCond %{HTTP_HOST} ... | 0 | [
2,
27891,
16847,
27,
13,
5,
108,
13,
9,
9020,
20604,
6,
2754,
678,
3772,
29,
272,
5910,
800,
3726,
3726,
31,
57,
21,
272,
5910,
625,
30,
11350,
1290,
678,
3772,
13,
5,
576,
8294,
15165,
18,
6,
20,
51,
2271,
9,
32,
693,
2107,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Convert a HTML for submit button into a link HTML?
===
I have the following submit button in HTML:
<input name="submit" type="submit" value="Sign In" />
I would like to convert it to an HTML link, by using this method:
<a href="#" onclick="document.getElementById('formname').submit()">Sign In</a>
... | 0 | [
2,
8406,
21,
13,
15895,
26,
12298,
5167,
77,
21,
3508,
13,
15895,
60,
800,
3726,
3726,
31,
57,
14,
249,
12298,
5167,
19,
13,
15895,
45,
13,
1,
108,
4881,
204,
3726,
7,
7563,
5130,
7,
1001,
3726,
7,
7563,
5130,
7,
1923,
3726,
7... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Domain mapping with different email addresses
===
I added the following address http://typeaura.appspot.com/index.html under the email
stolenights@gmail.com.
But when I registered my domain. typeaura.com it was under the email address.
reilers@typeaura.com.
For some reason the two don't speak together and now... | 0 | [
2,
4603,
13305,
29,
421,
8517,
12636,
800,
3726,
3726,
31,
905,
14,
249,
3218,
7775,
6903,
4474,
58,
3031,
9,
7753,
18,
4296,
9,
960,
118,
25671,
9,
15895,
131,
14,
8517,
10505,
4893,
18,
1,
263,
8079,
9,
960,
9,
47,
76,
31,
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... |
Filesystem database model and a web frontend as file manager
===
I'm looking for an already working solution to build some sort of filesystem on DB and a web application as file manager. Actually it doesn't seem hard, written on paper. I'm talking about a small set of tables to store a typical filesystem structure -fi... | 0 | [
2,
3893,
10724,
6018,
1061,
17,
21,
2741,
431,
2451,
28,
3893,
1382,
800,
3726,
3726,
31,
22,
79,
699,
26,
40,
614,
638,
4295,
20,
1895,
109,
2058,
16,
3893,
10724,
27,
13,
9007,
17,
21,
2741,
3010,
28,
3893,
1382,
9,
1121,
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... |
c# Draw Custom Form
===
I am have been programming in C# for a year now.
I would like to make a custom Windows Form. I have searched all over and was not able to get an answer.
As I understand it is really hard and long to do it , do anybody know a tutorial , teaching to create a custom form from scratch ?
Thanks | 0 | [
2,
272,
5910,
2003,
5816,
505,
800,
3726,
3726,
31,
589,
57,
74,
3143,
19,
272,
5910,
26,
21,
159,
130,
9,
31,
83,
101,
20,
233,
21,
5816,
1936,
505,
9,
31,
57,
9036,
65,
84,
17,
23,
52,
777,
20,
164,
40,
1623,
9,
28,
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... |
one to one relationship with fluent api
===
**Model:**
public class User {
public Guid UserId { get; set; }
public string UserName { get; set; }
public virtual Membership Membership { get; set; }
}
public class Membership {
public Guid UserId { get; set; }
... | 0 | [
2,
53,
20,
53,
1429,
29,
19252,
21,
2159,
800,
3726,
3726,
13,
1409,
13998,
45,
1409,
317,
718,
4155,
13,
1,
317,
9457,
43,
275,
5175,
13,
1,
164,
73,
309,
73,
13,
1,
317,
3724,
4155,
7259,
13,
1,
164,
73,
309,
73,
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... |
Cast Object[] to Type[] via Reflection
===
**Goal**
I have an object[]Source,object Target, and FieldInfo Var (Var.FieldType.IsArray is true).
I want to run Var.SetValue(Target,Source).
However, I cannot convert "object[]" -> "anotherType[]"
**Sample Run**
object[]Source=new object[2]{"Hello","Worl... | 0 | [
2,
1325,
3095,
2558,
500,
20,
1001,
2558,
500,
1197,
9138,
800,
3726,
3726,
13,
1409,
839,
192,
1409,
31,
57,
40,
3095,
2558,
500,
12097,
15,
23793,
2935,
15,
17,
575,
108,
4120,
4033,
13,
5,
3311,
9,
1109,
4474,
9,
403,
8576,
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... |
Load latest assembly version dynamically from GAC
===
I'd like to dynamically load the latest installed version of an assembly in the GAC using reflections.
So far I've found multiple working ways to accomplish this but they're all having their specific downsides.
The easiest solution is using the [`Assembly.Loa... | 0 | [
2,
6305,
5736,
1475,
615,
7782,
1326,
37,
4369,
150,
800,
3726,
3726,
31,
22,
43,
101,
20,
7782,
1326,
6305,
14,
5736,
4066,
615,
16,
40,
1475,
19,
14,
4369,
150,
568,
20498,
9,
86,
463,
31,
22,
195,
216,
1886,
638,
2847,
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... |
Database Model - SQL - Best Approach
===
I'm looking for help with part of a database design.
I have to Model the Database for a Group of Contacts and a Group of Distribution Lists.
Each Contact can be in many Distribution Lists and each Distribution List can have many Contacts. In a normal Instance, I could u... | 0 | [
2,
6018,
1061,
13,
8,
4444,
255,
13,
8,
246,
2141,
800,
3726,
3726,
31,
22,
79,
699,
26,
448,
29,
141,
16,
21,
6018,
704,
9,
31,
57,
20,
1061,
14,
6018,
26,
21,
214,
16,
11894,
17,
21,
214,
16,
2523,
7227,
9,
206,
2203,
92... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Can one assume get-method to be thread-safe if not otherwise noted?
===
Can one generally assume thread-safety for get-methods if not otherwise noted in the documentation of a method? Or is it the other way round that one should never assume thread-safety if not otherwise noted? What do you think?
Edit: I do not ca... | 0 | [
2,
92,
53,
7158,
164,
8,
5909,
1807,
43,
20,
44,
9322,
8,
18166,
100,
52,
3190,
1525,
60,
800,
3726,
3726,
92,
53,
1469,
7158,
9322,
8,
18166,
1084,
26,
164,
8,
5909,
1807,
43,
18,
100,
52,
3190,
1525,
19,
14,
13945,
16,
21,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
what is the difference b/w @Html.DropDownList and @Html.DropDownListFor in MVC3
===
what is the difference b/w @Html.DropDownList and @Html.DropDownListFor in MVC3
All i know is @Html.DropDownList is used to render a dropdownlist with a List and @Html.DropDownListFor with a Model.
I am not sure if this is right or... | 0 | [
2,
98,
25,
14,
2841,
334,
118,
499,
13,
1,
15895,
9,
12361,
2968,
5739,
17,
13,
1,
15895,
9,
12361,
2968,
5739,
1106,
19,
307,
8990,
240,
800,
3726,
3726,
98,
25,
14,
2841,
334,
118,
499,
13,
1,
15895,
9,
12361,
2968,
5739,
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... |
MVC Webgrid disappearing when placed inside Bootstrap Tabs
===
I'm having issues using the MVC Webgrid's Ajax features i.e. the ajaxupdatecontainerId function, when the WebGrid is placed inside of a bootstrap tab (http://twitter.github.com/bootstrap/components.html#navs)
I have a div with the ID of `"1A"` and am us... | 0 | [
2,
307,
8990,
2741,
16375,
16797,
76,
1037,
572,
5894,
16514,
6523,
18,
800,
3726,
3726,
31,
22,
79,
452,
1549,
568,
14,
307,
8990,
2741,
16375,
22,
18,
20624,
967,
31,
9,
62,
9,
14,
20624,
576,
8209,
1126,
5851,
106,
1340,
1990,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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-sql limit query per category
===
I wanted to limit my query per category, I've seen a lot of same topic here but too complicated so I will ask another.
for example I have
id title category
1 one number
2 two number
3 three number ... | 0 | [
2,
13,
26120,
8,
18,
22402,
4496,
25597,
416,
3230,
800,
3726,
3726,
31,
417,
20,
4496,
51,
25597,
416,
3230,
15,
31,
22,
195,
541,
21,
865,
16,
205,
8303,
235,
47,
266,
8343,
86,
31,
129,
1349,
226,
9,
26,
823,
31,
57,
4924,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
OpenERP module google_earth address field
===
I want to use openerp google_earth module. I successfully installed it and generated kml file with partners information. I want to put all partners on google map to see where they are on map, but the problem is that for some reason, kml file only gets country and city from... | 0 | [
2,
19597,
306,
12613,
8144,
1,
12322,
3218,
575,
800,
3726,
3726,
31,
259,
20,
275,
19597,
306,
8144,
1,
12322,
12613,
9,
31,
3673,
4066,
32,
17,
6756,
401,
255,
3893,
29,
4724,
676,
9,
31,
259,
20,
442,
65,
4724,
27,
8144,
2942... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Vfr Reader Right to Left reading
===
I am a newbie in iPhone development. I am currently working on an Arabic iPhone application which has PDF files to read. I am currently using vfr/Reader open source reader which works as per expectations. Now the client wants the PDF documents to be read (scrolled) from right to le... | 0 | [
2,
566,
6177,
7765,
193,
20,
225,
1876,
800,
3726,
3726,
31,
589,
21,
78,
5893,
19,
21024,
522,
9,
31,
589,
871,
638,
27,
40,
6663,
21024,
3010,
56,
63,
13,
11124,
6488,
20,
1302,
9,
31,
589,
871,
568,
566,
6177,
118,
10647,
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... |
Nothing can be edited in admin panel in magento
===
I cannot edit anything in admin panel.
I have magento site ,i logged into the admin panel after that i clicked
cms->page then the pages listed but i cant to edit the page .
When i clicked on the page menu itd displays error in fire bug:
TypeError: has... | 0 | [
2,
626,
92,
44,
4802,
19,
21,
43,
2160,
4113,
19,
4723,
17050,
800,
3726,
3726,
31,
1967,
9392,
602,
19,
21,
43,
2160,
4113,
9,
31,
57,
4723,
17050,
689,
13,
15,
49,
13,
19287,
77,
14,
21,
43,
2160,
4113,
75,
30,
31,
15802,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
background flicker
===
I am modifying the source code of a pdf viewe: SamutraPDF.
During registering the window class of the main window, the original code doesn't have
wcex.hbrBackground = gBrushFrameBg;
I add this by myselft. But then when I resize the main window, I got background flicker.
The whole c... | 0 | [
2,
2395,
18709,
800,
3726,
3726,
31,
589,
17579,
68,
14,
1267,
1797,
16,
21,
13,
11124,
1418,
62,
45,
1113,
291,
1939,
11124,
9,
112,
2243,
68,
14,
1463,
718,
16,
14,
407,
1463,
15,
14,
501,
1797,
1437,
22,
38,
57,
11801,
1706,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
newbie : getting mutual likes and only if they are mutual with active record?
===
What would be a good way to get mutual likes ? where 2 users like each other ( as in a friendlist) and get only those users who have a mutual match?
user_id | likes_id
1 2
2 1
... | 0 | [
2,
78,
5893,
13,
45,
1017,
7643,
101,
18,
17,
104,
100,
59,
50,
7643,
29,
1348,
571,
60,
800,
3726,
3726,
98,
83,
44,
21,
254,
161,
20,
164,
7643,
101,
18,
13,
60,
113,
172,
3878,
101,
206,
89,
13,
5,
28,
19,
21,
860,
5739... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
wget ignorning certain part of url
===
wget --output-document=/var/www/projects/meme/upload/1341233172.jpeg http://memecaptain.com/i?u=http://cdn.memegenerator.net/images/400x/528461.jpg&t1=dm&t2=cmks
I used following command to download a meme but wget is ignoring &t1 and &t2 part ie the ommand is exccuted as
... | 0 | [
2,
619,
3060,
11491,
8771,
68,
1200,
141,
16,
287,
6362,
800,
3726,
3726,
619,
3060,
13,
8,
8,
1320,
4881,
8,
28132,
3726,
118,
3311,
118,
6483,
118,
21011,
18,
118,
790,
790,
118,
576,
8294,
118,
13837,
918,
23791,
4009,
9,
728,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Centering a Box Layout after removing components
===
I have a program which creates JButtons which are then added to a JPanel with a BoxLayout which is set to place them vertically. Occasionally the first button is intentionally removed from the JPanel. Initially the Buttons are centered correctly and the Buttons are ... | 0 | [
2,
459,
68,
21,
1649,
9106,
75,
9096,
5090,
800,
3726,
3726,
31,
57,
21,
625,
56,
9695,
487,
811,
444,
18,
56,
50,
94,
905,
20,
21,
487,
3206,
532,
29,
21,
1649,
4414,
1320,
56,
25,
309,
20,
209,
105,
23300,
9,
4533,
14,
64,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Broken iFrame scrolling on desktop Safari (5.1.7), OS X (10.6.8)
===
I have a very strange issue with the desktop version of Safari (NOT iOS!).
I have a page set up to show a modal overlay containing an iFrame sitting on the same domain. Within that iFrame there is a possibility for another, 3rd party, iFrame used ... | 0 | [
2,
2023,
31,
8361,
13,
28166,
27,
17404,
25055,
13,
5,
264,
9,
165,
9,
465,
6,
15,
13,
759,
993,
13,
5,
1036,
9,
379,
9,
457,
6,
800,
3726,
3726,
31,
57,
21,
253,
2578,
1513,
29,
14,
17404,
615,
16,
25055,
13,
5,
1270,
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 pass value to setPropertyActionListener in remoteCommand
===
I want to set a dynamic value to `#{viewScope.newLOBType}` using `setPropertyActionListener` in the `remotecommand`(shown below), so how do I pass the value from Javascript to here ?
Code:
<p:remoteCommand name="showPanel" upda... | 0 | [
2,
184,
20,
1477,
1923,
20,
309,
10890,
106,
1084,
8645,
13891,
106,
19,
5388,
16239,
800,
3726,
3726,
31,
259,
20,
309,
21,
7782,
1923,
20,
13,
1,
5910,
1,
4725,
11555,
9,
2681,
10904,
4474,
1,
568,
13,
1,
3554,
10890,
106,
108... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Update SQL image in java
===
What I need to do (And I know it's bad practice, but I'm kind of forced to) is upload an image to an SQL DB from Java. Currently, I'm using a prepared statement and trying to use this to upload the bytes from the image.
public void insertImage(Connection conn,String img,String strI... | 0 | [
2,
11100,
4444,
255,
1961,
19,
8247,
800,
3726,
3726,
98,
31,
376,
20,
107,
13,
5,
290,
31,
143,
32,
22,
18,
896,
1345,
15,
47,
31,
22,
79,
825,
16,
1292,
20,
6,
25,
71,
8294,
40,
1961,
20,
40,
4444,
255,
13,
9007,
37,
824... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Read raw audio and extract SMPTE timecode in android
===
I am trying to extract the SMPTE timecode ([wikipedia][1]) from an audio input stream in android.
As mentioned here http://stackoverflow.com/a/2099226 first step is to scan the input stream byte sequence for 0011111111111101 to synchronize. But how to do thi... | 0 | [
2,
1302,
4333,
4023,
17,
10962,
13,
18,
2554,
591,
85,
9375,
19,
13005,
800,
3726,
3726,
31,
589,
749,
20,
10962,
14,
13,
18,
2554,
591,
85,
9375,
13,
5,
2558,
17375,
26132,
500,
2558,
165,
500,
6,
37,
40,
4023,
6367,
3766,
19,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
counting values in python
===
How to count the number of occurrence of a values in a dictionary in python
a = dict()
a['cat'] = 1
a['fish'] = 1
a['dog'] = 2
a['bat'] = 3
a['aardvark'] = 3
a['lion'] = 4
a['wallaby'] = 5
a['badger'] = 5
... | 0 | [
2,
11195,
4070,
19,
20059,
800,
3726,
3726,
184,
20,
2468,
14,
234,
16,
12933,
16,
21,
4070,
19,
21,
9186,
19,
20059,
21,
800,
13,
16315,
5,
6,
21,
2558,
22,
5782,
22,
500,
800,
137,
21,
2558,
22,
4934,
22,
500,
800,
137,
21,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
setHTTPBody sending incorrect data in NSMUtableURLRequest
===
I have a problem with setting the HTTPBody of a request correctly. I'm using Oauth to communicate with our API server, the only difference is, that I need to send the data through body, not the header (using OauthConsumer.framework - http://code.google.com/... | 0 | [
2,
309,
21127,
9760,
4907,
18867,
1054,
19,
13,
2172,
7903,
579,
911,
255,
99,
10351,
800,
3726,
3726,
31,
57,
21,
1448,
29,
2697,
14,
7775,
9760,
16,
21,
3772,
12044,
9,
31,
22,
79,
568,
635,
1346,
96,
20,
8709,
29,
318,
21,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Does hotmail use ARF for its feedback loop message?
===
I am working on a program to parse ARF (Abure Reporting Format) messages. It turns out I need to be able to handle Hotmail feedback loop messages as well.
Does hotmail use ARF for its feedback loop message? If not, which format is it using?
I found [this ... | 0 | [
2,
630,
1047,
8079,
275,
21,
8291,
26,
82,
13111,
5293,
2802,
60,
800,
3726,
3726,
31,
589,
638,
27,
21,
625,
20,
2017,
870,
21,
8291,
13,
5,
19138,
99,
6670,
2595,
6,
7561,
9,
32,
2844,
70,
31,
376,
20,
44,
777,
20,
3053,
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... |
Uploading video to youtube using api's through php
===
$httpClient =
Zend_Gdata_ClientLogin::getHttpClient(
$username = '****@gmail.com',
$password = '*****',
$service = 'youtube',
$client = null,
$source = 'testphp',
$loginToken = null,
... | 0 | [
2,
71,
16866,
763,
20,
7330,
568,
21,
2159,
22,
18,
120,
13,
26120,
800,
3726,
3726,
5579,
21127,
150,
18513,
38,
800,
10526,
43,
1,
263,
18768,
1,
150,
18513,
38,
5567,
108,
45,
45,
3060,
21127,
150,
18513,
38,
5,
5579,
16704,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
how to add text to cells in d3.grid example d3-js-building-a-grid-of-rectangles
===
I am new to d3.js I need a similar (http://stackoverflow.com/questions/10457170/d3-js-building-a-grid-of-rectangles/10465456#10465456) grid implementation. I am trying to add text to each of the cells having text d.value but not workin... | 0 | [
2,
184,
20,
3547,
1854,
20,
2934,
19,
13,
43,
240,
9,
16375,
823,
13,
43,
240,
8,
728,
18,
8,
11783,
8,
58,
8,
16375,
8,
1041,
8,
14673,
12113,
1355,
800,
3726,
3726,
31,
589,
78,
20,
13,
43,
240,
9,
728,
18,
31,
376,
21,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Temporary table from stored Proc result in Sql Server
===
Can we create a temporary table from the Stored Proc results dynamically. I do not want to declare the temporary table columns manually. It shud take the schema of table from the stored proc results. | 0 | [
2,
4700,
859,
37,
8214,
13,
15617,
829,
19,
4444,
255,
8128,
800,
3726,
3726,
92,
95,
1600,
21,
4700,
859,
37,
14,
8214,
13,
15617,
1736,
7782,
1326,
9,
31,
107,
52,
259,
20,
10123,
14,
4700,
859,
7498,
23671,
9,
32,
5728,
43,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0... |
Search Method for Hashmap
===
Hey i need for Search method for a hashmap and i cant quite figure out how to do it. I'm also trying to do a edit method and i think for this i need the method. My hashMap is to store employee data. I have the MainApp, Employee class and an EmployeeStore class. Can anyone help ?
... | 0 | [
2,
2122,
2109,
26,
19170,
15022,
800,
3726,
3726,
8409,
31,
376,
26,
2122,
2109,
26,
21,
19170,
15022,
17,
31,
2973,
1450,
1465,
70,
184,
20,
107,
32,
9,
31,
22,
79,
67,
749,
20,
107,
21,
9392,
2109,
17,
31,
277,
26,
48,
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... |
Can't post actions to a Facebook event
===
I have my server side code create an event on Facebook, using a Facebook application user I created.
Then, I want mobile users of my app, that logs in to my app using FB connect, to be able to publish actions on that even's wall.
I tried doing it using code,curl or graph ... | 0 | [
2,
92,
22,
38,
678,
3078,
20,
21,
9090,
807,
800,
3726,
3726,
31,
57,
51,
8128,
270,
1797,
1600,
40,
807,
27,
9090,
15,
568,
21,
9090,
3010,
4155,
31,
679,
9,
94,
15,
31,
259,
3241,
3878,
16,
51,
4865,
15,
30,
18893,
19,
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... |
plotting correct values for gam model in r
===
I have the following example (which is in similar format to my data):
set.seed(1)
RandData <- runif(8760*2,sd=10)
Locations <- rep(c('UK','France'),each=8760)
Date = seq(from=as.POSIXct("1991-01-01 00:00"),
to=as.POSIXct("1991-... | 0 | [
2,
22716,
4456,
4070,
26,
13,
7253,
1061,
19,
761,
800,
3726,
3726,
31,
57,
14,
249,
823,
13,
5,
2140,
25,
19,
835,
2595,
20,
51,
1054,
6,
45,
309,
9,
870,
69,
5,
165,
6,
11310,
18768,
13,
1,
8,
485,
821,
5,
3730,
3374,
24... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 dynamic tables using javascript, given rows and column in textboxes
===
I am back with a problem again (please cooperate with my silly questions, i am very new to JavaScript).
I am trying for understanding the concept of dynamic tables in JavaScript. Of course i went through Google, but unable to understand... | 0 | [
2,
2936,
7782,
7484,
568,
8247,
8741,
15,
504,
11295,
17,
4698,
19,
1854,
5309,
160,
800,
3726,
3726,
31,
589,
97,
29,
21,
1448,
188,
13,
5,
6744,
15180,
29,
51,
10752,
2346,
15,
31,
589,
253,
78,
20,
8247,
8741,
6,
9,
31,
589... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Subclassing UITableViewCell and handling UIButton within subclass
===
I understand how to get button clicks if I have a button within a row of UITableView but what I cannot figure out is the correct way to add a button to a UITableViewCell subclass and get the clicks for it. I think I'm making the mistake of putting e... | 0 | [
2,
972,
1898,
68,
13,
11193,
579,
4725,
9725,
17,
7988,
13,
5661,
811,
444,
363,
972,
1898,
800,
3726,
3726,
31,
1369,
184,
20,
164,
5167,
10840,
18,
100,
31,
57,
21,
5167,
363,
21,
3131,
16,
13,
11193,
579,
4725,
47,
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... |
Overlay a custom view with an EditText
===
The concept is very simple but I don't really know the best way to go about it.
I have a custom view that draws a speedometer. Over the top of this speedometer I want an `EditText`, centered in the middle vertically and horizontally with the width measured by speedometers ... | 0 | [
2,
84,
4414,
21,
5816,
1418,
29,
40,
9392,
11969,
800,
3726,
3726,
14,
2420,
25,
253,
1935,
47,
31,
221,
22,
38,
510,
143,
14,
246,
161,
20,
162,
88,
32,
9,
31,
57,
21,
5816,
1418,
30,
10802,
21,
1362,
17325,
9,
84,
14,
371,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
C# OpenPop.net Getting attachments from a E-mail
===
I'm here asking if it is possible to list all the attachments in a E-mail, show them in a list box, and only retrive them (on a program in the OS that opens that extension) once the user clicks on it.
If it's possible, please explain how. I'm using OpenPop.net an... | 0 | [
2,
272,
5910,
368,
6057,
9,
2328,
1017,
14575,
18,
37,
21,
13,
62,
8,
8079,
800,
3726,
3726,
31,
22,
79,
235,
3379,
100,
32,
25,
938,
20,
968,
65,
14,
14575,
18,
19,
21,
13,
62,
8,
8079,
15,
298,
105,
19,
21,
968,
1649,
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... |
Invalid address specified to RtlReAllocateHeap(C++,QT)
===
I am running my application in QT Debug mode. After processing a huge number of requests, the QT debugger showing the below error message. I am wondering how can I identify the heap error in my code.
**Invalid address specified to RtlReAllocateHeap**
(I... | 0 | [
2,
16671,
3218,
9931,
20,
761,
7786,
99,
19452,
9530,
438,
2552,
5,
150,
20512,
15,
1251,
38,
6,
800,
3726,
3726,
31,
589,
946,
51,
3010,
19,
2593,
38,
121,
16254,
3740,
9,
75,
5511,
21,
2329,
234,
16,
12279,
15,
14,
2593,
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... |
UITextField value from Static UITableViewCell in UITableView not showing up
===
I have the following code in a save method:
NSArray *cells = [tbleView visibleCells];
UITableViewCell *aCell;
UITextField *medField;
for (int i=1; i<cells.count; i++) //0 ... | 0 | [
2,
13,
5661,
11969,
1109,
1923,
37,
12038,
13,
11193,
579,
4725,
9725,
19,
13,
11193,
579,
4725,
52,
3187,
71,
800,
3726,
3726,
31,
57,
14,
249,
1797,
19,
21,
2079,
2109,
45,
13,
103,
4964,
2787,
1637,
9725,
18,
800,
636,
38,
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... |
jQuery Cycle plugin - multiple simple slideshows / instances on one-page website
===
I'm working on a one-page website using David De Sandro's jQuery Isotope plugin. In 7 Isotope elements, I'm running the Cycle slideshow plugin in a basic fashion (no clicking, pagination, pause, hover, etc.). It works - but I'm suspec... | 0 | [
2,
487,
8190,
93,
4150,
10922,
108,
13,
8,
1886,
1935,
18066,
1544,
18,
13,
118,
13946,
27,
53,
8,
6486,
2271,
800,
3726,
3726,
31,
22,
79,
638,
27,
21,
53,
8,
6486,
2271,
568,
684,
121,
13,
18,
19554,
22,
18,
487,
8190,
93,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Modernizr checks to detect firefox
===
What are the possible checks can be made to detect firefox using modernizr? | 0 | [
2,
773,
3186,
139,
16602,
20,
9092,
535,
18219,
800,
3726,
3726,
98,
50,
14,
938,
16602,
92,
44,
117,
20,
9092,
535,
18219,
568,
773,
3186,
139,
60,
3,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
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,
0,
0,
0,
0,
0,
0,
0,
0,
0... |
Error in p4v when using 'reconcile offline work', "Unintelligible revision specification '\...#have'."
===
When I try to use 'reconcile offline work' on a directory ending with '\C#\' in the p4v client on windows, I get that error.
Does it have something to do the with the '#' in the path? Is there any workaround t... | 0 | [
2,
7019,
19,
351,
300,
710,
76,
568,
13,
22,
99,
1126,
150,
3599,
168,
1143,
170,
22,
15,
13,
7,
1020,
108,
4213,
2816,
3426,
11323,
14177,
13,
22,
1,
9,
9,
9,
5910,
5815,
22,
9,
7,
800,
3726,
3726,
76,
31,
1131,
20,
275,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Unexpected vm.runInThisContext control flow in Node.js
===
I am writing a Node.js script that looks like this:
var vm = require('vm');
var fs = require('fs');
vm.runInThisContext("console.log('started1');" + fs.readFileSync('library1.js') + "console.log('ended1');");
vm.runInThisConte... | 0 | [
2,
9380,
13,
20147,
9,
3169,
108,
1565,
1126,
11969,
569,
3312,
19,
15421,
9,
728,
18,
800,
3726,
3726,
31,
589,
1174,
21,
15421,
9,
728,
18,
3884,
30,
1879,
101,
48,
45,
4033,
13,
20147,
800,
4077,
5,
22,
20147,
22,
6,
73,
40... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Firebird Prepared Statements
===
Can anyone advise if Firebird will cache query plans across sessions and, therefore, if FbCommand.Prepare() should be used or is useful? | 0 | [
2,
535,
8490,
3268,
9015,
800,
3726,
3726,
92,
1276,
14640,
100,
535,
8490,
129,
16522,
25597,
1753,
464,
5763,
17,
15,
1793,
15,
100,
13,
13478,
16239,
9,
3515,
1060,
99,
5,
6,
378,
44,
147,
54,
25,
4811,
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... |
java.lang.Process Kill not done
===
I am creating a SWT Aplliaction which invloke external executable (say abc.exe) in java.lang.Process. This new process is created on 'Start' button on my composite. The problem I am facing is that if the executbale abc.exe hangs my entire SWT shell hangs! So I thought of adding new ... | 0 | [
2,
8247,
9,
9949,
9,
16835,
1177,
52,
677,
800,
3726,
3726,
31,
589,
2936,
21,
8783,
38,
8442,
10006,
8645,
56,
19,
15143,
8416,
4886,
1396,
17194,
5924,
13,
5,
6366,
5079,
9,
1706,
62,
6,
19,
8247,
9,
9949,
9,
16835,
9,
48,
7... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Asynchronous function and Session State
===
In my WebService I'm trying to call an assynchronous function using delegate. The problem is that the session is lost when the function is called. Is there anyway to keep the Session state when the asynchronous function is called?
Thanks a lot,
Rafael | 0 | [
2,
21,
16023,
1291,
1990,
17,
3723,
146,
800,
3726,
3726,
19,
51,
2741,
11449,
31,
22,
79,
749,
20,
645,
40,
28,
16023,
1291,
1990,
568,
11300,
9,
14,
1448,
25,
30,
14,
3723,
25,
529,
76,
14,
1990,
25,
227,
9,
25,
80,
2774,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
InfoPath 2010 workflow without SharePoint Designer
===
Can I use InfoPath 2010 creating complex workflow with minimum SharePoint Designer (SPD) involved, but to use a Full Control Web Service/WCF solution instead?
Here is the details:
- Our work is a large company and the policy doesn't allow us to implement Sha... | 0 | [
2,
15404,
8353,
498,
170,
9990,
366,
1891,
3132,
4742,
800,
3726,
3726,
92,
31,
275,
15404,
8353,
498,
2936,
1502,
170,
9990,
29,
5187,
1891,
3132,
4742,
13,
5,
18,
9251,
6,
1013,
15,
47,
20,
275,
21,
503,
569,
2741,
365,
118,
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... |
DDMathParser (iOS 5): How to set radians versus degrees?
===
DDMathParser: How do I let the parser know whether the input to a function, i.e. the sin function, is in degrees or radians? If the "mode" is degrees, I want to execute : sin(n *2 *pi /360), or just sin(n) if the "mode" is radians.
I can't get the cl... | 0 | [
2,
13,
8096,
14825,
3574,
4104,
13,
5,
7760,
331,
6,
45,
184,
20,
309,
4944,
4857,
5706,
4442,
60,
800,
3726,
3726,
13,
8096,
14825,
3574,
4104,
45,
184,
107,
31,
408,
14,
2017,
4104,
143,
1472,
14,
6367,
20,
21,
1990,
15,
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... |
About wait and notifyAll
===
I've this class:
public class MyThread implements Runnable {
private static boolean canAccess = true;
private Thread t;
public FirstThread(String name) {
t = new Thread(this);
t.setName(name);
t.start();
}
... | 0 | [
2,
88,
1760,
17,
52,
8612,
1233,
800,
3726,
3726,
31,
22,
195,
48,
718,
45,
317,
718,
7970,
10647,
8713,
18,
485,
103,
579,
13,
1,
932,
12038,
9827,
413,
210,
92,
20604,
800,
1151,
73,
932,
9322,
13,
38,
73,
317,
64,
96,
10647... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 properly host my ASP.NET website?
===
I'm not very experienced with ASP.NET, I've started to learn about all of this a month or so ago, I've made a very simple website that I would like to test online, there are no database connections or anything of the sorts.
My previous experience with the Web has taught... | 0 | [
2,
184,
20,
7428,
2015,
51,
28,
306,
9,
2328,
2271,
60,
800,
3726,
3726,
31,
22,
79,
52,
253,
3882,
29,
28,
306,
9,
2328,
15,
31,
22,
195,
373,
20,
2484,
88,
65,
16,
48,
21,
1617,
54,
86,
1464,
15,
31,
22,
195,
117,
21,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to find out the WinForms application has been clicked by mouse
===
The WinForms application captures words from mouse position after hotkey (ctrl + mouse right click) is clicked. Hotkey monitoring runs in third party component. The click event handles delegate with controls hwnd and mouse position parameters.
How... | 0 | [
2,
184,
20,
477,
70,
14,
628,
4190,
18,
3010,
63,
74,
15802,
34,
7567,
800,
3726,
3726,
14,
628,
4190,
18,
3010,
3683,
18,
715,
37,
7567,
649,
75,
1047,
4237,
13,
5,
4812,
6362,
2754,
7567,
193,
10840,
6,
25,
15802,
9,
1047,
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... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.