<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/favorites/leachypeachy</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 19 May 2013 08:04:03 GMT</pubDate>
<item>
<title>(iPhone) keyboard - leachypeachy</title>
<link>http://snipplr.com/view/36403/keyboard/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 28 Jun 2010 16:18:54 GMT</pubDate>
<guid>http://snipplr.com/view/36403/keyboard/</guid>
</item>
<item>
<title>(Django) modify django admin field to use specific queryset and form widget - leachypeachy</title>
<link>http://snipplr.com/view/27092/modify-django-admin-field-to-use-specific-queryset-and-form-widget/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 26 Jan 2010 09:55:25 GMT</pubDate>
<guid>http://snipplr.com/view/27092/modify-django-admin-field-to-use-specific-queryset-and-form-widget/</guid>
</item>
<item>
<title>(Django) Django send email through Gmail - leachypeachy</title>
<link>http://snipplr.com/view/26605/django-send-email-through-gmail/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 17 Jan 2010 07:09:05 GMT</pubDate>
<guid>http://snipplr.com/view/26605/django-send-email-through-gmail/</guid>
</item>
<item>
<title>(Django) Django and JSON - leachypeachy</title>
<link>http://snipplr.com/view/25237/django-and-json/</link>
<description><![CDATA[ <p>This function takes anything which can be dumped into JSON and returns an HTTP response of it, with the right Content-type header.</p> ]]></description>
<pubDate>Tue, 22 Dec 2009 15:02:57 GMT</pubDate>
<guid>http://snipplr.com/view/25237/django-and-json/</guid>
</item>
<item>
<title>(Django) Django CheatSheet - leachypeachy</title>
<link>http://snipplr.com/view/13327/django-cheatsheet/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 20 Mar 2009 16:53:10 GMT</pubDate>
<guid>http://snipplr.com/view/13327/django-cheatsheet/</guid>
</item>
<item>
<title>(Bash) Dynamic BASH Prompt - leachypeachy</title>
<link>http://snipplr.com/view/4651/dynamic-bash-prompt/</link>
<description><![CDATA[ <p>A very dynamic and flexible bash prompt. Personally I find this to have everything needed. It shows exit status, shortens itself for long directories, and shows bash history for easy referencing.

Hopefully it doesn't get messed up.</p> ]]></description>
<pubDate>Fri, 18 Jan 2008 19:40:17 GMT</pubDate>
<guid>http://snipplr.com/view/4651/dynamic-bash-prompt/</guid>
</item>
<item>
<title>(PHP) Nice URLS PHP .htaccess - leachypeachy</title>
<link>http://snipplr.com/view/4562/nice-urls-php-htaccess/</link>
<description><![CDATA[ <p>You can combine them with this: http://snipplr.com/view/4848/underscore-strings/</p> ]]></description>
<pubDate>Mon, 14 Jan 2008 12:22:45 GMT</pubDate>
<guid>http://snipplr.com/view/4562/nice-urls-php-htaccess/</guid>
</item>
<item>
<title>(PHP) PHP Method Comment - leachypeachy</title>
<link>http://snipplr.com/view/4204/php-method-comment/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 28 Nov 2007 08:29:45 GMT</pubDate>
<guid>http://snipplr.com/view/4204/php-method-comment/</guid>
</item>
<item>
<title>(Bash) BASH template - leachypeachy</title>
<link>http://snipplr.com/view/3901/bash-template/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 15 Oct 2007 20:34:06 GMT</pubDate>
<guid>http://snipplr.com/view/3901/bash-template/</guid>
</item>
<item>
<title>(SVN) Subversion repository URL changed, update the working copy so that it points to the new URL. - leachypeachy</title>
<link>http://snipplr.com/view/3749/subversion-repository-url-changed-update-the-working-copy-so-that-it-points-to-the-new-url/</link>
<description><![CDATA[ <p>Run this command from the root of your Subversion working copy.  

The following command changes the host name of the server from _old\_url_ to _shiny\_new\_url_

It's all about the `--relocate` option.

See also [here](http://snipplr.com/view/19991/change-repository-url/)</p> ]]></description>
<pubDate>Wed, 19 Sep 2007 18:45:50 GMT</pubDate>
<guid>http://snipplr.com/view/3749/subversion-repository-url-changed-update-the-working-copy-so-that-it-points-to-the-new-url/</guid>
</item>
<item>
<title>(HTML) swfobject flash embed - leachypeachy</title>
<link>http://snipplr.com/view/3531/swfobject-flash-embed/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 17 Aug 2007 08:27:17 GMT</pubDate>
<guid>http://snipplr.com/view/3531/swfobject-flash-embed/</guid>
</item>
<item>
<title>(JavaScript) fadeUp - leachypeachy</title>
<link>http://snipplr.com/view/3371/fadeup/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 24 Jul 2007 10:47:26 GMT</pubDate>
<guid>http://snipplr.com/view/3371/fadeup/</guid>
</item>
<item>
<title>(Bash) Rails on Mac - leachypeachy</title>
<link>http://snipplr.com/view/3307/rails-on-mac/</link>
<description><![CDATA[ <p>Setting up rails on a new Mac.  You need to install Xcode first.</p> ]]></description>
<pubDate>Mon, 16 Jul 2007 23:11:09 GMT</pubDate>
<guid>http://snipplr.com/view/3307/rails-on-mac/</guid>
</item>
<item>
<title>(Bash) The Top Ten Unix Shell Commands You Use - leachypeachy</title>
<link>http://snipplr.com/view/3254/the-top-ten-unix-shell-commands-you-use/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 08 Jul 2007 19:24:31 GMT</pubDate>
<guid>http://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 - leachypeachy</title>
<link>http://snipplr.com/view/2922/cds-to-a-directory-and-lists-the-contents/</link>
<description><![CDATA[ <p>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.</p> ]]></description>
<pubDate>Sun, 17 Jun 2007 17:11:58 GMT</pubDate>
<guid>http://snipplr.com/view/2922/cds-to-a-directory-and-lists-the-contents/</guid>
</item>
<item>
<title>(Bash) Display svn changelog on "svn up" - leachypeachy</title>
<link>http://snipplr.com/view/2921/display-svn-changelog-on-svn-up/</link>
<description><![CDATA[ <p>updates (svn up) a working copy and displays the changes</p> ]]></description>
<pubDate>Sun, 17 Jun 2007 16:43:03 GMT</pubDate>
<guid>http://snipplr.com/view/2921/display-svn-changelog-on-svn-up/</guid>
</item>
<item>
<title>(Ruby) Update A Rails Project - leachypeachy</title>
<link>http://snipplr.com/view/2731/update-a-rails-project/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 25 May 2007 15:26:22 GMT</pubDate>
<guid>http://snipplr.com/view/2731/update-a-rails-project/</guid>
</item>
<item>
<title>(Bash) Nice Bash prompt - leachypeachy</title>
<link>http://snipplr.com/view/2369/nice-bash-prompt/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 20 Mar 2007 16:38:09 GMT</pubDate>
<guid>http://snipplr.com/view/2369/nice-bash-prompt/</guid>
</item>
<item>
<title>(Bash) Run Software Update from the command line - leachypeachy</title>
<link>http://snipplr.com/view/2338/run-software-update-from-the-command-line/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 15 Mar 2007 10:01:29 GMT</pubDate>
<guid>http://snipplr.com/view/2338/run-software-update-from-the-command-line/</guid>
</item>
<item>
<title>(PHP) PHP Tag Cloud Based on Word Frequency - leachypeachy</title>
<link>http://snipplr.com/view/2225/php-tag-cloud-based-on-word-frequency/</link>
<description><![CDATA[ <p>I was only responsible for wrapping a demo around the function. See URL for original script.</p> ]]></description>
<pubDate>Tue, 27 Feb 2007 20:40:24 GMT</pubDate>
<guid>http://snipplr.com/view/2225/php-tag-cloud-based-on-word-frequency/</guid>
</item>
</channel>
</rss>