<?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 11:13:54 +0000</lastBuildDate>
    <item>
      <title>(Bash) Get a list of unique dtrace providers - zingo</title>
      <link>https://snipplr.com/view/52340/get-a-list-of-unique-dtrace-providers</link>
      <description>&lt;p&gt;Get a list of providers for DTrace that OSX supports. (DTrace is a probe/profiling tool created by Sun that came with Mac OS X starting with Leopard.)&lt;/p&gt;</description>
      <pubDate>Wed, 20 Apr 2011 01:07:45 UTC</pubDate>
      <guid>https://snipplr.com/view/52340/get-a-list-of-unique-dtrace-providers</guid>
    </item>
    <item>
      <title>(Bash) Searching through Subversion history - zingo</title>
      <link>https://snipplr.com/view/31291/searching-through-subversion-history</link>
      <description>&lt;p&gt;grep through all history from within a Subversion working directory, like:&#13;
&#13;
$ svngrep SecItemCopyMatching *&lt;/p&gt;</description>
      <pubDate>Sun, 11 Apr 2010 19:53:03 UTC</pubDate>
      <guid>https://snipplr.com/view/31291/searching-through-subversion-history</guid>
    </item>
    <item>
      <title>(Bash) Git and SVN Status in the Bash Prompt - zingo</title>
      <link>https://snipplr.com/view/19999/git-and-svn-status-in-the-bash-prompt</link>
      <description>&lt;p&gt;Put this into your ~/.bashrc script and you should see the Git/SVN status in your prompt if your working directory is a sandbox.&lt;/p&gt;</description>
      <pubDate>Tue, 22 Sep 2009 00:01:21 UTC</pubDate>
      <guid>https://snipplr.com/view/19999/git-and-svn-status-in-the-bash-prompt</guid>
    </item>
    <item>
      <title>(Bash) Quick new tab from iTerm - zingo</title>
      <link>https://snipplr.com/view/7451/quick-new-tab-from-iterm</link>
      <description>&lt;p&gt;Place this in your ~/.bash_profile then type tab in your terminal window to see some magic happen.&lt;/p&gt;</description>
      <pubDate>Tue, 22 Jul 2008 21:46:31 UTC</pubDate>
      <guid>https://snipplr.com/view/7451/quick-new-tab-from-iterm</guid>
    </item>
    <item>
      <title>(Bash) Sort Directories by Size - zingo</title>
      <link>https://snipplr.com/view/7450/sort-directories-by-size</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 22 Jul 2008 21:19:52 UTC</pubDate>
      <guid>https://snipplr.com/view/7450/sort-directories-by-size</guid>
    </item>
    <item>
      <title>(Bash) Words with many doubled letters - zingo</title>
      <link>https://snipplr.com/view/7056/words-with-many-doubled-letters</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 01 Jul 2008 19:28:07 UTC</pubDate>
      <guid>https://snipplr.com/view/7056/words-with-many-doubled-letters</guid>
    </item>
    <item>
      <title>(Bash) SVN rename all your CakePHP views from thtml to ctp - zingo</title>
      <link>https://snipplr.com/view/6485/svn-rename-all-your-cakephp-views-from-thtml-to-ctp</link>
      <description>&lt;p&gt;Recursively SVN rename (move) all thtml-files to ctp-files .  Fires this up in CakePHPs /views path.&lt;/p&gt;</description>
      <pubDate>Wed, 28 May 2008 16:34:24 UTC</pubDate>
      <guid>https://snipplr.com/view/6485/svn-rename-all-your-cakephp-views-from-thtml-to-ctp</guid>
    </item>
    <item>
      <title>(Bash) Emulating a Slow Internet Link for HTTP - zingo</title>
      <link>https://snipplr.com/view/5552/emulating-a-slow-internet-link-for-http</link>
      <description>&lt;p&gt;recover to normal speed with &#13;
