<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Snipplr</title>
    <description>Recent snippets posted on Snipplr.com</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Tue, 09 Jun 2026 13:09:49 +0000</lastBuildDate>
    <item>
      <title>(PHP) Verifying graph isomorphism in PHP. - trusktr</title>
      <link>https://snipplr.com/view/52789/verifying-graph-isomorphism-in-php</link>
      <description>&lt;p&gt;A php program to check whether two simple connected graphs are isomorphic.&lt;/p&gt;</description>
      <pubDate>Fri, 29 Apr 2011 07:20:21 UTC</pubDate>
      <guid>https://snipplr.com/view/52789/verifying-graph-isomorphism-in-php</guid>
    </item>
    <item>
      <title>(PHP) Permutations in PHP. - trusktr</title>
      <link>https://snipplr.com/view/52712/permutations-in-php</link>
      <description>&lt;p&gt;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.&lt;/p&gt;</description>
      <pubDate>Thu, 28 Apr 2011 07:37:41 UTC</pubDate>
      <guid>https://snipplr.com/view/52712/permutations-in-php</guid>
    </item>
    <item>
      <title>(PHP) Minify the HTML that is outputted by PHP - trusktr</title>
      <link>https://snipplr.com/view/52657/minify-the-html-that-is-outputted-by-php</link>
      <description>&lt;p&gt;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.&lt;/p&gt;</description>
      <pubDate>Wed, 27 Apr 2011 19:54:14 UTC</pubDate>
      <guid>https://snipplr.com/view/52657/minify-the-html-that-is-outputted-by-php</guid>
    </item>
  </channel>
</rss>
