<?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 09:02:19 +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>(PHP) Code to upload a file in PHP - devquora</title>
      <link>https://snipplr.com/view/328344/code-to-upload-a-file-in-php</link>
      <description>&lt;p&gt;Code to upload a file in PHP&lt;/p&gt;</description>
      <pubDate>Sun, 08 Jul 2018 05:21:40 UTC</pubDate>
      <guid>https://snipplr.com/view/328344/code-to-upload-a-file-in-php</guid>
    </item>
    <item>
      <title>(Bash) Prevent Access to a Specific File/s in .htaccess - apphp-snippets</title>
      <link>https://snipplr.com/view/326975/prevent-access-to-a-specific-files-in-htaccess</link>
      <description>&lt;p&gt;This example shows you how to restrict to a specific file or multiple files. Add the following code block and edit the file name/s according to yuor needs.&lt;/p&gt;</description>
      <pubDate>Tue, 03 Oct 2017 05:56:00 UTC</pubDate>
      <guid>https://snipplr.com/view/326975/prevent-access-to-a-specific-files-in-htaccess</guid>
    </item>
    <item>
      <title>(PHP) Download file headers - macodev</title>
      <link>https://snipplr.com/view/323280/download-file-headers</link>
      <description>&lt;p&gt;Set headers for file download&lt;/p&gt;</description>
      <pubDate>Fri, 07 Apr 2017 22:47:55 UTC</pubDate>
      <guid>https://snipplr.com/view/323280/download-file-headers</guid>
    </item>
    <item>
      <title>(Bash) script_installer.sh - SoroushBlaster</title>
      <link>https://snipplr.com/view/277491/scriptinstallersh</link>
      <description>&lt;p&gt;This is a simple script which downloads the latest "LoRa Server" files from the repository of the user brocaar in GitHub.&#13;
