<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - noah</title>
<link>http://snipplr.com/users/noah/tags/document</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 15 Feb 2012 15:03:10 GMT</pubDate>
<item>
<title>(Ruby) RDoc format example</title>
<link>http://snipplr.com/view/10673/rdoc-format-example/</link>
<description><![CDATA[ <p>This is a boilerplate RDoc template which I paste into new Ruby files that I create.  It demonstrates some of the features of RDoc markup, such as links and comments (The 'this code is proprietary' message is commented out in favor of the MIT license)

The title directive will not work in plain text files, [due to a bug in RDoc](http://rubyforge.org/tracker/index.php?func=detail&amp;aid=3306&amp;group_id=627&amp;atid=2472)</p> ]]></description>
<pubDate>Wed, 24 Dec 2008 10:47:51 GMT</pubDate>
<guid>http://snipplr.com/view/10673/rdoc-format-example/</guid>
</item>
<item>
<title>(Perl) Convert a PDF to text with Perl</title>
<link>http://snipplr.com/view/9963/convert-a-pdf-to-text-with-perl/</link>
<description><![CDATA[ <p>Converts the PDF 'example.pdf' to plain text.

IIRC this only converts the _first_ page of the document, but that can be changed by modifying the argument to getPageContentTree on line 8.  Been a while since I've used this so ymmv.</p> ]]></description>
<pubDate>Fri, 21 Nov 2008 16:24:58 GMT</pubDate>
<guid>http://snipplr.com/view/9963/convert-a-pdf-to-text-with-perl/</guid>
</item>
<item>
<title>(Bash) Dump a file to the terminal, starting at some line number</title>
<link>http://snipplr.com/view/7309/dump-a-file-to-the-terminal-starting-at-some-line-number/</link>
<description><![CDATA[ <p>tail -n+99 foo.txt will read everything from foo.txt, starting with line 99.  Pipe that into more and you just look at the few line(s) you really need.

To narrow this so it only prints the interesting lines (and not everything after those lines), see the nice solutions from [deepsoul,](http://snipplr.com/users/deepsoul) below.</p> ]]></description>
<pubDate>Tue, 15 Jul 2008 15:50:36 GMT</pubDate>
<guid>http://snipplr.com/view/7309/dump-a-file-to-the-terminal-starting-at-some-line-number/</guid>
</item>
</channel>
</rss>
