<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DZone Snippets: osx code</title>
    <link>http://snippets.dzone.com/posts</link>
    <pubDate>Sat, 11 Oct 2008 03:29:28 GMT</pubDate>
    <description>DZone Snippets: osx code</description>
    <item>
      <title>Optimize Aperture database</title>
      <link>http://snippets.dzone.com/posts/show/3630</link>
      <description>&lt;code&gt;&lt;br /&gt;sqlite3 Pictures/Aperture\ Library.aplibrary/Aperture.aplib/Library.apdb vacuum&lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Mon, 05 Mar 2007 14:43:20 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/3630</guid>
      <author>willcodeforfoo ()</author>
    </item>
    <item>
      <title>Get Frontmost Window</title>
      <link>http://snippets.dzone.com/posts/show/3238</link>
      <description>&lt;code&gt;tell application "System Events"&lt;br /&gt;	set frontmostApplication to name of the first process whose frontmost is true&lt;br /&gt;end tell&lt;/code&gt;</description>
      <pubDate>Thu, 04 Jan 2007 21:20:44 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/3238</guid>
      <author>willcodeforfoo ()</author>
    </item>
    <item>
      <title>rsync backup of a Mac</title>
      <link>http://snippets.dzone.com/posts/show/2822</link>
      <description>&lt;code&gt;sudo /usr/local/bin/rsync -aREx --delete --exclude='.Spotlight-*' --exclude '/private/var/vm/*' [IP-address of Mac mini]::PowerBookBackup&lt;/code&gt;</description>
      <pubDate>Sun, 15 Oct 2006 08:37:42 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/2822</guid>
      <author>willcodeforfoo ()</author>
    </item>
    <item>
      <title>Fix Terminal spacing bug</title>
      <link>http://snippets.dzone.com/posts/show/2268</link>
      <description>&lt;pre&gt;defaults write com.apple.Terminal FontWidthSpacing 1.003&lt;/pre&gt;</description>
      <pubDate>Wed, 12 Jul 2006 08:45:18 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/2268</guid>
      <author>willcodeforfoo ()</author>
    </item>
    <item>
      <title>Building tcpflow on OS X</title>
      <link>http://snippets.dzone.com/posts/show/2267</link>
      <description>&lt;code&gt;&lt;br /&gt;curl -O http://www.circlemud.org/pub/jelson/tcpflow/tcpflow-0.21.tar.gz&lt;br /&gt;tar -zxvf tcpflow-0.21.tar.gz&lt;br /&gt;cd tcpflow-0.21&lt;br /&gt;cp /usr/share/libtool/config.* . &lt;br /&gt;./configure --prefix=/usr/local&lt;br /&gt;sudo make install&lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Wed, 12 Jul 2006 07:51:32 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/2267</guid>
      <author>willcodeforfoo ()</author>
    </item>
  </channel>
</rss>
