<?xml version="1.0" encoding="UTF-8"?>

<rss version='2.0' 
     xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
     xmlns:doap="http://usefulinc.com/ns/doap#"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">

    <channel>
        <!-- This XML Feed shows details for the page algorithms 
             and everything recently tagged algorithms -->
        <creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.5/
          </creativeCommons:license>
        <title>algorithms on SWiK</title>
        <doap:name>algorithms</doap:name>
        <doap:description></doap:description>
        <description></description> 
	  <!-- see doap:description for full description -->
        <link>http://swik.net/algorithms</link>
        <doap:homepage></doap:homepage>
        
        <pubDate></pubDate>
        <lastBuildDate></lastBuildDate>
            
        <item>
            <title>snippets programming</title>
            <link>http://swik.net/Haskell/del.icio.us+tag%2Fhaskell/snippets+programming/ccxkt</link>
            <description></description>
            
            <pubDate>Tue, 19 Aug 2008 14:48:42 -0700</pubDate>
        </item>
            
        <item>
            <title>TrueCrypt - Free Open-Source On-The-Fly Disk Encryption Software for Windows Vista/XP, Mac OS X and Linux</title>
            <link>http://swik.net/cryptography/del.icio.us%2Fpopular%2Fcryptography/TrueCrypt+-+Free+Open-Source+On-The-Fly+Disk+Encryption+Software+for+Windows+Vista%2FXP%2C+Mac+OS+X+and+Linux/cbu5a</link>
            <description></description>
            
            <pubDate>Thu, 07 Aug 2008 13:21:22 -0700</pubDate>
        </item>
            
        <item>
            <title>Java Swing Graph Library/Extension</title>
            <link>http://swik.net/opensource/del.icio.us+tag%2Fopensource/Java+Swing+Graph+Library%2FExtension/ccwpy</link>
            <description>*  directed and undirected graphs.
    * graphs with weighted / unweighted / labeled or any user-defined edges.
    * various edge multiplicity options, including: simple-graphs, multigraphs, pseudographs.
    * unmodifiable graphs - allow modules to provide &amp;quot;read-only&amp;quot; access to internal graphs.
    * listenable graphs - allow external listeners to track modification events.
    * subgraphs graphs that are auto-updating subgraph views on other graphs.
    * all compositions of above graphs.</description>
            
            <pubDate>Tue, 19 Aug 2008 09:42:54 -0700</pubDate>
        </item>
            
        <item>
            <title>Iterative Tree Traversals (Haskell) | Alaska Ataca a Kamtchatka</title>
            <link>http://swik.net/Haskell/del.icio.us+tag%2Fhaskell/Iterative+Tree+Traversals+%28Haskell%29+%7C+Alaska+Ataca+a+Kamtchatka/ccug2</link>
            <description></description>
            
            <pubDate>Mon, 18 Aug 2008 15:05:51 -0700</pubDate>
        </item>
            
        <item>
            <title>InformIT: Interview with Donald Knuth &gt; Interview with Donald Knuth</title>
            <link>http://swik.net/opensource/del.icio.us+tag%2Fopensource/InformIT%3A+Interview+with+Donald+Knuth+%3E+Interview+with+Donald+Knuth/cctdw</link>
            <description></description>
            
            <pubDate>Mon, 18 Aug 2008 09:06:10 -0700</pubDate>
        </item>
            
        <item>
            <title>The igraph library for complex network research</title>
            <link>http://swik.net/opensource/del.icio.us+tag%2Fopensource/The+igraph+library+for+complex+network+research/ccpze</link>
            <description>Graphing library for Python</description>
            
            <pubDate>Sun, 17 Aug 2008 06:05:31 -0700</pubDate>
        </item>
            
        <item>
            <title>Shielding your files with Reed-Solomon codes</title>
            <link>http://swik.net/opensource/del.icio.us+tag%2Fopensource/Shielding+your+files+with+Reed-Solomon+codes/cclf9</link>
            <description></description>
            
            <pubDate>Fri, 15 Aug 2008 11:05:12 -0700</pubDate>
        </item>
            
        <item>
            <title>A generic merge function - 21 thoughts</title>
            <link>http://swik.net/Haskell/del.icio.us+tag%2Fhaskell/A+generic+merge+function+-+21+thoughts/cck1m</link>
            <description>When working with sorted lists you often come to the point where you want to combine two or more of them. This merge procedure forms the heart of merge sort it works something like:</description>
            
            <pubDate>Fri, 15 Aug 2008 09:04:59 -0700</pubDate>
        </item>
            
        <item>
            <title>scalgorithms - Google Code</title>
            <link>http://swik.net/scala/del.icio.us%2Ftag%2Fscala/scalgorithms+-+Google+Code/cciwl</link>
            <description></description>
            
            <pubDate>Thu, 14 Aug 2008 16:15:45 -0700</pubDate>
        </item>
            
        <item>
            <title>Duplicate images finder</title>
            <link>http://swik.net/opensource/del.icio.us+tag%2Fopensource/Duplicate+images+finder/cciob</link>
            <description></description>
            
            <pubDate>Thu, 14 Aug 2008 15:10:40 -0700</pubDate>
        </item>
            
        <item>
            <title>Haskell Programming: Miscellanea</title>
            <link>http://swik.net/Haskell/del.icio.us+tag%2Fhaskell/Haskell+Programming%3A+Miscellanea/ccbpk</link>
            <description></description>
            
            <pubDate>Tue, 12 Aug 2008 14:04:33 -0700</pubDate>
        </item>
            
        <item>
            <title>[from rjray] Dictionary of Algorithms and Data Structures</title>
            <link>http://swik.net/User:jeyrb/del.icio.us%2Fnetwork%2Fjey/%5Bfrom+rjray%5D+Dictionary+of+Algorithms+and+Data+Structures/cb9bt</link>
            <description></description>
            
            <pubDate>Mon, 11 Aug 2008 23:04:05 -0700</pubDate>
        </item>
            
        <item>
            <title>Solving nonograms (in Haskell)</title>
            <link>http://swik.net/Haskell/del.icio.us+tag%2Fhaskell/Solving+nonograms+%28in+Haskell%29/cb8tw</link>
            <description>Very conscise solution of the problem</description>
            
            <pubDate>Mon, 11 Aug 2008 18:04:26 -0700</pubDate>
        </item>
            
        <item>
            <title>Google Open Source Blog: distcc&#039;s pump mode: A New Design for Distributed C/C++ Compilation</title>
            <link>http://swik.net/open-source/del.icio.us+tag%2Fopen-source/Google+Open+Source+Blog%3A+distcc%27s+pump+mode%3A+A+New+Design+for+Distributed+C%2FC%2B%2B+Compilation/cbyrk</link>
            <description></description>
            
            <pubDate>Fri, 08 Aug 2008 11:07:33 -0700</pubDate>
        </item>
            
        <item>
            <title>Haskell/Zippers - Wikibooks, collection of open-content textbooks</title>
            <link>http://swik.net/Haskell/del.icio.us+tag%2Fhaskell/Haskell%2FZippers+-+Wikibooks%2C+collection+of+open-content+textbooks/cbims</link>
            <description></description>
            
            <pubDate>Sat, 26 Jul 2008 00:50:01 -0700</pubDate>
        </item>
            
        <item>
            <title>Haskell/Zippers - Wikibooks, collection of open-content textbooks</title>
            <link>http://swik.net/Haskell/del.icio.us+tag%2Fhaskell/Haskell%2FZippers+-+Wikibooks%2C+collection+of+open-content+textbooks/cbaod</link>
            <description></description>
            
            <pubDate>Wed, 23 Jul 2008 11:50:28 -0700</pubDate>
        </item>
            
        <item>
            <title>Weka 3 - Data Mining with Open Source Machine Learning Software in Java</title>
            <link>http://swik.net/opensource/del.icio.us+tag%2Fopensource/Weka+3+-+Data+Mining+with+Open+Source+Machine+Learning+Software+in+Java/ca8ja</link>
            <description></description>
            
            <pubDate>Wed, 23 Jul 2008 02:52:58 -0700</pubDate>
        </item>
            
        <item>
            <title>OK, computer: Automated news to grow - Press Gazette</title>
            <link>http://swik.net/XML/del.icio.us%2Ftag%2Fxml/OK%2C+computer%3A+Automated+news+to+grow+-+Press+Gazette/ca6ju</link>
            <description>Financial news and data produced by computers to be read by computers looks set to become an increasing part of agency journalism, judging by a new study released by Reuters. The survey has found that financial firms using advanced algorithmic trading tec</description>
            
            <pubDate>Tue, 22 Jul 2008 14:53:45 -0700</pubDate>
        </item>
            
        <item>
            <title>Papers, algorithms, functional programming</title>
            <link>http://swik.net/Haskell/del.icio.us+tag%2Fhaskell/Papers%2C+algorithms%2C+functional+programming/ca0er</link>
            <description></description>
            
            <pubDate>Mon, 21 Jul 2008 09:45:42 -0700</pubDate>
        </item>
            
        <item>
            <title>[from eggywat] QuantLib: a free/open-source library for quantitative finance</title>
            <link>http://swik.net/User:jeyrb/del.icio.us%2Fnetwork%2Fjey/%5Bfrom+eggywat%5D+QuantLib%3A+a+free%2Fopen-source+library+for+quantitative+finance/caz3o</link>
            <description></description>
            
            <pubDate>Mon, 21 Jul 2008 08:45:05 -0700</pubDate>
        </item>
            
        <item>
            <title>QuantLib: a free/open-source library for quantitative finance</title>
            <link>http://swik.net/opensource/del.icio.us+tag%2Fopensource/QuantLib%3A+a+free%2Fopen-source+library+for+quantitative+finance/cazyo</link>
            <description></description>
            
            <pubDate>Mon, 21 Jul 2008 07:46:56 -0700</pubDate>
        </item>
            
        <item>
            <title>BPM Measurement of Digital Audio by Means of Beat Graphs &amp; Ray Shooting</title>
            <link>http://swik.net/bpm/BPM+bookmarks+from+del.icio.us/BPM+Measurement+of+Digital+Audio+by+Means+of+Beat+Graphs+%26+Ray+Shooting/caxqq</link>
            <description>Accurate algorithm for beats per minute detection</description>
            
            <pubDate>Sun, 20 Jul 2008 21:45:31 -0700</pubDate>
        </item>
            
        <item>
            <title>GameDev.net -- Beat Detection Algorithms</title>
            <link>http://swik.net/bpm/BPM+bookmarks+from+del.icio.us/GameDev.net+--+Beat+Detection+Algorithms/caxqm</link>
            <description>Beat detection algorithm discussion</description>
            
            <pubDate>Sun, 20 Jul 2008 21:45:30 -0700</pubDate>
        </item>
            
        <item>
            <title>The Comonad.Reader &quot; Recursion Schemes: A Field Guide</title>
            <link>http://swik.net/Haskell/del.icio.us+tag%2Fhaskell/The+Comonad.Reader+%22+Recursion+Schemes%3A+A+Field+Guide/cawq4</link>
            <description></description>
            
            <pubDate>Sun, 20 Jul 2008 14:46:03 -0700</pubDate>
        </item>
            
        <item>
            <title>Math - Commons-Math: The Apache Commons Mathematics Library</title>
            <link>http://swik.net/opensource/del.icio.us+tag%2Fopensource/Math+-+Commons-Math%3A+The+Apache+Commons+Mathematics+Library/casjv</link>
            <description></description>
            
            <pubDate>Fri, 18 Jul 2008 16:50:19 -0700</pubDate>
        </item>
            
        <item>
            <title>Mantissa (Mathematical Algorithms for Numerical Tasks In Space System Applications)</title>
            <link>http://swik.net/opensource/del.icio.us+tag%2Fopensource/Mantissa+%28Mathematical+Algorithms+for+Numerical+Tasks+In+Space+System+Applications%29/casjt</link>
            <description></description>
            
            <pubDate>Fri, 18 Jul 2008 16:50:19 -0700</pubDate>
        </item>
            
        <item>
            <title>Chris Okasaki&#039;s Publications</title>
            <link>http://swik.net/Haskell/del.icio.us+tag%2Fhaskell/Chris+Okasaki%27s+Publications/cap08</link>
            <description></description>
            
            <pubDate>Fri, 18 Jul 2008 05:51:36 -0700</pubDate>
        </item>
            
        <item>
            <title>ci-bayes: Bayesian classifier</title>
            <link>http://swik.net/bayesian/del.icio.us+tag%2Fbayesian/ci-bayes%3A+Bayesian+classifier/caodj</link>
            <description></description>
            
            <pubDate>Thu, 17 Jul 2008 12:52:30 -0700</pubDate>
        </item>
            
        <item>
            <title>Norvig&#039;s spell checker and idiomatic Haskell</title>
            <link>http://swik.net/Haskell/del.icio.us+tag%2Fhaskell/Norvig%27s+spell+checker+and+idiomatic+Haskell/canww</link>
            <description></description>
            
            <pubDate>Thu, 17 Jul 2008 10:50:29 -0700</pubDate>
        </item>
            
        <item>
            <title>A Sort of Difference</title>
            <link>http://swik.net/Haskell/del.icio.us+tag%2Fhaskell/A+Sort+of+Difference/calax</link>
            <description></description>
            
            <pubDate>Wed, 16 Jul 2008 22:49:05 -0700</pubDate>
        </item>
                </channel>
</rss>
