<?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/copy</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 26 May 2013 19:22:36 GMT</pubDate>
<item>
<title>(Java) Java Fast File Copy using NIO - roizaig</title>
<link>http://snipplr.com/view/70857/java-fast-file-copy-using-nio/</link>
<description><![CDATA[ <p>Java Fast File Copy using NIO</p> ]]></description>
<pubDate>Sat, 20 Apr 2013 00:04:15 GMT</pubDate>
<guid>http://snipplr.com/view/70857/java-fast-file-copy-using-nio/</guid>
</item>
<item>
<title>(Bash) Copy a dynamic website using wget - alexaivars</title>
<link>http://snipplr.com/view/66723/copy-a-dynamic-website-using-wget/</link>
<description><![CDATA[ <p>Creating a static copy of a dynamic website</p> ]]></description>
<pubDate>Tue, 14 Aug 2012 16:57:32 GMT</pubDate>
<guid>http://snipplr.com/view/66723/copy-a-dynamic-website-using-wget/</guid>
</item>
<item>
<title>(MySQL) Copy an SQL Table - imbraz</title>
<link>http://snipplr.com/view/64782/copy-an-sql-table/</link>
<description><![CDATA[ <p>Create a new table from the details of another table then insert the table contents</p> ]]></description>
<pubDate>Wed, 02 May 2012 22:41:45 GMT</pubDate>
<guid>http://snipplr.com/view/64782/copy-an-sql-table/</guid>
</item>
<item>
<title>(jQuery) Copy one element\'s eventhandlers to another - chlab</title>
<link>http://snipplr.com/view/64750/copy-one-elements-eventhandlers-to-another/</link>
<description><![CDATA[ <p>Here's a snippet for copying (all) the eventhandlers of one element to another with jQuery and effectively cloning the behavior of one element.

Keep in mind that if it's possible, you should just register the same handlers you actually need, instead of just blindly copying all of them. But in some cases, e.g. when using a plugin that you do not wish to modify, this can come in handy.</p> ]]></description>
<pubDate>Thu, 26 Apr 2012 22:02:27 GMT</pubDate>
<guid>http://snipplr.com/view/64750/copy-one-elements-eventhandlers-to-another/</guid>
</item>
<item>
<title>(Bash) Copy Files Across a Network/Internet in LINUX - wnasich</title>
<link>http://snipplr.com/view/60061/copy-files-across-a-networkinternet-in-linux/</link>
<description><![CDATA[ <p>tar is usually used for achiving applications, but what we are going to do in this case is tar it then pipe it over an ssh connection. tar handles large file trees quite well and preserves all file permissions, etc, including those UNIX systems which use ACLs, and works quite well with symlinks.</p> ]]></description>
<pubDate>Sat, 22 Oct 2011 00:57:39 GMT</pubDate>
<guid>http://snipplr.com/view/60061/copy-files-across-a-networkinternet-in-linux/</guid>
</item>
<item>
<title>(Other) Copy data from a column in a spreadsheet to a row in another spreadsheet - palimadra</title>
<link>http://snipplr.com/view/59097/copy-data-from-a-column-in-a-spreadsheet-to-a-row-in-another-spreadsheet/</link>
<description><![CDATA[ <p>In Excel, the Transpose function returns a transposed range of cells. For example, a horizontal range of cells is returned if a vertical range is entered as a parameter. Or a vertical range of cells is returned if a horizontal range of cells is entered as a parameter.</p> ]]></description>
<pubDate>Mon, 26 Sep 2011 20:47:33 GMT</pubDate>
<guid>http://snipplr.com/view/59097/copy-data-from-a-column-in-a-spreadsheet-to-a-row-in-another-spreadsheet/</guid>
</item>
<item>
<title>(Bash) Recursively copy a directory for backup - klovera</title>
<link>http://snipplr.com/view/58939/recursively-copy-a-directory-for-backup/</link>
<description><![CDATA[ <p>Kudos to http://snipplr.com/view/26670/</p> ]]></description>
<pubDate>Wed, 21 Sep 2011 23:43:13 GMT</pubDate>
<guid>http://snipplr.com/view/58939/recursively-copy-a-directory-for-backup/</guid>
</item>
<item>
<title>(Java) Maven Copy Dependencies - hkarakose</title>
<link>http://snipplr.com/view/57850/maven-copy-dependencies/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 16 Aug 2011 05:44:31 GMT</pubDate>
<guid>http://snipplr.com/view/57850/maven-copy-dependencies/</guid>
</item>
<item>
<title>(Bash) Shell : How to rename/mv large number of files - magicrebirth</title>
<link>http://snipplr.com/view/56327/shell--how-to-renamemv-large-number-of-files/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 08 Jul 2011 20:53:21 GMT</pubDate>
<guid>http://snipplr.com/view/56327/shell--how-to-renamemv-large-number-of-files/</guid>
</item>
<item>
<title>(Objective C) NSMutableArray Deep Copy - paki</title>
<link>http://snipplr.com/view/53780/nsmutablearray-deep-copy/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 19 May 2011 18:03:11 GMT</pubDate>
<guid>http://snipplr.com/view/53780/nsmutablearray-deep-copy/</guid>
</item>
<item>
<title>(Bash) add file to all directories recursively - dan_hoerr</title>
<link>http://snipplr.com/view/50073/add-file-to-all-directories-recursively/</link>
<description><![CDATA[ <p>currently formatted for use on mediatemple server.  replace file path with absolute path of resources.</p> ]]></description>
<pubDate>Sat, 05 Mar 2011 09:10:54 GMT</pubDate>
<guid>http://snipplr.com/view/50073/add-file-to-all-directories-recursively/</guid>
</item>
<item>
<title>(Visual Basic) Excel Copy value from cell with custom format - abhisood</title>
<link>http://snipplr.com/view/49080/excel-copy-value-from-cell-with-custom-format/</link>
<description><![CDATA[ <p>Excel macro to copy values from formated cells. For example:

If you have a sheet that has huge numbers in millions for example 1,312,323 and you apply a format to the cell such that only 1.3 is displayed, if you want to copy 1.3 and put it in a database (without the format) use the following snippet.

Select all the cells you want to apply this macro and run it.

Note: this will convert the cell values to string</p> ]]></description>
<pubDate>Wed, 16 Feb 2011 10:56:25 GMT</pubDate>
<guid>http://snipplr.com/view/49080/excel-copy-value-from-cell-with-custom-format/</guid>
</item>
<item>
<title>(ActionScript 3) Returns a new object of the same Class - JaaQ</title>
<link>http://snipplr.com/view/48288/returns-a-new-object-of-the-same-class/</link>
<description><![CDATA[ <p>This function returns a new instance of the class it receives.</p> ]]></description>
<pubDate>Thu, 03 Feb 2011 00:38:24 GMT</pubDate>
<guid>http://snipplr.com/view/48288/returns-a-new-object-of-the-same-class/</guid>
</item>
<item>
<title>(PHP) recursive file/folder copy - bitstream</title>
<link>http://snipplr.com/view/47070/recursive-filefolder-copy/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 13 Jan 2011 23:41:09 GMT</pubDate>
<guid>http://snipplr.com/view/47070/recursive-filefolder-copy/</guid>
</item>
<item>
<title>(HTML) Disable right click and copy - KardiWeb</title>
<link>http://snipplr.com/view/46933/disable-right-click-and-copy/</link>
<description><![CDATA[ <p>With this script, you can disable the copy and right click!</p> ]]></description>
<pubDate>Tue, 11 Jan 2011 22:28:07 GMT</pubDate>
<guid>http://snipplr.com/view/46933/disable-right-click-and-copy/</guid>
</item>
<item>
<title>(PHP) File Manipulation/Information - asdasDan</title>
<link>http://snipplr.com/view/46537/file-manipulationinformation/</link>
<description><![CDATA[ <p>This was more of a go at learning the basics of OOP, however I decided to document it well in case anyone had any comments. Note: It only works with single files, no directory usage.</p> ]]></description>
<pubDate>Wed, 05 Jan 2011 16:45:13 GMT</pubDate>
<guid>http://snipplr.com/view/46537/file-manipulationinformation/</guid>
</item>
<item>
<title>(Bash) Recursively copy and rename files - craig0990</title>
<link>http://snipplr.com/view/45166/recursively-copy-and-rename-files/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 03 Dec 2010 00:14:00 GMT</pubDate>
<guid>http://snipplr.com/view/45166/recursively-copy-and-rename-files/</guid>
</item>
<item>
<title>(Bash) Dead simple change tracking - aleidax</title>
<link>http://snipplr.com/view/43380/dead-simple-change-tracking/</link>
<description><![CDATA[ <p>Just up arrow to this while you are modifying widget1.svg to easily create timestamped copies.</p> ]]></description>
<pubDate>Mon, 01 Nov 2010 16:57:32 GMT</pubDate>
<guid>http://snipplr.com/view/43380/dead-simple-change-tracking/</guid>
</item>
<item>
<title>(ActionScript 3) Recursive Directory Copy for AIR - sidneydekoning</title>
<link>http://snipplr.com/view/43137/recursive-directory-copy-for-air/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 29 Oct 2010 02:13:54 GMT</pubDate>
<guid>http://snipplr.com/view/43137/recursive-directory-copy-for-air/</guid>
</item>
<item>
<title>(PHP) PHP script to make a backup copy of a MySQL table - fackz</title>
<link>http://snipplr.com/view/42948/php-script-to-make-a-backup-copy-of-a-mysql-table/</link>
<description><![CDATA[ <p>The script below connects to a MySQL database server on "localhost" using the login name "test" and password "123456" and then connects to the database "test". It then copies the table structure and data from the table "products" to a new table "products_bak". If the target table already exists the function returns false.</p> ]]></description>
<pubDate>Tue, 26 Oct 2010 04:07:52 GMT</pubDate>
<guid>http://snipplr.com/view/42948/php-script-to-make-a-backup-copy-of-a-mysql-table/</guid>
</item>
</channel>
</rss>