<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/tags/duplicate</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Tue, 21 May 2013 19:27:09 GMT</pubDate>
<item>
<title>(PHP) Remove duplicate elements from array in PHP - apphp-snippets</title>
<link>http://snipplr.com/view/70085/remove-duplicate-elements-from-array-in-php/</link>
<description><![CDATA[ <p>This code allows to remove all duplicate elements from an array using PHP array_unique() function.</p> ]]></description>
<pubDate>Mon, 25 Feb 2013 18:45:45 GMT</pubDate>
<guid>http://snipplr.com/view/70085/remove-duplicate-elements-from-array-in-php/</guid>
</item>
<item>
<title>(SQL) Find Duplicates in SQL - andylamb</title>
<link>http://snipplr.com/view/70047/find-duplicates-in-sql/</link>
<description><![CDATA[ <p>Find duplicates in Sql Server.</p> ]]></description>
<pubDate>Thu, 21 Feb 2013 23:37:06 GMT</pubDate>
<guid>http://snipplr.com/view/70047/find-duplicates-in-sql/</guid>
</item>
<item>
<title>(MySQL) Delete duplicate records from MySQL Database - welancers</title>
<link>http://snipplr.com/view/67709/delete-duplicate-records-from-mysql-database/</link>
<description><![CDATA[ <p>Use the same table to query against itself. The greater then sign does the main job of returning only one records of both duplicate records.</p> ]]></description>
<pubDate>Fri, 12 Oct 2012 22:45:47 GMT</pubDate>
<guid>http://snipplr.com/view/67709/delete-duplicate-records-from-mysql-database/</guid>
</item>
<item>
<title>(JavaScript) Remove duplicate itens from an array - guilhermehn</title>
<link>http://snipplr.com/view/66876/remove-duplicate-itens-from-an-array/</link>
<description><![CDATA[ <p>Original by dvdrtrgn</p> ]]></description>
<pubDate>Thu, 23 Aug 2012 23:01:01 GMT</pubDate>
<guid>http://snipplr.com/view/66876/remove-duplicate-itens-from-an-array/</guid>
</item>
<item>
<title>(MySQL) MySQL Select duplicates - TheNullByte</title>
<link>http://snipplr.com/view/65582/mysql-select-duplicates/</link>
<description><![CDATA[ <p>Instead of the standard return of duplicates, this will actually show the rows that are duplicated, making it easier to see the data</p> ]]></description>
<pubDate>Wed, 13 Jun 2012 03:02:48 GMT</pubDate>
<guid>http://snipplr.com/view/65582/mysql-select-duplicates/</guid>
</item>
<item>
<title>(ActionScript 3) Remove duplicating Points from Array - romech</title>
<link>http://snipplr.com/view/64100/remove-duplicating-points-from-array/</link>
<description><![CDATA[ <p>Removes duplicating elements from Array, containing only objects of Point class</p> ]]></description>
<pubDate>Thu, 22 Mar 2012 18:58:30 GMT</pubDate>
<guid>http://snipplr.com/view/64100/remove-duplicating-points-from-array/</guid>
</item>
<item>
<title>(AppleScript) Prevent TextMate from writing ._  files on a Mac - Meander365</title>
<link>http://snipplr.com/view/58581/prevent-textmate-from-writing---files-on-a-mac/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 10 Sep 2011 07:27:34 GMT</pubDate>
<guid>http://snipplr.com/view/58581/prevent-textmate-from-writing---files-on-a-mac/</guid>
</item>
<item>
<title>(Bash) Find duplicate files, using sha1 hash - ksaver</title>
<link>http://snipplr.com/view/57573/find-duplicate-files-using-sha1-hash/</link>
<description><![CDATA[ <p>Output Example:

d65bfef64a5fc9f7dbf9d35d80a2e1ed218c75d2 ./tmp1/12414.txt


d65bfef64a5fc9f7dbf9d35d80a2e1ed218c75d2 ./tmp2/2012.txt

d65bfef64a5fc9f7dbf9d35d80a2e1ed218c75d2 ./tmp1/3153.txt


dd07cec149e7c5929d6e9a0618de7114d50b34b0 ./tmp1/10064.txt

dd07cec149e7c5929d6e9a0618de7114d50b34b0 ./tmp2/30901.txt


d9bc21587f94d7a138bddf41cfa4e92a04cf9c54 ./tmp1/36.txt

d9bc21587f94d7a138bddf41cfa4e92a04cf9c54 ./tmp1/83.txt

[...]</p> ]]></description>
<pubDate>Wed, 03 Aug 2011 19:52:56 GMT</pubDate>
<guid>http://snipplr.com/view/57573/find-duplicate-files-using-sha1-hash/</guid>
</item>
<item>
<title>(Other) SQL - Find Duplicate Rows - silentpro</title>
<link>http://snipplr.com/view/53440/sql--find-duplicate-rows/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 12 May 2011 13:33:26 GMT</pubDate>
<guid>http://snipplr.com/view/53440/sql--find-duplicate-rows/</guid>
</item>
<item>
<title>(MySQL) Clone Record - apro2000</title>
<link>http://snipplr.com/view/50381/clone-record/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 09 Mar 2011 18:29:31 GMT</pubDate>
<guid>http://snipplr.com/view/50381/clone-record/</guid>
</item>
<item>
<title>(MySQL) select duplicate data from mysql table - kaartz</title>
<link>http://snipplr.com/view/43762/select-duplicate-data-from-mysql-table/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 08 Nov 2010 22:41:30 GMT</pubDate>
<guid>http://snipplr.com/view/43762/select-duplicate-data-from-mysql-table/</guid>
</item>
<item>
<title>(SQL) Remove duplicate entries / rows from mySQL - lixonic</title>
<link>http://snipplr.com/view/39550/remove-duplicate-entries--rows-from-mysql/</link>
<description><![CDATA[ <p>This is the quick method and painless way to Remove duplicate entries from MySQL</p> ]]></description>
<pubDate>Thu, 26 Aug 2010 17:07:29 GMT</pubDate>
<guid>http://snipplr.com/view/39550/remove-duplicate-entries--rows-from-mysql/</guid>
</item>
<item>
<title>(SQL) Postgresql find duplicate columns - metoikos</title>
<link>http://snipplr.com/view/35267/postgresql-find-duplicate-columns/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 27 May 2010 18:19:05 GMT</pubDate>
<guid>http://snipplr.com/view/35267/postgresql-find-duplicate-columns/</guid>
</item>
<item>
<title>(Ruby) Copy object Attributes to another object in Ruby - inkdeep</title>
<link>http://snipplr.com/view/29561/copy-object-attributes-to-another-object-in-ruby/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 10 Mar 2010 18:39:47 GMT</pubDate>
<guid>http://snipplr.com/view/29561/copy-object-attributes-to-another-object-in-ruby/</guid>
</item>
<item>
<title>(Bash) Find duplicate files recursively (bash4, assoc. arrays) - tm</title>
<link>http://snipplr.com/view/26669/find-duplicate-files-recursively-bash4-assoc-arrays/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 18 Jan 2010 20:46:33 GMT</pubDate>
<guid>http://snipplr.com/view/26669/find-duplicate-files-recursively-bash4-assoc-arrays/</guid>
</item>
<item>
<title>(Bash) Find files with identical names recursively (bash4, assoc. arrays) - tm</title>
<link>http://snipplr.com/view/26667/find-files-with-identical-names-recursively-bash4-assoc-arrays/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 18 Jan 2010 20:35:19 GMT</pubDate>
<guid>http://snipplr.com/view/26667/find-files-with-identical-names-recursively-bash4-assoc-arrays/</guid>
</item>
<item>
<title>(PHP) Display sticky post and exclude it from recent posts list in WordPress - gd6d</title>
<link>http://snipplr.com/view/26416/display-sticky-post-and-exclude-it-from-recent-posts-list-in-wordpress/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 13 Jan 2010 15:54:06 GMT</pubDate>
<guid>http://snipplr.com/view/26416/display-sticky-post-and-exclude-it-from-recent-posts-list-in-wordpress/</guid>
</item>
<item>
<title>(Visual Basic) Copy a file - choasis</title>
<link>http://snipplr.com/view/25331/copy-a-file/</link>
<description><![CDATA[ <p>VBScript!</p> ]]></description>
<pubDate>Wed, 23 Dec 2009 09:38:34 GMT</pubDate>
<guid>http://snipplr.com/view/25331/copy-a-file/</guid>
</item>
<item>
<title>(PHP) WordPress: Duplicate Content vermeiden - Perun</title>
<link>http://snipplr.com/view/24293/wordpress-duplicate-content-vermeiden/</link>
<description><![CDATA[ <p>Den folgenden Code-Fragment im Kopfbereich (header.php) einfügen.</p> ]]></description>
<pubDate>Fri, 04 Dec 2009 19:17:26 GMT</pubDate>
<guid>http://snipplr.com/view/24293/wordpress-duplicate-content-vermeiden/</guid>
</item>
<item>
<title>(PHP) Change the_content to excerpt on comment pages (Wordpress) - DarkPepe</title>
<link>http://snipplr.com/view/24285/change-thecontent-to-excerpt-on-comment-pages-wordpress/</link>
<description><![CDATA[ <p>This helps to avoid the "duplicated content" indexation by google on wordpress comment pages by changing the post content to the_excerpt ONLY in comment pages.</p> ]]></description>
<pubDate>Fri, 04 Dec 2009 14:41:06 GMT</pubDate>
<guid>http://snipplr.com/view/24285/change-thecontent-to-excerpt-on-comment-pages-wordpress/</guid>
</item>
</channel>
</rss>