<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Snipplr</title>
    <description>Recent snippets posted on Snipplr.com</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Tue, 09 Jun 2026 12:24:47 +0000</lastBuildDate>
    <item>
      <title>(VB.NET) [vbnet] [fichier] Comment créer, copier, déplacer, supprimer un fichier ? - martinbrait</title>
      <link>https://snipplr.com/view/333761/vbnet-fichier-comment-crer-copier-dplacer-supprimer-un-fichier-</link>
      <description>&lt;p&gt;How to create, copy, move, delete a file?&#13;
&#13;
Pour créer, copier, déplacer ou supprimer un fichier, on utilise la classe System.IO.File&lt;/p&gt;</description>
      <pubDate>Thu, 22 Aug 2019 23:03:12 UTC</pubDate>
      <guid>https://snipplr.com/view/333761/vbnet-fichier-comment-crer-copier-dplacer-supprimer-un-fichier-</guid>
    </item>
    <item>
      <title>(Visual Basic) [vba-basic] Copier un fichier vers une archive existante - martinbrait</title>
      <link>https://snipplr.com/view/333395/vbabasic-copier-un-fichier-vers-une-archive-existante</link>
      <description>&lt;p&gt;Le code suivant vous permet de copier un fichier (par exemple un document Word ou un PDF) dans une archive existante. Cela implique que le fichier original sera ajouté à l'archive mais restera également dans sa forme originale (non-compressée) à l'endroit d'origine.&#13;
