<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DZone Snippets: near code</title>
    <link>http://snippets.dzone.com/posts</link>
    <pubDate>Thu, 24 Jul 2008 03:17:07 GMT</pubDate>
    <description>DZone Snippets: near code</description>
    <item>
      <title>Return ordered list of near match items based on tag matches</title>
      <link>http://snippets.dzone.com/posts/show/1445</link>
      <description>// description of your code here&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;select t2.dbid, t2.tag, count(t2.dbid) as match_count from tags as t1, tags as t2 where t1.dbid = '105319' and t2.tag = t1.tag and t1.dbid != t2.dbid GROUP BY t2.dbid 1 ORDER BY match_count;&lt;br /&gt;&lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Thu, 09 Feb 2006 21:41:00 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/1445</guid>
      <author>offspinner ()</author>
    </item>
    <item>
      <title>near? function</title>
      <link>http://snippets.dzone.com/posts/show/1085</link>
      <description>&lt;code&gt;&lt;br /&gt;    near?: func [&lt;br /&gt;        {Returns true if the values are &lt;= 1E-15 apart.}&lt;br /&gt;        value1 [number! money! time!]&lt;br /&gt;        value2 [number! money! time!]&lt;br /&gt;        /within  "Specify an alternate maximum difference (epsilon)."&lt;br /&gt;            e [number! money! time!] "The epsilon value."&lt;br /&gt;    ][&lt;br /&gt;        e: abs any [e  to value1 1E-15]&lt;br /&gt;        e &gt;= abs value1 - value2&lt;br /&gt;    ]&lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Tue, 10 Jan 2006 05:12:49 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/1085</guid>
      <author>gregg.irwin (Gregg Irwin)</author>
    </item>
  </channel>
</rss>
