<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/haskell/tags/haskell</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sat, 18 May 2013 19:01:55 GMT</pubDate>
<item>
<title>(Haskell) takeAllMVars - CopperKoo</title>
<link>http://snipplr.com/view/54619/takeallmvars/</link>
<description><![CDATA[ <p>Collecting all values in mvar boxes, assuming all mvars are filled at some point. This function does not block on every element of the MVar list, but proceeds with other elements of the list.</p> ]]></description>
<pubDate>Tue, 31 May 2011 06:18:29 GMT</pubDate>
<guid>http://snipplr.com/view/54619/takeallmvars/</guid>
</item>
<item>
<title>(Haskell) Simple Broadcatcher in Haskell/HSH - softmechanics</title>
<link>http://snipplr.com/view/26826/simple-broadcatcher-in-haskellhsh/</link>
<description><![CDATA[ <p>HSH is a cool haskell library that allows you to leverage your shell scripting prowess in haskell programs.  In this simple broadcatcher, I use curl for http get, and other standard unix tools for tracking history (so we don't get the same file twice).  The feed parsing and filtering is done in haskell using the Text.Feed and Text.Regex libraries.  

Note: if you decide to use this in real life, be sure to respect your feed's time to live (ttl) in your crontab.</p> ]]></description>
<pubDate>Thu, 21 Jan 2010 16:00:24 GMT</pubDate>
<guid>http://snipplr.com/view/26826/simple-broadcatcher-in-haskellhsh/</guid>
</item>
<item>
<title>(Haskell) recursive type representation in type level - keigoi</title>
<link>http://snipplr.com/view/23403/recursive-type-representation-in-type-level/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 19 Nov 2009 10:38:02 GMT</pubDate>
<guid>http://snipplr.com/view/23403/recursive-type-representation-in-type-level/</guid>
</item>
<item>
<title>(Haskell) Networking sample in Haskell - keigoi</title>
<link>http://snipplr.com/view/17541/networking-sample-in-haskell/</link>
<description><![CDATA[ <p>very basic example to connect/listen/accept on a port.</p> ]]></description>
<pubDate>Mon, 27 Jul 2009 19:33:12 GMT</pubDate>
<guid>http://snipplr.com/view/17541/networking-sample-in-haskell/</guid>
</item>
<item>
<title>(Haskell) Single line textbox in wxHaskell - keigoi</title>
<link>http://snipplr.com/view/17539/single-line-textbox-in-wxhaskell/</link>
<description><![CDATA[ <p>This snippet shows you how to create a single-line text box, or how to use windowGetWindowStyleFlag.
Press enter to put text in the textbox into the console.</p> ]]></description>
<pubDate>Mon, 27 Jul 2009 18:55:46 GMT</pubDate>
<guid>http://snipplr.com/view/17539/single-line-textbox-in-wxhaskell/</guid>
</item>
<item>
<title>(Haskell) wxHaskell multi-thread &amp;amp; custom event example - keigoi</title>
<link>http://snipplr.com/view/17538/wxhaskell-multithread--custom-event-example/</link>
<description><![CDATA[ <p>This examples shows how to handle user-defined events in wxHaskell via menu events.

If the thread issues an event is not the main thread, use evtHandlerAddPendingEvent instead of evtHandlerProcessEvent.</p> ]]></description>
<pubDate>Mon, 27 Jul 2009 18:50:20 GMT</pubDate>
<guid>http://snipplr.com/view/17538/wxhaskell-multithread--custom-event-example/</guid>
</item>
</channel>
</rss>