<?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>Sat, 13 Jun 2026 14:28:57 +0000</lastBuildDate>
    <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>(Bash) Removing all extended attributes from a directory tree - nkm</title>
      <link>https://snipplr.com/view/51227/removing-all-extended-attributes-from-a-directory-tree</link>
      <description>&lt;p&gt;The space after the caret in the grep command is produced by typing Ctrl-V and then Tab, to insert a Tab character.&lt;/p&gt;</description>
      <pubDate>Tue, 29 Mar 2011 06:45:35 UTC</pubDate>
      <guid>https://snipplr.com/view/51227/removing-all-extended-attributes-from-a-directory-tree</guid>
    </item>
    <item>
      <title>(PHP) Is Local Address - nkm</title>
      <link>https://snipplr.com/view/36767/is-local-address</link>
      <description>&lt;p&gt;Checks if a given address is local. Useful for setting up the dev environment automatically.&#13;
&#13;
NOTE: It's not intended for validation!&lt;/p&gt;</description>
      <pubDate>Tue, 06 Jul 2010 20:23:50 UTC</pubDate>
      <guid>https://snipplr.com/view/36767/is-local-address</guid>
    </item>
    <item>
      <title>(Regular Expression) The Best Email RegEx (yet) - nkm</title>
      <link>https://snipplr.com/view/35727/the-best-email-regex-yet</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sun, 13 Jun 2010 15:52:23 UTC</pubDate>
      <guid>https://snipplr.com/view/35727/the-best-email-regex-yet</guid>
    </item>
    <item>
      <title>(Regular Expression) YouTube URL matcher, video ID catcher - nkm</title>
      <link>https://snipplr.com/view/33375/youtube-url-matcher-video-id-catcher</link>
      <description>&lt;p&gt;PCRE that matches any kind of YouTube URL and catches its video ID. It supports three kinds of URL: the classic (?v=), the AJAXed one (#!v=) and the short version (youtu.be). It also supports international URLs.&#13;
&#13;
Tested with Javascript and PHP.&lt;/p&gt;</description>
      <pubDate>Tue, 27 Apr 2010 16:02:49 UTC</pubDate>
      <guid>https://snipplr.com/view/33375/youtube-url-matcher-video-id-catcher</guid>
    </item>
    <item>
      <title>(JavaScript) Check if original window opener is still open - nkm</title>
      <link>https://snipplr.com/view/28719/check-if-original-window-opener-is-still-open</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 22 Feb 2010 01:33:18 UTC</pubDate>
      <guid>https://snipplr.com/view/28719/check-if-original-window-opener-is-still-open</guid>
    </item>
    <item>
      <title>(Bash) mod_files.sh [PHP] - nkm</title>
      <link>https://snipplr.com/view/27710/modfilessh-php</link>
      <description>&lt;p&gt;here's a script, mod_files.sh, in ext/session for creating directory&#13;
tree with depth X for sessions.  As it stands, it's pretty poorly&#13;
documented and very basic.  I * got exceptionally bored and rewrote most&#13;
of it, the patch is attached.  It runs fine for me in linux (with sh&#13;
version 4.0).  I don't have any other *NIX systems to test it out on,&#13;
so I can't verify that it works in anything but linux, sorry.&#13;
&#13;
* Eddie Drapkin &lt;oorza2k5&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 04 Feb 2010 17:56:26 UTC</pubDate>
      <guid>https://snipplr.com/view/27710/modfilessh-php</guid>
    </item>
    <item>
      <title>(Bash) Convert sound to CoreAudio Format [CAF] [iPhone] - nkm</title>
      <link>https://snipplr.com/view/22236/convert-sound-to-coreaudio-format-caf-iphone</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 31 Oct 2009 10:09:20 UTC</pubDate>
      <guid>https://snipplr.com/view/22236/convert-sound-to-coreaudio-format-caf-iphone</guid>
    </item>
    <item>
      <title>(Bash) Enable Screen Sharing [OSX] [SL] - nkm</title>
      <link>https://snipplr.com/view/21650/enable-screen-sharing-osx-sl</link>
      <description>&lt;p&gt;The instructions for Snow Leopard are in the comments&lt;/p&gt;</description>
      <pubDate>Thu, 22 Oct 2009 13:54:03 UTC</pubDate>
      <guid>https://snipplr.com/view/21650/enable-screen-sharing-osx-sl</guid>
    </item>
    <item>
      <title>(MySQL) Delete Orphaned Records - nkm</title>
      <link>https://snipplr.com/view/20337/delete-orphaned-records</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 28 Sep 2009 05:46:54 UTC</pubDate>
      <guid>https://snipplr.com/view/20337/delete-orphaned-records</guid>
    </item>
    <item>
      <title>(PHP) Print last query |Â CodeIgniter - nkm</title>
      <link>https://snipplr.com/view/19007/print-last-query-codeigniter</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 29 Aug 2009 17:34:57 UTC</pubDate>
      <guid>https://snipplr.com/view/19007/print-last-query-codeigniter</guid>
    </item>
    <item>
      <title>(MySQL) Calculate Age from Date Of Birth - nkm</title>
      <link>https://snipplr.com/view/19005/calculate-age-from-date-of-birth</link>
      <description>&lt;p&gt;It's not 100% accurate, but works fine for people under 1.480.&lt;/p&gt;</description>
      <pubDate>Sat, 29 Aug 2009 17:15:04 UTC</pubDate>
      <guid>https://snipplr.com/view/19005/calculate-age-from-date-of-birth</guid>
    </item>
    <item>
      <title>(Bash) Change computer name [OSX] - nkm</title>
      <link>https://snipplr.com/view/13405/change-computer-name-osx</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 24 Mar 2009 12:15:11 UTC</pubDate>
      <guid>https://snipplr.com/view/13405/change-computer-name-osx</guid>
    </item>
  </channel>
</rss>