Just make the file executable with a "chmod +x script_installer.sh" and run it, the program will give you the latest releases of the main files according to your OS.&lt;/p&gt;</description>
      <pubDate>Tue, 29 Nov 2016 01:23:49 UTC</pubDate>
      <guid>https://snipplr.com/view/277491/scriptinstallersh</guid>
    </item>
    <item>
      <title>(C#) How to Set Line Spacing of a Paragraph in an Excel Shape or Textbox inside .NET Apps - sherazam</title>
      <link>https://snipplr.com/view/147788/how-to-set-line-spacing-of-a-paragraph-in-an-excel-shape-or-textbox-inside-net-apps</link>
      <description>&lt;p&gt;This technical tip shows how to Set Line Spacing of the Paragraph in a Shape or Textbox in .NET applications. You can set the line space of the paragraph, its space before and space after using the TextParagraph.LineSpace, TextParagraph.SpaceBefore and TextParagraph.SpaceAfter respectively. The following example shows how to Set Line Spacing of the Paragraph in a Shape or Textbox.&lt;/p&gt;</description>
      <pubDate>Wed, 27 Jul 2016 18:24:58 UTC</pubDate>
      <guid>https://snipplr.com/view/147788/how-to-set-line-spacing-of-a-paragraph-in-an-excel-shape-or-textbox-inside-net-apps</guid>
    </item>
    <item>
      <title>(C#) How to Add Rectangle or Line Object to An Existing PDF File using .NET - sherazam</title>
      <link>https://snipplr.com/view/147619/how-to-add-rectangle-or-line-object-to-an-existing-pdf-file-using-net</link>
      <description>&lt;p&gt;This technical tip shows how .NET developers can add line object to an Existing PDF File inside their .NET applications. Aspose.Pdf for .NET supports the feature to add graph objects (for example graph, line, rectangle etc.) to PDF documents. You also get the leverage to add Line object where you can also specify the dash pattern, color and other formatting for Line element. The legacy Aspose.Pdf.Generator provides the feature to set DashLengthInBlack and DashLengthInWhite properties where dash pattern for line object can be defined. Similar features can be accomplished while using DOM approach.&lt;/p&gt;</description>
      <pubDate>Wed, 20 Jul 2016 19:02:40 UTC</pubDate>
      <guid>https://snipplr.com/view/147619/how-to-add-rectangle-or-line-object-to-an-existing-pdf-file-using-net</guid>
    </item>
    <item>
      <title>(Bash) Create a compressed TAR archive preserving permissions - rm1984</title>
      <link>https://snipplr.com/view/147471/create-a-compressed-tar-archive-preserving-permissions</link>
      <description>&lt;p&gt;Create a compressed TAR archive preserving permissions&lt;/p&gt;</description>
      <pubDate>Mon, 11 Jul 2016 17:43:15 UTC</pubDate>
      <guid>https://snipplr.com/view/147471/create-a-compressed-tar-archive-preserving-permissions</guid>
    </item>
    <item>
      <title>(Bash) Replace a string with another one in many files - rm1984</title>
      <link>https://snipplr.com/view/147230/replace-a-string-with-another-one-in-many-files</link>
      <description>&lt;p&gt;Replace a string with another one in many files&lt;/p&gt;</description>
      <pubDate>Thu, 30 Jun 2016 18:26:37 UTC</pubDate>
      <guid>https://snipplr.com/view/147230/replace-a-string-with-another-one-in-many-files</guid>
    </item>
    <item>
      <title>(Bash) Generate a random file with random contents but with a fixed size - rm1984</title>
      <link>https://snipplr.com/view/147229/generate-a-random-file-with-random-contents-but-with-a-fixed-size</link>
      <description>&lt;p&gt;Generate a random file with random contents but with a fixed size&lt;/p&gt;</description>
      <pubDate>Thu, 30 Jun 2016 18:25:03 UTC</pubDate>
      <guid>https://snipplr.com/view/147229/generate-a-random-file-with-random-contents-but-with-a-fixed-size</guid>
    </item>
    <item>
      <title>(PHP) Php File Upload Script - aravindnair93</title>
      <link>https://snipplr.com/view/146981/php-file-upload-script</link>
      <description>&lt;p&gt;General file upload script in php. Error set using SESSIONS.&lt;/p&gt;</description>
      <pubDate>Wed, 18 May 2016 21:47:26 UTC</pubDate>
      <guid>https://snipplr.com/view/146981/php-file-upload-script</guid>
    </item>
    <item>
      <title>(JavaScript) Download file using javascript - jakob101</title>
      <link>https://snipplr.com/view/75657/download-file-using-javascript</link>
      <description>&lt;p&gt;Uses javascript to create a hidden iframe which downloads the file&lt;/p&gt;</description>
      <pubDate>Tue, 29 Jul 2014 03:54:06 UTC</pubDate>
      <guid>https://snipplr.com/view/75657/download-file-using-javascript</guid>
    </item>
    <item>
      <title>(Java) Load Existing Email Message and Modify its Contents inside Android Apps - johansonkatherine</title>
      <link>https://snipplr.com/view/74654/load-existing-email-message-and-modify-its-contents-inside-android-apps</link>
      <description>&lt;p&gt;This technical tip shows how to load any existing email message and modify its contents before saving it back to disk using Aspose.Email for Android API. To do this successfully, specify the MessageFormat when loading the email message from disk. In addition, it is important to specify the correct MailMessageSaveType when saving the message back to disk.&#13;
&#13;
To update and save an email, the following steps can be used:&#13;
1.	Create an instance of the MailMessage class.&#13;
2.	Load an existing message using the MailMessage class' load() method and specifying the MessageFormat of the existing message.&#13;
3.	Get the subject using getSubject().&#13;
4.	After modifying the subject, set it again using the setSubject() method.&#13;
5.	Get the body using getHtmlBody().&#13;
6.	AFter modifying the body, set it using the setHtmlBody() method .&#13;
7.	Create an instance of the MailAddressCollection class.&#13;
8.	Get the recipients from the TO field into a MailAddressCollection object using the getTo() method exposed by the MailMessage class.&#13;
9.	Add or remove recipients using the add() and remove() methods exposed by the MailAddressCollection class.&#13;
10.	Get the recipients from the CC field into a MailAddressCollection object using the getCC() method exposed by MailMessage class.&#13;
11.	Add or remove recipients using the add() and remove() methods exposed by the MailAddressCollection class.&#13;
12.	Call the save() method exposed by the MailMessage class, specifying the correct MailMessageSaveType to save the message file to the disk in MSG format.&lt;/p&gt;</description>
      <pubDate>Thu, 22 May 2014 14:54:02 UTC</pubDate>
      <guid>https://snipplr.com/view/74654/load-existing-email-message-and-modify-its-contents-inside-android-apps</guid>
    </item>
    <item>
      <title>(JavaScript) download a File from File Cabinet - NSahu</title>
      <link>https://snipplr.com/view/74181/download-a-file-from-file-cabinet</link>
      <description>&lt;p&gt;How to download file from file cabinet&lt;/p&gt;</description>
      <pubDate>Fri, 11 Apr 2014 13:05:18 UTC</pubDate>
      <guid>https://snipplr.com/view/74181/download-a-file-from-file-cabinet</guid>
    </item>
    <item>
      <title>(Ruby) Ruby Code Sample to Create PDF from HTML Using REST API - johansonkatherine</title>
      <link>https://snipplr.com/view/74171/ruby-code-sample-to-create-pdf-from-html-using-rest-api</link>
      <description>&lt;p&gt;This code sample shows how Ruby developers can create PDF file from HTML using Aspose.Pdf for Cloud API in their REST applications.&lt;/p&gt;</description>
      <pubDate>Thu, 10 Apr 2014 17:48:25 UTC</pubDate>
      <guid>https://snipplr.com/view/74171/ruby-code-sample-to-create-pdf-from-html-using-rest-api</guid>
    </item>
    <item>
      <title>(Java) Java Code Sample to Create PDF from HTML Using REST API - johansonkatherine</title>
      <link>https://snipplr.com/view/74170/java-code-sample-to-create-pdf-from-html-using-rest-api</link>
      <description>&lt;p&gt;This code sample shows how Java developers can create PDF file from HTML using Aspose.Pdf for Cloud API in their REST applications.&lt;/p&gt;</description>
      <pubDate>Thu, 10 Apr 2014 17:13:37 UTC</pubDate>
      <guid>https://snipplr.com/view/74170/java-code-sample-to-create-pdf-from-html-using-rest-api</guid>
    </item>
    <item>
      <title>(C#) C# Code Sample to Create PDF from HTML Using REST API - johansonkatherine</title>
      <link>https://snipplr.com/view/74169/c-code-sample-to-create-pdf-from-html-using-rest-api</link>
      <description>&lt;p&gt;This code sample shows how C# developers can create PDF file from HTML using Aspose.Pdf for Cloud API in their REST applications.&lt;/p&gt;</description>
      <pubDate>Thu, 10 Apr 2014 15:49:48 UTC</pubDate>
      <guid>https://snipplr.com/view/74169/c-code-sample-to-create-pdf-from-html-using-rest-api</guid>
    </item>
    <item>
      <title>(Java) Merge multiple PDFs using PHP REST API - johansonkatherine</title>
      <link>https://snipplr.com/view/73857/merge-multiple-pdfs-using-php-rest-api</link>
      <description>&lt;p&gt;PHP developers can learn how to merge multiple PDF files into a single PDF file using PHP REST API and SDK. To merge PDFs, you need to upload input PDFs to Aspose for Cloud Service or any supported third party storage and then send a PUT request to Aspose for Cloud service. &#13;
&#13;
&#13;
&#13;
This REST example uses PHP CURL library to send HTTP request and handle HTTP response so you need to install CURL to use these examples. Once input PDF files are uploaded, you can use the following URI to merge PDFs on Aspose for Cloud or any supported third party storage.&#13;
&#13;
&#13;
&#13;
http://api.aspose.com/v1.1/pdf/MergedFile.pdf/merge &#13;
&#13;
&#13;
&#13;
You can use a couple of optional parameters with the above mentioned URI. All or specific parameters can be used according to your requirement.&#13;
&#13;
&#13;
&#13;
After building URI, you need to go through the following steps:&#13;
&#13;
&#13;
&#13;
-	Set App SID and App Key and sign URI. See section 1 of the following code and Sign URI method for more details.&#13;
-	Build JSON to post in the request body. A list of input documents including their paths should be provided. See section 2 of the following code.&#13;
-	Send a PUT request to Aspose for Cloud service. See section 3 of the following code and processCommand method for more details.&#13;
-	Download merged PDF file if required. See section 4 of the following code.&lt;/p&gt;</description>
      <pubDate>Thu, 13 Mar 2014 19:21:59 UTC</pubDate>
      <guid>https://snipplr.com/view/73857/merge-multiple-pdfs-using-php-rest-api</guid>
    </item>
    <item>
      <title>(C#) C#/.NET  Code Samples to Save Microsoft OneNote (.one) file as an image (.PNG, .BMP, .JPEG, .GIF) file - johansonkatherine</title>
      <link>https://snipplr.com/view/73837/cnet--code-samples-to-save-microsoft-onenote-one-file-as-an-image-png-bmp-jpeg-gif-file</link>
      <description>&lt;p&gt;The Aspose.Note for .NET API allows developers to open files &amp; manipulate elements of OneNote books &amp; export them to PNG, GIF, JPEG, BMP and PDF formats. The following code sample shows developers how to save OneNote File as an image in C#/.NET&lt;/p&gt;</description>
      <pubDate>Tue, 11 Mar 2014 20:54:07 UTC</pubDate>
      <guid>https://snipplr.com/view/73837/cnet--code-samples-to-save-microsoft-onenote-one-file-as-an-image-png-bmp-jpeg-gif-file</guid>
    </item>
    <item>
      <title>(Python) Recursively consolodate all Files into one folder - jlmarks</title>
      <link>https://snipplr.com/view/73765/recursively-consolodate-all-files-into-one-folder</link>
      <description>&lt;p&gt;This file starts at the bottom of the tree and recursively moves all of the files from that tree into another folder. To avoid overwriting files I prepended all of the files with a 9digit number.&lt;/p&gt;</description>
      <pubDate>Sat, 01 Mar 2014 06:17:34 UTC</pubDate>
      <guid>https://snipplr.com/view/73765/recursively-consolodate-all-files-into-one-folder</guid>
    </item>
    <item>
      <title>(PHP) Remove File Extention from URLs in .htaccess - apphp-snippets</title>
      <link>https://snipplr.com/view/73576/remove-file-extention-from-urls-in-htaccess</link>
      <description>&lt;p&gt;This example shows you how to remove file extension from URLs using .htaccess file directives. Remember, that "mod_rewrite" works only on Apache server. Before trying please be sure that you are working on Apache server and the "mod_rewrite" module/extension is enabled.&lt;/p&gt;</description>
      <pubDate>Wed, 05 Feb 2014 20:05:42 UTC</pubDate>
      <guid>https://snipplr.com/view/73576/remove-file-extention-from-urls-in-htaccess</guid>
    </item>
    <item>
      <title>(Java) C# &amp; VB.NET Code Samples for Exporting Microsoft Visio Diagram to XML - johansonkatherine</title>
      <link>https://snipplr.com/view/73532/c--vbnet-code-samples-for-exporting-microsoft-visio-diagram-to-xml</link>
      <description>&lt;p&gt;This technical tip shows how .NET developers can export Microsoft Visio diagram to XML inside their own applications using Aspose.Diagram for .NET. Aspose.Diagram for .NET lets you export diagrams to a variety of formats: image formats, HTML, SVG, SWF and XML formats:&#13;
&#13;
â€¢	VDX defines an XML diagram.&#13;
â€¢	VTX defines an XML template.&#13;
â€¢	VSX defines an XML stencil.&#13;
&#13;
The Diagram class' constructors read a diagram and the Save method is used to save, or export, a diagram in a different file format. The code snippets in this article show how to use the Save method to save a Visio file to VDX, VTX and VSX.&lt;/p&gt;</description>
      <pubDate>Thu, 30 Jan 2014 19:14:03 UTC</pubDate>
      <guid>https://snipplr.com/view/73532/c--vbnet-code-samples-for-exporting-microsoft-visio-diagram-to-xml</guid>
    </item>
    <item>
      <title>(PHP) Upload files or Images using PHP - codingforever99</title>
      <link>https://snipplr.com/view/72557/upload-files-or-images-using-php</link>
      <description>&lt;p&gt;simple php file uploader with check for file extension and size.&lt;/p&gt;</description>
      <pubDate>Sun, 06 Oct 2013 20:58:45 UTC</pubDate>
      <guid>https://snipplr.com/view/72557/upload-files-or-images-using-php</guid>
    </item>
    <item>
      <title>(Bash) Recursively Change File Permissions on Files/Folders Only [*nix] - nkm</title>
      <link>https://snipplr.com/view/72201/recursively-change-file-permissions-on-filesfolders-only-nix</link>
      <description>&lt;p&gt;Problem&#13;
&#13;
You want to recursively change all of the file permissions only on folders &amp; subfolders in a directory, but not the files (or vice-versa: you want to change the permissions on files only, not folders).&lt;/p&gt;</description>
      <pubDate>Sun, 25 Aug 2013 09:01:31 UTC</pubDate>
      <guid>https://snipplr.com/view/72201/recursively-change-file-permissions-on-filesfolders-only-nix</guid>
    </item>
    <item>
      <title>(PHP) Sublimee Snippet: Fic - brownrl</title>
      <link>https://snipplr.com/view/72190/sublimee-snippet-fic</link>
      <description>&lt;p&gt;Generate a generic file comment&lt;/p&gt;</description>
      <pubDate>Fri, 23 Aug 2013 20:21:07 UTC</pubDate>
      <guid>https://snipplr.com/view/72190/sublimee-snippet-fic</guid>
    </item>
    <item>
      <title>(Other) Launch DOS to SharePoint 2013 Hive using Batch File - adove</title>
      <link>https://snipplr.com/view/72185/launch-dos-to-sharepoint-2013-hive-using-batch-file</link>
      <description>&lt;p&gt;Launch DOS prompt to the SharePoint 2013 hive. To 'Run as Administrator' simply right-click on the batch file and select that option.&lt;/p&gt;</description>
      <pubDate>Fri, 23 Aug 2013 05:15:23 UTC</pubDate>
      <guid>https://snipplr.com/view/72185/launch-dos-to-sharepoint-2013-hive-using-batch-file</guid>
    </item>
    <item>
      <title>(Other) Launch Windows Explorer to SharePoint 2013 Hive using Batch File - adove</title>
      <link>https://snipplr.com/view/72184/launch-windows-explorer-to-sharepoint-2013-hive-using-batch-file</link>
      <description>&lt;p&gt;Open Windows Explorer to the SharePoint 2013 hive using a batch file. Double-click the batch file.&lt;/p&gt;</description>
      <pubDate>Fri, 23 Aug 2013 05:13:27 UTC</pubDate>
      <guid>https://snipplr.com/view/72184/launch-windows-explorer-to-sharepoint-2013-hive-using-batch-file</guid>
    </item>
    <item>
      <title>(Python) Display the download percentage of a file - o0110o</title>
      <link>https://snipplr.com/view/72137/display-the-download-percentage-of-a-file</link>
      <description>&lt;p&gt;Place this snippent in your script, and call it like this:&#13;
urllib.urlretrieve(getFile, saveFile, reporthook=report)&#13;
&#13;
Notice it is the 3rd argument that calls the function on each file that needs to be downloaded.&lt;/p&gt;</description>
      <pubDate>Fri, 16 Aug 2013 21:25:24 UTC</pubDate>
      <guid>https://snipplr.com/view/72137/display-the-download-percentage-of-a-file</guid>
    </item>
    <item>
      <title>(PHP) If file exists function - server-side - rickygri</title>
      <link>https://snipplr.com/view/71714/if-file-exists-function--serverside</link>
      <description>&lt;p&gt;This function can be used to check if a file exists using the HTTP header response. Example use, when looping through cached JSON objects (instagram API, etc.)&lt;/p&gt;</description>
      <pubDate>Thu, 04 Jul 2013 01:22:40 UTC</pubDate>
      <guid>https://snipplr.com/view/71714/if-file-exists-function--serverside</guid>
    </item>
    <item>
      <title>(Java) Uploading binary files to Dropbox - RobinD</title>
      <link>https://snipplr.com/view/71547/uploading-binary-files-to-dropbox</link>
      <description>&lt;p&gt;Uploading a binary file(like .doc) to Dropbox.&#13;
I tried with .ics and it worked.&lt;/p&gt;</description>
      <pubDate>Mon, 17 Jun 2013 05:41:37 UTC</pubDate>
      <guid>https://snipplr.com/view/71547/uploading-binary-files-to-dropbox</guid>
    </item>
    <item>
      <title>(Python) Replace procedural Nuke Write paths with real paths in write node by replacing the write node(s) - throb</title>
      <link>https://snipplr.com/view/70898/replace-procedural-nuke-write-paths-with-real-paths-in-write-node-by-replacing-the-write-nodes</link>
      <description>&lt;p&gt;This allows you to take a node that has expressions in it and create copies of them that are hard pathed.  It will also disable said expression driven write nodes and disable them.&lt;/p&gt;</description>
      <pubDate>Tue, 23 Apr 2013 13:41:33 UTC</pubDate>
      <guid>https://snipplr.com/view/70898/replace-procedural-nuke-write-paths-with-real-paths-in-write-node-by-replacing-the-write-nodes</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>(PHP) Disable the WordPress file editor. - tacudtap</title>
      <link>https://snipplr.com/view/70459/disable-the-wordpress-file-editor</link>
      <description>&lt;p&gt;Add this snippet to `wp-config.php` to remove the file editor links from the WordPress admin menus. Read more about... [disabling the WordPress file editor](http://www.orderofbusiness.net/blog/disable-wordpress-file-editor/)&lt;/p&gt;</description>
      <pubDate>Tue, 19 Mar 2013 00:32:26 UTC</pubDate>
      <guid>https://snipplr.com/view/70459/disable-the-wordpress-file-editor</guid>
    </item>
    <item>
      <title>(PHP) Download File with a Speed Limit in PHP - apphp-snippets</title>
      <link>https://snipplr.com/view/70084/download-file-with-a-speed-limit-in-php</link>
      <description>&lt;p&gt;This snippet allows you set a limitation for download rate of the file that visitors download from your site.&lt;/p&gt;</description>
      <pubDate>Mon, 25 Feb 2013 18:41:51 UTC</pubDate>
      <guid>https://snipplr.com/view/70084/download-file-with-a-speed-limit-in-php</guid>
    </item>
    <item>
      <title>(PHP) Get File Extension in PHP - apphp-snippets</title>
      <link>https://snipplr.com/view/70079/get-file-extension-in-php</link>
      <description>&lt;p&gt;This code allows to pass filename in the $file_name variable and function will return file extension only.&lt;/p&gt;</description>
      <pubDate>Sun, 24 Feb 2013 20:16:27 UTC</pubDate>
      <guid>https://snipplr.com/view/70079/get-file-extension-in-php</guid>
    </item>
    <item>
      <title>(PHP) Get File Path Data in PHP - apphp-snippets</title>
      <link>https://snipplr.com/view/70020/get-file-path-data-in-php</link>
      <description>&lt;p&gt;You may retrieve all needed file path data using PHP's built-in function pathinfo. You don't need to create your own functions or use regular expressions to get this info. It was already been created for this purpose.&lt;/p&gt;</description>
      <pubDate>Wed, 20 Feb 2013 21:26:53 UTC</pubDate>
      <guid>https://snipplr.com/view/70020/get-file-path-data-in-php</guid>
    </item>
    <item>
      <title>(Groovy) Recursive delete current directory - alces</title>
      <link>https://snipplr.com/view/69815/recursive-delete-current-directory</link>
      <description>&lt;p&gt;Safe way to recursive delete directory&lt;/p&gt;</description>
      <pubDate>Wed, 06 Feb 2013 23:22:33 UTC</pubDate>
      <guid>https://snipplr.com/view/69815/recursive-delete-current-directory</guid>
    </item>
    <item>
      <title>(Other) Host file location on XP - thesmu</title>
      <link>https://snipplr.com/view/69718/host-file-location-on-xp</link>
      <description>&lt;p&gt;Host file location on XP&lt;/p&gt;</description>
      <pubDate>Thu, 31 Jan 2013 22:07:10 UTC</pubDate>
      <guid>https://snipplr.com/view/69718/host-file-location-on-xp</guid>
    </item>
    <item>
      <title>(PHP) Javascript : Validate file upload - laxman2021</title>
      <link>https://snipplr.com/view/69006/javascript--validate-file-upload</link>
      <description>&lt;p&gt;Image file upload, javascript&lt;/p&gt;</description>
      <pubDate>Fri, 07 Dec 2012 16:33:55 UTC</pubDate>
      <guid>https://snipplr.com/view/69006/javascript--validate-file-upload</guid>
    </item>
    <item>
      <title>(PHP) PHP SSH API class - ryantxr</title>
      <link>https://snipplr.com/view/67668/php-ssh-api-class</link>
      <description>&lt;p&gt;This SSH API is used to execute remote commands, send and receive files.&lt;/p&gt;</description>
      <pubDate>Wed, 10 Oct 2012 00:31:19 UTC</pubDate>
      <guid>https://snipplr.com/view/67668/php-ssh-api-class</guid>
    </item>
    <item>
      <title>(PHP) Find a file (including subdirectory search) - VisionHive</title>
      <link>https://snipplr.com/view/67021/find-a-file-including-subdirectory-search</link>
      <description>&lt;p&gt;This function searches the current working directory (or any other directory path that you specify with parameter $p) for a file, named $f, and returns the full path and filename of the first occurrence, or false if it is either not found or the maximum number of comparisons is reached. The return value is relative to the executing script, so you can safely pass this function to other file-handling functions, e.g. fopen(FFIND("my.file")); or file(FFIND("my.file"));&lt;/p&gt;</description>
      <pubDate>Sat, 01 Sep 2012 13:39:00 UTC</pubDate>
      <guid>https://snipplr.com/view/67021/find-a-file-including-subdirectory-search</guid>
    </item>
    <item>
      <title>(Python) Text-file Spider Queue - scrapy</title>
      <link>https://snipplr.com/view/67008/textfile-spider-queue</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 01 Sep 2012 07:15:32 UTC</pubDate>
      <guid>https://snipplr.com/view/67008/textfile-spider-queue</guid>
    </item>
    <item>
      <title>(Bash) Convert file encoding recursively - rabc</title>
      <link>https://snipplr.com/view/66374/convert-file-encoding-recursively</link>
      <description>&lt;p&gt;iconv -l to show all available encodes, replace xxx with you file ext&lt;/p&gt;</description>
      <pubDate>Sat, 28 Jul 2012 02:23:21 UTC</pubDate>
      <guid>https://snipplr.com/view/66374/convert-file-encoding-recursively</guid>
    </item>
    <item>
      <title>(VB.NET) Determine if text file is Unicode encoded - ShaneGowland</title>
      <link>https://snipplr.com/view/66287/determine-if-text-file-is-unicode-encoded</link>
      <description>&lt;p&gt;The .NET Framework doesn't support automatic detection of character encoding in the default file I/O methods. This is a quick function that returns True in the specified file is Unicode.&lt;/p&gt;</description>
      <pubDate>Mon, 23 Jul 2012 18:18:14 UTC</pubDate>
      <guid>https://snipplr.com/view/66287/determine-if-text-file-is-unicode-encoded</guid>
    </item>
    <item>
      <title>(PHP) How to Remove Directories Recursively with PHP -  updated method - fackz</title>
      <link>https://snipplr.com/view/66200/how-to-remove-directories-recursively-with-php---updated-method</link>
      <description>&lt;p&gt;This function removes a directory and its contents.&#13;
Use with careful, no undo!&lt;/p&gt;</description>
      <pubDate>Wed, 18 Jul 2012 12:29:37 UTC</pubDate>
      <guid>https://snipplr.com/view/66200/how-to-remove-directories-recursively-with-php---updated-method</guid>
    </item>
    <item>
      <title>(JavaScript) dinamiÅ¡kai pridÄ—ti iÅ¡orinÄ¯ JavaScript failÄ… - ptomas</title>
      <link>https://snipplr.com/view/66185/dinamikai-pridti-iorin-javascript-fail</link>
      <description>&lt;p&gt;iÅ¡orinio javascript failo Ä¯traukimas Ä¯ html&lt;/p&gt;</description>
      <pubDate>Tue, 17 Jul 2012 19:56:30 UTC</pubDate>
      <guid>https://snipplr.com/view/66185/dinamikai-pridti-iorin-javascript-fail</guid>
    </item>
    <item>
      <title>(PHP) list all files in directory - ne7son</title>
      <link>https://snipplr.com/view/65972/list-all-files-in-directory</link>
      <description>&lt;p&gt;list all files in directory and subdirectory&lt;/p&gt;</description>
      <pubDate>Thu, 05 Jul 2012 23:35:04 UTC</pubDate>
      <guid>https://snipplr.com/view/65972/list-all-files-in-directory</guid>
    </item>
    <item>
      <title>(SQL) Import MySQL Dumpfile, SQL Datafile Into My Database - MohamedAlaa</title>
      <link>https://snipplr.com/view/65950/import-mysql-dumpfile-sql-datafile-into-my-database</link>
      <description>&lt;p&gt;Run This Command in your Terminal&#13;
----------------------------------------&#13;
mysql -u **username** -p -h localhost **DATA-BASE-NAME** &lt; data.sql&lt;/p&gt;</description>
      <pubDate>Thu, 05 Jul 2012 01:35:13 UTC</pubDate>
      <guid>https://snipplr.com/view/65950/import-mysql-dumpfile-sql-datafile-into-my-database</guid>
    </item>
    <item>
      <title>(DOS Batch) Add a current date to a file - _reydin_</title>
      <link>https://snipplr.com/view/65936/add-a-current-date-to-a-file</link>
      <description>&lt;p&gt;This is a batch file that will add the date to the end of all files in a particular directory located on the user's desktop and place them in a directory called Output_Renamed on the user's desktop.&lt;/p&gt;</description>
      <pubDate>Wed, 04 Jul 2012 06:36:39 UTC</pubDate>
      <guid>https://snipplr.com/view/65936/add-a-current-date-to-a-file</guid>
    </item>
    <item>
      <title>(PHP) RSS Feed Caching - crypticsoft</title>
      <link>https://snipplr.com/view/65477/rss-feed-caching</link>
      <description>&lt;p&gt;Note: This also uses a flat file to cache the results, be sure to also upload the 'rss_cache.txt' file. &#13;
&#13;
Usage:&#13;
&lt;?php&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 08 Jun 2012 09:23:58 UTC</pubDate>
      <guid>https://snipplr.com/view/65477/rss-feed-caching</guid>
    </item>
  </channel>
</rss>
