The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
7 views

UITableView/TableViewCell repeats in the background

I have a Tableview which displays data retrieved from a server. The data loads fine, but when I display the data as text in the tableview cell, it seems to be duplicated in the background when ...
0
votes
1answer
16 views

Row Duplication

I am a junior developer working on a .NET web application project. In one of the pages the user compiles several text fields and then presses a 'Save' button. The text fields on the page are ...
0
votes
0answers
8 views

Doctrine - Deduplicate on Insert

I am trying to create system where upon creating a new entity and then flushing it, a check will be made to see if another row is the same, and if it is, the newly created entity becomes the existing ...
0
votes
0answers
24 views

How can I capture a single window using Microsoft Duplication API in Windows 8?

I want to use duplication API for windows where I found a fuction AcquireNextFrame(500, &FrameInfo, &DesktopResource); But how do I set it to capture a single window?
1
vote
1answer
22 views

autocmd function always executed twice

I put together the following pile of awesomeness: if !exists("g:AsciidocAutoSave") let g:AsciidocAutoSave = 0 endif fun! AsciidocRefresh() if g:AsciidocAutoSave == 1 execute 'write' ...
0
votes
0answers
45 views

WP white screen of death after duping a site that works fine on same server

I have simply duped a site that runs absolutely fine on a separate domain into a sub directory of another domain for development purposes. I have zipped the /httpdocs/ directory excluding cache and ...
0
votes
0answers
23 views

Duplicate values and SQL monitor

I'm new to SQL, I need to know if theres any chance to a table content duplicates if there's simultaneous access to the server (not to the specific table). and if it will duplicated if there are ...
2
votes
5answers
95 views

What is the best way to apply these changes to an object without duplicating code?

