<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - iloveitaly</title>
<link>http://snipplr.com/users/iloveitaly</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Mon, 20 May 2013 19:22:28 GMT</pubDate>
<item>
<title>(Ruby) Singleton Pattern MacRuby</title>
<link>http://snipplr.com/view/60462/singleton-pattern-macruby/</link>
<description><![CDATA[ <p>Works fine for MacRuby applications</p> ]]></description>
<pubDate>Wed, 02 Nov 2011 04:14:50 GMT</pubDate>
<guid>http://snipplr.com/view/60462/singleton-pattern-macruby/</guid>
</item>
<item>
<title>(PHP) Format PHP Var Export</title>
<link>http://snipplr.com/view/59183/format-php-var-export/</link>
<description><![CDATA[ <p>Format's var export so things looks a little bit nicer</p> ]]></description>
<pubDate>Wed, 28 Sep 2011 04:32:21 GMT</pubDate>
<guid>http://snipplr.com/view/59183/format-php-var-export/</guid>
</item>
<item>
<title>(Bash) Install NodeJS + LESS</title>
<link>http://snipplr.com/view/58139/install-nodejs--less/</link>
<description><![CDATA[ <p>Works on dreamhost VPS (remove the sudos &amp; install in your user directory and it should work fine on shared hosting too).</p> ]]></description>
<pubDate>Wed, 24 Aug 2011 22:05:35 GMT</pubDate>
<guid>http://snipplr.com/view/58139/install-nodejs--less/</guid>
</item>
<item>
<title>(Bash) Move Local SSH Keys to Remote User</title>
<link>http://snipplr.com/view/58138/move-local-ssh-keys-to-remote-user/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 24 Aug 2011 22:03:36 GMT</pubDate>
<guid>http://snipplr.com/view/58138/move-local-ssh-keys-to-remote-user/</guid>
</item>
<item>
<title>(PHP) PHP Read CSV to Array</title>
<link>http://snipplr.com/view/58137/php-read-csv-to-array/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 24 Aug 2011 22:02:38 GMT</pubDate>
<guid>http://snipplr.com/view/58137/php-read-csv-to-array/</guid>
</item>
<item>
<title>(Bash) Push All Git Repos</title>
<link>http://snipplr.com/view/56430/push-all-git-repos/</link>
<description><![CDATA[ <p>Useful when managing a bunch of submodules.</p> ]]></description>
<pubDate>Tue, 12 Jul 2011 03:50:38 GMT</pubDate>
<guid>http://snipplr.com/view/56430/push-all-git-repos/</guid>
</item>
<item>
<title>(Bash) Compile All LESS CSS Files</title>
<link>http://snipplr.com/view/55976/compile-all-less-css-files/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 01 Jul 2011 06:54:01 GMT</pubDate>
<guid>http://snipplr.com/view/55976/compile-all-less-css-files/</guid>
</item>
<item>
<title>(PHP) PHP Join Paths</title>
<link>http://snipplr.com/view/49783/php-join-paths/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 28 Feb 2011 05:18:41 GMT</pubDate>
<guid>http://snipplr.com/view/49783/php-join-paths/</guid>
</item>
<item>
<title>(Bash) TextMate Compile Less Files</title>
<link>http://snipplr.com/view/49389/textmate-compile-less-files/</link>
<description><![CDATA[ <p>When bound to cmd+s in textmate this can compile your LESS CSS files and output a CSS file.

For large projects I use a watch script which checks the SCM flag of all the less files in the project and then compiles those that need to be updated. Compiling 20+ less files can take a second or two, watch.bash eliminates that delay.</p> ]]></description>
<pubDate>Tue, 22 Feb 2011 12:49:59 GMT</pubDate>
<guid>http://snipplr.com/view/49389/textmate-compile-less-files/</guid>
</item>
<item>
<title>(JavaScript) Mootools Ellipsis Method</title>
<link>http://snipplr.com/view/46615/mootools-ellipsis-method/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 06 Jan 2011 05:31:18 GMT</pubDate>
<guid>http://snipplr.com/view/46615/mootools-ellipsis-method/</guid>
</item>
<item>
<title>(PHP) International Short &amp;amp; Long Address Formatting</title>
<link>http://snipplr.com/view/46053/international-short--long-address-formatting/</link>
<description><![CDATA[ <p>I'm not well versed in international address formatting, but this seems to work for most cases. Critiques are welcome!</p> ]]></description>
<pubDate>Thu, 23 Dec 2010 01:54:38 GMT</pubDate>
<guid>http://snipplr.com/view/46053/international-short--long-address-formatting/</guid>
</item>
<item>
<title>(Bash) Custom TextMate Refresh Browsers Script</title>
<link>http://snipplr.com/view/46036/custom-textmate-refresh-browsers-script/</link>
<description><![CDATA[ <p>refreshes Chrome + Safari without bringing them into focus. If Chrome is hidden, then no refresh occurs.</p> ]]></description>
<pubDate>Wed, 22 Dec 2010 14:07:54 GMT</pubDate>
<guid>http://snipplr.com/view/46036/custom-textmate-refresh-browsers-script/</guid>
</item>
<item>
<title>(Bash) Remove Git &amp;amp; SVN Directories in CWD</title>
<link>http://snipplr.com/view/45998/remove-git--svn-directories-in-cwd/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 21 Dec 2010 13:52:55 GMT</pubDate>
<guid>http://snipplr.com/view/45998/remove-git--svn-directories-in-cwd/</guid>
</item>
<item>
<title>(AppleScript) Refresh Frontmost Chrome Tab</title>
<link>http://snipplr.com/view/45995/refresh-frontmost-chrome-tab/</link>
<description><![CDATA[ <p>Useful for developing with Chrome + TextMate</p> ]]></description>
<pubDate>Tue, 21 Dec 2010 11:31:26 GMT</pubDate>
<guid>http://snipplr.com/view/45995/refresh-frontmost-chrome-tab/</guid>
</item>
<item>
<title>(PHP) Trim Empty Paragraph Tags at Beginning &amp;amp; End of String</title>
<link>http://snipplr.com/view/45940/trim-empty-paragraph-tags-at-beginning--end-of-string/</link>
<description><![CDATA[ <p>Useful for preparing content generated by CKEditor</p> ]]></description>
<pubDate>Sun, 19 Dec 2010 15:16:55 GMT</pubDate>
<guid>http://snipplr.com/view/45940/trim-empty-paragraph-tags-at-beginning--end-of-string/</guid>
</item>
<item>
<title>(PHP) Generate Address String from Array / Object</title>
<link>http://snipplr.com/view/45939/generate-address-string-from-array--object/</link>
<description><![CDATA[ <p>Useful when used with the google map directions function http://snipplr.com/view/15530/php-create-google-map-directions-link/</p> ]]></description>
<pubDate>Sun, 19 Dec 2010 15:15:20 GMT</pubDate>
<guid>http://snipplr.com/view/45939/generate-address-string-from-array--object/</guid>
</item>
<item>
<title>(JavaScript) Basic Implementation of Game Theory's Minimax</title>
<link>http://snipplr.com/view/45150/basic-implementation-of-game-theorys-minimax/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 02 Dec 2010 14:16:05 GMT</pubDate>
<guid>http://snipplr.com/view/45150/basic-implementation-of-game-theorys-minimax/</guid>
</item>
<item>
<title>(Apache) Cache Images Apache Server</title>
<link>http://snipplr.com/view/42327/cache-images-apache-server/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 15 Oct 2010 07:37:21 GMT</pubDate>
<guid>http://snipplr.com/view/42327/cache-images-apache-server/</guid>
</item>
<item>
<title>(PHP) Create Directory Path</title>
<link>http://snipplr.com/view/40543/create-directory-path/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 16 Sep 2010 01:26:56 GMT</pubDate>
<guid>http://snipplr.com/view/40543/create-directory-path/</guid>
</item>
<item>
<title>(PHP) Human Readable List From Array</title>
<link>http://snipplr.com/view/39720/human-readable-list-from-array/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 31 Aug 2010 01:44:13 GMT</pubDate>
<guid>http://snipplr.com/view/39720/human-readable-list-from-array/</guid>
</item>
</channel>
</rss>