<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - trusktr</title>
<link>http://snipplr.com/users/trusktr/language/php/tags/php</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 26 May 2013 10:00:59 GMT</pubDate>
<item>
<title>(PHP) Verifying graph isomorphism in PHP.</title>
<link>http://snipplr.com/view/52789/verifying-graph-isomorphism-in-php/</link>
<description><![CDATA[ <p>A php program to check whether two simple connected graphs are isomorphic.</p> ]]></description>
<pubDate>Fri, 29 Apr 2011 07:20:21 GMT</pubDate>
<guid>http://snipplr.com/view/52789/verifying-graph-isomorphism-in-php/</guid>
</item>
<item>
<title>(PHP) Permutations in PHP.</title>
<link>http://snipplr.com/view/52712/permutations-in-php/</link>
<description><![CDATA[ <p>A recursive function to permute the items of an array. The function returns an array that contains many arrays, where each array is a permutation of the original array. This process can get intensive depending on how many items are in the initial array and how big the array items are.</p> ]]></description>
<pubDate>Thu, 28 Apr 2011 07:37:41 GMT</pubDate>
<guid>http://snipplr.com/view/52712/permutations-in-php/</guid>
</item>
<item>
<title>(PHP) Minify the HTML that is outputted by PHP</title>
<link>http://snipplr.com/view/52657/minify-the-html-that-is-outputted-by-php/</link>
<description><![CDATA[ <p>Place this at the top of your php files. This will remove white space and formatting from HTML, making it smaller and faster for download by your users.</p> ]]></description>
<pubDate>Wed, 27 Apr 2011 19:54:14 GMT</pubDate>
<guid>http://snipplr.com/view/52657/minify-the-html-that-is-outputted-by-php/</guid>
</item>
</channel>
</rss>