problems relating to detecting or dealing with multiple instances of what should be considered a single item in collections.

learn more… | top users | synonyms (1)

0
votes
0answers
14 views

Binding.DataSourceUpdateMode = DataSourceUpdateMode.OnPropertyChanged doesn't work?

I have a TextBox, this textbox is bound to a DataSource (a DataTable). The bound member is ID. I want to check if user enters a duplicated value in my textbox when the Leave event of the textbox is ...
0
votes
1answer
16 views

Prevent duplicate enteries being inserted into SQL server db?

net, razor, webmatrix, working with .cshtml pages. I am using a jQuery to open a modal form and using that form to insert data into the SQL db (SQLExpress 2012). I am trying to restrict duplicate ...
1
vote
2answers
41 views

Renaming duplicate strings in R

I have an R dataframe that has two columns of strings. In one of the columns (say, Column1) there are duplicate values. I need to relabel that column so that it would have the duplicated strings ...
0
votes
1answer
22 views

How do you look for and copy files if they exist in other profiles with applescript?

I am trying to create an applescript to look in each users profile for crash logs in ~/Library/Logs/DiagnosticReports .. I use the * at the end because there could be .crash .spin .hang files and I ...
-4
votes
1answer
30 views

C Check duplicate string entries

I need to check if in my file there are duplicates entries, in C. Sample file: /proc/proc1 1000 /proc/proc2 2000 /proc/proc1 3000 I need to solve like this: /proc/proc1 1000 3000 /proc/proc2 2000 ...
0
votes
2answers
31 views

Array duplicated how to make a single [duplicate]

