<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Dan Pisarski&#039;s Weblog &#187; algorithms</title>
	<atom:link href="http://www.danpisarski.com/tag/algorithms/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.danpisarski.com</link>
	<description>Programmatic Video</description>
	<lastBuildDate>Mon, 23 Aug 2010 11:08:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Slightly Better Partitions of an Integer in PHP</title>
		<link>http://www.danpisarski.com/2007/10/14/slightly-better-partitions-of-an-integer-in-php/</link>
		<comments>http://www.danpisarski.com/2007/10/14/slightly-better-partitions-of-an-integer-in-php/#comments</comments>
		<pubDate>Sun, 14 Oct 2007 19:05:09 +0000</pubDate>
		<dc:creator>Dan Pisarski</dc:creator>
				<category><![CDATA[General Software Development]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[algorithms]]></category>

		<guid isPermaLink="false">http://www.danpisarski.com/2007/10/14/slightly-better-partitions-of-an-integer-in-php/</guid>
		<description><![CDATA[I wrote in my first post about partitions of an integer in PHP that I had just started with PHP and that there were probably better ways to do a few of the lines in the code. Well, having worked with PHP 5 now for a few weeks, I see there are, of course. Specifically, [...]]]></description>
		<wfw:commentRss>http://www.danpisarski.com/2007/10/14/slightly-better-partitions-of-an-integer-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Partitions of an Integer in PHP</title>
		<link>http://www.danpisarski.com/2007/07/31/partitions-of-an-integer-in-php/</link>
		<comments>http://www.danpisarski.com/2007/07/31/partitions-of-an-integer-in-php/#comments</comments>
		<pubDate>Wed, 01 Aug 2007 00:26:14 +0000</pubDate>
		<dc:creator>Dan Pisarski</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[algorithms]]></category>

		<guid isPermaLink="false">http://www.danpisarski.com/2007/07/31/partitions-of-an-integer-in-php/</guid>
		<description><![CDATA[I recently started learning PHP, a language I had never caught up to but that recently became a requirement of my job. For a start project, just to give myself something meaningful to write in it, I am writing some logic that places items into bins &#8211; some examples might include calculating all the ways [...]]]></description>
		<wfw:commentRss>http://www.danpisarski.com/2007/07/31/partitions-of-an-integer-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Served from: www.danpisarski.com @ 2012-02-06 15:35:02 by W3 Total Cache -->
