unified_texts stringlengths 32 30.1k | OpenStatus_id int64 0 4 | input_ids list | token_type_ids list | attention_mask list |
|---|---|---|---|---|
Async web programming in python on windows
===
I would like to do some async web programming in python. I would like to use [http://www.tornadoweb.org][1], but my code has to run on windows. My next try was [TwistedWeb][2], but the Resource-based programming model does not fit my needs very well. I would prefer a Flas... | 0 | [
2,
21,
9507,
150,
2741,
3143,
19,
20059,
27,
1936,
800,
3726,
3726,
31,
83,
101,
20,
107,
109,
21,
9507,
150,
2741,
3143,
19,
20059,
9,
31,
83,
101,
20,
275,
636,
21127,
6903,
6483,
9,
2153,
325,
537,
14113,
9,
5583,
500,
2558,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Alternating increasing sequence
===
Morning-
I need a function that would produce the following kind of looking sequence:
1, -1, 2, -2, 3...
Would a tail recursive function be the best way to handle this? Is there a way to do this iteratively as opposed to recursively? | 0 | [
2,
17572,
3425,
4030,
800,
3726,
3726,
959,
8,
31,
376,
21,
1990,
30,
83,
2213,
14,
249,
825,
16,
699,
4030,
45,
137,
15,
13,
8,
165,
15,
172,
15,
13,
8,
135,
15,
203,
9,
9,
9,
83,
21,
3424,
302,
24244,
1990,
44,
14,
246,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Restrict access to specific routes in Ember.js (Ember.Router)
===
I'm currently testing Ember.Router and i'm wondering how i could restrict access to some specific routes when matching a certain criteria. In my example i'm playing with a checkout process, where the billing address must be set, before the user can proc... | 0 | [
2,
15436,
1381,
20,
1903,
5050,
19,
13,
19603,
9,
728,
18,
13,
5,
19603,
9,
20179,
139,
6,
800,
3726,
3726,
31,
22,
79,
871,
4431,
13,
19603,
9,
20179,
139,
17,
31,
22,
79,
5712,
184,
31,
110,
15436,
1381,
20,
109,
1903,
5050,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 nested array documents in mongodb
===
I am new guy to mongodb and node.js. I have a one problem, I have a data's contain in mongodb has following structure. And i want to update id:11 & name : John.
So **first** i have check name: john already present or not, using this coding
collection.findOne({"team"... | 0 | [
2,
11100,
5618,
69,
7718,
4374,
19,
3521,
5474,
220,
800,
3726,
3726,
31,
589,
78,
1244,
20,
3521,
5474,
220,
17,
15421,
9,
728,
18,
9,
31,
57,
21,
53,
1448,
15,
31,
57,
21,
1054,
22,
18,
3717,
19,
3521,
5474,
220,
63,
249,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
switch case in javascript is not working in IE8
===
`code snippet:
=======================================================
var role=s[0].Role;// role contains string value
dijit.byId("editRole").attr("Value",getRoleByName(role));
function getRoleByName(role)
{
var roleVal;
... | 0 | [
2,
5521,
610,
19,
8247,
8741,
25,
52,
638,
19,
13,
660,
457,
800,
3726,
3726,
13,
1,
9375,
13,
29061,
45,
800,
3726,
3726,
3726,
3726,
3726,
3726,
3726,
3726,
3726,
3726,
3726,
3726,
3726,
3726,
3726,
3726,
3726,
3726,
3726,
3726,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Managing Tab Click Event through jQuery and Repeater
===
I have a repeater which displays and data bind the source of tab links. Here is the code:
protected void rptTab_ItemBound(Object sender, RepeaterItemEventArgs e)
{
if (e.Item.ItemType == ListItemType.Item || e.Item.ItemT... | 0 | [
2,
5616,
6523,
10840,
807,
120,
487,
8190,
93,
17,
6830,
106,
800,
3726,
3726,
31,
57,
21,
6830,
106,
56,
9412,
17,
1054,
10193,
14,
1267,
16,
6523,
6271,
9,
235,
25,
14,
1797,
45,
3803,
11364,
13,
6952,
38,
15783,
1,
2119,
79,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Specify function to be called in jquery
===
I have come across this snippet in the jquery post documentation and i am not sure what it does
$.post("test.php", { "func": "getNameAndTime" },
function(data){
console.log(data.name); // John
console.log(data.time); // 2pm
}, "json");
... | 0 | [
2,
19077,
1990,
20,
44,
227,
19,
487,
8190,
93,
800,
3726,
3726,
31,
57,
340,
464,
48,
13,
29061,
19,
14,
487,
8190,
93,
678,
13945,
17,
31,
589,
52,
562,
98,
32,
630,
5579,
9,
6962,
5,
7,
10543,
9,
26120,
7,
15,
13,
1,
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... |
when I enter a record to my page, auto twitter
===
I enter ı record my page and database, then ı want it automatically pass twitter
<form action="a.php" >
....
<input type="image" src="../images/kaydet_buton.png" name="submit" width="70" height="30"/>
and a.php
---------
twitter link blow (nor... | 0 | [
2,
76,
31,
2830,
21,
571,
20,
51,
2478,
15,
3108,
10623,
800,
3726,
3726,
31,
2830,
13,
1,
571,
51,
2478,
17,
6018,
15,
94,
13,
1,
259,
32,
7499,
1477,
10623,
13,
1,
4190,
1028,
3726,
7,
58,
9,
26120,
7,
13,
1,
13,
9,
9,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Entity Framework 4.1 Poco Classes Avoid multiple db roundtrips
===
I have an ASP.NET MVC application using EF 4.1 with Poco Classes.
When I get multiple entities like:
var users = db.Users.Where(u=>u.IsActive).ToList();
var transactions = db.Transactions.Where(t=>t.IsActive).ToList();
var customers... | 0 | [
2,
9252,
6596,
268,
9,
165,
2353,
716,
2684,
2658,
1886,
13,
9007,
560,
17851,
18,
800,
3726,
3726,
31,
57,
40,
28,
306,
9,
2328,
307,
8990,
3010,
568,
11599,
268,
9,
165,
29,
2353,
716,
2684,
9,
76,
31,
164,
1886,
12549,
101,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Autofac two properties with the same type
===
If I've got two properties in a class with the same interface type and I want to inject two different conrete types to each how do I do that with autofac either with Property or constructor injection.
eg.
class A : IA
{
public IB PropertyB { get; se... | 0 | [
2,
3108,
1473,
150,
81,
3704,
29,
14,
205,
1001,
800,
3726,
3726,
100,
31,
22,
195,
330,
81,
3704,
19,
21,
718,
29,
14,
205,
6573,
1001,
17,
31,
259,
20,
20316,
81,
421,
1065,
99,
591,
2551,
20,
206,
184,
107,
31,
107,
30,
2... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to place a div at top center position of a page using css....?
===
I am not able to place a div on top center of a page, I am using css for this but nothing works here.
// little code snippet
<body>
<div id="loader" style='display: none'><img src='img/basic/loader4.gif'/></div>
</body>... | 0 | [
2,
184,
20,
209,
21,
13,
12916,
35,
371,
459,
649,
16,
21,
2478,
568,
272,
18,
18,
9,
9,
9,
9,
60,
800,
3726,
3726,
31,
589,
52,
777,
20,
209,
21,
13,
12916,
27,
371,
459,
16,
21,
2478,
15,
31,
589,
568,
272,
18,
18,
26,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Drupal 6 : how to display a node?
===
I'm currently developing a module for Drupal 6, in which I have created a custom content type.
I'm able to create/update/delete a node of this content type by using hook_form, hook_insert and so on.
Now what I want is displaying the node when I click on it in my content list (ta... | 0 | [
2,
15708,
6720,
400,
13,
45,
184,
20,
3042,
21,
15421,
60,
800,
3726,
3726,
31,
22,
79,
871,
3561,
21,
12613,
26,
15708,
6720,
400,
15,
19,
56,
31,
57,
679,
21,
5816,
2331,
1001,
9,
31,
22,
79,
777,
20,
1600,
118,
576,
8209,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Data gets Truncated from database
===
I am designing a Window based application in C# using VS2010 and SqlServer2008-r2. I am
using a service Based Database(.mdf),in it there is a table having four fields, if i Store
data in the table and close the application and re-run the application the data gets Lost.
... | 0 | [
2,
1054,
3049,
22328,
69,
37,
6018,
800,
3726,
3726,
31,
589,
15026,
21,
1463,
432,
3010,
19,
272,
5910,
568,
4611,
2751,
17,
4444,
255,
10321,
106,
2753,
8,
139,
135,
9,
31,
589,
568,
21,
365,
432,
6018,
5,
9,
79,
8736,
6,
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... |
unable to create a C++ ruby extension
===
I have problems creating a ruby extension to export a C++ library I wrote to ruby under OSX. This simple example:
#include <boost/regex.hpp>
extern "C" void Init_bayeux()
{
boost::regex expression("^(([^:/?#]+):)?(//([^/?#]*))?([^?#]*)(\\?([^#]*))?... | 0 | [
2,
2343,
20,
1600,
21,
272,
20512,
10811,
3896,
800,
3726,
3726,
31,
57,
1716,
2936,
21,
10811,
3896,
20,
7487,
21,
272,
20512,
1248,
31,
738,
20,
10811,
131,
13,
759,
396,
9,
48,
1935,
823,
45,
6926,
22640,
13,
1,
10858,
384,
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... |
Updating three way junction table in SqlAlchemy
===
I have the following database structure described with **SqlAlchemy**. What I want to do is to insert a new record in the table "**`users_planes_hangars`**". I'm trying to do that in the following way:
<!-- language: lang-python -->
plane= dbSession.query(C... | 0 | [
2,
71,
43,
1880,
132,
161,
3423,
859,
19,
4444,
10834,
2569,
915,
800,
3726,
3726,
31,
57,
14,
249,
6018,
1411,
745,
29,
13,
1409,
18,
22402,
192,
2569,
915,
1409,
9,
98,
31,
259,
20,
107,
25,
20,
14692,
21,
78,
571,
19,
14,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Why Java EJB apps doesn't have a pre-defined relative path for Its libs?
===
I could understood that `Desktop` applications in Java doesn't have a `pre-defined` **relative** path for jar (library) files inclusions. It already have a CLASS_PATH env var.
But what I couldn't understood why EJB modules doesn't such fea... | 0 | [
2,
483,
8247,
13,
10022,
220,
4865,
18,
1437,
22,
38,
57,
21,
782,
8,
13439,
4543,
2013,
26,
82,
13,
8326,
18,
60,
800,
3726,
3726,
31,
110,
4014,
30,
13,
1,
3196,
197,
3880,
1,
3767,
19,
8247,
1437,
22,
38,
57,
21,
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... |
'Querying' a data structure in Python based on a datetime
===
I need a data structure which can handle the following:
date_from (datetime)
date_to (datetime)
value (float)
...and I need to be able to 'query' this data structure based on a datetime (e.g. in pseudocode: `SELECT * FROM data_structure ... | 0 | [
2,
13,
22,
8190,
8173,
22,
21,
1054,
1411,
19,
20059,
432,
27,
21,
1231,
891,
800,
3726,
3726,
31,
376,
21,
1054,
1411,
56,
92,
3053,
14,
249,
45,
1231,
1,
2665,
13,
5,
8209,
891,
6,
1231,
1,
262,
13,
5,
8209,
891,
6,
1923,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Logging VMStat data to file
===
I am trying to create some capacity planning reports and one of the requrements is to have info on Memory usage for a few Unix Servers.
Now my knowledge of Unix is very low. I usually just log on and run a few scripts.
But for this report I need to gather VMStat data and produce... | 0 | [
2,
13,
13919,
13,
20147,
10631,
1054,
20,
3893,
800,
3726,
3726,
31,
589,
749,
20,
1600,
109,
2301,
2334,
2813,
17,
53,
16,
14,
302,
5495,
99,
6601,
25,
20,
57,
15404,
27,
1912,
7514,
26,
21,
310,
22540,
17595,
9,
130,
51,
1918,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
In WPF, when are the elements of a ContentProperty actually created?
===
I am creating a custom WPF control that uses the following markup:
<custom:FilterPanel
Grid.Row="1"
FilterTarget="{Binding Path=MyItems}">
<custom:FilterParameter
ParameterName="Name"
Ta... | 0 | [
2,
19,
619,
7721,
15,
76,
50,
14,
2065,
16,
21,
2331,
10890,
106,
1084,
1121,
679,
60,
800,
3726,
3726,
31,
589,
2936,
21,
5816,
619,
7721,
569,
30,
2027,
14,
249,
943,
576,
45,
13,
1,
4636,
6015,
45,
11924,
815,
3206,
532,
73... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
how to put several in a QGraphicsViews Qimage?
===
I have a scene where several item added .. The problem is that when displaying the item are overlapping ... is there any way to indicate in the QGraphicsView or QGraphicsScene the position where each item appear?? | 0 | [
2,
184,
20,
442,
238,
19,
21,
2593,
12084,
18,
4725,
18,
2593,
22039,
60,
800,
3726,
3726,
31,
57,
21,
1691,
113,
238,
9101,
905,
13,
9,
9,
14,
1448,
25,
30,
76,
17418,
14,
9101,
50,
23854,
13,
9,
9,
9,
25,
80,
186,
161,
2... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
how to stop a rotating movieclip at max/min angle?
===
I have a button (decrease), and when the button is pressed an arrow rotates left. I need the arrow to stop at a certain angle (approximately at 8 o'clock).
How can I get the angle of the arrow, and then stop it from rotating past this point (even if the user k... | 0 | [
2,
184,
20,
747,
21,
16164,
1308,
150,
6013,
35,
2049,
118,
2160,
5334,
60,
800,
3726,
3726,
31,
57,
21,
5167,
13,
5,
9522,
99,
6105,
6,
15,
17,
76,
14,
5167,
25,
2931,
40,
7409,
21448,
18,
225,
9,
31,
376,
14,
7409,
20,
747... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Graph is not sending position of photos
===
We have a query to the Graph that was working very good until today.
https://graph.facebook.com/NNN/photos?fields=position,link,images
Now Facebook Graph is not sending the position (neither the link). Why?
Was there a change in the photos object or the fields or someth... | 0 | [
2,
7210,
25,
52,
4907,
649,
16,
7064,
800,
3726,
3726,
95,
57,
21,
25597,
20,
14,
7210,
30,
23,
638,
253,
254,
163,
786,
9,
7775,
18,
6903,
9614,
9,
6413,
5199,
9,
960,
118,
103,
9377,
118,
25445,
18,
60,
1109,
18,
3726,
9339,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Same NetBeans Project from Two Locations
===
I have a desktop at work, and a laptop at home. I do not carry my laptop to work. Is there an accepted way to use the same NetBeans Java project from both machines?
I currently store the project in a Dropbox folder and access it from both machines. It works 95% of the... | 0 | [
2,
205,
4275,
863,
5950,
669,
37,
81,
4095,
800,
3726,
3726,
31,
57,
21,
17404,
35,
170,
15,
17,
21,
12294,
35,
213,
9,
31,
107,
52,
2670,
51,
12294,
20,
170,
9,
25,
80,
40,
2217,
161,
20,
275,
14,
205,
4275,
863,
5950,
8247... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 this possible to get categories sorted by RAND()?
===
I want to display product categories in random order.
Is that possible?
How can I achieve this?
I'm using custom theme, and categories are fetch by:
$_categories = $this->getStoreCategories();
Maybe it will be easier to use php shuffle functio... | 0 | [
2,
25,
48,
938,
20,
164,
6422,
22554,
34,
11310,
5,
6,
60,
800,
3726,
3726,
31,
259,
20,
3042,
2374,
6422,
19,
5477,
389,
9,
25,
30,
938,
60,
184,
92,
31,
4689,
48,
60,
31,
22,
79,
568,
5816,
3184,
15,
17,
6422,
50,
18312,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 setup user groups based on Active Directory in Jenkins?
===
Is it possible to create user groups using Active Directory id's and then assign roles in Jenkins? Instead of using Jenkins default user name management?
Thanks | 0 | [
2,
184,
20,
18161,
4155,
1170,
432,
27,
1348,
16755,
19,
11420,
60,
800,
3726,
3726,
25,
32,
938,
20,
1600,
4155,
1170,
568,
1348,
16755,
4924,
22,
18,
17,
94,
13952,
2954,
19,
11420,
60,
700,
16,
568,
11420,
12838,
4155,
204,
109... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... |
SMS are duplicated as Calls(Samsung galaxy S II)
===
Ok, guys, here's my code for getting SMS:
Cursor cursor = getContentResolver().query(Uri.parse(uri),
null, CallLog.Calls.DATE + " > " + lastSmsTime, null,
CallLog.Calls.DATE + " ASC");
Where type is:
"content://sms/inbox"
"con... | 0 | [
2,
7613,
18,
50,
19429,
43,
28,
3029,
5,
6101,
18,
2373,
9358,
13,
18,
595,
6,
800,
3726,
3726,
5854,
15,
2776,
15,
235,
22,
18,
51,
1797,
26,
1017,
7613,
18,
45,
29588,
29588,
800,
164,
25424,
99,
5594,
2304,
5,
6,
9,
8190,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Getting xml tag names in javascript
===
I had been trying to get the tag name and its value in java script. The xml file which I use looks like below:
<root>
<note >
<to>Gil</to>
<from>
<firstname>john</firstname>
<lastname>corner</lastname>
</from>
<heading>Reminder</heading>... | 0 | [
2,
1017,
23504,
3383,
1817,
19,
8247,
8741,
800,
3726,
3726,
31,
41,
74,
749,
20,
164,
14,
3383,
204,
17,
82,
1923,
19,
8247,
3884,
9,
14,
23504,
3893,
56,
31,
275,
1879,
101,
1021,
45,
13,
1,
14032,
1,
13,
1,
10280,
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... |
Android: Automated GUI Testing
===
I would like to create some automated GUI tests for my android application. I am aware of Robotium and other similar projects but I would like to create my own testing framework from scratch. How can I achieve this? | 0 | [
2,
13005,
45,
14904,
9457,
4431,
800,
3726,
3726,
31,
83,
101,
20,
1600,
109,
14904,
9457,
4894,
26,
51,
13005,
3010,
9,
31,
589,
3854,
16,
8288,
2187,
17,
89,
835,
2314,
47,
31,
83,
101,
20,
1600,
51,
258,
4431,
6596,
37,
12395... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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... |
DiscriminateSubClassesOnColumn with varchar instead of nvarchar
===
Using fluent-nhibernate, I'm trying to discriminate subclasses on a column containing a string. I would like this to map to a varchar field in the database and I cannot figure out a way to express it.
The following works but maps to string / nvarc... | 0 | [
2,
28285,
7563,
1898,
62,
528,
716,
4404,
103,
29,
4033,
5433,
700,
16,
13,
103,
3311,
5433,
800,
3726,
3726,
568,
19252,
8,
13880,
15191,
8820,
15,
31,
22,
79,
749,
20,
28285,
972,
1898,
160,
27,
21,
4698,
3503,
21,
3724,
9,
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... |
Get schema name from database
===
How to find the schema name from database using a select statement or are there any built in functions available?
I am using the following package for compiling all invalid objects in my schema, so instead of hard coding schema name, I would like to use a select statement or functi... | 0 | [
2,
164,
23874,
204,
37,
6018,
800,
3726,
3726,
184,
20,
477,
14,
23874,
204,
37,
6018,
568,
21,
5407,
3331,
54,
50,
80,
186,
392,
19,
3719,
904,
60,
31,
589,
568,
14,
249,
6030,
26,
24378,
65,
16671,
3916,
19,
51,
23874,
15,
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... |
Filestream using sqlserver authentication
===
I want to know whether filestream in C# uses sql server authentication.
Is it possible to connect to the database using filestream in windows authentication by using userid and password?
| 0 | [
2,
3893,
11260,
568,
4444,
255,
10321,
106,
27963,
800,
3726,
3726,
31,
259,
20,
143,
1472,
3893,
11260,
19,
272,
5910,
2027,
4444,
255,
8128,
27963,
9,
25,
32,
938,
20,
6379,
20,
14,
6018,
568,
3893,
11260,
19,
1936,
27963,
34,
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,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... |
Aabort a infinite DoString call
===
**This is a Lua for C# (Lua interfaces) specific question, it does not work as in native C Lua, so please if you have no experience from Lua C# think twice if your answer can help me, thanks**
So the problem is if a user supplies a script like this
while (true) do end
H... | 0 | [
2,
21,
58,
6157,
38,
21,
9698,
107,
11130,
645,
800,
3726,
3726,
13,
1409,
1565,
25,
21,
1612,
58,
26,
272,
5910,
13,
5,
2377,
58,
6573,
18,
6,
1903,
1301,
15,
32,
630,
52,
170,
28,
19,
1275,
272,
1612,
58,
15,
86,
2247,
100... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
unsigned short vector socket from vc++ to matlab
===
I want to send unsigned short vector in visual c++ to matlab using socket communication.
I have an unsigned short vector
std::vector<unsigned short> test that has
//test[0]-test[3] short values comverted from longlong (64bits/16bits=4 elements)
... | 0 | [
2,
28839,
502,
7497,
18482,
37,
13,
8990,
20512,
20,
4277,
9086,
800,
3726,
3726,
31,
259,
20,
2660,
28839,
502,
7497,
19,
3458,
272,
20512,
20,
4277,
9086,
568,
18482,
3291,
9,
31,
57,
40,
28839,
502,
7497,
354,
43,
45,
45,
28033... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Dynamically set height of a panel which contains store in Ext.Net
===
I want to set the height of a panel which contains store in Ext.Net dynamically based on the number of rows.
I am having the following code:-
<ext:Panel
ID="PanelOp12"
... | 0 | [
2,
7782,
1326,
309,
2947,
16,
21,
4113,
56,
1588,
1718,
19,
1396,
38,
9,
2328,
800,
3726,
3726,
31,
259,
20,
309,
14,
2947,
16,
21,
4113,
56,
1588,
1718,
19,
1396,
38,
9,
2328,
7782,
1326,
432,
27,
14,
234,
16,
11295,
9,
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... |
self message(non recursive) vs self recursive message
===
What is the difference of these two messages? I searched the web a bit and most what I could find is
> A self message is a message that an object sends to itself. It is a message that represents the invocation of message of the same lifeline. A self message ... | 0 | [
2,
1119,
2802,
5,
3951,
302,
24244,
6,
4611,
1119,
302,
24244,
2802,
800,
3726,
3726,
98,
25,
14,
2841,
16,
158,
81,
7561,
60,
31,
9036,
14,
2741,
21,
1142,
17,
127,
98,
31,
110,
477,
25,
13,
1,
21,
1119,
2802,
25,
21,
2802,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Hosting WCF service on IIS (The resource cannot be found)
===
I am making WFC service. When I debug it from Visual Studio all is ok, but I've faced with problem when I deploy it on real IIS.
After deploying I still can get WSDL but when I request WebGet method (which returns a simple XML document) method I got the ... | 0 | [
2,
10637,
11801,
410,
365,
27,
595,
18,
13,
5,
124,
6577,
1967,
44,
216,
6,
800,
3726,
3726,
31,
589,
544,
619,
7061,
365,
9,
76,
31,
121,
16254,
32,
37,
3458,
1120,
65,
25,
5854,
15,
47,
31,
22,
195,
3110,
29,
1448,
76,
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... |
Pass global variables to Spring + Apache Tiles
===
I'm currently running a working Spring + Apache Tiles webapp.
I need to show some example code to explain my intention.
Apache Tiles Configuration:
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE tiles-definitions PUBLIC
"-//Apache Software Fou... | 0 | [
2,
1477,
2062,
12157,
20,
1573,
2754,
17140,
14836,
800,
3726,
3726,
31,
22,
79,
871,
946,
21,
638,
1573,
2754,
17140,
14836,
2741,
7753,
9,
31,
376,
20,
298,
109,
823,
1797,
20,
3271,
51,
5140,
9,
17140,
14836,
8091,
45,
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... |
Get Object by ManyToMany-Relationship
===
I'm trying to filter documents by a list of tags, both stored in a database with a ManyToMany-Relationship.
Model looked like:
public Document extends Model {
....
@ManyToMany
public List<Tag> tagList;
public static findDocu... | 0 | [
2,
164,
3095,
34,
151,
262,
14842,
8,
99,
10832,
2418,
800,
3726,
3726,
31,
22,
79,
749,
20,
11945,
4374,
34,
21,
968,
16,
3383,
18,
15,
156,
8214,
19,
21,
6018,
29,
21,
151,
262,
14842,
8,
99,
10832,
2418,
9,
1061,
292,
101,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Display most recent Tweets from User (last 20 or so)
===
I have a web site at http://www.urbanvision.org.uk/, we have a Twitter feed on the right. This twitter feed is present for most of the web site.
We are encountering a problem where when we haven't tweeted within the last three days or so no tweets are display... | 0 | [
2,
3042,
127,
1764,
20224,
18,
37,
4155,
13,
5,
8558,
434,
54,
86,
6,
800,
3726,
3726,
31,
57,
21,
2741,
689,
35,
7775,
6903,
6483,
9,
14971,
10732,
9,
5583,
9,
2185,
118,
15,
95,
57,
21,
10623,
4063,
27,
14,
193,
9,
48,
106... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
jquery css div display
===
I want to let a div show and disappaer with jquery and css.
The code does not work:
http://jsfiddle.net/jTgRF/41/
| 0 | [
2,
487,
8190,
93,
272,
18,
18,
13,
12916,
3042,
800,
3726,
3726,
31,
259,
20,
408,
21,
13,
12916,
298,
17,
1460,
18303,
106,
29,
487,
8190,
93,
17,
272,
18,
18,
9,
14,
1797,
630,
52,
170,
45,
7775,
6903,
728,
18,
1707,
12312,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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... |
Enable search for Maven dependancy as Eclpise quick fix
===
I have just started getting to grips with Maven, and would like to enable a Eclipse's quick fix to enable me to find dependacies.
But I'm not given the option on quick fix.
Also the maven search does not seem to work either, even though I have set the r... | 0 | [
2,
9240,
2122,
26,
1216,
3124,
12547,
10821,
28,
6695,
5478,
2628,
2231,
6098,
800,
3726,
3726,
31,
57,
114,
373,
1017,
20,
4466,
18,
29,
1216,
3124,
15,
17,
83,
101,
20,
9240,
21,
11652,
22,
18,
2231,
6098,
20,
9240,
55,
20,
47... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Perl Xpath: search item before a date year
===
I have an xml database that contains films, for example:
<film id="5">
<title>The Avengers</title>
<date>2012-09-24</date>
<family>Comics</family>
</film>
From a Perl script I want to find film by date.
If I search films of an exacly... | 0 | [
2,
416,
255,
993,
8353,
45,
2122,
9101,
115,
21,
1231,
159,
800,
3726,
3726,
31,
57,
40,
23504,
6018,
30,
1588,
1491,
15,
26,
823,
45,
13,
1,
9051,
4924,
3726,
7,
264,
7,
1,
13,
1,
22235,
1,
124,
17380,
1,
118,
22235,
1,
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 get a instance of Win32_SecurityDescriptor in WMI?
===
i'm writting a C++ WMI utility class which wraps the WMI stuff to help my further WMI query. i encountered a problem when accessing a Win32_SecurityDescriptor instance.
i used the WQL query "Select * from Win32_LogicalShareSecuritySetting" to get all the... | 0 | [
2,
184,
20,
164,
21,
4851,
16,
628,
3125,
1,
17749,
546,
8741,
248,
19,
619,
1435,
60,
800,
3726,
3726,
31,
22,
79,
20127,
1203,
21,
272,
20512,
619,
1435,
10082,
718,
56,
8118,
18,
14,
619,
1435,
3217,
20,
448,
51,
653,
619,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 expected minimum time to download?
===
I went to Daniweb and someone posted this and I would really like to know the answer.
Many say this is quite tricky so I wonder anyone can actually help this out.
My laptop says it has a 215 ms (milliseconds) latency and an actual measured 0.98 Mbps (Megabits pe... | 0 | [
2,
98,
25,
14,
1727,
5187,
85,
20,
7121,
60,
800,
3726,
3726,
31,
296,
20,
1685,
49,
14113,
17,
737,
6054,
48,
17,
31,
83,
510,
101,
20,
143,
14,
1623,
9,
151,
395,
48,
25,
1450,
5514,
93,
86,
31,
2666,
1276,
92,
1121,
448,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
from: can't read /var/mail/boto.s3.connection
===
The first line in my python program is `from boto.s3.connection import S3Connection`.
When I execute the program, the output is "from: can't read /var/mail/boto.s3.connection."
Any ideas on how to troubleshoot?
I've installed boto by downloading the tar and ru... | 0 | [
2,
37,
45,
92,
22,
38,
1302,
13,
118,
3311,
118,
8079,
118,
1192,
262,
9,
18,
240,
9,
25996,
872,
800,
3726,
3726,
14,
64,
293,
19,
51,
20059,
625,
25,
13,
1,
2665,
1607,
262,
9,
18,
240,
9,
25996,
872,
9010,
13,
18,
240,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Eclipse Error - "Could Not Find Or Load Main Class"
===
I started using Eclipse today to develop my java programs (did not move/touch any settings).
I try to run the Java programs, and I get this message:
Error: Could not find or load main class CLASSNAME
This happens for ALL my java programs, including t... | 0 | [
2,
11652,
7019,
13,
8,
13,
7,
13431,
52,
477,
54,
6305,
407,
718,
7,
800,
3726,
3726,
31,
373,
568,
11652,
786,
20,
2803,
51,
8247,
1726,
13,
5,
3052,
52,
780,
118,
15725,
186,
12410,
6,
9,
31,
1131,
20,
485,
14,
8247,
1726,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Identity_insert on in temporary table
===
.Hi guys, I'm having a problem running an SP in sql server 2012 and 2008 R2 while it worked fine in my sql server 2000 and 2005.
please see code below:
SELECT * INTO #TB_Master_Organization
FROM (SELECT TOP 1 * FROM TB_Master_Organization) A
TRUNCATE ... | 0 | [
2,
3270,
1,
108,
18,
6767,
27,
19,
4700,
859,
800,
3726,
3726,
13,
9,
1822,
2776,
15,
31,
22,
79,
452,
21,
1448,
946,
40,
3782,
19,
4444,
255,
8128,
563,
17,
570,
761,
135,
133,
32,
577,
1123,
19,
51,
4444,
255,
8128,
824,
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... |
position of my form's controls aren't in right place with same resolution in another computer
===
I set my control's position on form in resolution like 1280*1024 but when move my program to another computer with same resolution, control's position aren't in right place
why? | 0 | [
2,
649,
16,
51,
505,
22,
18,
8671,
4847,
22,
38,
19,
193,
209,
29,
205,
4302,
19,
226,
1428,
800,
3726,
3726,
31,
309,
51,
569,
22,
18,
649,
27,
505,
19,
4302,
101,
390,
2887,
2483,
1036,
1996,
47,
76,
780,
51,
625,
20,
226,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
SqlCe opens slow under a limited user account in Windows XP
===
I have a windows application built with .NET 4.0.
It has a SqlCe database under its program files directory:
C:\Program Files\Company Name\Application Name\Data\Data.sdf
This application is installed with Inno Setup and the Data folder is given permi... | 0 | [
2,
4444,
255,
1105,
8965,
2276,
131,
21,
1317,
4155,
2176,
19,
1936,
23045,
800,
3726,
3726,
31,
57,
21,
1936,
3010,
392,
29,
13,
9,
2328,
268,
9,
387,
9,
32,
63,
21,
4444,
255,
1105,
6018,
131,
82,
625,
6488,
16755,
45,
272,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
git source control not working with visual studio
===
I have been using Git source control for a while now and I use Git bash + Git source control with visual studio but lately git source control with visual studio does not seem to work.
When i do Get pending changes then it does not show me anything but when I go ... | 0 | [
2,
13,
10404,
1267,
569,
52,
638,
29,
3458,
1120,
800,
3726,
3726,
31,
57,
74,
568,
13,
10404,
1267,
569,
26,
21,
133,
130,
17,
31,
275,
13,
10404,
13158,
2754,
13,
10404,
1267,
569,
29,
3458,
1120,
47,
10434,
13,
10404,
1267,
5... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How do you configure the Struts 2 Upload Folder?
===
At the moment, after uploading a file, the tmp file that gets created gets stored in:
> \Apache Software Foundation\Apache Tomcat
> 7.0.22\work\Catalina\localhost\Project\upload__78a0adab_1380z353bfa__7gfe_00000000.tmp
How do I store it in my own custom direc... | 0 | [
2,
184,
107,
42,
1065,
15951,
14,
18316,
18,
172,
71,
8294,
19294,
60,
800,
3726,
3726,
35,
14,
688,
15,
75,
71,
16866,
21,
3893,
15,
14,
13,
38,
2554,
3893,
30,
3049,
679,
3049,
8214,
19,
45,
13,
1,
13,
1,
7738,
2569,
2306,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Java unisex bathroom
===
I have to solve this problem using java semaphores, but I have no idea how, and I cannot find any related java materials. This is how it goes:<br>
There are to kinds of threads: men and women. Both wants to use same resources which quantity is BATHROOM_SIZE. 5 rules:<br>
I) Every thread, a... | 0 | [
2,
8247,
9911,
6353,
4248,
800,
3726,
3726,
31,
57,
20,
8402,
48,
1448,
568,
8247,
13,
18,
5996,
11093,
160,
15,
47,
31,
57,
90,
882,
184,
15,
17,
31,
1967,
477,
186,
1597,
8247,
2895,
9,
48,
25,
184,
32,
1852,
45,
1,
5145,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
browser plugin to save selected text to local file
===
I want to build a browser plugin which will save the user selected block of text in a text file on the users local system(or allow the user to download the text file). Is this possible? Can javascript write to files on the clients local system?
If yes, are the... | 0 | [
2,
16495,
10922,
108,
20,
2079,
1704,
1854,
20,
375,
3893,
800,
3726,
3726,
31,
259,
20,
1895,
21,
16495,
10922,
108,
56,
129,
2079,
14,
4155,
1704,
1921,
16,
1854,
19,
21,
1854,
3893,
27,
14,
3878,
375,
329,
5,
248,
1655,
14,
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... |
Subsonic 2.0 Slow on High volume processing
===
I have a c# cmd line application that reads xml file in and updates the database using subsonic 2.0
Initial load of data was processing 400k records at a rate of 60k/hour
Over time the process is slowing up 1200/hour
When i do a sql restart the process speeds up... | 0 | [
2,
972,
17766,
172,
9,
387,
2276,
27,
183,
2310,
5511,
800,
3726,
3726,
31,
57,
21,
272,
5910,
2390,
43,
293,
3010,
30,
11137,
23504,
3893,
19,
17,
16779,
14,
6018,
568,
972,
17766,
172,
9,
387,
2104,
6305,
16,
1054,
23,
5511,
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... |
Disable in-app payments on android
===
I'm trying to create an easier library to manage in-app payments in Android.
I'm dealing now with the CHECK_BILLING_SUPPORTED method to test if in-app payments are enabled or not, but i can't find a way to disable these payments, and this method is always return true in a spa... | 0 | [
2,
1460,
579,
19,
8,
7753,
11161,
27,
13005,
800,
3726,
3726,
31,
22,
79,
749,
20,
1600,
40,
4950,
1248,
20,
4705,
19,
8,
7753,
11161,
19,
13005,
9,
31,
22,
79,
5746,
130,
29,
14,
2631,
1,
9580,
68,
1,
24909,
2109,
20,
1289,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
.NET writing PCAP files
===
All,
I've spent a fair part of the day looking at various PCAP libraries and before I commit to writing a PCAP writer I'd like to describe my scenario and solicit input.
I have a client that has asked that I provide a service that reads pcap files and writes the packets into their dat... | 0 | [
2,
13,
9,
2328,
1174,
351,
4666,
6488,
800,
3726,
3726,
65,
15,
31,
22,
195,
1111,
21,
1768,
141,
16,
14,
208,
699,
35,
617,
351,
4666,
8649,
17,
115,
31,
9686,
20,
1174,
21,
351,
4666,
1462,
31,
22,
43,
101,
20,
4996,
51,
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... |
Single sign on with Windows credentials
===
Is there a good way to let browsers send the Windows credentials to my web application? Currently I'm using mod_auth_sspi in Apache2, filtered on IP, now the problem is that I'm getting a dialog in any other browser then IE for the windows credentials, which is unwanted.
... | 0 | [
2,
345,
1676,
27,
29,
1936,
5059,
43,
10107,
18,
800,
3726,
3726,
25,
80,
21,
254,
161,
20,
408,
16495,
18,
2660,
14,
1936,
5059,
43,
10107,
18,
20,
51,
2741,
3010,
60,
871,
31,
22,
79,
568,
7226,
1,
1346,
96,
1,
18,
18,
215... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
lenght of line segemts in gnuplot's postscript output
===
I plot datafiles (i.e. timeseries) with gnuplot and the postscript eps enhanced terminal. When I'd like to modify these graphics with inkscape, e.g. changing the color of the lines, it's tiring because the lines are split to segments with 100 points each. This ... | 0 | [
2,
10655,
4780,
38,
16,
293,
1353,
20231,
38,
18,
19,
26092,
13221,
38,
22,
18,
678,
8741,
5196,
800,
3726,
3726,
31,
3798,
1054,
16877,
18,
13,
5,
49,
9,
62,
9,
85,
8231,
6,
29,
26092,
13221,
38,
17,
14,
678,
8741,
2579,
18,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
UIResponder Not Working
===
I am working with UIResponder:
- (UIResponder *)nextResponder {
return [super nextResponder];
}
but I am unable to get response in MapView and TableView screen but it is working fine in other screens. | 0 | [
2,
287,
7735,
18,
17738,
106,
52,
638,
800,
3726,
3726,
31,
589,
638,
29,
287,
7735,
18,
17738,
106,
45,
13,
8,
13,
5,
5661,
99,
18,
17738,
106,
1637,
6,
20021,
99,
18,
17738,
106,
13,
1,
788,
636,
8542,
328,
99,
18,
17738,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Center Image Scroller in a Span Twitter Bootstrap
===
I am using the following snippet of code to place flex-slider in the center of my page, however when viewing on desktop it seems off center.
<div class="row">
<div class="span8 offset2">
<div class="flexslider">
<ul class="slides">
<li><im... | 0 | [
2,
459,
1961,
12159,
106,
19,
21,
6289,
10623,
5894,
16514,
800,
3726,
3726,
31,
589,
568,
14,
249,
13,
29061,
16,
1797,
20,
209,
14409,
8,
18,
1210,
1157,
19,
14,
459,
16,
51,
2478,
15,
207,
76,
11244,
27,
17404,
32,
2206,
168,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Fixed element disappears in Chrome
===
When scrolling on a website I've built, using the CSS property `position: fixed` works as expected to keep a navigation bar at the very top of the page.
In Chrome, however, if you use the links in the navigation bar it *sometimes* disappears. Usually, the item you've clicked o... | 0 | [
2,
3535,
4520,
20341,
19,
13,
12985,
800,
3726,
3726,
76,
13,
28166,
27,
21,
2271,
31,
22,
195,
392,
15,
568,
14,
272,
18,
18,
1354,
13,
1,
9339,
45,
3535,
1,
693,
28,
1727,
20,
643,
21,
8368,
748,
35,
14,
253,
371,
16,
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... |
If encountering a memory leak, will the memory usage be calculated into the process on Linux?
===
According to the result of "top" command, the memory usage experienced increasing a lot. However, the according to the memory usage of each processes, there are not so much memory used.
top - 19:57:01 up 1 day, 19:... | 0 | [
2,
100,
7007,
68,
21,
1912,
11724,
15,
129,
14,
1912,
7514,
44,
10785,
77,
14,
953,
27,
13024,
60,
800,
3726,
3726,
496,
20,
14,
829,
16,
13,
7,
3880,
7,
1202,
15,
14,
1912,
7514,
3882,
3425,
21,
865,
9,
207,
15,
14,
496,
20... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How do I set the default Remote Desktop (RDP) password in Azure?
===
How do I set the default password for the Remote Desktop in an Azure Web Application?
After deploy it's set to some password I don't have, it's not my account password or admin password.
I can login if I just change for the role after deploy bu... | 0 | [
2,
184,
107,
31,
309,
14,
12838,
5388,
17404,
13,
5,
897,
306,
6,
20884,
19,
25715,
60,
800,
3726,
3726,
184,
107,
31,
309,
14,
12838,
20884,
26,
14,
5388,
17404,
19,
40,
25715,
2741,
3010,
60,
75,
17617,
32,
22,
18,
309,
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... |
iPhone and PhoneGap remove cache.db file
===
I'm building an application for iPhone(iOS 5) using Phonegap(Html + Javascript + Css), and i noticed that all the requests and responses the application makes to our server are being saved in a cache.db file on the phone.
This means that any passwords the user entered in... | 0 | [
2,
21024,
17,
1132,
1136,
306,
4681,
16522,
9,
9007,
3893,
800,
3726,
3726,
31,
22,
79,
353,
40,
3010,
26,
21024,
5,
7760,
331,
6,
568,
1132,
1136,
306,
5,
15895,
2754,
8247,
8741,
2754,
272,
18,
18,
6,
15,
17,
31,
2711,
30,
6... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How successfully destroy a MediaElementPlayer and create a new one
===
Here's the scenario:
I have a page that contains a `video` element which is set up with a video. The source of this video may be HTML5 video with multiple sources (and Flash fallback) or a YouTube video.
Beneath this is a number of images which... | 0 | [
2,
184,
3673,
4407,
21,
941,
27567,
14049,
17,
1600,
21,
78,
53,
800,
3726,
3726,
235,
22,
18,
14,
12705,
45,
31,
57,
21,
2478,
30,
1588,
21,
13,
1,
14785,
1,
4520,
56,
25,
309,
71,
29,
21,
763,
9,
14,
1267,
16,
48,
763,
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... |
Change order of a plist
===
I've made a plist with a bunch of strings. Now it turned out that I have written the strings in the wrong way. I want all the strings to the right be placed left and all the strings to left be placed to right. Is it possible?
![Here's an example][1]
[1]: http://i.stack.imgur... | 0 | [
2,
753,
389,
16,
21,
351,
5739,
800,
3726,
3726,
31,
22,
195,
117,
21,
351,
5739,
29,
21,
7653,
16,
7887,
9,
130,
32,
412,
70,
30,
31,
57,
642,
14,
7887,
19,
14,
1389,
161,
9,
31,
259,
65,
14,
7887,
20,
14,
193,
44,
1037,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Installing Java 1.4 Mac OS X Lion
===
is it possible to install Java 1.4 on Mac OS X Lion? I didn't find a workaround and I need it for developing an older software.
Thanks in advance! | 0 | [
2,
25429,
8247,
137,
9,
300,
1572,
13,
759,
993,
6023,
800,
3726,
3726,
25,
32,
938,
20,
16146,
8247,
137,
9,
300,
27,
1572,
13,
759,
993,
6023,
60,
31,
223,
22,
38,
477,
21,
170,
10037,
17,
31,
376,
32,
26,
3561,
40,
1234,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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... |
ReferenceError: "alert" is not defined
===
I am trying to call a java script function from java code.
Here is my Java code
public static void main(String[] args) throws FileNotFoundException {
try {
/**
* To call a anonymous function from java script file
*/
ScriptEngine engine = new Sc... | 0 | [
2,
2801,
29992,
45,
13,
7,
192,
6767,
7,
25,
52,
2811,
800,
3726,
3726,
31,
589,
749,
20,
645,
21,
8247,
3884,
1990,
37,
8247,
1797,
9,
235,
25,
51,
8247,
1797,
317,
12038,
11364,
407,
5,
11130,
2558,
500,
13,
10663,
18,
6,
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... |
Magento: Add custom module block in checkout/cart
===
I have created a custom module that shows a block in "/checkout/cart/".
I use this code in default layout "checkout.xml" file:
<block type="checkout/cart_coupon" name="checkout.cart.coupon" as="coupon" template="mymodule/myblock.phtml"/>
How can I edit... | 0 | [
2,
4723,
17050,
45,
3547,
5816,
12613,
1921,
19,
2631,
1320,
118,
1367,
38,
800,
3726,
3726,
31,
57,
679,
21,
5816,
12613,
30,
1285,
21,
1921,
19,
13,
7,
118,
12542,
1320,
118,
1367,
38,
118,
7,
9,
31,
275,
48,
1797,
19,
12838,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
MathJax \setminus renders as \smallsetminus
===
I've just installed the STIX fonts on my computer. Chrome, Firefox, and IE are already using the local fonts to render math (Safari still isn't doing it, but this is a separate issue).
Something funny is going on. All my \setminus commands are being rendered as the (u... | 0 | [
2,
5057,
1004,
396,
13,
1,
3554,
15495,
16535,
18,
28,
13,
1,
15988,
3554,
15495,
800,
3726,
3726,
31,
22,
195,
114,
4066,
14,
354,
4028,
9978,
18,
27,
51,
1428,
9,
13,
12985,
15,
535,
18219,
15,
17,
13,
660,
50,
614,
568,
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... |
declaring variable static in singleton
===
while implementing singleton as:
class MyConnection {
private static MyConnection connection = new MyConnection();
private MyConnection() {
}
public static MyConnection getConnection() {
return connection;... | 0 | [
2,
15594,
7612,
12038,
19,
345,
444,
800,
3726,
3726,
133,
17333,
345,
444,
28,
45,
718,
51,
25996,
872,
13,
1,
932,
12038,
51,
25996,
872,
2760,
800,
78,
51,
25996,
872,
5,
6,
73,
932,
51,
25996,
872,
5,
6,
13,
1,
13,
1,
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... |
When using Active Directory, can a user's entry be split across several controllers?
===
When I lookup a user in AD, can the user have 2 entries across 2 controllers which are different?
If lookup #1 returns an entry and a reference, do I need to follow the reference in order to gain additional information regarding ... | 0 | [
2,
76,
568,
1348,
16755,
15,
92,
21,
4155,
22,
18,
2792,
44,
2132,
464,
238,
9919,
18,
60,
800,
3726,
3726,
76,
31,
361,
576,
21,
4155,
19,
21,
43,
15,
92,
14,
4155,
57,
172,
11399,
464,
172,
9919,
18,
56,
50,
421,
60,
100,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Ksoap connect Webservice WCF have session
===
I'm new Java. I test call get data from Service WCF - C#.
It's run ok (use ksoap2). but when Service have session.
WCF
class
[ServiceBehavior(InstanceContextMode = InstanceContextMode.PerSession, ConcurrencyMode = ConcurrencyMode.Multiple)]
public class SAT_Se... | 0 | [
2,
680,
656,
2552,
6379,
2741,
11449,
11801,
410,
57,
3723,
800,
3726,
3726,
31,
22,
79,
78,
8247,
9,
31,
1289,
645,
164,
1054,
37,
365,
11801,
410,
13,
8,
272,
5910,
9,
32,
22,
18,
485,
5854,
13,
5,
3699,
680,
656,
2552,
135,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
iOS interview questions
===
I am looking for nice iOS related questions for preliminary interview.
By "nice" I mean questions that can be answered with short piece of text or even choosed answer from proposed variants.
e.g. question "What is Objective C class?" is not acceptable because it can be answered eithe... | 4 | [
2,
13,
7760,
2421,
2346,
800,
3726,
3726,
31,
589,
699,
26,
2210,
13,
7760,
1597,
2346,
26,
8685,
2421,
9,
34,
13,
7,
8862,
7,
31,
884,
2346,
30,
92,
44,
3094,
29,
502,
1855,
16,
1854,
54,
166,
3538,
43,
1623,
37,
2097,
11070,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 function for store and display data based on the user
===
This's probably a very basic php, sql question for many of you experts.
I am an old person with very limited programming experience so please kindly help me to learn.
Thank you so much in advance and God bless y'll~
Suppose I am building an app us... | 0 | [
2,
13,
26120,
15,
4444,
255,
1990,
26,
1718,
17,
3042,
1054,
432,
27,
14,
4155,
800,
3726,
3726,
48,
22,
18,
910,
21,
253,
2125,
13,
26120,
15,
4444,
255,
1301,
26,
151,
16,
42,
8365,
9,
31,
589,
40,
315,
840,
29,
253,
1317,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
What's the difference between these SQL conditions?
===
Select * from Example
where
1 = Case when :index = 0 then
Case when DateEx Between :pDat1 and :pDate2 then 1 end
else
Case When :index = 1 or :index = 2 then
Case When DateEx >= :pDat1 then 1 end
end
end
... | 0 | [
2,
98,
22,
18,
14,
2841,
128,
158,
4444,
255,
2039,
60,
800,
3726,
3726,
5407,
1637,
37,
823,
113,
137,
800,
610,
76,
13,
45,
25671,
800,
713,
94,
610,
76,
1231,
1706,
128,
13,
45,
9251,
721,
165,
17,
13,
45,
306,
8209,
135,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
GetTempFileName for metro apps
===
I need to generate the unique temporary filenames in my application using c++ (WINRT/Metro). As I see, Win32 API `GetTempFileName` is marked for use on desktop only.
What is its equivalent for metro style apps?
| 0 | [
2,
164,
9577,
16877,
7259,
26,
3986,
4865,
18,
800,
3726,
3726,
31,
376,
20,
7920,
14,
2619,
4700,
3893,
7259,
18,
19,
51,
3010,
568,
272,
20512,
13,
5,
4181,
5256,
118,
27176,
6,
9,
28,
31,
196,
15,
628,
3125,
21,
2159,
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... |
Redrawing plot on Basemap in Python
===
I am plotting a scatter plot on a Basemap. However, the data with this scatter plot changes based on user input. I would like to clear the data (only the data -- not the entire basemap figure) and re-plot new scatter points.
This question is similar but was not answered (... | 0 | [
2,
402,
12404,
68,
3798,
27,
1000,
15022,
19,
20059,
800,
3726,
3726,
31,
589,
22716,
21,
27465,
3798,
27,
21,
1000,
15022,
9,
207,
15,
14,
1054,
29,
48,
27465,
3798,
1693,
432,
27,
4155,
6367,
9,
31,
83,
101,
20,
1207,
14,
1054... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Mootools Element to HTML
===
My question is quite simple.. I need to convert an Element object into an html string
var thumb = new Element('img',{'src':"big.jpg"});
console.log( thumb.?????() ); //some magical method here
should return (as a string)
'<img src="_big.jpg">'
I've tried the `.get(... | 0 | [
2,
13,
8765,
20799,
18,
4520,
20,
13,
15895,
800,
3726,
3726,
51,
1301,
25,
1450,
1935,
9,
9,
31,
376,
20,
8406,
40,
4520,
3095,
77,
40,
13,
15895,
3724,
4033,
5078,
800,
78,
4520,
5,
22,
1660,
263,
22,
15,
1,
22,
18,
5453,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Ways to set x bits on only dirs besides using find
===
Often, I find myself needing to make a tree of directories executable for someone, ie:
find . -type d -exec chmod ug+x {} \;
But I don't like the overhead of find, and running a "new" chmod for every dir.
You folks have preferred alternatives? Why?
| 0 | [
2,
2847,
20,
309,
993,
10181,
27,
104,
13,
9035,
18,
3410,
568,
477,
800,
3726,
3726,
478,
15,
31,
477,
992,
12210,
20,
233,
21,
1541,
16,
559,
1596,
1396,
17194,
5924,
26,
737,
15,
13,
660,
45,
477,
13,
9,
13,
8,
4474,
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... |
jQuery UI Sortable, how to fix the list height?
===
I'm using jQuery UI "sortable" plugin to be able to select and sort items.
I set up the plugin to have two lists, one for "available" items, the second for "selected" items.
The plugin works as expected, I can move items from one list to the other.
However, ... | 0 | [
2,
487,
8190,
93,
13,
5661,
2058,
579,
15,
184,
20,
6098,
14,
968,
2947,
60,
800,
3726,
3726,
31,
22,
79,
568,
487,
8190,
93,
13,
5661,
13,
7,
22843,
579,
7,
10922,
108,
20,
44,
777,
20,
5407,
17,
2058,
3755,
9,
31,
309,
71,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Two file descriptor from different process point to the same entry in open file table
===
Unix kernel represents open files using three data structures: **`Descriptor table`**, **`File table`**, and **`v-node table`**.<br/>
When a process opens a file twice, it gets two different descriptors in the `descriptor table`... | 0 | [
2,
81,
3893,
121,
8741,
248,
37,
421,
953,
454,
20,
14,
205,
2792,
19,
368,
3893,
859,
800,
3726,
3726,
22540,
17007,
4719,
368,
6488,
568,
132,
1054,
3815,
45,
13,
1409,
1,
546,
8741,
248,
859,
1,
1409,
15,
13,
1409,
1,
16877,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
CustomTextbox in Blackberry
===
Hi friend basically i am a android developer. i am newbie in blackberry development. i need to create the custom text box with image button.
in the right corner of the text box, i want the small image button and it's click listener the text box field should be empty.
Please give... | 0 | [
2,
5816,
11969,
5309,
19,
27367,
800,
3726,
3726,
4148,
860,
11374,
31,
589,
21,
13005,
10058,
9,
31,
589,
78,
5893,
19,
27367,
522,
9,
31,
376,
20,
1600,
14,
5816,
1854,
1649,
29,
1961,
5167,
9,
19,
14,
193,
1531,
16,
14,
1854,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Redirection + 403 error
===
I am searching for a way to have something like that :
return HttpResponseForbiddenRedirect(reverse("view_name"))
an HttpResponse which redirect to a view (with its name) but still throw a 403 error
I tried to do something like that :
class HttpResponseForbiddenRedirect(... | 0 | [
2,
302,
14706,
872,
2754,
13,
25821,
7019,
800,
3726,
3726,
31,
589,
5792,
26,
21,
161,
20,
57,
301,
101,
30,
13,
45,
788,
7775,
99,
18,
8782,
870,
1106,
11283,
817,
99,
14706,
5,
99,
9453,
5,
7,
4725,
1,
7259,
7,
6,
6,
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... |
GCM android, Push Notifications not being recieved
===
I am working on an android app that will recieve push notifications from the GCM server.
I am using php as the 3rd-party server.
I've a few questions.
1. When I send request to gcm server from my php script it gives me the following response
{"m... | 0 | [
2,
489,
9095,
13005,
15,
3250,
52,
4634,
18,
52,
142,
302,
10486,
4763,
800,
3726,
3726,
31,
589,
638,
27,
40,
13005,
4865,
30,
129,
302,
10486,
195,
3250,
52,
4634,
18,
37,
14,
489,
9095,
8128,
9,
31,
589,
568,
13,
26120,
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... |
How to efficiently access large objects in Obj-C using objectForKey and objectAtIndex?
===
If I have a large NSDirectory typically from a parsed JSON-object I can access this object with code like so:
`[[[[[obj objectForKey:@"root"] objectForKey:@"key1"] objectAtIndex:idx] objectForKey:@"key2"] objectAtIndex:idz];`... | 0 | [
2,
184,
20,
20519,
1381,
370,
3916,
19,
5122,
728,
8,
150,
568,
3095,
1106,
4237,
17,
3095,
721,
25671,
60,
800,
3726,
3726,
100,
31,
57,
21,
370,
13,
2172,
10197,
93,
2442,
37,
21,
2017,
18,
69,
487,
528,
8,
23793,
31,
92,
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 do count down in C# with Console.Clear(), and multi-thread
===
I'm a beginner in C#. I'm developing a console game and I have a problem with Thread in C#.
My game will display a top bar where count down timer runs. I try with a thread, I use Console.Clear() to clear old number then replace by new number on one ... | 0 | [
2,
184,
107,
2468,
125,
19,
272,
5910,
29,
8650,
9,
18600,
5,
6,
15,
17,
1889,
8,
96,
10647,
800,
3726,
3726,
31,
22,
79,
21,
26931,
19,
272,
5910,
9,
31,
22,
79,
3561,
21,
8650,
250,
17,
31,
57,
21,
1448,
29,
9322,
19,
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... |
OOP - Form holds class instance or class holds form instance?
===
What is the best (read: most technically correct) way to handle GUI's for class objects?
Say, for example, that I have a class to deal with I/O. Let's call it `clsIO`. I also have a form to allow the user to change various options/properties of this ... | 0 | [
2,
13,
21709,
13,
8,
505,
2763,
718,
4851,
54,
718,
2763,
505,
4851,
60,
800,
3726,
3726,
98,
25,
14,
246,
13,
5,
10647,
45,
127,
12345,
4456,
6,
161,
20,
3053,
9457,
22,
18,
26,
718,
3916,
60,
395,
15,
26,
823,
15,
30,
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... |
Remove middle activities from the stack
===
How to achieve this behavior:
Lets say i have activity A
Then i start a flow and have activities A,B,C,D
If success in D it will start activity E and the stack will be A,B,C,D,E
What i want here is that the stack would be A,E so B,C,D would be removed from the mi... | 0 | [
2,
4681,
772,
1648,
37,
14,
7566,
800,
3726,
3726,
184,
20,
4689,
48,
3257,
45,
6884,
395,
31,
57,
2358,
21,
94,
31,
799,
21,
3312,
17,
57,
1648,
21,
15,
220,
15,
150,
15,
43,
100,
1280,
19,
13,
43,
32,
129,
799,
2358,
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 implement Yahoo/Facebook like client computer specific Sing-in seal to secure clients from phishing attacks?
===
We want to implement sign in seal to reduce risk of phishing attacks on client. We want client to know that he is on our site rather than some replica of our site. Some web search got us example of Y... | 0 | [
2,
184,
20,
8713,
23553,
118,
6413,
5199,
101,
6819,
1428,
1903,
4481,
8,
108,
6536,
20,
4315,
7421,
37,
13424,
9325,
3080,
60,
800,
3726,
3726,
95,
259,
20,
8713,
1676,
19,
6536,
20,
4136,
2029,
16,
13424,
9325,
3080,
27,
6819,
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... |
under transaction create folder for inserted/updated form and upload files to created folder
===
(environment ASP.NET, SQL server, windows 2003/2008 server)
My requirement:
1) After filling form user will save it.
2) On form successful insert/update, get db record id.
3) create folder with generated id unde... | 0 | [
2,
131,
12799,
1600,
19294,
26,
14215,
118,
576,
43,
1669,
505,
17,
71,
8294,
6488,
20,
679,
19294,
800,
3726,
3726,
13,
5,
28976,
28,
306,
9,
2328,
15,
4444,
255,
8128,
15,
1936,
973,
118,
2753,
8128,
6,
51,
8981,
45,
137,
6,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Callback a c++/cli method from a c# dll
===
I have an application in which a winform is initialized by a c++/cli managed class. They both are seperate projects, generating dlls, and with Managed project referencing winform dll (obviously).
So now the scenario is on some button click in Winform I need to call a met... | 0 | [
2,
645,
1958,
21,
272,
20512,
118,
150,
1210,
2109,
37,
21,
272,
5910,
13,
43,
211,
800,
3726,
3726,
31,
57,
40,
3010,
19,
56,
21,
628,
4190,
25,
2104,
1333,
34,
21,
272,
20512,
118,
150,
1210,
1471,
718,
9,
59,
156,
50,
10332... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Accessing a model class' variable from template in Play Framework
===
If i'm in template mode and I want to access a model class' variable, how would I go about that?
**For example I tried:***
@(myForm: Form[MyFormClass])
<input type="text" disabled="@myForm.isSelected>
where isSelected is a boolean... | 0 | [
2,
1381,
68,
21,
1061,
718,
22,
7612,
37,
22894,
19,
418,
6596,
800,
3726,
3726,
100,
31,
22,
79,
19,
22894,
3740,
17,
31,
259,
20,
1381,
21,
1061,
718,
22,
7612,
15,
184,
83,
31,
162,
88,
30,
60,
13,
1409,
1106,
823,
31,
79... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Enabling athreos 9k to run at 5 GHz channel
===
I want to run setup an AP in the 5GHz channel in 802.11n mode. I can currently run it in the 2.4GHz range by setting up the hostapd.conf file as such:
driver=nl80211
interface=wlan1
ssid=xxxxx
channel=9
hw_mode=g
auth_algs=1
ieee80211... | 0 | [
2,
13168,
21,
96,
99,
759,
561,
197,
20,
485,
35,
331,
29975,
1318,
800,
3726,
3726,
31,
259,
20,
485,
18161,
40,
8442,
19,
14,
331,
4780,
380,
1318,
19,
2972,
135,
9,
1306,
103,
3740,
9,
31,
92,
871,
485,
32,
19,
14,
172,
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... |
adding p.waitFor();
===
I get a 16 bit MS-DOS Subsystem error saying "Error while setting up environment for the application. Choose 'Close' to terminate the application." when I'm trying to run a java applet that is supposed to download a program.
This is the source code:
if(getConfig(mainURL+configs).conta... | 0 | [
2,
4721,
351,
9,
8195,
1106,
5,
6,
73,
800,
3726,
3726,
31,
164,
21,
347,
1142,
4235,
8,
8609,
972,
10724,
7019,
1148,
13,
7,
29992,
133,
2697,
71,
2307,
26,
14,
3010,
9,
3538,
13,
22,
14330,
22,
20,
17952,
14,
3010,
9,
7,
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... |
De-encode URL parameters
===
I am talking to a server that used to send me HTTP strings like this:
/path/to/my/handler/?action-query&id=112&type=vca&info=ch=0&type=event&ev16[sts=begin (...)
So the "info" GET parameter included "=" and "&" characters. It was rather unorthodox but nevertheless we wrote a pars... | 0 | [
2,
121,
8,
219,
9375,
287,
6362,
12905,
800,
3726,
3726,
31,
589,
1582,
20,
21,
8128,
30,
147,
20,
2660,
55,
7775,
7887,
101,
48,
45,
13,
118,
8353,
118,
262,
118,
915,
118,
3203,
1252,
118,
60,
8645,
8,
8190,
93,
1569,
1340,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Cannot get a simple console log to work in Titanium Studio
===
I searched the documents and am trying to just log a variable in the console. I am using:
aptana.log("My variable is " + myVariable);
When I run the app, I am getting an error:
message = "Can't find variable: aptana";
It cant be this di... | 0 | [
2,
1967,
164,
21,
1935,
8650,
6738,
20,
170,
19,
26398,
1120,
800,
3726,
3726,
31,
9036,
14,
4374,
17,
589,
749,
20,
114,
6738,
21,
7612,
19,
14,
8650,
9,
31,
589,
568,
45,
8442,
9068,
9,
5567,
5,
7,
915,
7612,
25,
13,
7,
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... |
Android: Change SeekBar Behavior
===
I want my SeekBar to only change progress when the thumb is dragged. Right now it also changes position when anywhere on the progress bar is clicked. Is there a way to remove that extra functionality? | 0 | [
2,
13005,
45,
753,
5048,
1850,
3257,
800,
3726,
3726,
31,
259,
51,
5048,
1850,
20,
104,
753,
3455,
76,
14,
5078,
25,
7465,
9,
193,
130,
32,
67,
1693,
649,
76,
4922,
27,
14,
3455,
748,
25,
15802,
9,
25,
80,
21,
161,
20,
4681,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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... |
how to put a variable in quotes
===
im using the following code to output an array
$values = array();
foreach ($album as $a){
$values[] = $a['value'];
}
$string = implode(' or ', $values);
}
which returns
1 or 2 or 3
now how can I put " " arouns each value, so it will... | 0 | [
2,
184,
20,
442,
21,
7612,
19,
18901,
800,
3726,
3726,
797,
568,
14,
249,
1797,
20,
5196,
40,
7718,
5579,
15165,
18,
800,
7718,
5,
6,
73,
26,
14322,
13,
5,
4403,
14340,
28,
5579,
58,
6,
1,
5579,
15165,
18,
2558,
500,
800,
5579... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
VideoView loses back stack
===
I have to refactor some old code and am currently up against a wall. Apparently this code used to load a different kind of video format but now it pulls in an .MP4, which means the WebView it used to call can no longer play the video. Given the extremely finite amount of time I have, I t... | 0 | [
2,
763,
4725,
14745,
97,
7566,
800,
3726,
3726,
31,
57,
20,
302,
17455,
109,
315,
1797,
17,
589,
871,
71,
149,
21,
769,
9,
3083,
48,
1797,
147,
20,
6305,
21,
421,
825,
16,
763,
2595,
47,
130,
32,
8071,
19,
40,
13,
9,
2554,
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... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.