unified_texts stringlengths 32 30.1k | OpenStatus_id int64 0 4 | input_ids list | token_type_ids list | attention_mask list |
|---|---|---|---|---|
in constructor, no matching function call to
===
My error
gridlist.h: In constructor ‘GridList::GridList(WINDOW*, int, int, int, int, int)’:
gridlist.h:11:47: error: no matching function for call to ‘Window::Window()’
gridlist.h:11:47: note: candidates are:
window.h:13:3: note: Window::Window(WIN... | 0 | [
2,
19,
6960,
248,
15,
90,
10120,
1990,
645,
20,
800,
3726,
3726,
51,
7019,
7354,
5739,
9,
252,
45,
19,
6960,
248,
13,
1,
16375,
5739,
45,
45,
16375,
5739,
5,
27508,
2483,
15,
19,
38,
15,
19,
38,
15,
19,
38,
15,
19,
38,
15,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Arduino project, How to update sensor values at different rates
===
I'm working on an arduino project that reads in data from different sensors. I take the values and store them in an array. The problem is that I'd like to update the sensor values at different rates. For example, I wan't to update one every 250ms b... | 0 | [
2,
13,
1514,
291,
3252,
669,
15,
184,
20,
11100,
14865,
4070,
35,
421,
5332,
800,
3726,
3726,
31,
22,
79,
638,
27,
40,
13,
1514,
291,
3252,
669,
30,
11137,
19,
1054,
37,
421,
15529,
9,
31,
247,
14,
4070,
17,
1718,
105,
19,
40,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Perl MySQL query accessing beyond array's bound
===
I have the following procedure, which I'm using to synchronize two MySQL tables:
sub sync{
my %tables = (
'sitematrix_test' => 'sitematrix_sites'
);
while(($key, $value) = each(%tables)){
print "Matching columns $key : $value\n... | 0 | [
2,
416,
255,
51,
18,
22402,
25597,
1381,
68,
1701,
7718,
22,
18,
4138,
800,
3726,
3726,
31,
57,
14,
249,
7004,
15,
56,
31,
22,
79,
568,
20,
13,
16023,
2952,
81,
51,
18,
22402,
7484,
45,
972,
6063,
150,
1,
51,
13,
11881,
5924,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Forcing PHP loop to display 8 columns per row
===
I have a PHP array that produces four columns per row of a table. I need to modify my php so I have eight columns per row instead of four.
For example. The current output looks like:
COL 1 COL 2 COL 3 COL 4
COL 5 COL 6 COL 7 COL 8
COL 9 COL 10 CO... | 0 | [
2,
6135,
13,
26120,
5293,
20,
3042,
469,
7498,
416,
3131,
800,
3726,
3726,
31,
57,
21,
13,
26120,
7718,
30,
6700,
222,
7498,
416,
3131,
16,
21,
859,
9,
31,
376,
20,
17579,
51,
13,
26120,
86,
31,
57,
970,
7498,
416,
3131,
700,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Issue with Android XML layout
===
why below layout that is containing EditText and button is not shown. Map is talking whole space.
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:a="http://schemas.android.com/apk/res/android"
a:layout_width="fill_parent... | 0 | [
2,
1513,
29,
13005,
23504,
9106,
800,
3726,
3726,
483,
1021,
9106,
30,
25,
3503,
9392,
11969,
17,
5167,
25,
52,
1721,
9,
2942,
25,
1582,
979,
726,
9,
13,
1,
60,
396,
8184,
615,
3726,
7,
165,
9,
387,
7,
19608,
3726,
7,
1982,
41... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
web or json service to get current gold rates in TamilNadu
===
Could you let me know if there is any free web or json services available for getting regional specific gold rates updates?
Thanks. | 2 | [
2,
2741,
54,
487,
528,
365,
20,
164,
866,
766,
5332,
19,
4959,
325,
2323,
800,
3726,
3726,
110,
42,
408,
55,
143,
100,
80,
25,
186,
551,
2741,
54,
487,
528,
687,
904,
26,
1017,
1254,
1903,
766,
5332,
16779,
60,
3669,
9,
3,
0,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... |
PHPMailer "Could Not Access File:"
===
I am trying to email a file that exists on my server using PHPMailer. When I run this code, I get "Could not access file" and the email sends without the attachment... what is wrong here??
<html>
<title>Email Sent!</title>
<?php
include("menu.php");
... | 0 | [
2,
13,
26120,
8079,
106,
13,
7,
13431,
52,
1381,
3893,
45,
7,
800,
3726,
3726,
31,
589,
749,
20,
8517,
21,
3893,
30,
5636,
27,
51,
8128,
568,
13,
26120,
8079,
106,
9,
76,
31,
485,
48,
1797,
15,
31,
164,
13,
7,
13431,
52,
138... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
OpenCart skip "Add to cart", straight to checkout
===
I would like to know if it is possible to skip "Add to cart" step in OpenCart for specific products, and when the user clicks on them, send him straight to the checkout page. But only for specific products.
Thanks,
Iraklis | 0 | [
2,
368,
1367,
38,
12532,
13,
7,
14854,
20,
6420,
7,
15,
1599,
20,
2631,
1320,
800,
3726,
3726,
31,
83,
101,
20,
143,
100,
32,
25,
938,
20,
12532,
13,
7,
14854,
20,
6420,
7,
1424,
19,
368,
1367,
38,
26,
1903,
1985,
15,
17,
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... |
How to check if mpd is playing or stopped?
===
I am using `python-mpd` to fetch current playing song artist and title. I am able to do that successfully.
The problem is after I stop playing song using `mpc stop` and than try to fetch current playing song info it shows the last playing song info.
*Get song info*
... | 0 | [
2,
184,
20,
2631,
100,
4628,
43,
25,
791,
54,
1175,
60,
800,
3726,
3726,
31,
589,
568,
13,
1,
6448,
11570,
8,
2554,
43,
1,
20,
18312,
866,
791,
338,
1169,
17,
581,
9,
31,
589,
777,
20,
107,
30,
3673,
9,
14,
1448,
25,
75,
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... |
display urdu text from tables in php page...?
===
**I have some text in urdu in mysql table,I want to show that urdu sentence in my php code, but i am getting questions marks.
what should I do to echo that sentence same as it is in my table. ?**
<div class='product_title'><a href='details.php?pid=".$Row['s_id']."... | 0 | [
2,
3042,
13,
13018,
1854,
37,
7484,
19,
13,
26120,
2478,
9,
9,
9,
60,
800,
3726,
3726,
13,
1409,
49,
57,
109,
1854,
19,
13,
13018,
19,
51,
18,
22402,
859,
15,
49,
259,
20,
298,
30,
13,
13018,
5123,
19,
51,
13,
26120,
1797,
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 my c# compiler find System.Windows.Forms
===
Here's the basic information:
1. I've been studying Rob Miles' C# Yellow Book 2011 extensively.
2. I'm on page 155 of 197 (mostly finished) and coming to the part about forms/guis.
3. I use Notepad++ and NppExec for quick compiling and easy editing (I just... | 0 | [
2,
483,
92,
22,
38,
51,
272,
5910,
21486,
477,
329,
9,
27508,
18,
9,
4190,
18,
800,
3726,
3726,
235,
22,
18,
14,
2125,
676,
45,
137,
9,
31,
22,
195,
74,
4493,
3830,
754,
22,
272,
5910,
2019,
360,
542,
7802,
9,
172,
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... |
boundingBox still there after child is removed
===
I instance a sprite, and then when it collides with a second sprite, the child of that sprite is removed:
if (CGRectIntersectsRect(spriteOne.boundingBox, self.swat.boundingBox))
{
if (spriteOne.tag == 0){
[self removeC... | 0 | [
2,
4138,
68,
5309,
174,
80,
75,
850,
25,
1974,
800,
3726,
3726,
31,
4851,
21,
27902,
15,
17,
94,
76,
32,
26508,
18,
29,
21,
153,
27902,
15,
14,
850,
16,
30,
27902,
25,
1974,
45,
100,
13,
5,
150,
6879,
4812,
6280,
18,
11557,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
JavaScript: How do they populate the boxes on this website?
===
Does anyone know what JS or plugin etc that is used to populate the content and position the boxes on www.jwt.com home page? When your scroll down, more boxes will be drawn via ajax.
Thanks | 1 | [
2,
8247,
8741,
45,
184,
107,
59,
1675,
12383,
14,
8120,
27,
48,
2271,
60,
800,
3726,
3726,
630,
1276,
143,
98,
487,
18,
54,
10922,
108,
2722,
30,
25,
147,
20,
1675,
12383,
14,
2331,
17,
649,
14,
8120,
27,
13,
6483,
9,
728,
499... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How do I make mousedrag inside Panel move form window?
===
I have this System.Windows.Forms.Panel that I want to enable so that if the user click and drags the mouse drags the window around to.
Can I do this? Do i have to implement multiple events? | 0 | [
2,
184,
107,
31,
233,
7567,
43,
11208,
572,
4113,
780,
505,
1463,
60,
800,
3726,
3726,
31,
57,
48,
329,
9,
27508,
18,
9,
4190,
18,
9,
3206,
532,
30,
31,
259,
20,
9240,
86,
30,
100,
14,
4155,
10840,
17,
5501,
18,
14,
7567,
55... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How mysql/innodb database size impacts performance?
===
I have a 30 GB large `mysql` database where all tables use `innodb` engine.
Almost all of this space is taken by one large table (about 25 GB) where I store large texts in binary format, but 99% of the queries use other, smaller, tables.
My server has 16 GB r... | 0 | [
2,
184,
51,
18,
22402,
118,
108,
251,
9007,
6018,
1072,
2261,
18,
956,
60,
800,
3726,
3726,
31,
57,
21,
712,
14857,
370,
13,
1,
915,
18,
22402,
1,
6018,
113,
65,
7484,
275,
13,
1,
108,
251,
9007,
1,
1406,
9,
557,
65,
16,
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... |
How to set a variable value and start running from that in Netbeans?
===
I run a program step by step with monitoring variable,s value by watch in Netneans.
How i can start the running of the program from a special value for a variable(i have a loop and i want to see the changes after variable of loop reach 10 for ... | 0 | [
2,
184,
20,
309,
21,
7612,
1923,
17,
799,
946,
37,
30,
19,
4275,
863,
5950,
60,
800,
3726,
3726,
31,
485,
21,
625,
1424,
34,
1424,
29,
8984,
7612,
15,
18,
1923,
34,
1455,
19,
4275,
556,
5950,
9,
184,
31,
92,
799,
14,
946,
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... |
Coding a YouTube playlist browser
===
I'm very competent with CSS and styling something like this but I have no idea how to use the YouTube API to build this and was wondering if anyone would be kind enough to help!
Will show the latest 12 videos from a YouTube **playlist** with thumbnails, users can hover to see t... | 1 | [
2,
13,
15458,
21,
7330,
27063,
16495,
800,
3726,
3726,
31,
22,
79,
253,
19895,
29,
272,
18,
18,
17,
23020,
301,
101,
48,
47,
31,
57,
90,
882,
184,
20,
275,
14,
7330,
21,
2159,
20,
1895,
48,
17,
23,
5712,
100,
1276,
83,
44,
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... |
Deleting comments from forum (mySQL)
===
I have a mini-forum that I created using mySQL and PHP, http://class.piezosystems.org . However, I would like to add a delete button for the comments, so the user only can delete the comments, how would I do this?
The variables in the mySQL query:
mysql_query(" INSERT... | 0 | [
2,
121,
1336,
68,
7534,
37,
5691,
13,
5,
915,
18,
22402,
6,
800,
3726,
3726,
31,
57,
21,
4236,
8,
1106,
723,
30,
31,
679,
568,
51,
18,
22402,
17,
13,
26120,
15,
7775,
6903,
1898,
9,
9903,
2500,
10724,
18,
9,
5583,
13,
9,
207... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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++ finding memory leak
===
I am trying to run valgrind with waf. The command is ./waf --command-template="valgrind %s" --run program-name.
I receive an internal error for valgrind. What else can I try if even valgrind fails ?
--6446-- VALGRIND INTERNAL ERROR: Valgrind received a signal 11 (SIGSEGV) - exitin... | 0 | [
2,
272,
20512,
3007,
1912,
11724,
800,
3726,
3726,
31,
589,
749,
20,
485,
3347,
23244,
43,
29,
3142,
410,
9,
14,
1202,
25,
13,
9,
118,
1608,
410,
13,
8,
8,
16239,
8,
9577,
6554,
3726,
7,
3377,
23244,
43,
13,
11881,
18,
7,
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... |
Get direct link videos from Vimeo in PHP
===
I want a direct link to videos from Vimeo with a PHP script.
I managed to find them manually, but my PHP script does not work.
Here is the initiative:
For example I took this video: http://vimeo.com/22439234
When you go on the page, Vimeo generates a signature associa... | 0 | [
2,
164,
1744,
3508,
6610,
37,
1790,
790,
111,
19,
13,
26120,
800,
3726,
3726,
31,
259,
21,
1744,
3508,
20,
6610,
37,
1790,
790,
111,
29,
21,
13,
26120,
3884,
9,
31,
1471,
20,
477,
105,
23671,
15,
47,
51,
13,
26120,
3884,
630,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 file upload affected or not by max_input_time?
===
I'm looking into what is the best value to set for defaults in PHP. I've seen many contradicting points about `max_input_time`.
This answer says that he believes file uploading is not counted towards timers:
http://stackoverflow.com/a/3758522/518169
While ... | 0 | [
2,
13,
26120,
3893,
71,
8294,
4114,
54,
52,
34,
2049,
1,
108,
4881,
1,
891,
60,
800,
3726,
3726,
31,
22,
79,
699,
77,
98,
25,
14,
246,
1923,
20,
309,
26,
12838,
18,
19,
13,
26120,
9,
31,
22,
195,
541,
151,
20064,
68,
819,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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: passing extra to intent - can't receive what I've passed
===
I am trying to do a simple thing: pass a variable from activity A to activity B. I have this method in activity A:
private void editAccount(CloudAccount account) {
Intent intent = new Intent(this, EditAccountActivity.class);
intent.putExtr... | 0 | [
2,
13005,
45,
2848,
2230,
20,
6936,
13,
8,
92,
22,
38,
2588,
98,
31,
22,
195,
1100,
800,
3726,
3726,
31,
589,
749,
20,
107,
21,
1935,
584,
45,
1477,
21,
7612,
37,
2358,
21,
20,
2358,
334,
9,
31,
57,
48,
2109,
19,
2358,
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... |
Calling noir pages from within the REPL
===
Is it possible to call (or is request the word?) a page defined with "defpage" complete with POST variables in the REPL?
I've created a page with (defpage [:post "/form"] [req] (common/layout ...))
And I would like to see the output of the layout call on the REPL. | 0 | [
2,
2555,
17039,
4434,
37,
363,
14,
302,
5727,
800,
3726,
3726,
25,
32,
938,
20,
645,
13,
5,
248,
25,
3772,
14,
833,
60,
6,
21,
2478,
2811,
29,
13,
7,
13862,
6486,
7,
1279,
29,
678,
12157,
19,
14,
302,
5727,
60,
31,
22,
195,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 modify the default look of a ListView
===
I want to change the default look of the ListView to Something like this
[ CheckBox | TextView ]
[ CheckBox | TextView ]
[ CheckBox | TextView ]
How can i do it?
Thanks in advance.
:) | 0 | [
2,
184,
20,
17579,
14,
12838,
361,
16,
21,
968,
4725,
800,
3726,
3726,
31,
259,
20,
753,
14,
12838,
361,
16,
14,
968,
4725,
20,
301,
101,
48,
636,
2631,
5309,
13,
1,
1854,
4725,
13,
500,
636,
2631,
5309,
13,
1,
1854,
4725,
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... |
Issue with building Newlib
===
I am trying to crosscompile Newlib library for ARM devices using the arm-none-eabi-XXX from CodeSourcery but i am having some issues. When running ./configure and/or make its showing me messages that arm-none-eabi-cc cannot be found.
My path is set up correctly. I can call arm-none-eab... | 0 | [
2,
1513,
29,
353,
78,
8326,
800,
3726,
3726,
31,
589,
749,
20,
919,
11103,
3599,
78,
8326,
1248,
26,
813,
4690,
568,
14,
813,
8,
15746,
8,
62,
9104,
8,
13290,
37,
1797,
12097,
622,
47,
31,
589,
452,
109,
1549,
9,
76,
946,
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... |
inserting fields to MySql table using PHP
===
I am trying to generate a script to insert comments on a blog to 'comments' table in MySsl database
<form action="insertcomment.php" method="post">
<p class ="ctitle">Leave a Comment:</p>
<p>
<label for="name"><b>PostID:</b></label>
... | 0 | [
2,
14692,
68,
2861,
20,
51,
18,
22402,
859,
568,
13,
26120,
800,
3726,
3726,
31,
589,
749,
20,
7920,
21,
3884,
20,
14692,
7534,
27,
21,
8146,
20,
13,
22,
960,
6601,
22,
859,
19,
51,
18,
18,
255,
6018,
13,
1,
4190,
1028,
3726,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Request source code from internal page using jquery same domain
===
I'm trying to get the source of an internal domain page can have it basically cloned into a js file.
I'm not sure if it's possible, but I have attempted to start what the code might look like.
I realize the var source is probably where I go wron... | 0 | [
2,
3772,
1267,
1797,
37,
3117,
2478,
568,
487,
8190,
93,
205,
4603,
800,
3726,
3726,
31,
22,
79,
749,
20,
164,
14,
1267,
16,
40,
3117,
4603,
2478,
92,
57,
32,
11374,
13871,
43,
77,
21,
487,
18,
3893,
9,
31,
22,
79,
52,
562,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Correct control monad for aliasing
===
I have a monadic function which returns a user id:
do
id <- getUserId
I need to be able to "superimpose", on getUserId, a function which looks up, and returns, an alias to the value returned by getUserId
Clearly I could write a specific function getAlias and re... | 0 | [
2,
4456,
569,
9154,
43,
26,
15794,
68,
800,
3726,
3726,
31,
57,
21,
9154,
4673,
1990,
56,
4815,
21,
4155,
4924,
45,
107,
4924,
13,
1,
8,
164,
3699,
5175,
31,
376,
20,
44,
777,
20,
13,
7,
8542,
1660,
15690,
7,
15,
27,
164,
36... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 2374: multiple initialization MV C++
===
I'm having some issues with the initialization of multiple characters. My program is just base in IF statements. I commented in the 2 errors I'm having so far..Any suggestions?
I would appreciate any help.
#include<iostream>
using namespace std;
... | 0 | [
2,
7019,
1137,
3828,
45,
1886,
2104,
1829,
17967,
272,
20512,
800,
3726,
3726,
31,
22,
79,
452,
109,
1549,
29,
14,
2104,
1829,
16,
1886,
1766,
9,
51,
625,
25,
114,
1000,
19,
100,
9015,
9,
31,
5973,
19,
14,
172,
11908,
31,
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... |
Adding Content to database using MVC3
===
I have some stored procedure to add information to a database already. Now I am creating a webpage that allows a user to view certain items within the database. When a user view the page, he or she have the option to edit/update or add a new merchant. I am having difficulties ... | 0 | [
2,
4721,
2331,
20,
6018,
568,
307,
8990,
240,
800,
3726,
3726,
31,
57,
109,
8214,
7004,
20,
3547,
676,
20,
21,
6018,
614,
9,
130,
31,
589,
2936,
21,
2741,
6486,
30,
2965,
21,
4155,
20,
1418,
1200,
3755,
363,
14,
6018,
9,
76,
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... |
Is there step by step tutorial on creating bayesian network?
===
I'm looking for tutorial on creating bayesian network. I have theoretical information and background but I would like to see it in practise on some real-life example.
Could you recommend me some such tutorial? Thank you. | 0 | [
2,
25,
80,
1424,
34,
1424,
29724,
27,
2936,
899,
160,
806,
982,
60,
800,
3726,
3726,
31,
22,
79,
699,
26,
29724,
27,
2936,
899,
160,
806,
982,
9,
31,
57,
9482,
676,
17,
2395,
47,
31,
83,
101,
20,
196,
32,
19,
27954,
27,
109,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Checkbox not returing value in Param
===
I am having an issue that when an I return from adding or editing an entity, the param.book_hardcoverFlag is not set properly (there is no entry for that param anymore) if the check box is unchecked.
...
<td class="field">
<input type="checkbox" class="checkb... | 0 | [
2,
2631,
5309,
52,
13,
6239,
10450,
1923,
19,
2258,
79,
800,
3726,
3726,
31,
589,
452,
40,
1513,
30,
76,
40,
31,
788,
37,
4721,
54,
9510,
40,
9252,
15,
14,
2258,
79,
9,
5199,
1,
6011,
14069,
22868,
25,
52,
309,
7428,
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... |
IIS 7 Rewrite to different Application Pool
===
There are a lot of topics on the subject saying that you cannot rewrite an incoming request to a different Application Pool in IIS 7 (one such post is http://serverfault.com/questions/220007/iis-7-5-multiple-application-pools-and-url-rewriting-403-18-forbidden). A redir... | 0 | [
2,
595,
18,
453,
27891,
20,
421,
3010,
3067,
800,
3726,
3726,
80,
50,
21,
865,
16,
7569,
27,
14,
1550,
1148,
30,
42,
1967,
27891,
40,
17126,
3772,
20,
21,
421,
3010,
3067,
19,
595,
18,
453,
13,
5,
849,
145,
678,
25,
7775,
6903... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Cut/copy/paste with custom handlers and widgets
===
I am developing an Eclipse RCP application with a custom editor. In this editor, I have my own custom objects that contain various standard SWT widgets.
The desired, final behavior is to allow cut/copy/paste of my own graphical objects as well as being able to cu... | 0 | [
2,
1077,
118,
19625,
118,
19802,
62,
29,
5816,
24641,
18,
17,
4807,
43,
3060,
18,
800,
3726,
3726,
31,
589,
3561,
40,
11652,
761,
7439,
3010,
29,
21,
5816,
1835,
9,
19,
48,
1835,
15,
31,
57,
51,
258,
5816,
3916,
30,
3717,
617,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 disable Windows office 2010 keyboard shortcuts
===
I recently realized that Windows Office 2010 took over some of my keyboard shortcuts. For example, "Ctrl+Shift+P" which I used to use in firefox, will now start PowerPoint instead. How do I disable that? | 0 | [
2,
184,
20,
1460,
579,
1936,
488,
498,
8896,
502,
4118,
18,
800,
3726,
3726,
31,
1989,
1896,
30,
1936,
488,
498,
199,
84,
109,
16,
51,
8896,
502,
4118,
18,
9,
26,
823,
15,
13,
7,
4812,
6362,
2430,
14157,
2430,
306,
7,
56,
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... |
Disable DELETE on table in Postgresql?
===
For a security sensitive design, I'd like to disable `DELETEs` on certain tables.
The `DELETE` should merely set a `deleted` flag on a row (which would be then visible on a view, which would be used by the application layer).
As I understand a [rule][1] would generate ... | 0 | [
2,
1460,
579,
27448,
27,
859,
19,
678,
6879,
18,
22402,
60,
800,
3726,
3726,
26,
21,
1221,
7830,
704,
15,
31,
22,
43,
101,
20,
1460,
579,
13,
1,
24249,
3231,
1,
27,
1200,
7484,
9,
14,
13,
1,
24249,
591,
1,
378,
5494,
309,
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... |
Prestashop - create link to the category that a product belongs to
===
I'm fairly new at prestashop. On the home page I am using the "Specials Center" module which just displays a list of products that are on sale. I wanted to show which category the product belongs to. I edited SpecialsCenter.tpl and used this code: ... | 0 | [
2,
26481,
472,
5347,
13,
8,
1600,
3508,
20,
14,
3230,
30,
21,
2374,
7034,
20,
800,
3726,
3726,
31,
22,
79,
6647,
78,
35,
26481,
472,
5347,
9,
27,
14,
213,
2478,
31,
589,
568,
14,
13,
7,
11118,
18,
459,
7,
12613,
56,
114,
941... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Msg 102, Level 15, State 1,
===
I wrote following stored procedure in SQL Server 2005 and I get error message:
Msg 102, Level 15, State 1, Procedure sp_InsertCustTrans, Line 12
Incorrect syntax near '@TrID'.
My stored procedure is:
set ANSI_NULLS ON
set QUOTED_IDENTIFIER ON
go
ALTER PROCEDURE [dbo].[s... | 0 | [
2,
4235,
263,
10913,
15,
662,
357,
15,
146,
137,
15,
800,
3726,
3726,
31,
738,
249,
8214,
7004,
19,
4444,
255,
8128,
812,
17,
31,
164,
7019,
2802,
45,
4235,
263,
10913,
15,
662,
357,
15,
146,
137,
15,
7004,
3782,
1,
108,
18,
6... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to define a node shape in graphviz?
===
I want to draw circle as the node in dot. I am using the following simple code which should draw circle. But it draws draws eclipse instead. This is my code :
digraph G {
node [ shape=circle, width=0.5, height = 0.5, fixedsize=true]
Node1 -> Node1 ;
No... | 0 | [
2,
184,
20,
9267,
21,
15421,
2539,
19,
7210,
1755,
380,
60,
800,
3726,
3726,
31,
259,
20,
2003,
2775,
28,
14,
15421,
19,
14123,
9,
31,
589,
568,
14,
249,
1935,
1797,
56,
378,
2003,
2775,
9,
47,
32,
10802,
10802,
11652,
700,
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... |
Post a Tweet to User's Account
===
I want to tweet on behalf of user with OAuth, but when user uses the application then tweet goes.
I wanna tweet on user's timeline when I want to. Is this possible? | 0 | [
2,
678,
21,
20224,
20,
4155,
22,
18,
2176,
800,
3726,
3726,
31,
259,
20,
20224,
27,
5883,
16,
4155,
29,
635,
1346,
96,
15,
47,
76,
4155,
2027,
14,
3010,
94,
20224,
1852,
9,
31,
11024,
20224,
27,
4155,
22,
18,
18398,
76,
31,
25... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... |
multiple line tag content replacement if content matches
===
I am not very proficient in perl, awk, or sed and I have been searching the web for a solution to my problem for some while now, but wasn't very successful.
I would like to replace
`<math> ... </math>`
with
`<math>\begin{align} ... \end{align}... | 0 | [
2,
1886,
293,
3383,
2331,
4610,
100,
2331,
1717,
800,
3726,
3726,
31,
589,
52,
253,
28140,
19,
416,
255,
15,
13,
3885,
197,
15,
54,
13924,
17,
31,
57,
74,
5792,
14,
2741,
26,
21,
4295,
20,
51,
1448,
26,
109,
133,
130,
15,
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... |
Conceptual confusion about parsing of HTML by browsers and HTML's form (syntactical)
===
Someone was trying to harass and demean me today by challenging my knowledge of HTML in general which I never claimed to have as I have only begun learning it. She asked me the following two questions:
Question 1. If I create a... | 0 | [
2,
14425,
5677,
88,
2017,
18,
68,
16,
13,
15895,
34,
16495,
18,
17,
13,
15895,
22,
18,
505,
13,
5,
9507,
6981,
18142,
6,
800,
3726,
3726,
737,
23,
749,
20,
18703,
17,
121,
22183,
55,
786,
34,
10855,
51,
1918,
16,
13,
15895,
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... |
Migration from Android to iPhone
===
Good Afternoon,
We developed an Android app using PhoneGap, Jquery Mobile and we want it to be operational in iPhone.
i want to know how can i convert it and which tools should i use.
Thank you for you help.
Cordially, | 1 | [
2,
8443,
37,
13005,
20,
21024,
800,
3726,
3726,
254,
3435,
15,
95,
885,
40,
13005,
4865,
568,
1132,
1136,
306,
15,
487,
8190,
93,
3241,
17,
95,
259,
32,
20,
44,
5656,
19,
21024,
9,
31,
259,
20,
143,
184,
92,
31,
8406,
32,
17,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0... |
Control from TPFToolkit doesn't exist in namespace
===
I added to references WPFToolkit.dll and I added do my .xaml file following line:
xmlns:toolkit="clr-namespace:Microsoft.Windows.Controls;assembly=WpfToolkit"
and before following line:
xmlns:toolkit="http://schemas.microsoft.com/wpf/2008/toolkit... | 0 | [
2,
569,
37,
13,
38,
7721,
20799,
13703,
1437,
22,
38,
3182,
19,
204,
5582,
800,
3726,
3726,
31,
905,
20,
7231,
619,
7721,
20799,
13703,
9,
43,
211,
17,
31,
905,
107,
51,
13,
9,
6791,
8184,
3893,
249,
293,
45,
23504,
2172,
45,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
koGrid empties our grid instead of updating with KnockoutJS with Asp.Net MVC 3
===
We're working on ASP.Net MVC 3 + knockout-2.1.0 and we're trying to render a koGrid but have an Ajax issue (we think) that is emptying the koGrid instead of updating it.
In the initial state, the datasource for the koGrid is an array... | 0 | [
2,
1584,
16375,
29863,
318,
7354,
700,
16,
71,
43,
1880,
29,
11676,
728,
18,
29,
28,
306,
9,
2328,
307,
8990,
203,
800,
3726,
3726,
95,
22,
99,
638,
27,
28,
306,
9,
2328,
307,
8990,
203,
2754,
11676,
8,
135,
9,
165,
9,
387,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Clang++ -c outputs files to the wrong directory
===
I have this makefile target that contains these steps:
...
cd $(GRAPHICS_BUILD_DIR)
clang++ -c -I$(SFML_HEADERS) $(GRAPHICS_DIR)/*.cpp
cd $(BASE_DIR)
...
For some reason, Clang outputs the build files into `BASE_DIR`, not `GRAPHICS_BUILD... | 0 | [
2,
4258,
263,
20512,
13,
8,
150,
5196,
18,
6488,
20,
14,
1389,
16755,
800,
3726,
3726,
31,
57,
48,
233,
16877,
2935,
30,
1588,
158,
2382,
45,
13,
9,
9,
9,
1745,
5579,
5,
12084,
18,
1,
29361,
1,
9035,
6,
4258,
263,
20512,
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... |
Auto Voicemail I guess this would be called?
===
This one is a little hard to explain so, I'm going to try to make this easy.
I have an MP3(I can change it if need be) that I want to have play back when a call is made. Almost like a voice-mail response you get at the end of the call ring sequence. Is there any way to... | 0 | [
2,
3108,
430,
8079,
31,
2321,
48,
83,
44,
227,
60,
800,
3726,
3726,
48,
53,
25,
21,
265,
552,
20,
3271,
86,
15,
31,
22,
79,
228,
20,
1131,
20,
233,
48,
2010,
9,
31,
57,
40,
4628,
240,
5,
49,
92,
753,
32,
100,
376,
44,
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... |
GridView with images aligned bottom in a RelativeLayout
===
I've searched this forum up and down and found different solutions but none of them have worked as expected. I even tried looking at the Shelves project that's open sourced and that seemed much too involved for what I'm trying to achieve here.
I have a sc... | 0 | [
2,
7354,
4725,
29,
3502,
13,
12740,
2129,
19,
21,
4543,
4414,
1320,
800,
3726,
3726,
31,
22,
195,
9036,
48,
5691,
71,
17,
125,
17,
216,
421,
6776,
47,
2369,
16,
105,
57,
577,
28,
1727,
9,
31,
166,
794,
699,
35,
14,
18117,
669,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How does one use a Firebreath plugin within Firefox installed via XPI?
===
I have written a multiplat addon which has been tested under both Chrome and Firefox. The testing was done using the default html file Firebreath generates, installing the DLL via regsvr32.
I would like to package this addon so that Firefox... | 0 | [
2,
184,
630,
53,
275,
21,
535,
18099,
10922,
108,
363,
535,
18219,
4066,
1197,
23045,
49,
60,
800,
3726,
3726,
31,
57,
642,
21,
1889,
9897,
38,
3547,
218,
56,
63,
74,
7631,
131,
156,
13,
12985,
17,
535,
18219,
9,
14,
4431,
23,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
copy file content into new file in Linux
===
I would like to know how to copy all content of a file (server.log) to a new file and removing the content from original file by using Linux commands. Actually it is easy to to that. But I actually want to be sure there will not be content update within that operations. Fol... | 0 | [
2,
4344,
3893,
2331,
77,
78,
3893,
19,
13024,
800,
3726,
3726,
31,
83,
101,
20,
143,
184,
20,
4344,
65,
2331,
16,
21,
3893,
13,
5,
10321,
106,
9,
5567,
6,
20,
21,
78,
3893,
17,
9096,
14,
2331,
37,
501,
3893,
34,
568,
13024,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Weblogic + JPA don't refresh data on Oracle database
===
I have a system based on Oracle10g (datasource) + Weblogic 10.3 + Eclipselink.<br>
If I insert or delete data via the Java software with DAOs, all the data are immediately avaliable, but if I manually insert data (via SqlDeveloper or using the java.sql.Connec... | 0 | [
2,
2741,
24268,
2754,
487,
1060,
221,
22,
38,
24905,
1054,
27,
15759,
6018,
800,
3726,
3726,
31,
57,
21,
329,
432,
27,
15759,
1036,
263,
13,
5,
18768,
12097,
6,
2754,
2741,
24268,
332,
9,
240,
2754,
11652,
6258,
9,
1,
5145,
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,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
OpenCV - Intersection between two binary images
===
Let's say I have two binary images of the same size. How do I find the intersection between the two binary images? Only pixels of the same coordinate (location) on the two images that are white (gray - 255) will give white pixels on the output image (intersection). | 0 | [
2,
368,
12732,
13,
8,
5351,
128,
81,
14171,
3502,
800,
3726,
3726,
408,
22,
18,
395,
31,
57,
81,
14171,
3502,
16,
14,
205,
1072,
9,
184,
107,
31,
477,
14,
5351,
128,
14,
81,
14171,
3502,
60,
104,
18146,
18,
16,
14,
205,
15154,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
trouble getting started with Jinja2 in Google app-engine
===
I am trying to use the jinja2 templates frameworks in google app-engine on windows xp os. I can not get past this Name error. can someone please help?
jinja_environment = jinja2.Environment(
loader=jinja2.FileSystemLoader(os.path.join(os... | 0 | [
2,
2572,
1017,
373,
29,
5627,
1004,
135,
19,
8144,
4865,
8,
16847,
800,
3726,
3726,
31,
589,
749,
20,
275,
14,
5627,
1004,
135,
22894,
18,
6596,
18,
19,
8144,
4865,
8,
16847,
27,
1936,
23045,
13,
759,
9,
31,
92,
52,
164,
640,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Operator << - order of parameter evaluation
===
From this question & the answers - http://stackoverflow.com/questions/10782863/what-is-the-correct-answer-for-cout-c-c
I get that
std::cout<<c++<<c;
is evaluated as:
std::operator<<(std::operator<<(std::cout, c++), c);
so the undefined behavior co... | 0 | [
2,
6022,
13,
1,
13,
8,
389,
16,
18906,
8670,
800,
3726,
3726,
37,
48,
1301,
279,
14,
6709,
13,
8,
7775,
6903,
25325,
2549,
9990,
9,
960,
118,
24652,
18,
118,
1036,
4130,
24046,
9280,
608,
8,
403,
8,
124,
8,
25345,
8,
5950,
466... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Ebay Shopping API
===
Hi All! I want to get public user information about seller in ebay, for this I use ebay [shopping API][1]:
http://open.api.sandbox.ebay.com/shopping?
callname=GetUserProfile&
responseencoding=XML&
appid=YourAppId&
siteid=0&
UserID=TESTUSER_magicalboo... | 0 | [
2,
13,
62,
7011,
4884,
21,
2159,
800,
3726,
3726,
4148,
65,
187,
31,
259,
20,
164,
317,
4155,
676,
88,
3344,
106,
19,
13,
62,
7011,
15,
26,
48,
31,
275,
13,
62,
7011,
636,
18,
21181,
21,
2159,
500,
2558,
165,
500,
45,
7775,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Webcam not showing on homepage
===
I have a webcam working and uploading images to the folder webcam/casema on my website however, the image is not showing when i add the page to the server, if i run the html page in my browser from my desktop it works fine, but when i ipload it, it doesn't display any images, below ... | 0 | [
2,
2741,
8760,
52,
3187,
27,
213,
6486,
800,
3726,
3726,
31,
57,
21,
2741,
8760,
638,
17,
71,
16866,
3502,
20,
14,
19294,
2741,
8760,
118,
10325,
540,
27,
51,
2271,
207,
15,
14,
1961,
25,
52,
3187,
76,
31,
3547,
14,
2478,
20,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Delete first line of file if it's empty
===
How can I delete the first (!) line of a text file if it's empty, using e.g. sed or other standard UNIX tools. I tried this command:
sed '/^$/d' < somefile
But this will delete the first empty line, not the first line of the file, if it's empty. Can I give sed some... | 0 | [
2,
27448,
64,
293,
16,
3893,
100,
32,
22,
18,
2424,
800,
3726,
3726,
184,
92,
31,
27448,
14,
64,
13,
5,
187,
6,
293,
16,
21,
1854,
3893,
100,
32,
22,
18,
2424,
15,
568,
13,
62,
9,
263,
9,
13924,
54,
89,
1236,
22540,
4672,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Hard code value into data map for Dynamics CRM
===
I have a file that I want to import into Microsoft Dynamics CRM 2011 using the native import utility. The file does not contain a field that is required on the entity I want to import onto, is it possible to set the value for the field in the data map?
EG. The req... | 0 | [
2,
552,
1797,
1923,
77,
1054,
2942,
26,
12289,
6186,
79,
800,
3726,
3726,
31,
57,
21,
3893,
30,
31,
259,
20,
9010,
77,
7099,
12289,
6186,
79,
542,
568,
14,
1275,
9010,
10082,
9,
14,
3893,
630,
52,
3717,
21,
575,
30,
25,
1390,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 in Switch cases of ZXing project in android
===
I have downloaded the ZXing project from the http://code.google.com/p/zxing/downloads/detail?name=ZXing-2.0.zip&can=2&q= and followed all the steps of http://damianflannery.wordpress.com/2011/06/13/integrate-zxing-barcode-scanner-into-your-android-app-natively-usin... | 0 | [
2,
7019,
19,
5521,
1871,
16,
2052,
18222,
669,
19,
13005,
800,
3726,
3726,
31,
57,
23887,
14,
2052,
18222,
669,
37,
14,
7775,
6903,
9375,
9,
16111,
4875,
9,
960,
118,
306,
118,
380,
18222,
118,
2968,
8294,
18,
118,
546,
8682,
60,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
directories and files unvisible after upgrade to android 4
===
I recently upgraded my Samsung Galaxy S2 to Android 4 (ver. 4.0.3).
Since then i have an issue with data storage in directories mnt/sdcard/usbStorage and mnt/sdcard/external_sd.
When I connect the phone to a PC (USB connection) I can see and write fi... | 0 | [
2,
559,
1596,
17,
6488,
367,
3762,
3426,
75,
9483,
20,
13005,
268,
800,
3726,
3726,
31,
1989,
9958,
51,
22981,
9358,
13,
18,
135,
20,
13005,
268,
13,
5,
2304,
9,
268,
9,
387,
9,
240,
6,
9,
179,
94,
31,
57,
40,
1513,
29,
1054... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
jQuery track down name of div by mouse pointer
===
Is it possible to store DIV name into variable when I hover over it?
Example:
`<div class="bar1">Text 1</div>
<div class="bar2">Text 2</div>`
And when I hover over "Text 1", name of a DIV will be stored in jQuery variable. And when I hover to "Text 2" DIV... | 0 | [
2,
487,
8190,
93,
792,
125,
204,
16,
13,
12916,
34,
7567,
454,
106,
800,
3726,
3726,
25,
32,
938,
20,
1718,
13,
12916,
204,
77,
7612,
76,
31,
21350,
84,
32,
60,
823,
45,
13,
1,
12916,
718,
3726,
7,
1850,
165,
7,
1,
11969,
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... |
s.replaceAll() not working Java/AndroidSDK
===
Hi there I'm trying to replace part of a (html) string but it's not working. And yes I am setting it to a new variable.
String newsBody = item.htcontent.replaceAll("resolveuid", "www.urlnotimportant.nl/resolveuid");
Why is isn't this working?
I think it has ... | 0 | [
2,
13,
18,
9,
99,
5119,
1233,
5,
6,
52,
638,
8247,
118,
19554,
9178,
43,
197,
800,
3726,
3726,
4148,
80,
31,
22,
79,
749,
20,
3934,
141,
16,
21,
13,
5,
15895,
6,
3724,
47,
32,
22,
18,
52,
638,
9,
17,
1643,
31,
589,
2697,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
SQL query for uniqe records
===
I'm trying to construct a query that gives me the unique records based on a "column". This is simplified sample of the data:
**version** **first** **last**
a joe smith
b jane smith
c biff ... | 0 | [
2,
4444,
255,
25597,
26,
367,
9908,
62,
742,
800,
3726,
3726,
31,
22,
79,
749,
20,
6960,
21,
25597,
30,
2352,
55,
14,
2619,
742,
432,
27,
21,
13,
7,
716,
4404,
103,
7,
9,
48,
25,
13,
11268,
5717,
16,
14,
1054,
45,
13,
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... |
Android - how to get pressed key on virtual keyboard?
===
I am trying to write a word game. That's why, at some point I need to get the pressed key on virtual keyboard. And I need to write this letter to a textView. EditText shouldn't be used. I am TOTALLY stuck in listeners etc.
Any help would be appreciated.
... | 0 | [
2,
13005,
13,
8,
184,
20,
164,
2931,
1246,
27,
6599,
8896,
60,
800,
3726,
3726,
31,
589,
749,
20,
2757,
21,
833,
250,
9,
30,
22,
18,
483,
15,
35,
109,
454,
31,
376,
20,
164,
14,
2931,
1246,
27,
6599,
8896,
9,
17,
31,
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... |
js passing two functions to a method
===
Which is the correct syntax to pass two or more functions to a method for example
`setInterval("javascript function",milliseconds);`
is the following correct?
`setInterval("pushmarkers();clearOverlays();loadmarkers();",5000);` | 0 | [
2,
487,
18,
2848,
81,
3719,
20,
21,
2109,
800,
3726,
3726,
56,
25,
14,
4456,
22649,
20,
1477,
81,
54,
91,
3719,
20,
21,
2109,
26,
823,
13,
1,
3554,
6280,
3377,
5,
7,
1004,
1385,
8741,
1990,
7,
15,
8702,
49,
5007,
18,
6,
73,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
what are the static and native methods of thread class
===
what are the static and native methods of thread class
a.yield b.start c.join d.wait
i faced a interview (written test question is this)
i know about multi threading concept
if i create Thread t = new Thread();
t.start();-thread star... | 1 | [
2,
98,
50,
14,
12038,
17,
1275,
3195,
16,
9322,
718,
800,
3726,
3726,
98,
50,
14,
12038,
17,
1275,
3195,
16,
9322,
718,
21,
9,
93,
8487,
43,
334,
9,
13680,
272,
9,
1636,
108,
13,
43,
9,
8195,
31,
3110,
21,
2421,
13,
5,
6390,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
NGINX Rewrite Redirection Issu
===
I have an NGINX setup, trying to rewrite a URL from /system to /fs, I have this code:
location /system {
rewrite ^ /fs last;
}
For some reason it just redirects to a folder called /fs and I get a not found.
How can I fix this? | 0 | [
2,
13,
2723,
108,
396,
27891,
302,
14706,
872,
25,
1666,
800,
3726,
3726,
31,
57,
40,
13,
2723,
108,
396,
18161,
15,
749,
20,
27891,
21,
287,
6362,
37,
13,
118,
10724,
20,
13,
118,
11754,
15,
31,
57,
48,
1797,
45,
1474,
13,
11... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Flex 4.5, target same components
===
I'm not flex expert, I am beginner, so maybe this is not possible.
I have something like :
<s:VGroup gap="2" paddingLeft="1" paddingTop="1">
<s:BorderContainer
rollOver="fadeInBorderComponent.play(); fadeInLabel.play()"
rollOut="fadeOutB... | 0 | [
2,
14409,
268,
9,
264,
15,
2935,
205,
5090,
800,
3726,
3726,
31,
22,
79,
52,
14409,
5390,
15,
31,
589,
26931,
15,
86,
913,
48,
25,
52,
938,
9,
31,
57,
301,
101,
13,
45,
13,
1,
18,
45,
710,
8024,
4127,
3726,
7,
135,
7,
4432... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Efficient way for updating data in a data table from another data table
===
I have a data table in my ASP.NET web service project, this data table has around 500K records in it with 39 columns and is present in Cache.
After a minute a background thread hits the database and brings update records from database, which ... | 0 | [
2,
8243,
161,
26,
71,
43,
1880,
1054,
19,
21,
1054,
859,
37,
226,
1054,
859,
800,
3726,
3726,
31,
57,
21,
1054,
859,
19,
51,
28,
306,
9,
2328,
2741,
365,
669,
15,
48,
1054,
859,
63,
140,
3033,
197,
742,
19,
32,
29,
4890,
749... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Why does a (strong) property get reassigned?
===
I'm new to Objective C so I kindly ask to forgive my ignorance.
I'm trying to get [this code][1] to work, to no avail.
In my header file, I have declared a property:
@interface UIWebViewScriptDebugDelegate : NSObject
@property (nonatomic, strong)... | 0 | [
2,
483,
630,
21,
13,
5,
15004,
6,
1354,
164,
20880,
60,
800,
3726,
3726,
31,
22,
79,
78,
20,
7038,
272,
86,
31,
22215,
1349,
20,
8591,
51,
20949,
9,
31,
22,
79,
749,
20,
164,
636,
1565,
1797,
500,
2558,
165,
500,
20,
170,
15... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to use Aho-Corasick for finding a text in given set of string?
===
I have the code of Aho-Corasick.But i still not aware of how to use state during find a text in given list of string.
For example i have List of string's [MOSCOW][COLA] now i need to find if "CA" is in the list if yes what is it's position?
L... | 0 | [
2,
184,
20,
275,
21,
1807,
8,
4966,
58,
17849,
26,
3007,
21,
1854,
19,
504,
309,
16,
3724,
60,
800,
3726,
3726,
31,
57,
14,
1797,
16,
21,
1807,
8,
4966,
58,
17849,
9,
811,
31,
174,
52,
3854,
16,
184,
20,
275,
146,
112,
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,
1,
1,
1,
1,
1... |
PowerShell Script doesn't work. Command-Invoke & "-Command"
===
Can anyone explain to me why the following does not run:
Start-Process powershell -Verb Runas -ArgumentList "-NoExit","-Command `"&{`Invoke-Expression node .\Echo.js --ownNode 18000 --nodeA 17000 --utility 22 `"}`""
Just running it with node h... | 0 | [
2,
414,
15984,
3884,
1437,
22,
38,
170,
9,
1202,
8,
108,
2625,
1048,
279,
13,
7,
8,
16239,
7,
800,
3726,
3726,
92,
1276,
3271,
20,
55,
483,
14,
249,
630,
52,
485,
45,
799,
8,
16835,
414,
15984,
13,
8,
2304,
220,
485,
472,
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... |
Pretty specific issue regarding FTP functions in PHP
===
I'm using code based on the following PHP doc comment
http://www.php.net/manual/en/function.ftp-rawlist.php#101071
..to try and get an enhanced directory listing via the MLSD command.
Using code based on that example works nicely. However, a problem occ... | 0 | [
2,
1772,
1903,
1513,
3467,
1187,
306,
3719,
19,
13,
26120,
800,
3726,
3726,
31,
22,
79,
568,
1797,
432,
27,
14,
249,
13,
26120,
9765,
6484,
7775,
6903,
6483,
9,
26120,
9,
2328,
118,
177,
6948,
118,
219,
118,
22359,
9,
3072,
306,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Relational vs XML vs Graph databases. Pros and cons. Conveninence. Future
===
I would like to discuss and get a good annalysis from experienced users about the topics. I work with all three of them.
* SQL -> Maturity. Constraints, triggers, distributed tables...
* XML -> Fast and powerful querying
... | 0 | [
2,
5827,
192,
4611,
23504,
4611,
7210,
6018,
18,
9,
895,
18,
17,
11608,
9,
1065,
3124,
108,
2940,
9,
1022,
800,
3726,
3726,
31,
83,
101,
20,
5990,
17,
164,
21,
254,
2823,
15765,
37,
3882,
3878,
88,
14,
7569,
9,
31,
170,
29,
65... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Handlebars custom if helper else is undefined
===
I have a custom helper, as follows:
Handlebars.registerHelper('hasAccess', function(val, fnTrue, fnFalse) {
return val > 5 ? fnTrue() : fnFalse();
});
and my template, as follows:
{{#hasAccess this.access}}
You have access!
... | 0 | [
2,
3053,
1850,
18,
5816,
100,
448,
106,
962,
25,
367,
13439,
800,
3726,
3726,
31,
57,
21,
5816,
448,
106,
15,
28,
2415,
45,
3053,
1850,
18,
9,
12463,
9959,
14593,
106,
5,
22,
6482,
20604,
22,
15,
1990,
5,
3377,
15,
13,
19035,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
iTextSharp setting font family to chunk
===
Because I use dynamic text, italic or bold text could be any where, cutting everything into chunks is not an option, so I have to use html parser.
Input string is "ąčęėįšųū90-žthis <.i>is <.b>bold ąčęėįšųū90-ž<./i><./b> text"(no dots in tags of course). String is formatted... | 0 | [
2,
31,
11969,
23646,
2697,
9978,
190,
20,
15009,
800,
3726,
3726,
185,
31,
275,
7782,
1854,
15,
32,
192,
596,
54,
5657,
1854,
110,
44,
186,
113,
15,
5378,
796,
77,
15009,
18,
25,
52,
40,
4255,
15,
86,
31,
57,
20,
275,
13,
1589... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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 customize some of a UITableView's cell heights, but leave others as defaults?
===
To specify cell heights of a table view we use the delegate method,
- (CGFloat) tableView:(UITableView*)tableView heightForHeaderInSection:(NSInteger)section
However this method asks cell height of every row, what can I do if... | 0 | [
2,
184,
92,
31,
5816,
2952,
109,
16,
21,
13,
11193,
579,
4725,
22,
18,
1667,
7161,
15,
47,
767,
654,
28,
12838,
18,
60,
800,
3726,
3726,
20,
19077,
1667,
7161,
16,
21,
859,
1418,
95,
275,
14,
11300,
2109,
15,
13,
8,
13,
5,
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... |
load a new dependency in slime?
===
I am using emacs and swank-clojure. How do I resolve the below scenario -
1. I have added a new dependency to project.clj.
2. I run lein deps in a shell to get the new dep.
3. I have an existing slime session that is open and want to use a function from the new dep.
How... | 0 | [
2,
6305,
21,
78,
26835,
19,
8824,
62,
60,
800,
3726,
3726,
31,
589,
568,
13,
62,
6893,
18,
17,
6494,
197,
8,
13023,
2142,
99,
9,
184,
107,
31,
9854,
14,
1021,
12705,
13,
8,
137,
9,
31,
57,
905,
21,
78,
26835,
20,
669,
9,
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... |
FB iframe canvas height
===
I have a problem width tha canvas height;<br/>
I used the following code:
<div id="fb-root"></div>
<script src="http://connect.facebook.net/en_US/all.js"></script>
<script type="text/javascript">
window.fbAsyncInit = function()
{
FB.i... | 0 | [
2,
13,
13478,
31,
8361,
9696,
2947,
800,
3726,
3726,
31,
57,
21,
1448,
9456,
10565,
9696,
2947,
73,
1,
5145,
118,
1,
31,
147,
14,
249,
1797,
45,
13,
1,
12916,
4924,
3726,
7,
13478,
8,
14032,
7,
1,
118,
12916,
1,
13,
1,
8741,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Detect if a PHP script is being run interactively or not
===
I have a script that is designed to be run both as a web page, and via the console.
Detecting which method was used to invoke the script seems pretty straight forward, but when the script is being run from the console, I need to know if the script is bein... | 0 | [
2,
9092,
100,
21,
13,
26120,
3884,
25,
142,
485,
9194,
102,
54,
52,
800,
3726,
3726,
31,
57,
21,
3884,
30,
25,
1006,
20,
44,
485,
156,
28,
21,
2741,
2478,
15,
17,
1197,
14,
8650,
9,
9092,
68,
56,
2109,
23,
147,
20,
28371,
14... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Why is RSpec giving "Attempt to unlock a mutex which is not locked" error when attempting to click_button?
===
I'm attempting to test links that should/shouldn't be seen when logged in, but RSpec is throwing the following error:
Failure/Error: before { sign_in user }
ThreadError:
Attempt to unlock a... | 0 | [
2,
483,
25,
13,
1224,
12610,
1438,
13,
7,
10303,
14228,
20,
16497,
21,
20562,
396,
56,
25,
52,
4011,
7,
7019,
76,
6314,
20,
10840,
1,
811,
444,
60,
800,
3726,
3726,
31,
22,
79,
6314,
20,
1289,
6271,
30,
378,
118,
14941,
103,
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... |
Nested Model saving/syncing with Sencha Touch 2 with 1 request
===
Is it possible to save() a parent model and have it also send across the associated data in a nested JSON format, just like how it's received?
So my data structure is like this:
Events hasOne organiser
Events hasMany attendees
events: [... | 0 | [
2,
5618,
69,
1061,
7599,
118,
9507,
6302,
29,
8252,
1651,
1723,
172,
29,
137,
3772,
800,
3726,
3726,
25,
32,
938,
20,
2079,
5,
6,
21,
4766,
1061,
17,
57,
32,
67,
2660,
464,
14,
1598,
1054,
19,
21,
5618,
69,
487,
528,
2595,
15,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Generated bitmap using bytes size is vary from Original?
===
After converting the bitmap to bytes again generating the bitmap but the size of the bitmap is vary from original to generated.Why?
> Original Bitmap Width :284 Height :139
>
> bitmap sample size factor :2
>
> Converted Image Width :142 Height :69
... | 0 | [
2,
6756,
1142,
15022,
568,
34,
3231,
1072,
25,
7392,
37,
501,
60,
800,
3726,
3726,
75,
19583,
14,
1142,
15022,
20,
34,
3231,
188,
13500,
14,
1142,
15022,
47,
14,
1072,
16,
14,
1142,
15022,
25,
7392,
37,
501,
20,
6756,
9,
2256,
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... |
jquery plugin for numbered navigation
===
I would like to know where i could find a jquery plugin (or any other solution) that will help me to make a 'youtube like' comment navigation. See the link.
<https://www.dropbox.com/sh/pu9rv6hbbocqcyi/IEi8f6gn85#f:youtube_nav.png>
Thanks in advance.
| 0 | [
2,
487,
8190,
93,
10922,
108,
26,
9824,
8368,
800,
3726,
3726,
31,
83,
101,
20,
143,
113,
31,
110,
477,
21,
487,
8190,
93,
10922,
108,
13,
5,
248,
186,
89,
4295,
6,
30,
129,
448,
55,
20,
233,
21,
13,
22,
245,
19302,
101,
22,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How do I left align components in GridBagLayout?
===
![enter image description here][1]
Each row in the above pic, is custom component that uses gridbaglayout for laying components.
I am trying to avoid that space before the button "Abc", I want it completely pushed to the left hand side. How do I achieve this usi... | 0 | [
2,
184,
107,
31,
225,
23389,
5090,
19,
7354,
8632,
4414,
1320,
60,
800,
3726,
3726,
13,
187,
2558,
13679,
1961,
5318,
235,
500,
2558,
165,
500,
206,
3131,
19,
14,
784,
9327,
15,
25,
5816,
5912,
30,
2027,
7354,
8632,
4414,
1320,
26... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
How to increase the testNG timeOut
===
I have several tests lined up in the test suite and want to execute many of them at once. After few minutes of search I get a feel that the maximum time that all the tests can run is 60 mins. Is it possible to override it?
I tried to increase the time out in the suite xml file... | 0 | [
2,
184,
20,
1839,
14,
1289,
2723,
85,
1320,
800,
3726,
3726,
31,
57,
238,
4894,
9011,
71,
19,
14,
1289,
6160,
17,
259,
20,
15644,
151,
16,
105,
35,
382,
9,
75,
310,
902,
16,
2122,
31,
164,
21,
583,
30,
14,
2979,
85,
30,
65,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Depicting a list of objects in XPCE
===
I want to make an animation in XPCE, consisting of an arbitrary number of moving circles.
The circles are given in a Prolog list, containing for each circle its coordinates, radius, and colour. Hence, the list looks like this: [[[1,2],20,red],[[40,2],15,green],...]
I can of co... | 0 | [
2,
11235,
21,
968,
16,
3916,
19,
23045,
1105,
800,
3726,
3726,
31,
259,
20,
233,
40,
6236,
19,
23045,
1105,
15,
4160,
16,
40,
17237,
234,
16,
1219,
7845,
9,
14,
7845,
50,
504,
19,
21,
895,
5567,
968,
15,
3503,
26,
206,
2775,
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... |
ASP.Net MVC 3 Drop Down List
===
I am developing an ASP.Net MVC 3 Web Application. One of my Razor Views contains a few Textboxes and a Drop Down List. When the User selects an option from the Drop Down List, I need a Partial View, or something like this, to appear below the Drop Down List preferable without a post ba... | 0 | [
2,
28,
306,
9,
2328,
307,
8990,
203,
2804,
125,
968,
800,
3726,
3726,
31,
589,
3561,
40,
28,
306,
9,
2328,
307,
8990,
203,
2741,
3010,
9,
53,
16,
51,
14282,
4146,
1588,
21,
310,
1854,
5309,
160,
17,
21,
2804,
125,
968,
9,
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... |
UIBarButtonItem, set exclusive touch
===
Is there anyway to make UIBarButtonItem exclusive touch? At the moment you can select multiple at the same time and it keeps crashing my app. Any suggestions? | 0 | [
2,
13,
5661,
1850,
811,
444,
2119,
79,
15,
309,
6753,
1723,
800,
3726,
3726,
25,
80,
2774,
20,
233,
13,
5661,
1850,
811,
444,
2119,
79,
6753,
1723,
60,
35,
14,
688,
42,
92,
5407,
1886,
35,
14,
205,
85,
17,
32,
8968,
14604,
51,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... |
best practise - locking files and sharing between threads
===
Background : I have a few different threads which each need to write to a log file (.txt). i need a way of sharing this file between the threads but i'm not sure how to go about doing this, i've read into perhaps using some sort of queue, and polling this q... | 0 | [
2,
246,
27954,
13,
8,
17538,
6488,
17,
6126,
128,
20396,
800,
3726,
3726,
2395,
13,
45,
31,
57,
21,
310,
421,
20396,
56,
206,
376,
20,
2757,
20,
21,
6738,
3893,
13,
5,
9,
38,
396,
38,
6,
9,
31,
376,
21,
161,
16,
6126,
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... |
displaying content from mysql database in prefuse graph
===
I am new in prefuse. I have data in mysql table. I want to visualize those data from prefuse.
Please help me. Your help is really appreciated.
Thank You | 0 | [
2,
17418,
2331,
37,
51,
18,
22402,
6018,
19,
782,
13072,
7210,
800,
3726,
3726,
31,
589,
78,
19,
782,
13072,
9,
31,
57,
1054,
19,
51,
18,
22402,
859,
9,
31,
259,
20,
3458,
2952,
273,
1054,
37,
782,
13072,
9,
2247,
448,
55,
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,
0,
0,
0,
0,
0,
0,
0,
0,
0... |
Android: Debug an already running app without restarting it
===
Is it possible to connect Eclipse to an already running app without restarting the app? | 0 | [
2,
13005,
45,
121,
16254,
40,
614,
946,
4865,
366,
22767,
68,
32,
800,
3726,
3726,
25,
32,
938,
20,
6379,
11652,
20,
40,
614,
946,
4865,
366,
22767,
68,
14,
4865,
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... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... |
chapter 17 of C Primer Plus - about how to free an entire linked list
===
I am reading Chapter 17 of C Primer Plus, and here is the code segament to free a linked list in the book:
/* Program done, so free allocated memory */
current = head;
while (current != NULL)
{
free... | 0 | [
2,
1260,
369,
16,
272,
1621,
139,
3123,
13,
8,
88,
184,
20,
551,
40,
1078,
4727,
968,
800,
3726,
3726,
31,
589,
1876,
1260,
369,
16,
272,
1621,
139,
3123,
15,
17,
235,
25,
14,
1797,
15224,
1130,
20,
551,
21,
4727,
968,
19,
14,... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Tomcat7 installation in linux
===
Is it possible to install tomcat7 in linux server when tomcat6 is already presents in the server(i need to install both versions should be available in my server)
| 0 | [
2,
2067,
5782,
465,
7758,
19,
13024,
800,
3726,
3726,
25,
32,
938,
20,
16146,
2067,
5782,
465,
19,
13024,
8128,
76,
2067,
5782,
379,
25,
614,
7992,
19,
14,
8128,
5,
49,
376,
20,
16146,
156,
3281,
378,
44,
904,
19,
51,
8128,
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,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... |
css design not showing well in ie6
===
Please see my site http://jobslanda.com. The header design is not working well in ie6. The header image is showing up normally.
Please check the site.
Sincerely,
Pinky | 3 | [
2,
272,
18,
18,
704,
52,
3187,
134,
19,
13,
660,
379,
800,
3726,
3726,
2247,
196,
51,
689,
7775,
6903,
1636,
4562,
618,
58,
9,
960,
9,
14,
157,
106,
704,
25,
52,
638,
134,
19,
13,
660,
379,
9,
14,
157,
106,
1961,
25,
3187,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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... |
Copying some data of a file and pasting it to another file in python
===
I have a file, where I want to copy some data of file and past to pther file, for example suppose a file contains folloing data.
AlphaforBravo007 102000000010170000000001 SusanaForCharlie 1000 end
from the above text I want to copy 10200000... | 0 | [
2,
4344,
68,
109,
1054,
16,
21,
3893,
17,
640,
68,
32,
20,
226,
3893,
19,
20059,
800,
3726,
3726,
31,
57,
21,
3893,
15,
113,
31,
259,
20,
4344,
109,
1054,
16,
3893,
17,
640,
20,
351,
7171,
3893,
15,
26,
823,
5787,
21,
3893,
... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Creating Binary Files to upload app in app store
===
I want to create a Binary file of my project. I have set my project to iPhoneDistribution mode. After that I build the project(command B), now, in Xcode in left panel under project , clicking on .app it should reveal the path. But .app is showing that path.
A few... | 0 | [
2,
2936,
14171,
6488,
20,
71,
8294,
4865,
19,
4865,
1718,
800,
3726,
3726,
31,
259,
20,
1600,
21,
14171,
3893,
16,
51,
669,
9,
31,
57,
309,
51,
669,
20,
21024,
2906,
13202,
3309,
3740,
9,
75,
30,
31,
1895,
14,
669,
5,
16239,
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... |
Best way to create isLoggedIn function in AngularJS that can be accessed in any controller or template?
===
I need an isLoggedIn() function that both controllers and templates all have access to (templates need it in order to do something like ng-show="isLoggedIn()"). What's the best way to do this?
If the answer i... | 0 | [
2,
246,
161,
20,
1600,
25,
19287,
108,
1990,
19,
18270,
728,
18,
30,
92,
44,
12904,
19,
186,
9919,
54,
22894,
60,
800,
3726,
3726,
31,
376,
40,
25,
19287,
108,
5,
6,
1990,
30,
156,
9919,
18,
17,
22894,
18,
65,
57,
1381,
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... |
.htaccess rewrite for specific browser/operating-system combination
===
I need to redirect if the user is accessing the site using **Chrome OS X**, but not **Chrome Windows** or any other OS - and the same for Safari.
Can I detect, specifically, **Chrome OS X** and ignore **Chrome Windows**? I *think* these are the... | 0 | [
2,
13,
9,
9020,
20604,
27891,
26,
1903,
16495,
118,
9477,
1880,
8,
10724,
3733,
800,
3726,
3726,
31,
376,
20,
302,
14706,
100,
14,
4155,
25,
1381,
68,
14,
689,
568,
13,
1409,
12985,
13,
759,
993,
1409,
15,
47,
52,
13,
1409,
1298... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
access server side business logic with ember data
===
What is the pattern to access server side business logic with ember data. For example, I have a"markAsFavourite(itemId)" function on my backend API. How can i call this function through ember data, and reload the specified item record after the function is evaluate... | 0 | [
2,
1381,
8128,
270,
508,
7085,
29,
13,
19603,
1054,
800,
3726,
3726,
98,
25,
14,
3732,
20,
1381,
8128,
270,
508,
7085,
29,
13,
19603,
1054,
9,
26,
823,
15,
31,
57,
21,
7,
4527,
472,
1473,
23739,
2119,
5,
2119,
7825,
6,
7,
1990... | [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.