&#13;
Copy a file to an existing archive&lt;/p&gt;</description>
      <pubDate>Mon, 29 Jul 2019 11:25:25 UTC</pubDate>
      <guid>https://snipplr.com/view/333395/vbabasic-copier-un-fichier-vers-une-archive-existante</guid>
    </item>
    <item>
      <title>(SQL) SQL Server dia a dia - systemergon</title>
      <link>https://snipplr.com/view/147388/sql-server-dia-a-dia</link>
      <description>&lt;p&gt;De las tareas que di­a a di­a necesitamos realizar en una base de datos&lt;/p&gt;</description>
      <pubDate>Fri, 08 Jul 2016 01:24:16 UTC</pubDate>
      <guid>https://snipplr.com/view/147388/sql-server-dia-a-dia</guid>
    </item>
    <item>
      <title>(C#) How to Copy Message from One Mailbox Folder to Another in .NET Apps - sherazam</title>
      <link>https://snipplr.com/view/147162/how-to-copy-message-from-one-mailbox-folder-to-another-in-net-apps</link>
      <description>&lt;p&gt;This technical tip explains how .NET developers can Copy Message from one Mailbox folder to another. Aspose.Email API provides the capability to copy message from one mailbox folder to another. It allows copying a single as well as multiple messages using the CopyMessage and CopyMessages methods. The CopyMessages method provides the capability to copy multiple messages from source folder of a mailbox to the destination mailbox folder. The following code sample illustrates this by copying two messages.&lt;/p&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:30:52 UTC</pubDate>
      <guid>https://snipplr.com/view/147162/how-to-copy-message-from-one-mailbox-folder-to-another-in-net-apps</guid>
    </item>
    <item>
      <title>(Bash) Copy files recursively - wesleydepoorter</title>
      <link>https://snipplr.com/view/110507/copy-files-recursively</link>
      <description>&lt;p&gt;Copy files recursively in Windows&lt;/p&gt;</description>
      <pubDate>Mon, 21 Sep 2015 18:46:02 UTC</pubDate>
      <guid>https://snipplr.com/view/110507/copy-files-recursively</guid>
    </item>
    <item>
      <title>(DOS Batch) Copy file with current date Windows - brm</title>
      <link>https://snipplr.com/view/102693/copy-file-with-current-date-windows</link>
      <description>&lt;p&gt;Copy file as current date as name file to destination directory&lt;/p&gt;</description>
      <pubDate>Tue, 16 Jun 2015 12:57:03 UTC</pubDate>
      <guid>https://snipplr.com/view/102693/copy-file-with-current-date-windows</guid>
    </item>
    <item>
      <title>(ActionScript 3) Copy current photoshop selection bounds to x,y,width,height to As3 code - TheRabbitFlash</title>
      <link>https://snipplr.com/view/80612/copy-current-photoshop-selection-bounds-to-xywidthheight-to-as3-code</link>
      <description>&lt;p&gt;This script allow you copy to the clipboard current layer properties in format:&#13;
&#13;
&amp;selectionBounds.x = &amp;layerx; &amp;selectionBounds.y = &amp;layery; // &amp;selectionBounds.width = &amp;layerwidth; // &amp;selectionBounds.height = &amp;layerheight;&lt;/p&gt;</description>
      <pubDate>Fri, 31 Oct 2014 07:14:48 UTC</pubDate>
      <guid>https://snipplr.com/view/80612/copy-current-photoshop-selection-bounds-to-xywidthheight-to-as3-code</guid>
    </item>
    <item>
      <title>(ActionScript 3) Copy current photoshop layer x,y,width,height to As3 code - TheRabbitFlash</title>
      <link>https://snipplr.com/view/80609/copy-current-photoshop-layer-xywidthheight-to-as3-code</link>
      <description>&lt;p&gt;This script allow you copy to the clipboard current layer properties in format:&#13;
&#13;
&amp;layer_name.x = &amp;layer_x;&#13;
&amp;layer_name.y = &amp;layer_y;&#13;
// &amp;layer_name.width = &amp;layer_width;&#13;
// &amp;layer_name.height = &amp;layer_height;&lt;/p&gt;</description>
      <pubDate>Fri, 31 Oct 2014 07:09:26 UTC</pubDate>
      <guid>https://snipplr.com/view/80609/copy-current-photoshop-layer-xywidthheight-to-as3-code</guid>
    </item>
    <item>
      <title>(C#) Clone from one object to another using Reflection - rralhan</title>
      <link>https://snipplr.com/view/75285/clone-from-one-object-to-another-using-reflection</link>
      <description>&lt;p&gt;Copy from one object to another of the same type&lt;/p&gt;</description>
      <pubDate>Thu, 17 Jul 2014 06:06:38 UTC</pubDate>
      <guid>https://snipplr.com/view/75285/clone-from-one-object-to-another-using-reflection</guid>
    </item>
    <item>
      <title>(PHP) Copy files and folder recursive - fedek6</title>
      <link>https://snipplr.com/view/74297/copy-files-and-folder-recursive</link>
      <description>&lt;p&gt;Copy all files and directories from src to dest.&lt;/p&gt;</description>
      <pubDate>Tue, 22 Apr 2014 21:24:24 UTC</pubDate>
      <guid>https://snipplr.com/view/74297/copy-files-and-folder-recursive</guid>
    </item>
    <item>
      <title>(Java) Java Fast File Copy using NIO - roizaig</title>
      <link>https://snipplr.com/view/70857/java-fast-file-copy-using-nio</link>
      <description>&lt;p&gt;Java Fast File Copy using NIO&lt;/p&gt;</description>
      <pubDate>Sat, 20 Apr 2013 00:04:15 UTC</pubDate>
      <guid>https://snipplr.com/view/70857/java-fast-file-copy-using-nio</guid>
    </item>
    <item>
      <title>(Bash) Copy a dynamic website using wget - alexaivars</title>
      <link>https://snipplr.com/view/66723/copy-a-dynamic-website-using-wget</link>
      <description>&lt;p&gt;Creating a static copy of a dynamic website&lt;/p&gt;</description>
      <pubDate>Tue, 14 Aug 2012 16:57:32 UTC</pubDate>
      <guid>https://snipplr.com/view/66723/copy-a-dynamic-website-using-wget</guid>
    </item>
    <item>
      <title>(MySQL) Copy an SQL Table - imbraz</title>
      <link>https://snipplr.com/view/64782/copy-an-sql-table</link>
      <description>&lt;p&gt;Create a new table from the details of another table then insert the table contents&lt;/p&gt;</description>
      <pubDate>Wed, 02 May 2012 22:41:45 UTC</pubDate>
      <guid>https://snipplr.com/view/64782/copy-an-sql-table</guid>
    </item>
    <item>
      <title>(jQuery) Copy one element\'s eventhandlers to another - chlab</title>
      <link>https://snipplr.com/view/64750/copy-one-elements-eventhandlers-to-another</link>
      <description>&lt;p&gt;Here's a snippet for copying (all) the eventhandlers of one element to another with jQuery and effectively cloning the behavior of one element.&#13;
&#13;
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.&lt;/p&gt;</description>
      <pubDate>Thu, 26 Apr 2012 22:02:27 UTC</pubDate>
      <guid>https://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>https://snipplr.com/view/60061/copy-files-across-a-networkinternet-in-linux</link>
      <description>&lt;p&gt;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.&lt;/p&gt;</description>
      <pubDate>Sat, 22 Oct 2011 00:57:39 UTC</pubDate>
      <guid>https://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>https://snipplr.com/view/59097/copy-data-from-a-column-in-a-spreadsheet-to-a-row-in-another-spreadsheet</link>
      <description>&lt;p&gt;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.&lt;/p&gt;</description>
      <pubDate>Mon, 26 Sep 2011 20:47:33 UTC</pubDate>
      <guid>https://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>https://snipplr.com/view/58939/recursively-copy-a-directory-for-backup</link>
      <description>&lt;p&gt;Kudos to http://snipplr.com/view/26670/&lt;/p&gt;</description>
      <pubDate>Wed, 21 Sep 2011 23:43:13 UTC</pubDate>
      <guid>https://snipplr.com/view/58939/recursively-copy-a-directory-for-backup</guid>
    </item>
    <item>
      <title>(Java) Maven Copy Dependencies - hkarakose</title>
      <link>https://snipplr.com/view/57850/maven-copy-dependencies</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 16 Aug 2011 05:44:31 UTC</pubDate>
      <guid>https://snipplr.com/view/57850/maven-copy-dependencies</guid>
    </item>
    <item>
      <title>(Bash) Shell : How to rename/mv large number of files - magicrebirth</title>
      <link>https://snipplr.com/view/56327/shell--how-to-renamemv-large-number-of-files</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 08 Jul 2011 20:53:21 UTC</pubDate>
      <guid>https://snipplr.com/view/56327/shell--how-to-renamemv-large-number-of-files</guid>
    </item>
    <item>
      <title>(Objective C) NSMutableArray Deep Copy - paki</title>
      <link>https://snipplr.com/view/53780/nsmutablearray-deep-copy</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 19 May 2011 18:03:11 UTC</pubDate>
      <guid>https://snipplr.com/view/53780/nsmutablearray-deep-copy</guid>
    </item>
    <item>
      <title>(Bash) add file to all directories recursively - dan_hoerr</title>
      <link>https://snipplr.com/view/50073/add-file-to-all-directories-recursively</link>
      <description>&lt;p&gt;currently formatted for use on mediatemple server.  replace file path with absolute path of resources.&lt;/p&gt;</description>
      <pubDate>Sat, 05 Mar 2011 09:10:54 UTC</pubDate>
      <guid>https://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>https://snipplr.com/view/49080/excel-copy-value-from-cell-with-custom-format</link>
      <description>&lt;p&gt;Excel macro to copy values from formated cells. For example:&#13;
&#13;
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.&#13;
&#13;
Select all the cells you want to apply this macro and run it.&#13;
&#13;
Note: this will convert the cell values to string&lt;/p&gt;</description>
      <pubDate>Wed, 16 Feb 2011 10:56:25 UTC</pubDate>
      <guid>https://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>https://snipplr.com/view/48288/returns-a-new-object-of-the-same-class</link>
      <description>&lt;p&gt;This function returns a new instance of the class it receives.&lt;/p&gt;</description>
      <pubDate>Thu, 03 Feb 2011 00:38:24 UTC</pubDate>
      <guid>https://snipplr.com/view/48288/returns-a-new-object-of-the-same-class</guid>
    </item>
    <item>
      <title>(PHP) recursive file/folder copy - bitstream</title>
      <link>https://snipplr.com/view/47070/recursive-filefolder-copy</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 13 Jan 2011 23:41:09 UTC</pubDate>
      <guid>https://snipplr.com/view/47070/recursive-filefolder-copy</guid>
    </item>
    <item>
      <title>(PHP) File Manipulation/Information - asdasDan</title>
      <link>https://snipplr.com/view/46537/file-manipulationinformation</link>
      <description>&lt;p&gt;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.&lt;/p&gt;</description>
      <pubDate>Wed, 05 Jan 2011 16:45:13 UTC</pubDate>
      <guid>https://snipplr.com/view/46537/file-manipulationinformation</guid>
    </item>
    <item>
      <title>(Bash) Recursively copy and rename files - craig0990</title>
      <link>https://snipplr.com/view/45166/recursively-copy-and-rename-files</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 03 Dec 2010 00:14:00 UTC</pubDate>
      <guid>https://snipplr.com/view/45166/recursively-copy-and-rename-files</guid>
    </item>
    <item>
      <title>(Bash) Dead simple change tracking - aleidax</title>
      <link>https://snipplr.com/view/43380/dead-simple-change-tracking</link>
      <description>&lt;p&gt;Just up arrow to this while you are modifying widget1.svg to easily create timestamped copies.&lt;/p&gt;</description>
      <pubDate>Mon, 01 Nov 2010 16:57:32 UTC</pubDate>
      <guid>https://snipplr.com/view/43380/dead-simple-change-tracking</guid>
    </item>
    <item>
      <title>(ActionScript 3) Recursive Directory Copy for AIR - sidneydekoning</title>
      <link>https://snipplr.com/view/43137/recursive-directory-copy-for-air</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 29 Oct 2010 02:13:54 UTC</pubDate>
      <guid>https://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>https://snipplr.com/view/42948/php-script-to-make-a-backup-copy-of-a-mysql-table</link>
      <description>&lt;p&gt;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.&lt;/p&gt;</description>
      <pubDate>Tue, 26 Oct 2010 04:07:52 UTC</pubDate>
      <guid>https://snipplr.com/view/42948/php-script-to-make-a-backup-copy-of-a-mysql-table</guid>
    </item>
    <item>
      <title>(Python) How do I copy an object inÂ Python? - magicrebirth</title>
      <link>https://snipplr.com/view/40569/how-do-i-copy-an-object-inpython</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 16 Sep 2010 07:43:13 UTC</pubDate>
      <guid>https://snipplr.com/view/40569/how-do-i-copy-an-object-inpython</guid>
    </item>
    <item>
      <title>(Bash) Buscar archivos en una carpeta y luego copiarlos a otra - delm</title>
      <link>https://snipplr.com/view/31813/buscar-archivos-en-una-carpeta-y-luego-copiarlos-a-otra</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 14 Apr 2010 18:04:05 UTC</pubDate>
      <guid>https://snipplr.com/view/31813/buscar-archivos-en-una-carpeta-y-luego-copiarlos-a-otra</guid>
    </item>
    <item>
      <title>(Ruby) Copy object Attributes to another object in Ruby - inkdeep</title>
      <link>https://snipplr.com/view/29561/copy-object-attributes-to-another-object-in-ruby</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 10 Mar 2010 18:39:47 UTC</pubDate>
      <guid>https://snipplr.com/view/29561/copy-object-attributes-to-another-object-in-ruby</guid>
    </item>
    <item>
      <title>(ActionScript 3) AS3 Check if All the Values in Two Different Arrays are the Same - adrianparr</title>
      <link>https://snipplr.com/view/29298/as3-check-if-all-the-values-in-two-different-arrays-are-the-same</link>
      <description>&lt;p&gt;I'm not sure whether I should be using == (Equality) or === (Strict equality) here. I haven't been able to create a situation where it makes much difference. If you know better, feel free to leave me a comment.&lt;/p&gt;</description>
      <pubDate>Thu, 04 Mar 2010 15:51:09 UTC</pubDate>
      <guid>https://snipplr.com/view/29298/as3-check-if-all-the-values-in-two-different-arrays-are-the-same</guid>
    </item>
    <item>
      <title>(DOS Batch) Batch Copy Files - shortstack</title>
      <link>https://snipplr.com/view/29142/batch-copy-files</link>
      <description>&lt;p&gt;Script makes a copy of "file.doc" as many times as you need it to. It renames them all with a time-based file name. &#13;
&#13;
Source and destination directories and file names/extensions can be modified easily.&lt;/p&gt;</description>
      <pubDate>Tue, 02 Mar 2010 14:28:27 UTC</pubDate>
      <guid>https://snipplr.com/view/29142/batch-copy-files</guid>
    </item>
    <item>
      <title>(Bash) Recursively copy a directory (using cp, tar or rsync) - tm</title>
      <link>https://snipplr.com/view/26670/recursively-copy-a-directory-using-cp-tar-or-rsync</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 18 Jan 2010 21:11:34 UTC</pubDate>
      <guid>https://snipplr.com/view/26670/recursively-copy-a-directory-using-cp-tar-or-rsync</guid>
    </item>
    <item>
      <title>(PHP) Copy remote JPG on your site with PHP - ginoplusio</title>
      <link>https://snipplr.com/view/26552/copy-remote-jpg-on-your-site-with-php</link>
      <description>&lt;p&gt;Used to copy the user avatar from Facebook to your community in this [Facebook Connect Tutorial](http://www.barattalo.it/facebook-connect-tutorial/ "Tutorial").&lt;/p&gt;</description>
      <pubDate>Sat, 16 Jan 2010 08:34:09 UTC</pubDate>
      <guid>https://snipplr.com/view/26552/copy-remote-jpg-on-your-site-with-php</guid>
    </item>
    <item>
      <title>(Bash) Copy a file preserving path - therobot</title>
      <link>https://snipplr.com/view/26327/copy-a-file-preserving-path</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 12 Jan 2010 12:39:28 UTC</pubDate>
      <guid>https://snipplr.com/view/26327/copy-a-file-preserving-path</guid>
    </item>
    <item>
      <title>(SQL) Copy rows from one table to another - choasis</title>
      <link>https://snipplr.com/view/25550/copy-rows-from-one-table-to-another</link>
      <description>&lt;p&gt;Just replace the squared brackets with the correct values.&lt;/p&gt;</description>
      <pubDate>Mon, 28 Dec 2009 03:30:39 UTC</pubDate>
      <guid>https://snipplr.com/view/25550/copy-rows-from-one-table-to-another</guid>
    </item>
    <item>
      <title>(Bash) copy, but never overwrite - deepsoul</title>
      <link>https://snipplr.com/view/23111/copy-but-never-overwrite</link>
      <description>&lt;p&gt;Useful if some files already exist at the destination and are newer or would take too long to copy again.&lt;/p&gt;</description>
      <pubDate>Sat, 14 Nov 2009 07:48:11 UTC</pubDate>
      <guid>https://snipplr.com/view/23111/copy-but-never-overwrite</guid>
    </item>
    <item>
      <title>(Bash) Copy a svn  repository - Mithun</title>
      <link>https://snipplr.com/view/22135/copy-a-svn--repository</link>
      <description>&lt;p&gt;Using svnadmin hotcopy doesnâ€™t require any server downtime, completes in minutes, and replicates server configuration and hook scripts.&lt;/p&gt;</description>
      <pubDate>Fri, 30 Oct 2009 00:54:02 UTC</pubDate>
      <guid>https://snipplr.com/view/22135/copy-a-svn--repository</guid>
    </item>
    <item>
      <title>(Bash) Copying files faster with rsync on linux - godstroke</title>
      <link>https://snipplr.com/view/21816/copying-files-faster-with-rsync-on-linux</link>
      <description>&lt;p&gt;r : recursive&#13;
v: verbose&#13;
--progress : shows progress with percentage&lt;/p&gt;</description>
      <pubDate>Sun, 25 Oct 2009 11:46:58 UTC</pubDate>
      <guid>https://snipplr.com/view/21816/copying-files-faster-with-rsync-on-linux</guid>
    </item>
    <item>
      <title>(Bash) SSH copy between systems with archiving - pdswan</title>
      <link>https://snipplr.com/view/21218/ssh-copy-between-systems-with-archiving</link>
      <description>&lt;p&gt;credit: tim robinson&lt;/p&gt;</description>
      <pubDate>Thu, 15 Oct 2009 11:21:23 UTC</pubDate>
      <guid>https://snipplr.com/view/21218/ssh-copy-between-systems-with-archiving</guid>
    </item>
    <item>
      <title>(PHP) PHP Copy Source Folder to Destination - dmautz1</title>
      <link>https://snipplr.com/view/21217/php-copy-source-folder-to-destination</link>
      <description>&lt;p&gt;Easily copy a folder to a new destination.&lt;/p&gt;</description>
      <pubDate>Thu, 15 Oct 2009 10:43:10 UTC</pubDate>
      <guid>https://snipplr.com/view/21217/php-copy-source-folder-to-destination</guid>
    </item>
    <item>
      <title>(CSS) The 8 Definitive Font Stacks - ZGX</title>
      <link>https://snipplr.com/view/20441/the-8-definitive-font-stacks</link>
      <description>&lt;p&gt;The "Definitive CSS Font Stacks"&lt;/p&gt;</description>
      <pubDate>Tue, 29 Sep 2009 16:43:09 UTC</pubDate>
      <guid>https://snipplr.com/view/20441/the-8-definitive-font-stacks</guid>
    </item>
    <item>
      <title>(Bash) Copy new/changed files from one folder to another - jmiller</title>
      <link>https://snipplr.com/view/19403/copy-newchanged-files-from-one-folder-to-another</link>
      <description>&lt;p&gt;This is useful for upgrading Drupal modules, etc.&lt;/p&gt;</description>
      <pubDate>Tue, 08 Sep 2009 21:07:04 UTC</pubDate>
      <guid>https://snipplr.com/view/19403/copy-newchanged-files-from-one-folder-to-another</guid>
    </item>
    <item>
      <title>(Bash) Secure copy over SSH - radarseven</title>
      <link>https://snipplr.com/view/17892/secure-copy-over-ssh</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 04 Aug 2009 13:28:16 UTC</pubDate>
      <guid>https://snipplr.com/view/17892/secure-copy-over-ssh</guid>
    </item>
    <item>
      <title>(Bash) Add Suffix, Retain Extension, and Copy - iloveitaly</title>
      <link>https://snipplr.com/view/17444/add-suffix-retain-extension-and-copy</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 24 Jul 2009 23:24:36 UTC</pubDate>
      <guid>https://snipplr.com/view/17444/add-suffix-retain-extension-and-copy</guid>
    </item>
    <item>
      <title>(VB.NET) Asimilar valores de un objeto de la misma clase - delm</title>
      <link>https://snipplr.com/view/14582/asimilar-valores-de-un-objeto-de-la-misma-clase</link>
      <description>&lt;p&gt;Dado un objeto original, este mÃ©todo copia los valores de ese objeto en un segundo objeto de la misma clase, utilizando reflection.&lt;/p&gt;</description>
      <pubDate>Wed, 29 Apr 2009 14:23:19 UTC</pubDate>
      <guid>https://snipplr.com/view/14582/asimilar-valores-de-un-objeto-de-la-misma-clase</guid>
    </item>
    <item>
      <title>(PHP) PHP Download/Copy File/Image - level09</title>
      <link>https://snipplr.com/view/14428/php-downloadcopy-fileimage</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sun, 26 Apr 2009 05:32:43 UTC</pubDate>
      <guid>https://snipplr.com/view/14428/php-downloadcopy-fileimage</guid>
    </item>
    <item>
      <title>(ActionScript 3) Dynamically Copy Object's - allnatural</title>
      <link>https://snipplr.com/view/13208/dynamically-copy-objects</link>
      <description>&lt;p&gt;Use this to dynamically copy objects.&lt;/p&gt;</description>
      <pubDate>Tue, 17 Mar 2009 19:41:46 UTC</pubDate>
      <guid>https://snipplr.com/view/13208/dynamically-copy-objects</guid>
    </item>
  </channel>
</rss>