/sbin/ipfw delete 100&#13;
/sbin/ipfw delete 200&#13;
... or reboot&lt;/p&gt;</description>
      <pubDate>Mon, 24 Mar 2008 22:51:35 UTC</pubDate>
      <guid>https://snipplr.com/view/5552/emulating-a-slow-internet-link-for-http</guid>
    </item>
    <item>
      <title>(Bash) Get Infos on WLAN on OSX - zingo</title>
      <link>https://snipplr.com/view/5050/get-infos-on-wlan-on-osx</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 13 Feb 2008 18:14:57 UTC</pubDate>
      <guid>https://snipplr.com/view/5050/get-infos-on-wlan-on-osx</guid>
    </item>
    <item>
      <title>(Bash) Get Infos on Battery on OSX - zingo</title>
      <link>https://snipplr.com/view/5049/get-infos-on-battery-on-osx</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 13 Feb 2008 18:11:53 UTC</pubDate>
      <guid>https://snipplr.com/view/5049/get-infos-on-battery-on-osx</guid>
    </item>
    <item>
      <title>(Bash) Get Temperature on OSX - zingo</title>
      <link>https://snipplr.com/view/4966/get-temperature-on-osx</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 09 Feb 2008 13:31:27 UTC</pubDate>
      <guid>https://snipplr.com/view/4966/get-temperature-on-osx</guid>
    </item>
    <item>
      <title>(Bash) Determine the change in file size in lines between Subversion revisions - zingo</title>
      <link>https://snipplr.com/view/4461/determine-the-change-in-file-size-in-lines-between-subversion-revisions</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 04 Jan 2008 20:55:20 UTC</pubDate>
      <guid>https://snipplr.com/view/4461/determine-the-change-in-file-size-in-lines-between-subversion-revisions</guid>
    </item>
    <item>
      <title>(Bash) Find possible plist-Files for an given Application - zingo</title>
      <link>https://snipplr.com/view/4368/find-possible-plistfiles-for-an-given-application</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sun, 16 Dec 2007 02:30:43 UTC</pubDate>
      <guid>https://snipplr.com/view/4368/find-possible-plistfiles-for-an-given-application</guid>
    </item>
    <item>
      <title>(Bash) Enable Objective-C Messages Tracing - zingo</title>
      <link>https://snipplr.com/view/3856/enable-objectivec-messages-tracing</link>
      <description>&lt;p&gt;If you set the NSObjCMessageLoggingEnabled environment variable to "YES", the Objective-C runtime will log all dispatched Objective-C messages to a file named /tmp/msgSends-.&lt;/p&gt;</description>
      <pubDate>Sun, 07 Oct 2007 17:58:05 UTC</pubDate>
      <guid>https://snipplr.com/view/3856/enable-objectivec-messages-tracing</guid>
    </item>
    <item>
      <title>(Bash) List all application versions - zingo</title>
      <link>https://snipplr.com/view/3467/list-all-application-versions</link>
      <description>&lt;p&gt;List the current version and installation date of every application on a OS X system, using of Spotlight.&lt;/p&gt;</description>
      <pubDate>Sun, 05 Aug 2007 20:14:51 UTC</pubDate>
      <guid>https://snipplr.com/view/3467/list-all-application-versions</guid>
    </item>
    <item>
      <title>(Bash) The Top Ten Unix Shell Commands You Use - zingo</title>
      <link>https://snipplr.com/view/3254/the-top-ten-unix-shell-commands-you-use</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sun, 08 Jul 2007 19:24:31 UTC</pubDate>
      <guid>https://snipplr.com/view/3254/the-top-ten-unix-shell-commands-you-use</guid>
    </item>
    <item>
      <title>(Bash) cd's to a directory and lists the contents - zingo</title>
      <link>https://snipplr.com/view/2922/cds-to-a-directory-and-lists-the-contents</link>
      <description>&lt;p&gt;for .bashrc, a function that cd's to a directory and lists the contents it takes ls arguments and a directory. for example, cl goes to home dir and lists contents. cl -l goes to ~/ and long lists contents. and cl -lrt public_html shows the contents of public_html in long list reverse time order.&lt;/p&gt;</description>
      <pubDate>Sun, 17 Jun 2007 17:11:58 UTC</pubDate>
      <guid>https://snipplr.com/view/2922/cds-to-a-directory-and-lists-the-contents</guid>
    </item>
    <item>
      <title>(Bash) Display svn changelog on "svn up" - zingo</title>
      <link>https://snipplr.com/view/2921/display-svn-changelog-on-svn-up</link>
      <description>&lt;p&gt;updates (svn up) a working copy and displays the changes&lt;/p&gt;</description>
      <pubDate>Sun, 17 Jun 2007 16:43:03 UTC</pubDate>
      <guid>https://snipplr.com/view/2921/display-svn-changelog-on-svn-up</guid>
    </item>
  </channel>
</rss>