I have for example var $test and the output is below. You can see its duplicated. How can i make it not duplicated? Is there any function for it? Array ( [title] => Array ( ...
0
votes
0answers
16 views

Prevent Image Duplicates

on my website I made some jquery scripts that changes images at an interval and when a button is clicked (like a sort of gallery). Two images changes: one in the header, and the background (with ...
0
votes
0answers
17 views

SQL IGNORE_DUP_KEY fails entirely when 1 record is found duplicate in EF5 bulk insert

Goal: Insert thousands of data to SQL database through EF5 batch insert and handle duplicates gracefully. Solution: Enable IGNORE_DUP_KEY for the composite unique key of the table. Problem: Code ...
-1
votes
1answer
11 views

How to remove duplicate mail ids in a text file and make a unique file and update it with reponded mails so to remind the non-repondents

My problem is I have a set of over 150 email ids with duplicates. They are in .txt file with comma seperated continuous lines. Example: the list might be like this abc@m.com, cvb@m.com, abc@m.com, ...
0
votes
0answers
15 views

jBoss AS 7.1.1.Final : when a .war file ( Spring Mvc application ) is deployed, the application server deploys it twice

jBoss AS - 7.1.1.Final : When a .war file ( Spring MVC application ) is deployed, the application server deploys it twice. This results in one input http client request getting processed twice. ( this ...
-6
votes
0answers
42 views

Java student here needing some expert adice [closed]

Write a Java class that generates a random integer (between 1 and 250). Call the class GenKeys. GenKeys should have a least one method that returns the integer random number. Gen Keys should not ...
-1
votes
0answers
6 views

Mysql Duplicate Entry Error 1062

Hi i am having a problem regarding duplicate entry 1062 Duplicate entry '5-2013-303-1-NULL' for key 'MonthForwarded' i try to find the duplicate value but failed..
0
votes
1answer
52 views

How do I write to a text file

I have my method all ready but it just doesn't write the duplicates to my text file as its meant to do, it prints out to screen but not to the file? // Open the file. File file = new ...
5
votes
2answers
50 views

Remove Duplicates and Original from C# List

I have a List of custom types where I want to remove the duplicate and the original if a duplicate is found. Can only be one possible duplicate. I can overide Equals and GetHashCode and then use ...
0
votes
0answers
8 views

Duplicate or False Objects in List Python

The following code is not correct. Can you tell me why i get a list with elements that should be empty .. i = 0 for post in posts: posts_complete[i].post = post print(not ...
1
vote
1answer
19 views

Basic Hashtable algorithm - removing duplicates

I just had an interview this morning and I was given the question "Give an algorithm for removing duplicates from a list of integers". This is a fairly standard question so I was pretty confident I ...
0
votes
0answers
15 views

Check for duplicate field values in Dynamic Table rows

On my quest to develop an easy to use, not so easy to programme user interface, I have come accross an issue of duplicate entries. I would like to detect if a duplicate entry has been made and if so ...
0
votes
2answers
38 views

Use duplicates from that TreeSet and print the duplicates out

How to use duplicates from that TreeSet and print the duplicates out? I created a method that allows me to fill an array with no duplicates from a text file, now I need to get those duplicates to ...
2
votes
3answers
45 views

Avoid repeating records displaying in MySQL / PHP

This is a very basic PHP MySQL question that I need answered. When displaying data from a table, I need to avoid/prevent duplicates. I am trying to populate a drop down menu with a list of countries ...
1
vote
0answers
29 views

dotplot with R, editing colors, handling with duplicate values

I created a dotplot with R with the following source code: dotplot(mass_movement ~ quantity, data=mm_strat, groups=stratigraphy, cex=1.5, pch=19) The data looks like this: quantity | mass_movement ...
0
votes
3answers
71 views

Proguard problems with apk creation

OK This is driving me nuts since a day. I am mainly an iOS guy so i dont know much about Proguard and stuff. I have made an Android app which includes both dropbox and Google Drive API. The app is ...
0
votes
1answer
29 views

Comparing values in a 2-Dimensional Array with each other

I had a Computer Science exam today. In this I have to write a number of different algorithms. Most of them I managed to do, but one of the first questions totally threw me off. A 2 dimensional ...
0
votes
3answers
54 views

How to populate array from .TXT file without put any duplicates in the array?

Basicaly need to scan this text file put it in to an array but i cant put any duplicates so it has to check the array and see if the array already contain that number, i cant use array list to do ...
0
votes
1answer
42 views

Excel: if duplicate cell value found in another column then highlight green

Can someone help me, I'm not sure what formula to use. I have highlighted the cell in the picture to show an example of what I mean. What I want to do is highlight the cell in column A where the ...
0
votes
1answer
16 views

Getting duplicate data in ssis package

I am creating a ssis package. Here is the scenario, I have got two servers Server A and Server B. I have created a package that transfers the data from one Server A to Server B. The Server A gets ...
0
votes
1answer
10 views

Expression Engine categories channel outputting empty list

I have a problem with outputting categories in to a list. It seems to create another ul(one for the channel:categories) within the my ul, and also creates empty lists before each list. I used the ...
0
votes
2answers
52 views

remove duplicates from array and write to text file

Iv created an array now i have to remove the duplicates from the array and write the duplicates in to a txt file and put this random numbers in order higher to lower, but if someone could at least ...
0
votes
1answer
37 views

Use boolean to search duplicate

I want to use boolean to search duplicate when I need to print out a list of names. So I need to write a program to read names in a text file and print it out to console. But the compiler doesn't work ...
0
votes
4answers
46 views

Remove Duplicates … With NULLs

In MS SQL Server I am trying to remove duplicates from a table with nulls. Que the groans. Lots and lots of NULLs. The bottom line is I need to retain one copy of any duplicate record with or without ...
-2
votes
2answers
24 views

Mysql do not select duplicated values, conditional

I am looking for a way to run a simple SELECT statement. I have a table which has three columns: ID, TITLE and ACTIVE, where ACTIVE column represents a boolean value. 1. foo false 2. foo false 3. ...
-1
votes
0answers
11 views

Calendar and duplication bloc [closed]

I need to do 2 things on my android application. First: I have to include black calendar (like on native samsung, sorry I can't post image) but I don't know how to proceed. Second: I need to ...
0
votes
1answer
45 views

JQuery Select all fields and check for duplicates, respond with message

I am trying to create a button that selects all the fields that are queried inside the select. It has to check for duplicates and prompt with a message if there are duplicates allowing the user to ...
1
vote
3answers
41 views

Duplicate entry '' for key 2

Here is the php code that gives me "Duplicate entry '' for key 2" error... <?php $host = "localhost"; $user = "admin"; $pass = "123"; $connection = mysql_connect($host,$user,$pass) or die ...
1
vote
2answers
50 views

SQL Server : find duplicates in a table based on values in a single column

I have a SQL Server table with the following fields and sample data: ID employeename 1 Jane 2 Peter 3 David 4 Jane 5 Peter 6 Jane The ID column has unique values for each row. ...
0
votes
3answers
35 views

Batch Script - muliple duplicate strings in a row

The below script provides the output of each occurence of the token# 1 field but I need add two more conditions. Output should be provided.i.e. only when it is more than one since I have millions ...
0
votes
2answers
35 views

How can i get duplicate elements identified by 2 keys in mongo collection?

I have a collection with a few million documents for which i need to find at least duplicate document. The duplication criteria is based on 2 keys, not one. So i need to find at least 2 documents ...
0
votes
0answers
8 views

Delphi 7 : Error WARNING. Duplicate resource(s): Error Type 24 (user-defined), ID 1:

[Error] WARNING. Duplicate resource(s): [Error] Type 24 (user-defined), ID 1: [Error] File D:...\Dpr\Accounting.res resource kept; file D:...\ELPack\source\ElXPThemedControl.res resource ...
-3
votes
1answer
42 views

Batch Script - finding duplicate strings [closed]

Please help me asap in providing a solution in batch script for finding duplicate strings in a delimited text file and writing the duplicates into a new file.The field position should be edited in the ...
0
votes
1answer
27 views

R Basket Analysis using arules package with unique order number but duplicate order combinations

R Basket analysis using arules package with unique order number but duplicate order combinations Just learning R. I'm trying to do a basket analysis using the arules package (but I'm totally open to ...
2
votes
1answer
48 views

PHP - echo missing entries

I have a problem. I have three tables class_tbl,subject_tbl, and *student_tbl. class_tbl has 3 columns *"class_id, subject_id, and student_id".* while subject_tbl has 4 columns ...
0
votes
2answers
31 views

console.log(variable) is duplicating itself with multiple passes

First and foremost, this is literally my first semi-tiered menu I'm trying to make from scratch. If this code looks sloppy, please recommend any tips for minimizing it. TO THE POINT: Code works fine. ...
0
votes
3answers
55 views

MySQL. Insert and select data to database without duplicates

I'm creating flash game, where players need to pass game as quickly as they can. I have made players TOP 10 and it's ordered by time(from lowest to highest), but I have a problem, if the same player ...
0
votes
3answers
49 views

How to manage duplicate sql values that has to be unique?

Users of my site can submit post title and post content by form. The post title will be saved and converted to SEO friendly mode (eg: "title 12 $" -> "title-12"). this will be this post's url. My ...
0
votes
1answer
19 views

Remove duplicates from MySQL table where 2 fields are the same

So I have a table with fields ID (AI, primary key), ticker, priceDate, price. I have a bunch or records that share the same priceDate and ticker. There should only be one record per ticker for any ...
0
votes
1answer
19 views

Duplicate background change for selected row in baseadapter when touched

im using baseadapter ang i'm trying to change the background of an item when it is clicked. but when i scroll down, other row's background is also changed. i've already specified my choicemode to ...
0
votes
0answers
37 views

Adding dynamically created table to panel duplicates table

We dynamically created a table in the code behind and then added it to an asp:panel in the aspx page. Everything works fine, only that the entire table is duplicated in the footer of our page and we ...
1
vote
3answers
55 views

SQL Server : remove duplicated text within a string

I have a SQL Server 2008 table with a column containing lengthy HTML text. Near the top there is a link provided for an associated MP3 file which is unique to each record. The links are are all ...
0
votes
1answer
13 views

Mysql - Find duplicates records evaluating 2 columns

I have a mysql table with a structure like this: order_id - customer_name - customer_email_address i need to do a query to search for records that have same customer_name OR same customer_email and ...
0
votes
1answer
22 views

Remove (not exact) duplicates of NSDictionaries from array

I have an NSMutableArray of many NSDictionaries that contain keys like "Title". In some cases there are duplicates of dictionaries with the same "Title" but differences in the other keys. How can I ...
0
votes
2answers
32 views

SQL being executed twice in FOR loop

I think I need a second pair of eyes on this one. For the life of me I can't figure out why my SQL INSERT query is running twice every iteration: if (($handle = fopen($spreadsheet_url, "r")) !== ...

1 2 3 4 5 45