<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - m1b</title>
<link>http://snipplr.com/users/m1b</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 26 May 2013 05:36:41 GMT</pubDate>
<item>
<title>(Java) Recursive Fibonacci with and without memoization with runtime metrics</title>
<link>http://snipplr.com/view/66154/recursive-fibonacci-with-and-without-memoization-with-runtime-metrics/</link>
<description><![CDATA[ <p>Demonstrates just how bad the recursive Fibonacci performs without memoization and what difference memoization makes.</p> ]]></description>
<pubDate>Mon, 16 Jul 2012 13:08:51 GMT</pubDate>
<guid>http://snipplr.com/view/66154/recursive-fibonacci-with-and-without-memoization-with-runtime-metrics/</guid>
</item>
<item>
<title>(Bash) rsync only *.h files from a remote directory tree</title>
<link>http://snipplr.com/view/65916/rsync-only-h-files-from-a-remote-directory-tree/</link>
<description><![CDATA[ <p>rsync quirks</p> ]]></description>
<pubDate>Tue, 03 Jul 2012 07:39:39 GMT</pubDate>
<guid>http://snipplr.com/view/65916/rsync-only-h-files-from-a-remote-directory-tree/</guid>
</item>
<item>
<title>(Bash) .screenrc to avoid huge titles and terminal resizing</title>
<link>http://snipplr.com/view/65643/screenrc-to-avoid-huge-titles-and-terminal-resizing/</link>
<description><![CDATA[ <p>These settings in your .screenrc would prevent a terminal resizing when you start a screen session and shorten the terminal windows titles a bit.</p> ]]></description>
<pubDate>Fri, 15 Jun 2012 18:03:44 GMT</pubDate>
<guid>http://snipplr.com/view/65643/screenrc-to-avoid-huge-titles-and-terminal-resizing/</guid>
</item>
<item>
<title>(DOS Batch) Maven artifact parts upload</title>
<link>http://snipplr.com/view/64833/maven-artifact-parts-upload/</link>
<description><![CDATA[ <p>An example of uploading artifacts to a Maven repository formatted as DOS/Windows batch file.</p> ]]></description>
<pubDate>Thu, 10 May 2012 12:30:32 GMT</pubDate>
<guid>http://snipplr.com/view/64833/maven-artifact-parts-upload/</guid>
</item>
<item>
<title>(Bash) Make git remote read-only</title>
<link>http://snipplr.com/view/64785/make-git-remote-readonly/</link>
<description><![CDATA[ <p>how to make the Git remote repository read-only by configuring a non-functional push URL</p> ]]></description>
<pubDate>Thu, 03 May 2012 04:11:20 GMT</pubDate>
<guid>http://snipplr.com/view/64785/make-git-remote-readonly/</guid>
</item>
<item>
<title>(Bash) job-file for hadoop job submit example</title>
<link>http://snipplr.com/view/64672/jobfile-for-hadoop-job-submit-example/</link>
<description><![CDATA[ <p>The Hadoop command guide:
http://hadoop.apache.org/common/docs/current/commands_manual.html#job

does not specify the "job-file" format for the hadoop job submit, here's an example of such.</p> ]]></description>
<pubDate>Fri, 20 Apr 2012 05:33:21 GMT</pubDate>
<guid>http://snipplr.com/view/64672/jobfile-for-hadoop-job-submit-example/</guid>
</item>
<item>
<title>(DOS Batch) Viewing an image under Windows 7 from a command line</title>
<link>http://snipplr.com/view/59901/viewing-an-image-under-windows-7-from-a-command-line/</link>
<description><![CDATA[ <p>Useful to open an image for viewing from the command line under Windows, in this example the image is generated by the GraphViz dot command.</p> ]]></description>
<pubDate>Tue, 18 Oct 2011 08:52:54 GMT</pubDate>
<guid>http://snipplr.com/view/59901/viewing-an-image-under-windows-7-from-a-command-line/</guid>
</item>
<item>
<title>(Java) Fun with Fibonacci, Golden Ratio and Factorials, with loops vs recursives</title>
<link>http://snipplr.com/view/59570/fun-with-fibonacci-golden-ratio-and-factorials-with-loops-vs-recursives/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 09 Oct 2011 07:39:52 GMT</pubDate>
<guid>http://snipplr.com/view/59570/fun-with-fibonacci-golden-ratio-and-factorials-with-loops-vs-recursives/</guid>
</item>
<item>
<title>(Java) Java Ternary operator associativity demo</title>
<link>http://snipplr.com/view/58095/java-ternary-operator-associativity-demo/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 23 Aug 2011 06:56:01 GMT</pubDate>
<guid>http://snipplr.com/view/58095/java-ternary-operator-associativity-demo/</guid>
</item>
<item>
<title>(Java) Writing a CSV file with Java using OpenCSV</title>
<link>http://snipplr.com/view/58019/writing-a-csv-file-with-java-using-opencsv/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 19 Aug 2011 06:36:27 GMT</pubDate>
<guid>http://snipplr.com/view/58019/writing-a-csv-file-with-java-using-opencsv/</guid>
</item>
<item>
<title>(Ruby) Ruby CSV writing and reading example with quotes, line breaks and commas in the fields</title>
<link>http://snipplr.com/view/58018/ruby-csv-writing-and-reading-example-with-quotes-line-breaks-and-commas-in-the-fields/</link>
<description><![CDATA[ <p>Shows how to read/write fully formatted CSV with Ruby</p> ]]></description>
<pubDate>Fri, 19 Aug 2011 05:51:04 GMT</pubDate>
<guid>http://snipplr.com/view/58018/ruby-csv-writing-and-reading-example-with-quotes-line-breaks-and-commas-in-the-fields/</guid>
</item>
<item>
<title>(Ruby) Ruby class and instance variables lifecycle across inheritance demo</title>
<link>http://snipplr.com/view/57956/ruby-class-and-instance-variables-lifecycle-across-inheritance-demo/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 18 Aug 2011 03:04:31 GMT</pubDate>
<guid>http://snipplr.com/view/57956/ruby-class-and-instance-variables-lifecycle-across-inheritance-demo/</guid>
</item>
</channel>
</rss>