I am trying update a number of properties of one object from another and I wind up repeating this same code over and over again (i am showing an example with Name and LastName but i have 15 other ...
0
votes
0answers
44 views

Vb.NET using Wait method causes duplication when sending keys to application… (instead ABC -> ABCABC)

I'm using this for wait: Private Sub wait(ByVal interval As Integer) Dim sw As New Stopwatch sw.Start() Do While sw.ElapsedMilliseconds < interval ' Allows UI to remain ...
0
votes
1answer
56 views

Default synchronization of Request.Cookies and Response.Cookies

Would it be possible for anybody to clarify the behaviour I am experiencing in a .NET 4.0 web app, when trying to manipulate the cookie collections in Response.Cookies and/or Request.Cookies. Despite ...
1
vote
4answers
89 views

How to duplicate list element more than one time with jQuery

i have i little question. Is there any option to duplicate more than one element with jquery? I have one element list, can i clone, duplicate it f.e. 7 times? <ul id="my_list> <li ...
1
vote
2answers
129 views

SONAR: config duplicate line for java project

Maybe it is a stupid question, but I cannot find out where can I config the minimal lines of code for duplication check in SONAR. In project settings there is only a switch to turn on cross project ...
0
votes
0answers
83 views

How to avoid test duplication for builder pattern

Let BX be an implementation of builder pattern for some class X, so BX implements some interface IBuilder: interface IBuilder { void BuildPartA(); void BuildPartB(); void BuildPartC(); } ...
0
votes
2answers
78 views

Git is duplicating code

We just switched from Subversion to Git. The problem that came up this morning was that we cherry-picked a commit from a branch into master so maser would have a bug fix. Then we merged master back ...
0
votes
0answers
49 views

Move a row from one table to another - Earlier answers do not work

I want to do the following INSERT: INSERT INTO tableB SELECT FROM tableA WHERE ID=5 First, this doesn't work. I get a general error. So then I tried: INSERT INTO tableB SELECT * FROM tableA ...
1
vote
2answers
350 views

Infragistics UltraGrid (9.2) Band duplication after re-creating the datasource

I'm working my brain off trying to figure out a strange behavior of the UltraGrid Bands mechanism. The below code contains everything you need to re-create the problem. I'm creating a DataSet and ...
1
vote
0answers
52 views

Duplicating files by timestamp in Python

I'm using a program that takes a picture every hour along with 3 other metadata files. All of these are stored in a folder. Through Terminal I made the program run ever 10 minutes. However I still ...
1
vote
0answers
77 views

Testing CSV values using SQL for validity

I am trying to wrap my head around how to test Key values in a CSV file against its parent database. I have a table with address values, each record with a numeric key. This table has many ...
1
vote
2answers
29 views

How to treat a table that has an alias table as an alias?

I currently have 3 tables: Drug id name DrugAlias drug_id name Patient first_name last_name drug_alias_id The Drug keeps track of the scientific name (ex: acetaminophen) and the ...
0
votes
1answer
56 views

Array is duplicating the last line [closed]

The problem I am having is when I print out horizontalLine(1, 1, 3, 1) it adds the horizontalLine before it into the console. Is there any way to stop the duplication? public class Array { static ...
0
votes
2answers
59 views

Accessing source object from duplicated object in blender api

I use Blender 2.62. I'd like to use blender as editor for tiled 3d world. I have models for different tiles, and I place linked duplicates of these models in another layer to construct a map. Now ...
3
votes
1answer
643 views

Automator: duplicate OR copy in place

I am trying to build the following services: Change type of image, result in the same folder (image.jpg => image.jpg + image.png) Change size of image, result in the same folder (image.jpg => ...
7
votes
4answers
129 views

How to duplicate a PHP-based website? [closed]

Background: I'm new to PHP, but I've been asked to make some code changes to support an application hosted on our Intranet. The actual code changes don't look too bad. However, there is currently no ...
3
votes
1answer
191 views

Duplicating content on save for a multilingual umbraco site

[Edit] I have actually been allowed to use the doc names, which makes it much easier but I still think it would be interesting to find out if it is possible. I have to set a trigger to duplicate ...
0
votes
2answers
64 views

Preventing duplicates from being stored when filling dynamic array with values from two different arrays

I need to know a method to keep duplicate numbers from being stored in a new array when taking numbers from two different arrays. The function is supposed to store each 'unique' value once and not ...
0
votes
2answers
216 views

How to add more objects to my form without adding the same amount of code

I have been making a small game for fun. In the game you are a small spaceship(an image) that shoots lazer beams(shape) at an object(panel). At this moment u can only fire one lazer beam at a time ...
0
votes
2answers
110 views

Inserting duplicate records based on a value without using cursor

I had a problem in database. I have to insert duplicate records of a particular record on a another table based on a value. First i used cursor to fetch each records and get the number of duplication ...
0
votes
2answers
648 views

Packet Loss and Packet duplication

I am trying to find out what the difference between packet loss and packet duplication problems is. Does anyone know what 'packet duplication' is all about? Is it the same as re-transmitting packets ...
1
vote
2answers
101 views

How to duplicate current process?

What's the easiest way to duplicate the current process, to spawn another instance in Windows? I know Linux has fork(), but all I need is to run main in the same process again, probably using ...
4
votes
1answer
125 views

Duplicate tables having N:M relationship (including relationship)

Working on an existing webapp (PHP/MySQL) I came to this point: I have 2 tables storing names and types id. The relation between them being N<---->N I have another table in between. (see picture) ...
-1
votes
1answer
73 views

Duplicating JPanel Task

In java i have a panel and two buttons in it named b1 and b2. when i copy the panel and past it in the same frame, the button names become b3 and b4 but the code i wrote in the b1 doesn't shift to b3 ...
0
votes
2answers
51 views

Android SAXParser Leftovers

I have an Android app that parses XML using SAXParser. Everything goes ok, excepting some texts that get duplicated and trimmed. For example: "Just do it, even if you do not know how!" becomes " not ...
0
votes
0answers
18 views

Duplicate the rows using reference keys

I have a table database_list such as DB_ID (Sequence) NUMBER (PK) Database_NAME VARCHAR2 DATALINK_NAME VARCHAR2 DATABASE_TYPE VARCHAR2 ORIGINAL_DB_NAME VARCHAR2 PRIMARY_DB_ID ...
2
votes
1answer
260 views

INSERT SELECT query when one column is unique

I need to call INSERT + SELECT to import user data to different table and I need to filter user_name duplications, So I need something like this: INSERT INTO new_table SELECT email, distinct ...
6
votes
2answers
1k views

Duplicate AndroidManifest.xml in bin directory?

I just upgraded to a latest ADT and seems a quite a bit has changed (for the better). Just created a new project and looked into the bin directory of my project and I see a AndroidManifest.xml file ...
0
votes
2answers
133 views

INSERT with ignore on duplicate but no Key

I have field that it's not a key (it's text) and I want to insert row into table but only if there is no such field. Is the way to do this on one query without need to call select first to check if ...
0
votes
2answers
570 views

Android WebView Hardware Accelerated Keyboard Glitch

When WebView is hardware accelerated, clicking on input field causes keyboard to appear and html is redrawed shifted and duplicated for a moment: 1) When soft keyboard is appearing WebView pans its ...
0
votes
5answers
114 views

How to avoid code duplication here?

I have two flavours of a method in a class, one with an extra parameter first one: public override void CalcV(IV iv) { initializations otherOperations for (int i=0; i < NUM; ++i) ...
22
votes
3answers
335 views

When duplicating a target in Xcode, is there any way to set the name that the target will have before or as it is created?

Duplicating a target in Xcode is a great way to create multiple app or framework/library products that have somewhat different features using the same codebase as a result of conditional code ...
0
votes
1answer
37 views

Duplicate codeignitor installation to a different subdirectory on same server

I am trying to create a sandbox version of a codeigniter installation on the same server, only in a different subdirectory. So I have a development version www.mydomain.com/development And I want ...
17
votes
5answers
3k views

Xcode 4 duplicate line

There is a Duplicate command in the Edit Menu (with a default shortcut of ⌘D), but it is (as Halley pointed out) meant for duplication in the Interface Builder part of Xcode. So, how do you (easily) ...
1
vote
0answers
327 views

How can I do Memcached HA?

I use memcached to save about 5MB data. About forty percent of the data updates ever seconds, that causes about 280 qps between memcached client and server, with get and set each takes half of the ...
1
vote
2answers
514 views

Duplicated “set-cookie: ci-session” fields in header by codeigniter

For each time $this->session->set_userdata() or $this->session->set_flashdata() is used in my controller, another identical "Set-Cookie: ci_session=..." is added to the http header the server sends. ...
1
vote
5answers
186 views

Create 2 arrays - 1st has random integers, 2nd has unique random integers

I am working on a school homework problem. I need to create 2 int[] arrays. The first array int[10] is filled with random integers. The second array has the same numbers as in the first array, but ...
0
votes
0answers
88 views

I have a repeating div id in Magento each time I post an article. Check my PHP code please

Basically I would need a conditional loop that will verify if it already exist then don't create the element again. This is the actual code: <?php foreach($news as $key => $n): ?> <a ...
9
votes
2answers
501 views

Dealing with boilerplate in Haskell

This is kind of a soft question, but in the following code, there's a lot of duplication in the section marked "caesar ciphers." What's the "Haskell" way to deal with this? Should I make a higher ...
0
votes
1answer
228 views

SQL Code for INSERT while checking of multiple keys for duplicates

I have the following table: CREATE TABLE IF NOT EXISTS `customer_list` ( `id` INT AUTO_INCREMENT, `first_name` char(4) NOT NULL, `last_name` varchar(80) NOT NULL, `phone` varchar(50) NOT ...
0
votes
2answers
217 views

MySql UUID duplication BUG

There is a bug that I found in MySql 5.5.19. When executing: select uuid(), uuid(); You are getting two equals ids. I run in two this bug when inserted two uuids to my table, I always got same ...
1
vote
3answers
290 views

how to check if array<T> has a duplicated values?

I'm making a small userControl library that searches for active server on a specific port [LAN]. I'm using [.Net 4.0] TCP sockets (IPV4) so first i get the IPAddresses of my computer from : string ...
0
votes
2answers
82 views

UIScrollView duplicate information

I got an app with big UIScrollView as a root viewController. This scrollView present some other views through presentViewController or pushViewControler, doesnt matter. But when i going back to ...

1 2 3