<?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 (cstrahan)</title>
    <link>https://pinboard.in/u:cstrahan/public/</link>
    <description>recent bookmarks from cstrahan</description>
    <items>
      <rdf:Seq>	<rdf:li rdf:resource="https://begriffs.com/posts/2016-06-27-fast-haskell-regexes.html"/>
	<rdf:li rdf:resource="https://github.com/myfreeweb/pcre-heavy"/>
	<rdf:li rdf:resource="http://swtch.com/~rsc/regexp/regexp4.html"/>
	<rdf:li rdf:resource="http://blog.burntsushi.net/rust-regex-syntax-extensions"/>
	<rdf:li rdf:resource="http://swtch.com/~rsc/regexp/regexp2.html"/>
	<rdf:li rdf:resource="http://www.debuggex.com/?re=&amp;str="/>
	<rdf:li rdf:resource="http://nikic.github.com/2012/06/15/The-true-power-of-regular-expressions.html"/>
	<rdf:li rdf:resource="http://matt.might.net/papers/might2011derivatives.pdf"/>
	<rdf:li rdf:resource="http://swtch.com/~rsc/regexp/regexp1.html"/>
      </rdf:Seq>
    </items>
  </channel><item rdf:about="https://begriffs.com/posts/2016-06-27-fast-haskell-regexes.html">
    <title>Fast, Elegant Regexes in Haskell</title>
    <dc:date>2016-07-11T20:49:52+00:00</dc:date>
    <link>https://begriffs.com/posts/2016-06-27-fast-haskell-regexes.html</link>
    <dc:creator>cstrahan</dc:creator><dc:subject>haskell regex video</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:cstrahan/b:3b2bcf413a0a/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:cstrahan/t:haskell"/>
	<rdf:li rdf:resource="https://pinboard.in/u:cstrahan/t:regex"/>
	<rdf:li rdf:resource="https://pinboard.in/u:cstrahan/t:video"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://github.com/myfreeweb/pcre-heavy">
    <title>myfreeweb/pcre-heavy</title>
    <dc:date>2015-02-16T15:17:21+00:00</dc:date>
    <link>https://github.com/myfreeweb/pcre-heavy</link>
    <dc:creator>cstrahan</dc:creator><dc:subject>haskell regex</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:cstrahan/b:be226b8ef896/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:cstrahan/t:haskell"/>
	<rdf:li rdf:resource="https://pinboard.in/u:cstrahan/t:regex"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://swtch.com/~rsc/regexp/regexp4.html">
    <title>Regular Expression Matching with a Trigram Index</title>
    <dc:date>2015-01-28T19:57:07+00:00</dc:date>
    <link>http://swtch.com/~rsc/regexp/regexp4.html</link>
    <dc:creator>cstrahan</dc:creator><dc:subject>search regex code</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:cstrahan/b:7ccbab7521f1/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:cstrahan/t:search"/>
	<rdf:li rdf:resource="https://pinboard.in/u:cstrahan/t:regex"/>
	<rdf:li rdf:resource="https://pinboard.in/u:cstrahan/t:code"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://blog.burntsushi.net/rust-regex-syntax-extensions">
    <title>Andrew Gallant's Blog :: Syntax extensions and regular expressions for Rust</title>
    <dc:date>2014-04-28T01:53:10+00:00</dc:date>
    <link>http://blog.burntsushi.net/rust-regex-syntax-extensions</link>
    <dc:creator>cstrahan</dc:creator><dc:subject>regex rust</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:cstrahan/b:3a364e277c78/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:cstrahan/t:regex"/>
	<rdf:li rdf:resource="https://pinboard.in/u:cstrahan/t:rust"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://swtch.com/~rsc/regexp/regexp2.html">
    <title>Regular Expression Matching: the Virtual Machine Approach</title>
    <dc:date>2014-04-28T01:50:32+00:00</dc:date>
    <link>http://swtch.com/~rsc/regexp/regexp2.html</link>
    <dc:creator>cstrahan</dc:creator><dc:subject>algorithms regex</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:cstrahan/b:72bc217560a5/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:cstrahan/t:algorithms"/>
	<rdf:li rdf:resource="https://pinboard.in/u:cstrahan/t:regex"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.debuggex.com/?re=&amp;str=">
    <title>Debuggex: A visual regular expression debugger</title>
    <dc:date>2013-02-25T14:11:51+00:00</dc:date>
    <link>http://www.debuggex.com/?re=&amp;str=</link>
    <dc:creator>cstrahan</dc:creator><dc:subject>regex</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:cstrahan/b:2a0a6a779cf4/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:cstrahan/t:regex"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://nikic.github.com/2012/06/15/The-true-power-of-regular-expressions.html">
    <title>The true power of regular expressions</title>
    <dc:date>2013-01-25T00:32:39+00:00</dc:date>
    <link>http://nikic.github.com/2012/06/15/The-true-power-of-regular-expressions.html</link>
    <dc:creator>cstrahan</dc:creator><dc:subject>regex language</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:cstrahan/b:9ab7a37fa523/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:cstrahan/t:regex"/>
	<rdf:li rdf:resource="https://pinboard.in/u:cstrahan/t:language"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://matt.might.net/papers/might2011derivatives.pdf">
    <title>matt.might.net/papers/might2011derivatives.pdf</title>
    <dc:date>2012-11-17T20:42:42+00:00</dc:date>
    <link>http://matt.might.net/papers/might2011derivatives.pdf</link>
    <dc:creator>cstrahan</dc:creator><dc:subject>parsing regex research pdf</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:cstrahan/b:49b8846c1290/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:cstrahan/t:parsing"/>
	<rdf:li rdf:resource="https://pinboard.in/u:cstrahan/t:regex"/>
	<rdf:li rdf:resource="https://pinboard.in/u:cstrahan/t:research"/>
	<rdf:li rdf:resource="https://pinboard.in/u:cstrahan/t:pdf"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://swtch.com/~rsc/regexp/regexp1.html">
    <title>Regular Expression Matching Can Be Simple And Fast</title>
    <dc:date>2012-02-15T22:15:18+00:00</dc:date>
    <link>http://swtch.com/~rsc/regexp/regexp1.html</link>
    <dc:creator>cstrahan</dc:creator><dc:subject>algorithms regex</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:cstrahan/b:5b6d96ee2549/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:cstrahan/t:algorithms"/>
	<rdf:li rdf:resource="https://pinboard.in/u:cstrahan/t:regex"/>
</rdf:Bag></taxo:topics>
</item>
</rdf:RDF>