unified_texts stringlengths 32 30.1k | OpenStatus_id int64 0 4 | input_ids list | token_type_ids list | attention_mask list |
|---|---|---|---|---|
Hadoop sort input order
===
If the input to my job is the fileset [a, b, c, d], is the input to the sort strictly [map(a.0), map(a.1), map(b.0), map(b.1), map(c.0), map(c.1), map(d.0), map(d.1)]?
My motivation is having a series of files (which will of course be broken up into blocks) whose rows are [key, value]; w... | 0 | [
2,
41,
21709,
2058,
6367,
389,
800,
3726,
3726,
100,
14,
6367,
20,
51,
1205,
25,
14,
6488,
1198,
636,
58,
15,
334,
15,
272,
15,
13,
43,
500,
15,
25,
14,
6367,
20,
14,
2058,
10369,
636,
15022,
5,
58,
9,
387,
6,
15,
2942,
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... |
TwoWay Binding of a ComboBox to a static property
===
**First, the simple example how i two-way bind my combobox to my data context:**
View model:
public class MainWindowViewModel
{
public List<String> MyElements { get; set; }
public string SelectedElement { get; set; }
publ... | 0 | [
2,
81,
1443,
8728,
16,
21,
22621,
5309,
20,
21,
12038,
1354,
800,
3726,
3726,
13,
1409,
3552,
15,
14,
1935,
823,
184,
31,
81,
8,
1443,
10193,
51,
22621,
5309,
20,
51,
1054,
4141,
45,
1409,
1418,
1061,
45,
317,
718,
407,
27508,
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... |
UITableView and UIView in the MasterViewController, UIView invisible
===
I'm going to use UITableView in the top of the MasterView and the UIView in the bottom of the MasterView. Here is my temp application: <http://www.file-upload.net/download-4547664/MDA_protocol-8.zip.html> . Unfortunately the UIView isn't visible ... | 0 | [
2,
13,
11193,
579,
4725,
17,
13,
5661,
4725,
19,
14,
1129,
4725,
12898,
1252,
15,
13,
5661,
4725,
8874,
800,
3726,
3726,
31,
22,
79,
228,
20,
275,
13,
11193,
579,
4725,
19,
14,
371,
16,
14,
1129,
4725,
17,
14,
13,
5661,
4725,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to find out the installation-directory / path from COM-AddIn - VB.NET
===
I've got a List of COM-AddIns from Excel and want to find out the installation-path of the AddIns, but the object "Microsoft.Office.Core.COMAddIn" only have the following Properties:
Application
Connect
Creator
Description
Guid
Objec... | 0 | [
2,
184,
20,
477,
70,
14,
7758,
8,
10197,
93,
13,
118,
2013,
37,
13,
960,
8,
14854,
108,
13,
8,
13,
20468,
9,
2328,
800,
3726,
3726,
31,
22,
195,
330,
21,
968,
16,
13,
960,
8,
14854,
108,
18,
37,
20700,
17,
259,
20,
477,
70... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 much heap space a java reference takes?
===
for basic type, int takes 4 bytes for almost all platform
how about a java reference?
Map<String, String> m = null;
the variable m takes how much space for 32bit/64bit JVM?
byte[] b = new byte[10];
bytes itself takes 10 bytes, bu... | 0 | [
2,
184,
212,
15414,
726,
21,
8247,
2801,
1384,
60,
800,
3726,
3726,
26,
2125,
1001,
15,
19,
38,
1384,
268,
34,
3231,
26,
557,
65,
2452,
184,
88,
21,
8247,
2801,
60,
2942,
1,
11130,
15,
3724,
1,
307,
800,
16203,
73,
14,
7612,
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... |
Rails+javascript+json
===
I am trying to access instance of controller in jquery
In my controller i have:
def first
@name = Student.find_by_id(1)
end
In my view i have
<%= javascript_tag do %>
window.name = <%=raw @name.to_json %>;
<% end %>
And in my js file i have
... | 0 | [
2,
2240,
18,
2430,
1004,
1385,
8741,
2430,
728,
528,
800,
3726,
3726,
31,
589,
749,
20,
1381,
4851,
16,
9919,
19,
487,
8190,
93,
19,
51,
9919,
31,
57,
45,
6312,
64,
13,
1,
7259,
800,
1209,
9,
19811,
1,
779,
1,
1340,
5,
165,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Build a Web service for iOS
===
I want to implement an iOS application where users participate in collecting information and automatically submit it online. I need advice on how to build the web service to accommodate for the application need. Can someone point out some resources on how to de this. I was told that Nod... | 0 | [
2,
1895,
21,
2741,
365,
26,
13,
7760,
800,
3726,
3726,
31,
259,
20,
8713,
40,
13,
7760,
3010,
113,
3878,
3705,
19,
10079,
676,
17,
7499,
12298,
32,
2087,
9,
31,
376,
4978,
27,
184,
20,
1895,
14,
2741,
365,
20,
7162,
26,
14,
30... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Intellectual property questions on Android Play Store
===
My application has been suspended today, why? Intellectual property violation.
My question is: Is it legit to put in my app an image of a tv channel? If i remove the logo it becomes legit?
The app access to the tv channel website, is it legit too? The app has... | 2 | [
2,
5751,
1354,
2346,
27,
13005,
418,
1718,
800,
3726,
3726,
51,
3010,
63,
74,
5692,
786,
15,
483,
60,
5751,
1354,
12120,
9,
51,
1301,
25,
45,
25,
32,
1860,
242,
20,
442,
19,
51,
4865,
40,
1961,
16,
21,
983,
1318,
60,
100,
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... |
recursion in sql server in multi level
===
i want to create stored procedure that call recursion function
each time it will execute update statement,
i had table called document table
documentId folderId
---------- --------
1222 1
1256 2
1257 3
amd folder table:
... | 0 | [
2,
26604,
5991,
19,
4444,
255,
8128,
19,
1889,
662,
800,
3726,
3726,
31,
259,
20,
1600,
8214,
7004,
30,
645,
26604,
5991,
1990,
206,
85,
32,
129,
15644,
11100,
3331,
15,
31,
41,
859,
227,
4492,
859,
4492,
1340,
19294,
1340,
13,
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... |
php ext_skel_win32.php file
===
I'm trying to write some simple php extension on windows. Per tutorials, I need to use ext_skel_win32.php, but I don't find it in my php installation.
Where can I find this file?
Thanks.
| 0 | [
2,
13,
26120,
1396,
38,
1,
18,
5444,
1,
4181,
3125,
9,
26120,
3893,
800,
3726,
3726,
31,
22,
79,
749,
20,
2757,
109,
1935,
13,
26120,
3896,
27,
1936,
9,
416,
29724,
18,
15,
31,
376,
20,
275,
1396,
38,
1,
18,
5444,
1,
4181,
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... |
architecture for mobile apps and supporting web apps
===
Sorry if my question seems too general, I have a mobile app idea, which I am planning to work on as a side job/hobby. I have never built such a system from the scratch, therefore architectural decisions become incredibly important given the fact that I have only... | 0 | [
2,
2607,
26,
3241,
4865,
18,
17,
3134,
2741,
4865,
18,
800,
3726,
3726,
1875,
100,
51,
1301,
2206,
266,
297,
15,
31,
57,
21,
3241,
4865,
882,
15,
56,
31,
589,
2334,
20,
170,
27,
28,
21,
270,
1205,
118,
1807,
220,
779,
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... |
how can i pass value from javascript .tpl page to normal php page in smarty
===
header.tpl(within /templetes)
---------------------------------------------
<HTML>
<HEAD>
<TITLE>{$title}</TITLE>
{literal}
<style type="text/css">
body{
font-family:Arial, Helvetica, sans-... | 0 | [
2,
184,
92,
31,
1477,
1923,
37,
8247,
8741,
13,
9,
38,
5727,
2478,
20,
1826,
13,
26120,
2478,
19,
3978,
93,
800,
3726,
3726,
157,
106,
9,
38,
5727,
5,
1410,
108,
13,
118,
9577,
1336,
160,
6,
13,
8,
8,
8,
8,
8,
8,
8,
8,
8... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
If Exist And Else in batch
===
How Would i add and Esle option into this to say You dont not have the java dev kit please select option 4?
FOR /R "C:\Program Files" %%a IN (.) DO (IF EXIST "%%~a\javac.exe" ECHO You Have The Java Dev Kit Ignore Option 4) | 0 | [
2,
100,
3182,
17,
962,
19,
13064,
800,
3726,
3726,
184,
83,
31,
3547,
17,
13,
160,
413,
4255,
77,
48,
20,
395,
42,
1049,
52,
57,
14,
8247,
9664,
6346,
2247,
5407,
4255,
268,
60,
26,
13,
118,
139,
13,
7,
150,
45,
1,
19746,
64... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
iText/iTextSharp for commercial not recommenden?
===
Im not really good with licenses thats why I would like to ask here about iTextSharp and the option to use it for commercial stuff.
I would like to work on a software to create PDFs and upload the stuff on some DBs and to print them out. For now it should be free... | 0 | [
2,
31,
11969,
118,
49,
11969,
23646,
26,
1439,
52,
12360,
219,
60,
800,
3726,
3726,
797,
52,
510,
254,
29,
3962,
18,
30,
18,
483,
31,
83,
101,
20,
1349,
235,
88,
31,
11969,
23646,
17,
14,
4255,
20,
275,
32,
26,
1439,
3217,
9,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to refrash datagrid (wpf)
===
My sourse in mysql web server, i post sql command (update), and i need refrash my datagrid, help me :)
MySqlCommand cmd = new MySqlCommand("update request set status = " + StatusRequest(value) + " where id = " + rowView[0].ToString() + "", conn);
MySqlDataReader myReader =... | 0 | [
2,
184,
20,
13,
14057,
15469,
1054,
16375,
13,
5,
499,
7721,
6,
800,
3726,
3726,
51,
12642,
870,
19,
51,
18,
22402,
2741,
8128,
15,
31,
678,
4444,
255,
1202,
13,
5,
576,
8209,
6,
15,
17,
31,
376,
13,
14057,
15469,
51,
1054,
16... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Invalid signature on Yelp request using Dojo
===
I'm trying to build a Yelp request based on this [example][1]. Using Dojo, I got an Invalid Signature error, but when I tried the same request using JQuery as in the example, it works.
I just changed part of the code to use `dojo.io.script` to enable cross-domain acc... | 0 | [
2,
16671,
7810,
27,
25009,
3772,
568,
107,
1636,
800,
3726,
3726,
31,
22,
79,
749,
20,
1895,
21,
25009,
3772,
432,
27,
48,
636,
29041,
500,
2558,
165,
500,
9,
568,
107,
1636,
15,
31,
330,
40,
16671,
7810,
7019,
15,
47,
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... |
Animated Image Caption in asp.net webform page
===
I am working on asp.net based Photo gallery & i display image in as a Matrix, I am using following article to implement animated Image caption for of of these image
http://buildinternet.com/2009/03/sliding-boxes-and-captions-with-jquery/
It is working fine exce... | 0 | [
2,
5784,
1961,
26622,
19,
28,
306,
9,
2328,
2741,
4190,
2478,
800,
3726,
3726,
31,
589,
638,
27,
28,
306,
9,
2328,
432,
3056,
2246,
279,
31,
3042,
1961,
19,
28,
21,
8187,
15,
31,
589,
568,
249,
2002,
20,
8713,
5784,
1961,
26622,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 best way to store static data in android applciation?
===
If U have a bunch of data ( each data entity has some properties like id,name) ..
I want to store them statically in android application . What is the best way to deal that ?
to allow reading them and access any entity in the data set ? | 0 | [
2,
98,
25,
14,
246,
161,
20,
1718,
12038,
1054,
19,
13005,
4865,
6109,
49,
857,
60,
800,
3726,
3726,
100,
287,
57,
21,
7653,
16,
1054,
13,
5,
206,
1054,
9252,
63,
109,
3704,
101,
4924,
15,
7259,
6,
13,
9,
9,
31,
259,
20,
171... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
C# programming, retrieve Google map web service data
===
I hope I explain the problem well..
I am now trying to get the point-to-point distance and duration by getting the response of Google map web services using C#.
So far, I could get the data, but there's one problem I don't know why.
Here is what I would... | 0 | [
2,
272,
5910,
3143,
15,
11917,
8144,
2942,
2741,
365,
1054,
800,
3726,
3726,
31,
1376,
31,
3271,
14,
1448,
134,
9,
9,
31,
589,
130,
749,
20,
164,
14,
454,
8,
262,
8,
3132,
1583,
17,
9403,
34,
1017,
14,
1627,
16,
8144,
2942,
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... |
Why do I have to cast the delegate?
===
This is something I never understood completely on Objective-C.
I have a class and this class has a delegate protocol. I create an object on the main class using this class and assigned the main class as the delegate. The main class has a property I would like to read inside ... | 0 | [
2,
483,
107,
31,
57,
20,
1325,
14,
11300,
60,
800,
3726,
3726,
48,
25,
301,
31,
243,
4014,
1524,
27,
7038,
8,
150,
9,
31,
57,
21,
718,
17,
48,
718,
63,
21,
11300,
8494,
9,
31,
1600,
40,
3095,
27,
14,
407,
718,
568,
48,
718... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Is there any tool that can convert line drawings to path matrices?
===
I want to be able to convert simple line drawings to paths that can be used in javascript libraries such as [Raphael][1]. An example of a path for Victoria in the [Australia map demo][2] looks like:
aus.vic = R.path("M252.869,203.121l-0.873-... | 0 | [
2,
25,
80,
186,
5607,
30,
92,
8406,
293,
9646,
20,
2013,
24849,
60,
800,
3726,
3726,
31,
259,
20,
44,
777,
20,
8406,
1935,
293,
9646,
20,
12074,
30,
92,
44,
147,
19,
8247,
8741,
8649,
145,
28,
636,
525,
7190,
532,
500,
2558,
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... |
netfilter speed limit
===
I am testing netlink filter application on 1Gbit/sec network: i have user space function sending verdict to netlink socket; another user space routine performs async read of marked packets from netlink socket and some custom filter function. For the bitrates >300 Mbps i see netlink socket rea... | 0 | [
2,
4275,
11924,
815,
1362,
4496,
800,
3726,
3726,
31,
589,
4431,
4275,
6258,
11945,
3010,
27,
137,
263,
3326,
118,
14332,
982,
45,
31,
57,
4155,
726,
1990,
4907,
15221,
20,
4275,
6258,
18482,
73,
226,
4155,
726,
8275,
11563,
21,
950... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Scraping 'next' page issue
===
I am trying to scrape product data by product section from a Zen-cart store using Simple HTML DOM. I can scrape data from the first page fine but when I try to load the 'next' page of products the site returns the index.php landing page.
If I use the function directly with *http://URL... | 0 | [
2,
25611,
13,
22,
20021,
22,
2478,
1513,
800,
3726,
3726,
31,
589,
749,
20,
23855,
2374,
1054,
34,
2374,
1050,
37,
21,
10526,
8,
1367,
38,
1718,
568,
1935,
13,
15895,
11859,
9,
31,
92,
23855,
1054,
37,
14,
64,
2478,
1123,
47,
76... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Screen Adjustment based upon websites
===
Is there anyway to adjust screen resolution based upon the websites ? | 0 | [
2,
2324,
16040,
432,
685,
13931,
800,
3726,
3726,
25,
80,
2774,
20,
14328,
2324,
4302,
432,
685,
14,
13931,
13,
60,
3,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... |
LINQ Query in DataTable
===
I have a Data Table named dt. It has two Columns named 'atype_code' & 'module'.
Now i need to query a module based on specific atype_code. Here is the code i wrote but not working.
DataTable dt = GetATypeCodeList();
var accType = (from myAccType in dt.AsEnumerable()
... | 0 | [
2,
6294,
1251,
25597,
19,
1054,
5924,
800,
3726,
3726,
31,
57,
21,
1054,
859,
377,
13,
43,
38,
9,
32,
63,
81,
7498,
377,
13,
22,
58,
4474,
1,
9375,
22,
279,
13,
22,
19673,
62,
22,
9,
130,
31,
376,
20,
25597,
21,
12613,
432,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
storing result after executing javascript with selenium in python
===
I am am trying to execute javascript functions inside anchor tags with selenium and trying to store that result somewhere
**HTML code**:
<td>
<td>
<ul class="compare">
<li class="floatRight dividLineLeft category_pag... | 0 | [
2,
25615,
829,
75,
25836,
8247,
8741,
29,
23027,
14311,
19,
20059,
800,
3726,
3726,
31,
589,
589,
749,
20,
15644,
8247,
8741,
3719,
572,
6265,
3383,
18,
29,
23027,
14311,
17,
749,
20,
1718,
30,
829,
3493,
13,
1409,
15895,
1797,
1409... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
$(document).redy() on IE with requirejs optimizied code.
===
I am having a problem with loading JS in IE. My document ready only runs if press ctrl+r. This is only the case when using the requirejs optimizer and IE. I works in other browsers and in IE if I dont run the optimizer.
require(["jquery", "modals"... | 0 | [
2,
5579,
5,
28132,
6,
9,
99,
1851,
5,
6,
27,
13,
660,
29,
4077,
728,
18,
19259,
49,
2553,
69,
1797,
9,
800,
3726,
3726,
31,
589,
452,
21,
1448,
29,
12797,
487,
18,
19,
13,
660,
9,
51,
4492,
1451,
104,
1461,
100,
901,
13,
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... |
Error: npm doesn't work with node v0.9.0-pre
===
I faced problem with npm command.
Installed **node v0.9.0-pre**
git clone https://github.com/joyent/node.git
cd node && ./configure && make
make install
But I got following errors for npm command.
Error: npm doesn't work with node v0.9.0-... | 0 | [
2,
7019,
45,
13,
103,
5576,
1437,
22,
38,
170,
29,
15421,
566,
387,
9,
518,
9,
387,
8,
3515,
800,
3726,
3726,
31,
3110,
1448,
29,
13,
103,
5576,
1202,
9,
4066,
13,
1409,
251,
546,
566,
387,
9,
518,
9,
387,
8,
3515,
1409,
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... |
Tools for editing XML code comments more productively?
===
I am on the look for tools that help with editing and managing good XML code comments more productively, because the editing facilities in Visual Studio do not seem to scale when I want to write more elaborate comments (with bullet lists, tables and longer exp... | 0 | [
2,
4672,
26,
9510,
23504,
1797,
7534,
91,
15337,
102,
60,
800,
3726,
3726,
31,
589,
27,
14,
361,
26,
4672,
30,
448,
29,
9510,
17,
5616,
254,
23504,
1797,
7534,
91,
15337,
102,
15,
185,
14,
9510,
2450,
19,
3458,
1120,
107,
52,
22... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How can I create an array of deques?
===
I have a lot of deques defined, and when I need to do things like erase or pop all of them, I've just had to do it to every deque specifically.
What i thought could make it easier was to put the deques in an array or list of some kind, which I could loop through.
Something... | 0 | [
2,
184,
92,
31,
1600,
40,
7718,
16,
121,
13655,
60,
800,
3726,
3726,
31,
57,
21,
865,
16,
121,
13655,
2811,
15,
17,
76,
31,
376,
20,
107,
564,
101,
23593,
54,
1675,
65,
16,
105,
15,
31,
22,
195,
114,
41,
20,
107,
32,
20,
3... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to store customer data in mysql (2 tables vs 1 table)
===
I was thinking that I would have two tables for mysql. One for storing login information and the other for shipping address. Is that the conventional way or is everything store in one table?
For two tables... is there a way where it automatically copies... | 0 | [
2,
184,
20,
1718,
7705,
1054,
19,
51,
18,
22402,
13,
5,
135,
7484,
4611,
137,
859,
6,
800,
3726,
3726,
31,
23,
1440,
30,
31,
83,
57,
81,
7484,
26,
51,
18,
22402,
9,
53,
26,
25615,
6738,
108,
676,
17,
14,
89,
26,
7405,
3218,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Active bluetooth on air plane mode
===
I need to turn of the gsm network at my application but enabled bluetooth.
I know how to change to air plane mode http://stackoverflow.com/questions/5533881/toggle-airplane-mode-in-android ,but is there a way to keep the bluetooth on(I know that them both working on radio signal... | 0 | [
2,
1348,
705,
15808,
27,
282,
3627,
3740,
800,
3726,
3726,
31,
376,
20,
805,
16,
14,
489,
18,
79,
982,
35,
51,
3010,
47,
9338,
705,
15808,
9,
31,
143,
184,
20,
753,
20,
282,
3627,
3740,
7775,
6903,
25325,
2549,
9990,
9,
960,
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... |
The html5 audio can't play again in its "ended" event
===
I have a audio tag in my page, I bind an event handle to the `ended` event:
$('#audio').bind('ended', function() {
console.log('ended');//I can see this
$('#audio')[0].play();// but it could not play again
});
at... | 0 | [
2,
14,
13,
15895,
264,
4023,
92,
22,
38,
418,
188,
19,
82,
13,
7,
10726,
7,
807,
800,
3726,
3726,
31,
57,
21,
4023,
3383,
19,
51,
2478,
15,
31,
10193,
40,
807,
3053,
20,
14,
13,
1,
10726,
1,
807,
45,
5579,
5,
22,
5910,
134... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 connect to web service from iPad application
===
I have an ipad application (basically an HTML5 application wrapped in phonegap) that connects to a web service hosted on our subdomain via https using XMLHttpRequest. Everything has been working fine and the application was able to do POSTS to retrieve/send data ... | 0 | [
2,
1967,
6379,
20,
2741,
365,
37,
31,
8240,
3010,
800,
3726,
3726,
31,
57,
40,
31,
8240,
3010,
13,
5,
6093,
8438,
40,
13,
15895,
264,
3010,
3684,
19,
1132,
1136,
306,
6,
30,
8534,
20,
21,
2741,
365,
2812,
27,
318,
972,
537,
62... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Getting an Image in NSTextFieldCell over a colored background
===
I have an arrow png that shows when the field is clicked. there is a check box elsewhere that when clicked, turns each cell in a row (including the one that could have the arrow in it) gray. I need to be able to display the image in the field as well a... | 0 | [
2,
1017,
40,
1961,
19,
13,
2172,
11969,
1109,
9725,
84,
21,
10133,
2395,
800,
3726,
3726,
31,
57,
40,
7409,
351,
2723,
30,
1285,
76,
14,
575,
25,
15802,
9,
80,
25,
21,
2631,
1649,
6040,
30,
76,
15802,
15,
2844,
206,
1667,
19,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Custom content management system - don't know how or when to escape content from db containing markup
===
Im building a php cms and the content will be pulled from a mysql db. How can I escape the content which has HTML markup and when should I do this?
Im just not sure how big an issue this is for main page conte... | 0 | [
2,
5816,
2331,
1097,
329,
13,
8,
221,
22,
38,
143,
184,
54,
76,
20,
2220,
2331,
37,
13,
9007,
3503,
943,
576,
800,
3726,
3726,
797,
353,
21,
13,
26120,
2390,
18,
17,
14,
2331,
129,
44,
881,
37,
21,
51,
18,
22402,
13,
9007,
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... |
Debugging GLFW display settings
===
In my [project](https://github.com/scan/freetrade.hs), I would like to use [`GLFW`](http://www.glfw.org/) for the window supporting. It works fine on my laptop and office PC, but my home desktop does not let me open a window (All of them Ubuntu 12.04). I tried with `GLUT` also, whic... | 0 | [
2,
121,
16254,
2762,
13,
8430,
18651,
3042,
12410,
800,
3726,
3726,
19,
51,
636,
21011,
500,
5,
21127,
18,
6903,
10404,
20926,
9,
960,
118,
18,
1245,
118,
4639,
19878,
9,
252,
18,
6,
15,
31,
83,
101,
20,
275,
636,
1,
8430,
18651... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Order of OnItemSelectedListener Calls After OnCreate
===
I have two spinners in an Activity where the second Spinner's selection set is based on what the user picked for the first Spinner. I use a private class variable in the Activity which is set in the top Spinner's OnItemSelectedListener and then referenced in th... | 0 | [
2,
389,
16,
27,
2119,
79,
18,
7138,
13891,
106,
3029,
75,
27,
6037,
1373,
800,
3726,
3726,
31,
57,
81,
3310,
1031,
18,
19,
40,
2358,
113,
14,
153,
3310,
1031,
22,
18,
3155,
309,
25,
432,
27,
98,
14,
4155,
2114,
26,
14,
64,
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... |
What is destroying the process memory?
===
2012-07-20T03:04:50+00:00 heroku[web.1]: Process running mem=546M(106.8%)
2012-07-20T03:04:50+00:00 heroku[web.1]: Error R14 (Memory quota exceeded)
2012-07-20T03:05:11+00:00 heroku[web.1]: Process running mem=583M(113.9%)
2012-07-20T03:05:11+00:00 heroku[w... | 0 | [
2,
98,
25,
10498,
14,
953,
1912,
60,
800,
3726,
3726,
563,
8,
2984,
8,
1323,
38,
3601,
45,
3277,
18126,
2430,
2032,
45,
2032,
36,
9266,
2558,
14113,
9,
165,
500,
45,
953,
946,
55,
79,
3726,
264,
3516,
79,
5,
17901,
9,
2768,
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... |
NASM Error Parsing, Instruction Expected
===
I asked a similar question [here][1] but I changed assemblers and the question almost entirely changed, so in an effort to avoid question clutter I'm posting an entirely new question. Anyways, long story short, I'm on Windows 7 and I just installed NASM, and I'm trying to a... | 0 | [
2,
7938,
79,
7019,
2017,
18,
68,
15,
7304,
1727,
800,
3726,
3726,
31,
411,
21,
835,
1301,
636,
6836,
500,
2558,
165,
500,
47,
31,
1015,
13,
13736,
1224,
17,
14,
1301,
557,
2894,
1015,
15,
86,
19,
40,
2150,
20,
2658,
1301,
27376,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 uninstall Netbeans 7.1.2 after installing Python plugin
===
I install Python plugin in my Netbeans 7.1.2 but after installing it successfully, My Netbeans cannot start. Here's a screenshot when I try to start Netbeans :
https://lh3.googleusercontent.com/-KyTePQRvRJM/UAjEpKw21pI/AAAAAAAAABA/RCeYyT9uebg/s51... | 0 | [
2,
2343,
20,
367,
108,
21300,
4275,
863,
5950,
453,
9,
165,
9,
135,
75,
25429,
20059,
10922,
108,
800,
3726,
3726,
31,
16146,
20059,
10922,
108,
19,
51,
4275,
863,
5950,
453,
9,
165,
9,
135,
47,
75,
25429,
32,
3673,
15,
51,
4275... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
prepare() is undefined
===
For the past two days, I have been working on a project, and no matter what I try, I get an error of some sort, or something just doesn't work. At this point, I am being told that I'm calling an undefined method, upload:prepare(), which is true because the class is called upload, and the st... | 0 | [
2,
5723,
5,
6,
25,
367,
13439,
800,
3726,
3726,
26,
14,
640,
81,
509,
15,
31,
57,
74,
638,
27,
21,
669,
15,
17,
90,
1161,
98,
31,
1131,
15,
31,
164,
40,
7019,
16,
109,
2058,
15,
54,
301,
114,
1437,
22,
38,
170,
9,
35,
48... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Making an iAD delegate
===
I want to add
- (void)bannerView:(ADBannerView *)banner didFailToReceiveAdWithError:(NSError *)error
but it won't let me, I can't figure out what to put HERE, to make it an iAD Delegate:
@interface MyAppDelegate : UIResponder <UIApplicationDelegate, HERE> | 0 | [
2,
544,
40,
31,
1283,
11300,
800,
3726,
3726,
31,
259,
20,
3547,
13,
8,
13,
5,
2625,
1340,
6,
4059,
1031,
4725,
45,
5,
1283,
4059,
1031,
4725,
1637,
6,
4059,
1031,
144,
24910,
262,
99,
1105,
1284,
1283,
1410,
29992,
45,
5,
2172,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 PhoneGap used for, exactly?
===
I have a couple of years of experience developing native Android apps, and was curious about making a HTML5/CSS3/JS version of these so I can publish them for iOS as well.
I started reading some about PhoneGap, but from what I can see, this is only an interface between hardwa... | 0 | [
2,
98,
25,
1132,
1136,
306,
147,
26,
15,
1890,
60,
800,
3726,
3726,
31,
57,
21,
1335,
16,
122,
16,
1496,
3561,
1275,
13005,
4865,
18,
15,
17,
23,
7686,
88,
544,
21,
13,
15895,
10551,
6824,
18,
9280,
728,
18,
615,
16,
158,
86,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Download and run file in client machine using asp.net
===
I'm trying to download and run a file to the client machine. The client is aware of that.
It's a ttkgp file that's dynamicly generated.
I've tried using Processs.Start() that worked fine on my local machine (first saved the file to C:\ then lunched it), but i... | 0 | [
2,
7121,
17,
485,
3893,
19,
6819,
1940,
568,
28,
306,
9,
2328,
800,
3726,
3726,
31,
22,
79,
749,
20,
7121,
17,
485,
21,
3893,
20,
14,
6819,
1940,
9,
14,
6819,
25,
3854,
16,
30,
9,
32,
22,
18,
21,
13,
38,
38,
197,
13321,
38... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Mobile site auto-scroll to section randomly snapping instead of scrolling
===
I've got a site I'm creating to be viewed mainly on an iPad and have managed to create an effect whereby if the user swipes down the page to a section, the viewport auto-scrolls to align up with the section you're nearest to.
grounded.ris... | 0 | [
2,
3241,
689,
3108,
8,
3862,
8694,
20,
1050,
21324,
17890,
700,
16,
13,
28166,
800,
3726,
3726,
31,
22,
195,
330,
21,
689,
31,
22,
79,
2936,
20,
44,
6084,
2011,
27,
40,
31,
8240,
17,
57,
1471,
20,
1600,
40,
1590,
15630,
100,
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... |
prev(); and next(); usage clarification Jquery
===
we have a series of divs, and we would like to assign different classes to the next and previous siblings of the currently selected DIV.
This is our code:
<div class="panel">DIV content 1</div>
<div class="panel current">DIV content 2</div> //THIS IS TH... | 0 | [
2,
782,
710,
5,
6,
73,
17,
328,
5,
6,
73,
7514,
13,
12078,
4634,
487,
8190,
93,
800,
3726,
3726,
95,
57,
21,
231,
16,
13,
12916,
18,
15,
17,
95,
83,
101,
20,
13952,
421,
2684,
20,
14,
328,
17,
1158,
9485,
16,
14,
871,
1704... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 keep elements in one row in css
===
I am trying to keep elements in header in one row. My current styles working but one problem is when I make my browser smaller or squeeze it (from right to left) then at one point the search element goes to second row or appear beneath the first row(which is menu row). And wh... | 0 | [
2,
184,
20,
643,
2065,
19,
53,
3131,
19,
272,
18,
18,
800,
3726,
3726,
31,
589,
749,
20,
643,
2065,
19,
157,
106,
19,
53,
3131,
9,
51,
866,
6443,
638,
47,
53,
1448,
25,
76,
31,
233,
51,
16495,
2012,
54,
10202,
32,
13,
5,
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... |
C++: Initialization of pointer to pointer to int
===
Here is the sample code that I ran on Visual Studio 2010:
#include <iostream>
using namespace std;
int main()
{
int **p(NULL);
}
I get this error: `error C2059: syntax error : 'constant'`
But if I change `int **p(NULL);` ... | 0 | [
2,
272,
20512,
45,
2104,
1829,
16,
454,
106,
20,
454,
106,
20,
19,
38,
800,
3726,
3726,
235,
25,
14,
5717,
1797,
30,
31,
717,
27,
3458,
1120,
15742,
6926,
22640,
13,
1,
1963,
11260,
1,
568,
204,
5582,
354,
43,
73,
19,
38,
407,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
read float pixel data from a file back to C#
===
in C++, I write a float image into a file:
FILE* fp = fopen("image.fft", "wb");
float* pixels = getPixel();
fwrite((unsigned char*)pixels, sizeof(pixels), width*height, fp);
For analyzing the image, we need to read the float image into C#... | 0 | [
2,
1302,
11510,
18146,
1054,
37,
21,
3893,
97,
20,
272,
5910,
800,
3726,
3726,
19,
272,
20512,
15,
31,
2757,
21,
11510,
1961,
77,
21,
3893,
45,
3893,
2483,
13,
12087,
800,
398,
10157,
5,
7,
22039,
9,
2460,
38,
7,
15,
13,
7,
49... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
T4 suppress error message "ErrorGeneratingOutput"
===
I am working with a set of T4 script that generate partial classes for my entities in a EF application.
Because partial classes need to reside in the same assembly, the script resides in the same project as the entity classes. It also needs access to the compil... | 0 | [
2,
13,
38,
300,
12451,
7019,
2802,
13,
7,
29992,
17083,
1880,
1320,
4881,
7,
800,
3726,
3726,
31,
589,
638,
29,
21,
309,
16,
13,
38,
300,
3884,
30,
7920,
7284,
2684,
26,
51,
12549,
19,
21,
11599,
3010,
9,
185,
7284,
2684,
376,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
css text-shadow
===
Maybe are some solution how to add `text-shadow` in `css` same as the in `PSD` design ? I try tools but shadow is still different than `PSD` ;( | 0 | [
2,
272,
18,
18,
1854,
8,
18396,
800,
3726,
3726,
913,
50,
109,
4295,
184,
20,
3547,
13,
1,
11969,
8,
18396,
1,
19,
13,
1,
6824,
18,
1,
205,
28,
14,
19,
13,
1,
1919,
43,
1,
704,
13,
60,
31,
1131,
4672,
47,
3118,
25,
174,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0... |
How to find the length of a string in R?
===
How to find the length of a string (number of characeters in a tring) without splitting it in R? I know how to find the length of a list but not of a string.
| 0 | [
2,
184,
20,
477,
14,
1476,
16,
21,
3724,
19,
761,
60,
800,
3726,
3726,
184,
20,
477,
14,
1476,
16,
21,
3724,
13,
5,
16299,
16,
2438,
7367,
6052,
19,
21,
13,
38,
2090,
6,
366,
17282,
32,
19,
761,
60,
31,
143,
184,
20,
477,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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... |
Check validity of virtual memory address
===
I am iterating through the pages between VMALLOC_START and VMALLOC_END and I want to
check if the address that I get every time is valid.
How can I manage this?
I iterate through the pages like this:
unsigned long *p;
for(p = (unsigned lon... | 0 | [
2,
2631,
19058,
16,
6599,
1912,
3218,
800,
3726,
3726,
31,
589,
32,
106,
1880,
120,
14,
4434,
128,
566,
3482,
10799,
1,
13680,
17,
566,
3482,
10799,
1,
2451,
17,
31,
259,
20,
2631,
100,
14,
3218,
30,
31,
164,
352,
85,
25,
7394,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Comparing values in two lists, Regular Expressions
===
I have two Lists, they look like this
<List> ads
[0]
Headline = "Sony Ericsson Arc silver"
[1]
Headline = "Sony Ericsson Play R800I"
<List> feedItems
[0]
Headline = "Sony Ericsson Xperia Arc Silver"
[1]
H... | 0 | [
2,
15047,
4070,
19,
81,
7227,
15,
1290,
13832,
800,
3726,
3726,
31,
57,
81,
7227,
15,
59,
361,
101,
48,
13,
1,
5739,
1,
16236,
636,
387,
500,
10596,
800,
13,
7,
528,
93,
2647,
4449,
4686,
1172,
7,
636,
165,
500,
10596,
800,
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... |
Select unique data from one table
===
I have a diners table:
NAME FOOD
matthew rice
matthew beans
mark rice
mark beans
Luke rice
john beans
I need to extract names that have had only rice, names that have had only beans and both. A LEFT JOIN would... | 0 | [
2,
5407,
2619,
1054,
37,
53,
859,
800,
3726,
3726,
31,
57,
21,
15556,
18,
859,
45,
204,
950,
4352,
4561,
4352,
14685,
943,
4561,
943,
14685,
3881,
4561,
239,
14685,
31,
376,
20,
10962,
1817,
30,
57,
41,
104,
4561,
15,
1817,
30,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
In scikit learn, how to deal with the data mixed with numerical and nominal value?
===
I know that the computation in scikit is based on numpy, so everything is matrix or array.
But I don't know how the package dealing with data mixed with numerical and nominal value.
For example, a product could have the attribut... | 0 | [
2,
19,
9569,
13703,
2484,
15,
184,
20,
1183,
29,
14,
1054,
2198,
29,
16010,
17,
17598,
1923,
60,
800,
3726,
3726,
31,
143,
30,
14,
21683,
19,
9569,
13703,
25,
432,
27,
13,
6336,
6448,
15,
86,
796,
25,
8187,
54,
7718,
9,
47,
31... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
how implemented java nested classes to objective c?
===
I needed implemented nested classes, how it write in objective c<br />
For example, I have such code:<br /> <code>
public class A{<br />
private int a;<br />
private B b;<br /><br />
class B{<br />
private int z;<br />
public void f(){<... | 0 | [
2,
184,
6807,
8247,
5618,
69,
2684,
20,
7038,
272,
60,
800,
3726,
3726,
31,
851,
6807,
5618,
69,
2684,
15,
184,
32,
2757,
19,
7038,
272,
1,
5145,
13,
118,
1,
26,
823,
15,
31,
57,
145,
1797,
45,
1,
5145,
13,
118,
1,
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... |
Why Can't I use old theme style file under Emacs 24.1?
===
<p>
I can use my style file under 23.1, 23.4, but after I update Emacs to 24.1, I can't use the old style files. For example, one of my style files is <a href="https://github.com/credmp/color-theme-arjen/blob/master/color-theme-arjen.el">color-theme-arjen.el<... | 0 | [
2,
483,
92,
22,
38,
31,
275,
315,
3184,
1034,
3893,
131,
13,
62,
6893,
18,
937,
9,
165,
60,
800,
3726,
3726,
13,
1,
306,
1,
31,
92,
275,
51,
1034,
3893,
131,
1137,
9,
165,
15,
1137,
9,
300,
15,
47,
75,
31,
11100,
13,
62,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
I Just Bought USB RELAY and I am trying to write a program with JD2XX
===
I AM Trying to write the a program with this :
http://sourceforge.net/projects/d2xx/
but how to do that ?
there is 2 folder there ftdi and jd2xx ,
what to do with this ?
Thank in advance, | 0 | [
2,
31,
114,
2448,
182,
220,
6953,
17,
31,
589,
749,
20,
2757,
21,
625,
29,
487,
43,
135,
8962,
800,
3726,
3726,
31,
589,
749,
20,
2757,
14,
21,
625,
29,
48,
13,
45,
7775,
6903,
12097,
1106,
834,
9,
2328,
118,
21011,
18,
118,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
is there a simple way to get URL in java
===
I am working on an email validation link for a website. When a user registers and finishes filling in their personal data (and it passes all the checks), they are sent to a jsp page saying that an email has been sent to the address they entered as the username, with a link... | 0 | [
2,
25,
80,
21,
1935,
161,
20,
164,
287,
6362,
19,
8247,
800,
3726,
3726,
31,
589,
638,
27,
40,
8517,
27999,
3508,
26,
21,
2271,
9,
76,
21,
4155,
2243,
18,
17,
13625,
7702,
19,
66,
1319,
1054,
13,
5,
290,
32,
3789,
65,
14,
16... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
MVC3 - Null values posting to action
===
I'm running a couple classic ASP web sites on a Windows 2008 R2 server (IIS 7.5), and I added a simple MVC3 eCommerce site. The issue is when I try to add an item to the shopping cart from the product page using a form. Using the Razor syntax, I have the following code:
... | 0 | [
2,
307,
8990,
240,
13,
8,
16203,
4070,
15669,
20,
1028,
800,
3726,
3726,
31,
22,
79,
946,
21,
1335,
2732,
28,
306,
2741,
3259,
27,
21,
1936,
570,
761,
135,
8128,
13,
5,
2865,
18,
453,
9,
264,
6,
15,
17,
31,
905,
21,
1935,
30... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
find out whether wi-fi is enabled and connected
===
I've found this answer on so many answers here on SO :
I'm checking whether user has wi-fi enabled and is connected when he chooses the spinner option(drop down menu).
private static boolean isConnected(Context context, AdapterView<?> parent) {
Conne... | 0 | [
2,
477,
70,
1472,
4807,
8,
1707,
25,
9338,
17,
2587,
800,
3726,
3726,
31,
22,
195,
216,
48,
1623,
27,
86,
151,
6709,
235,
27,
86,
13,
45,
31,
22,
79,
9886,
1472,
4155,
63,
4807,
8,
1707,
9338,
17,
25,
2587,
76,
24,
3538,
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... |
Can't connect to mysql, have tried a lot of things
===
I've read a ton of threads and solutions, I'm not purposely trying to make yet *another* one of these posts.
Now that thats out of the way
if i run this in my local osx folder (with web sharing on), i get a could not connect error:
<?php
$... | 0 | [
2,
92,
22,
38,
6379,
20,
51,
18,
22402,
15,
57,
794,
21,
865,
16,
564,
800,
3726,
3726,
31,
22,
195,
1302,
21,
13,
444,
16,
20396,
17,
6776,
15,
31,
22,
79,
52,
2131,
102,
749,
20,
233,
768,
1637,
14945,
2483,
53,
16,
158,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
zend amf php date time mapping with flex object issue
===
we have requirement to list classes schedule in date object in flex. php&mysql is its backend.
datetime object is send to flex from php using zend amf.
when i map datetime object with flex f, it takes some default time zone. (added gmt+5.30 to original datet... | 0 | [
2,
10526,
43,
21,
13235,
13,
26120,
1231,
85,
13305,
29,
14409,
3095,
1513,
800,
3726,
3726,
95,
57,
8981,
20,
968,
2684,
4345,
19,
1231,
3095,
19,
14409,
9,
13,
26120,
1569,
915,
18,
22402,
25,
82,
97,
2451,
9,
1231,
891,
3095,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Possible to hide all details in NSIS installation progress page?
===
Using the [Nullsoft Scriptable Install System (NSIS)][1], I'm currently looking for a way to hide the details on the `MUI_PAGE_INSTFILES` page when having a setup with [Modern UI 2][2].
Currently an example of what I have is this:
![enter image... | 0 | [
2,
938,
20,
3077,
65,
3289,
19,
13,
103,
4557,
7758,
3455,
2478,
60,
800,
3726,
3726,
568,
14,
636,
4215,
211,
12980,
3884,
579,
16146,
329,
13,
5,
103,
4557,
6,
500,
2558,
165,
500,
15,
31,
22,
79,
871,
699,
26,
21,
161,
20,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Apple Open Source developer libraries
===
I have run into a problem lately where I was looking for a particular header file. I couldn't find it anywhere until I stumbled across it's source in a google search which lead me to this site:
http://opensource.apple.com/release/mac-os-x-1068/
My question: Are these pr... | 0 | [
2,
4037,
368,
1267,
10058,
8649,
800,
3726,
3726,
31,
57,
485,
77,
21,
1448,
10434,
113,
31,
23,
699,
26,
21,
1498,
157,
106,
3893,
9,
31,
711,
22,
38,
477,
32,
4922,
163,
31,
10282,
464,
32,
22,
18,
1267,
19,
21,
8144,
2122,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Python Class variable initialization access variables out side init
===
I'm using Django for our project. And I have created a form using Django forms. In one of the form i need to check a variable and based on the value of the variable i need to add or remove an element.
I'm passing this variable to the form when ... | 0 | [
2,
20059,
718,
7612,
2104,
1829,
1381,
12157,
70,
270,
19,
242,
800,
3726,
3726,
31,
22,
79,
568,
3857,
14541,
26,
318,
669,
9,
17,
31,
57,
679,
21,
505,
568,
3857,
14541,
1997,
9,
19,
53,
16,
14,
505,
31,
376,
20,
2631,
21,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Ajax variable value to javascript
===
I've been on a problem for hours without finding any issue...
I have a registration form for users to create accounts. When the submit button is pressed a validateForm function is called.
In this function I do some javascript tests that work, but then I need to verify that t... | 0 | [
2,
20624,
7612,
1923,
20,
8247,
8741,
800,
3726,
3726,
31,
22,
195,
74,
27,
21,
1448,
26,
974,
366,
3007,
186,
1513,
9,
9,
9,
31,
57,
21,
8587,
505,
26,
3878,
20,
1600,
5310,
9,
76,
14,
12298,
5167,
25,
2931,
21,
7394,
1373,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Create new Hooks in Drupal 7
===
I'm not looking about how to **implement** an existing hook, but rather to create a new *type* of hook. Let's say the hook `hook_node_load()` exists. I want to create something like `hook_node_preload()`, that fires before the node is loaded.
I've searched and can't seem to find out... | 0 | [
2,
1600,
78,
5559,
18,
19,
15708,
6720,
453,
800,
3726,
3726,
31,
22,
79,
52,
699,
88,
184,
20,
13,
1409,
8983,
413,
1130,
1409,
40,
3149,
5559,
15,
47,
864,
20,
1600,
21,
78,
1637,
4474,
2483,
16,
5559,
9,
408,
22,
18,
395,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Inherit values from previous records
===
I have the following table where all fields except Value as a part of a unique index on the table. I'd like to inherit the Value from a record with Value<>NULL to the next revision record only if that record has a NULL value (See example below):
Var[n]Value fields ate varcha... | 0 | [
2,
17569,
4070,
37,
1158,
742,
800,
3726,
3726,
31,
57,
14,
249,
859,
113,
65,
2861,
1613,
1923,
28,
21,
141,
16,
21,
2619,
4348,
27,
14,
859,
9,
31,
22,
43,
101,
20,
17569,
14,
1923,
37,
21,
571,
29,
1923,
1,
4215,
211,
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... |
Displaying webpage on a iphone 4/4s
===
I have a webpage which I have created a media query for a resolution of 480px in width.
The iphone 4 correctly picks up this version but for some reason it overhangs the page its not using the actual resolution of the iphone 4 which is 640px in width its using a width of 320p... | 0 | [
2,
17418,
2741,
6486,
27,
21,
21024,
268,
13722,
18,
800,
3726,
3726,
31,
57,
21,
2741,
6486,
56,
31,
57,
679,
21,
941,
25597,
26,
21,
4302,
16,
13,
16318,
306,
396,
19,
9456,
9,
14,
21024,
268,
12044,
13267,
71,
48,
615,
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... |
Haddop new API - Set OutputFormat
===
I'm trying to set the OutputFormat of my job to MapFileOutputFormat using:
jobConf.setOutputFormat(MapFileOutputFormat.class);
I get this error: mapred.output.format.class is incompatible with new reduce API mode
I suppose I should use the set `setOutputFormatClass(... | 0 | [
2,
41,
43,
2594,
78,
21,
2159,
13,
8,
309,
5196,
23588,
800,
3726,
3726,
31,
22,
79,
749,
20,
309,
14,
5196,
23588,
16,
51,
1205,
20,
2942,
16877,
1320,
4881,
23588,
568,
45,
1205,
14093,
9,
3554,
1320,
4881,
23588,
5,
15022,
16... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
how to save java swing ImageIcon image to file?
===
i am using the following code for displaying the Image on the swing frame.
ImageIcon icon = new ImageIcon("image.jpeg");
icon.getImage().flush();
jLabel3.setIcon( icon );
I need a button which on click lead to save the image with extension jpeg/png.... | 0 | [
2,
184,
20,
2079,
8247,
5587,
1961,
49,
1126,
1961,
20,
3893,
60,
800,
3726,
3726,
31,
589,
568,
14,
249,
1797,
26,
17418,
14,
1961,
27,
14,
5587,
3523,
9,
1961,
49,
1126,
9801,
800,
78,
1961,
49,
1126,
5,
7,
22039,
9,
728,
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... |
Auto sizing textbox not working in Chrome or Firefox
===
I have a textbox which can auto resize its height depending on the amount of texts users enter into the textbox. The textbox is working fine on IE, but when i try to debug using Chrome or Firefox, no matter what keys i enter (alphanumerics, enter, backspace, etc... | 0 | [
2,
3108,
13,
18,
3335,
1854,
5309,
52,
638,
19,
13,
12985,
54,
535,
18219,
800,
3726,
3726,
31,
57,
21,
1854,
5309,
56,
92,
3108,
302,
10454,
82,
2947,
4758,
27,
14,
2006,
16,
6381,
3878,
2830,
77,
14,
1854,
5309,
9,
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... |
IGP of Ivy bridge can't be found by OpenCL SDK
===
I have set up a IvyBridge platform for coding OpenCL program. My system is win7 64-bit, VS2010 as developement tools. There is one i7-3770k with a nVidia GTX560 on my PC. When I queried the devices of my system, I cann't find HD4000. I have checked my system driver fo... | 0 | [
2,
31,
13321,
16,
7389,
955,
92,
22,
38,
44,
216,
34,
368,
5316,
13,
18,
43,
197,
800,
3726,
3726,
31,
57,
309,
71,
21,
7389,
4547,
2452,
26,
13,
15458,
368,
5316,
625,
9,
51,
329,
25,
628,
465,
4384,
8,
3326,
15,
4611,
2751... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
block user accessing website
===
I want to block a specific user to access my website. I know it is not possible with Dynamic IP. Is there any other alternate to block the specific user to access website? I'm currently at APACHE LINUX based server. | 0 | [
2,
1921,
4155,
1381,
68,
2271,
800,
3726,
3726,
31,
259,
20,
1921,
21,
1903,
4155,
20,
1381,
51,
2271,
9,
31,
143,
32,
25,
52,
938,
29,
7782,
15735,
9,
25,
80,
186,
89,
4912,
20,
1921,
14,
1903,
4155,
20,
1381,
2271,
60,
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,
0,
0,
0,
0,
0,
0,
0,
0... |
Is it possible to use std::accumulate with std::min?
===
I am trying to combine std::accumulate with std::min(). Something like this (won't compile):
vector<int> V{2,1,3};
cout << std::accumulate(V.begin()+1, V.end(), V.front(), std::min<int>);
Is it possible?
Is it possible to do without writing ... | 0 | [
2,
25,
32,
938,
20,
275,
354,
43,
45,
45,
1738,
8086,
12383,
29,
354,
43,
45,
45,
2160,
60,
800,
3726,
3726,
31,
589,
749,
20,
12287,
354,
43,
45,
45,
1738,
8086,
12383,
29,
354,
43,
45,
45,
2160,
5,
6,
9,
301,
101,
48,
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... |
button inside carousel displays view from within
===
I use carousel in my project. i have added a button inside the carousel like this
- (UIView *)carousel:(iCarousel *)carousel viewForItemAtIndex:(NSUInteger)index reusingView:(UIView *)view
{
UIButton *button = [UIButton buttonWithType:UIButtonTypeRound... | 0 | [
2,
5167,
572,
27374,
9412,
1418,
37,
363,
800,
3726,
3726,
31,
275,
27374,
19,
51,
669,
9,
31,
57,
905,
21,
5167,
572,
14,
27374,
101,
48,
13,
8,
13,
5,
5661,
4725,
1637,
6,
1367,
1291,
532,
45,
5,
2862,
6947,
532,
1637,
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... |
Jasper dynamic report generation
===
Hi i am new to jasper reports.I need to design a report where certain columns and rows are dynamic.for this how i have to design the report and after design i want to integrate with my application for fetching data from action class and dto. | 0 | [
2,
16750,
7782,
1330,
2782,
800,
3726,
3726,
4148,
31,
589,
78,
20,
16750,
2813,
9,
49,
376,
20,
704,
21,
1330,
113,
1200,
7498,
17,
11295,
50,
7782,
9,
1106,
48,
184,
31,
57,
20,
704,
14,
1330,
17,
75,
704,
31,
259,
20,
18399... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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... |
show image created by imagejpeg
===
i create an image with an external function.
the function returns the raw data of the image.
function create_image()
{
...
ImageJPEG($myimg,NULL,85);
$imgdata = ob_get_contents();
ob_end_clean();
return $imgdata;
}
My script... | 0 | [
2,
298,
1961,
679,
34,
1961,
728,
20427,
800,
3726,
3726,
31,
1600,
40,
1961,
29,
40,
4886,
1990,
9,
14,
1990,
4815,
14,
4333,
1054,
16,
14,
1961,
9,
1990,
1600,
1,
22039,
5,
6,
13,
1,
13,
9,
9,
9,
1961,
728,
20427,
5,
4403,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
PrimeFaces Not Rendering
===
In my maven project, I created an "index.xhtml" file. When I built and ran the project, the web browser didn't show anything. When I view source, I could still see the source code, instead of the normal html tags.
***Maven POM***
<project xmlns="http://maven.apache.org/POM/4.0.0"... | 0 | [
2,
1621,
6413,
18,
52,
15307,
800,
3726,
3726,
19,
51,
1216,
3124,
669,
15,
31,
679,
40,
13,
7,
25671,
9,
396,
15895,
7,
3893,
9,
76,
31,
392,
17,
717,
14,
669,
15,
14,
2741,
16495,
223,
22,
38,
298,
602,
9,
76,
31,
1418,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 service "Only one Looper may be created per thread"
===
I'm developing an Android 3.1 Tablet application.
This app will run a thread. On its **service** I have this code:
public class UDPSocketBackgroundService extends Service
{
@Override
public void onCreate()
{
super.onCrea... | 0 | [
2,
2343,
20,
1600,
365,
13,
7,
4965,
53,
5293,
106,
123,
44,
679,
416,
9322,
7,
800,
3726,
3726,
31,
22,
79,
3561,
40,
13005,
203,
9,
165,
16394,
3010,
9,
48,
4865,
129,
485,
21,
9322,
9,
27,
82,
13,
1409,
11449,
1409,
31,
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... |
Need to change my Widget componants values according to the homescreen grid.
===
My phone can be set different home screen grids like 3*4 4*4 and 5*4. My widget size is varying from grid to grid. How i can display the widgets same in all the home screen grid.
Can i add values folders for different grids ? | 0 | [
2,
376,
20,
753,
51,
4807,
43,
3060,
6479,
218,
5958,
4070,
496,
20,
14,
213,
7187,
7354,
9,
800,
3726,
3726,
51,
1132,
92,
44,
309,
421,
213,
2324,
7354,
18,
101,
203,
2483,
300,
268,
2483,
300,
17,
331,
2483,
300,
9,
51,
480... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 formula evaluation library with out-of-order variables feature
===
I'm currently looking for a java library for formula parsing and evaluation.
Using recommandations from here, I took a look on many libraries :
- JFormula
- JEval
- Symja
- JEP
But none of them fulfil my needs, that are :
- Multiple... | 0 | [
2,
8247,
3729,
8670,
1248,
29,
70,
8,
1041,
8,
7861,
12157,
1580,
800,
3726,
3726,
31,
22,
79,
871,
699,
26,
21,
8247,
1248,
26,
3729,
2017,
18,
68,
17,
8670,
9,
568,
302,
16239,
7504,
37,
235,
15,
31,
199,
21,
361,
27,
151,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Similar to Login using facebook
===
We have around 10 websites. I have been asked to create a functionality similar to Login using Facebook which now a days all websites are using, so that we do not need to register with them. We can use facebook credantials.
So out of our 10 websites we have 1 main website e.g. ca... | 0 | [
2,
835,
20,
6738,
108,
568,
9090,
800,
3726,
3726,
95,
57,
140,
332,
13931,
9,
31,
57,
74,
411,
20,
1600,
21,
18548,
835,
20,
6738,
108,
568,
9090,
56,
130,
21,
509,
65,
13931,
50,
568,
15,
86,
30,
95,
107,
52,
376,
20,
2243... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How can I enable more output formats in addition to the default XML?
===
When debugging a web service, I can test the functions using the default WSDL interface that is provided that lets me input some values for the parameters. This is very handy but outputs only XML. Is it possible to enable more options at this sta... | 0 | [
2,
184,
92,
31,
9240,
91,
5196,
13767,
19,
848,
20,
14,
12838,
23504,
60,
800,
3726,
3726,
76,
121,
16254,
2762,
21,
2741,
365,
15,
31,
92,
1289,
14,
3719,
568,
14,
12838,
619,
18,
8643,
6573,
30,
25,
1173,
30,
6884,
55,
6367,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 synchronize between many threads. Only one is writing
===
Process during its lifetime has 1 main thread and from 1 to 50 other worker threads.
When main thread accepts new connection it saves it in boost::unordered_map, lets call it "new con container". Worker threads time to time check "new con container" for... | 0 | [
2,
184,
20,
13,
16023,
2952,
128,
151,
20396,
9,
104,
53,
25,
1174,
800,
3726,
3726,
953,
112,
82,
5277,
63,
137,
407,
9322,
17,
37,
137,
20,
1222,
89,
7444,
20396,
9,
76,
407,
9322,
16548,
78,
2760,
32,
16815,
32,
19,
10419,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Error when installing android application
===
I trying to use C2DM in my android application, but after I added it I can't install the application. I get this error "Installation error: INSTALL_PARSE_FAILED_MANIFEST_MALFORMED". But I can't see whats wrong.
Anyone that know what I have done wrong?
<?xml ... | 0 | [
2,
7019,
76,
25429,
13005,
3010,
800,
3726,
3726,
31,
749,
20,
275,
272,
135,
43,
79,
19,
51,
13005,
3010,
15,
47,
75,
31,
905,
32,
31,
92,
22,
38,
16146,
14,
3010,
9,
31,
164,
48,
7019,
13,
7,
108,
21300,
857,
7019,
45,
161... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 the best way to make a centralized search for entire site like not same but like Facebook?
===
Would some one please tell me the best way to make a centralized search for entire site like not same but like Facebook. I want to search the member(s), location(s), blog(s) and event(s) through a single search form. Th... | 1 | [
2,
98,
14,
246,
161,
20,
233,
21,
25176,
2122,
26,
1078,
689,
101,
52,
205,
47,
101,
9090,
60,
800,
3726,
3726,
83,
109,
53,
2247,
494,
55,
14,
246,
161,
20,
233,
21,
25176,
2122,
26,
1078,
689,
101,
52,
205,
47,
101,
9090,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 suspend a java thread for a small period of time, like 100 nanoseconds?
===
I know **Thread.sleep()** can make a java thread suspend for a while, like certain milliseconds and certain nanoseconds. But the problem is the invocation of this function also causes overhead.
For example, if I want a thread to sus... | 0 | [
2,
184,
20,
25082,
21,
8247,
9322,
26,
21,
284,
620,
16,
85,
15,
101,
808,
10371,
5007,
18,
60,
800,
3726,
3726,
31,
143,
13,
1409,
96,
10647,
9,
21092,
5,
6,
1409,
92,
233,
21,
8247,
9322,
25082,
26,
21,
133,
15,
101,
1200,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 Divide Array By Empty Value
===
This is an array from input field as below
Array(
[0] =>
[1] => 737
[2] => 736
[3] => 735
[4] =>
[5] => 748
[7] => 744
[8] => 747
[9] => 746
[10] =>
[11] => 748
[12] => 747
[13] => 746
[14] => 745
[15] =... | 0 | [
2,
13,
26120,
8918,
7718,
34,
2424,
1923,
800,
3726,
3726,
48,
25,
40,
7718,
37,
6367,
575,
28,
1021,
7718,
5,
636,
387,
500,
800,
1,
636,
165,
500,
800,
1,
453,
3555,
636,
135,
500,
800,
1,
453,
3775,
636,
240,
500,
800,
1,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to load objects from sql queries in Joomla 2.5?
===
Using the Andrew Eddie's tutorials [here](http://www.theartofjoomla.com/home/9-developer/135-database-upgrades-in-joomla-16.html "The ArtOfJoomla Website") I am working on building some custom code for menus. Here we go:
$query ->select('id, menutype, title... | 0 | [
2,
184,
20,
6305,
3916,
37,
4444,
255,
9386,
2829,
19,
2640,
2636,
531,
172,
9,
264,
60,
800,
3726,
3726,
568,
14,
2376,
4646,
22,
18,
29724,
18,
636,
6836,
500,
5,
21127,
6903,
6483,
9,
38,
8816,
1041,
24161,
79,
531,
9,
960,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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: failed to override default local storage functions in Javascript?
===
I'd like to override default functions for local storage, and I did exactly follow the guide by [Overriding default functions in Javascript?][1].
However, the overridden functions only perfectly worked on Android 4.0+ (built-in browser... | 0 | [
2,
13005,
45,
1702,
20,
84,
11891,
12838,
375,
4326,
3719,
19,
8247,
8741,
60,
800,
3726,
3726,
31,
22,
43,
101,
20,
84,
11891,
12838,
3719,
26,
375,
4326,
15,
17,
31,
144,
1890,
1740,
14,
3378,
34,
636,
2549,
5175,
68,
12838,
3... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to show the large image when click on image in wp7?
===
In a page i am displaying image,desc,etc fileds.whenever click on that small image need to display large size image and close icon also and need to show the blur of the background screen(for no user interaction in background fileds).whenever click on close ic... | 0 | [
2,
184,
20,
298,
14,
370,
1961,
76,
10840,
27,
1961,
19,
13,
13790,
465,
60,
800,
3726,
3726,
19,
21,
2478,
31,
589,
17418,
1961,
15,
3196,
150,
15,
1198,
150,
5263,
18,
9,
3185,
5221,
10840,
27,
30,
284,
1961,
376,
20,
3042,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Replacing factory class with CDI
===
I have a collection of Processor beans in my application along with a factory for creating them.
public abstract class Processor {
public Processor(String config) { .... }
public abstract void process() throws Exception;
}
public class Processor... | 0 | [
2,
5496,
3129,
718,
29,
1745,
49,
800,
3726,
3726,
31,
57,
21,
1206,
16,
14762,
14685,
19,
51,
3010,
303,
29,
21,
3129,
26,
2936,
105,
9,
317,
8502,
718,
14762,
13,
1,
317,
14762,
5,
11130,
13,
14093,
2816,
6,
13,
1,
13,
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... |
jQuery confirm dialogue with link
===
I have a link that when clicked opens a dialogue and when a CONFIRM button in the dialog is clicked the user needs to be sent to a specific URL via GET action with some variables (original link). Clearly, if CANCEL is clicked, void link click action.
Not really sure how to put... | 0 | [
2,
487,
8190,
93,
10265,
6402,
29,
3508,
800,
3726,
3726,
31,
57,
21,
3508,
30,
76,
15802,
8965,
21,
6402,
17,
76,
21,
10265,
5167,
19,
14,
28223,
25,
15802,
14,
4155,
2274,
20,
44,
795,
20,
21,
1903,
287,
6362,
1197,
164,
1028,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Dis-allow installation on specific API Level
===
How to dis-allow my app to run on a specific API level? i know about the 3 specifiers in [uses-sdk ] [1] tag in the manifest. But that can't produce a logic i want to implement.
For eg: i want to allow my application to be installed on `Level 4` to `Level 10`, dis-al... | 0 | [
2,
1460,
8,
17976,
7758,
27,
1903,
21,
2159,
662,
800,
3726,
3726,
184,
20,
1460,
8,
17976,
51,
4865,
20,
485,
27,
21,
1903,
21,
2159,
662,
60,
31,
143,
88,
14,
203,
12737,
16292,
18,
19,
636,
3699,
18,
8,
18,
43,
197,
13,
5... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
End to end sample example fo rMessage Driven Pojo
===
Please suggest me a sample Hello World example for spring MDP.Am looking for an end to end example which starts from sending the message to receiving it using MDP. I browsed many sites and everywhere i could see examples that starts with a MDP class with onMessage(... | 0 | [
2,
241,
20,
241,
5717,
823,
4310,
761,
3845,
18,
1303,
5355,
2353,
1636,
800,
3726,
3726,
2247,
5601,
55,
21,
5717,
10975,
126,
823,
26,
1573,
307,
7431,
9,
765,
699,
26,
40,
241,
20,
241,
823,
56,
3244,
37,
4907,
14,
2802,
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... |
Magento - Send a Friend redirects to 404 page
===
Send a Friend form redirects to 404 page. Can someone tell me which function is called when form is submitted.
Regards! | 0 | [
2,
4723,
17050,
13,
8,
2660,
21,
860,
302,
14706,
18,
20,
13,
23397,
2478,
800,
3726,
3726,
2660,
21,
860,
505,
302,
14706,
18,
20,
13,
23397,
2478,
9,
92,
737,
494,
55,
56,
1990,
25,
227,
76,
505,
25,
7368,
9,
14179,
187,
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,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.