<?xml version="1.0" encoding="UTF-8"?>
 <rdf:RDF xmlns="http://purl.org/rss/1.0/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://pinboard.in">
    <title>Pinboard (scottymac)</title>
    <link>https://pinboard.in/u:scottymac/public/</link>
    <description>recent bookmarks from scottymac</description>
    <items>
      <rdf:Seq>	<rdf:li rdf:resource="http://twanvl.nl/blog/haskell/finding-rectangles"/>
      </rdf:Seq>
    </items>
  </channel><item rdf:about="http://twanvl.nl/blog/haskell/finding-rectangles">
    <title>Finding rectangles</title>
    <dc:date>2011-10-02T16:20:55+00:00</dc:date>
    <link>http://twanvl.nl/blog/haskell/finding-rectangles</link>
    <dc:creator>scottymac</dc:creator><description><![CDATA[Given a binary image, find the largest axis aligned rectangle that consists only of foreground pixels.]]></description>
<dc:subject>procedural gamedev algorithm</dc:subject>
<dc:identifier>https://pinboard.in/u:scottymac/b:8e4c0f14ea16/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:scottymac/t:procedural"/>
	<rdf:li rdf:resource="https://pinboard.in/u:scottymac/t:gamedev"/>
	<rdf:li rdf:resource="https://pinboard.in/u:scottymac/t:algorithm"/>
</rdf:Bag></taxo:topics>
</item>
</rdf:RDF>