<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cc="http://web.resource.org/cc/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd">
<channel>
<title>Coder&apos;s Revolution - Mathmatics</title>
<link>http://www.codersrevolution.com/index.cfm</link>
<description>Following RIA&apos;s, Adobe products, and coding in general.</description>
<language>en-us</language>
<pubDate>Sun, 19 May 2013 10:09:27 -0500</pubDate>
<lastBuildDate>Tue, 01 Feb 2011 03:28:00 -0500</lastBuildDate>
<generator>BlogCFC</generator>
<docs>http://blogs.law.harvard.edu/tech/rss</docs>
<managingEditor>brad@codersrevolution.com</managingEditor>
<webMaster>brad@codersrevolution.com</webMaster>
<itunes:subtitle></itunes:subtitle>
<itunes:summary></itunes:summary>
<itunes:category text="Technology" />
<itunes:category text="Technology">
<itunes:category text="Podcasting" />
</itunes:category>
<itunes:category text="Technology">
<itunes:category text="Tech News" />
</itunes:category>
<itunes:keywords></itunes:keywords>
<itunes:author></itunes:author>
<itunes:owner>
<itunes:email>brad@codersrevolution.com</itunes:email>
<itunes:name></itunes:name>
</itunes:owner>
<itunes:explicit>no</itunes:explicit>
<item>
<title>Generating Primes Revisited: My Modifications To The Sieve of Eratosthenes</title>
<link>http://www.codersrevolution.com/index.cfm/2011/2/1/Generating-Primes-Revisited-My-Modifications-To-The-Sieve-of-Eratosthenes</link>
<description>
In a recent &lt;a href=&quot;http://www.web-relevant.com/index.cfm/2011/1/29/Dude-please-try-to-be-accurate&quot; target=&quot;_new&quot;&gt;pissing match&lt;/a&gt; between ColdFusion and PHP, &lt;a href=&quot;http://www.web-relevant.com&quot; target=&quot;_new&quot;&gt;Jared Rypka-Hauer&lt;/a&gt; was demonstrating the performance of a function that generated prime numbers. The discussion really wasn&apos;t about the BEST prime generator as much as it was about how much ColdFusion can kick PHP&apos;s puny butt all over town. Never the less, I piped up in the comments to ask Jared to compare &lt;a href=&quot;http://www.codersrevolution.com/index.cfm/2009/8/13/Calculate-Prime-Numbers-Sieve-of-Eratosthenes&quot; target=&quot;_new&quot;&gt;a prime number generator&lt;/a&gt; that I wrote a while back based on the &lt;a href=&quot;http://en.wikipedia.org/wiki/Sieve_of_Eratosthenes&quot; target=&quot;_new&quot;&gt;Sieve of Eratosthene&lt;/a&gt;. After Jared asked some good questions about how my code worked I figured it was time I stopped high-jacking the comments of the PHP pooper train. I decided to spin off a new post to highlight some significant performance gains I was able to produce.
[More]
</description>
<category>ColdFusion</category>
<category>Mathmatics</category>
<category>Performance</category>
<category>Java</category>
<pubDate>Tue, 01 Feb 2011 03:28:00 -0500</pubDate>
<guid>http://www.codersrevolution.com/index.cfm/2011/2/1/Generating-Primes-Revisited-My-Modifications-To-The-Sieve-of-Eratosthenes</guid>
</item>
<item>
<title>ColdFusion UDF: Calculate A Number&apos;s Divisors</title>
<link>http://www.codersrevolution.com/index.cfm/2009/8/14/ColdFusion-UDF-Calculate-A-Numbers-Divisors</link>
<description>
Here&apos;s another UDF I was tinkering with last week. I wanted to be able to count all of the numbers that divided evenly into a given integer. I couldn&apos;t find a ColdFusion implementation, so after getting some advice from &lt;a href=&quot;http://stackoverflow.com/questions/110344/algorithm-to-calculate-the-number-of-divisors-of-a-given-number&quot; target=&quot;_new&quot;&gt;Stack Overflow&lt;/a&gt; I created my own.
[More]
</description>
<category>ColdFusion</category>
<category>Mathmatics</category>
<category>Performance</category>
<pubDate>Fri, 14 Aug 2009 23:24:00 -0500</pubDate>
<guid>http://www.codersrevolution.com/index.cfm/2009/8/14/ColdFusion-UDF-Calculate-A-Numbers-Divisors</guid>
</item>
<item>
<title>Calculate Prime Numbers: Sieve of Eratosthenes</title>
<link>http://www.codersrevolution.com/index.cfm/2009/8/13/Calculate-Prime-Numbers-Sieve-of-Eratosthenes</link>
<description>
Ahh... the quintessential math problem-- finding prime numbers. Last week while tinkering with a &lt;a target=&quot;_new&quot; href=&quot;http://thedailywtf.com/Articles/Nerds,-Jocks,-and-Lockers.aspx&quot;&gt;math challenge&lt;/a&gt; I needed to find all of the primes up to a given number. There was &lt;a target=&quot;_new&quot; href=&quot;http://www.cflib.org/udf/GetPrimes&quot;&gt;a version&lt;/a&gt; on &lt;a target=&quot;_new&quot; href=&quot;http://www.cflib.org/&quot;&gt;cflib.org&lt;/a&gt;, but I thought I could do it in less code, so I dug in myself.
[More]
</description>
<category>ColdFusion</category>
<category>Mathmatics</category>
<category>Performance</category>
<pubDate>Thu, 13 Aug 2009 23:34:00 -0500</pubDate>
<guid>http://www.codersrevolution.com/index.cfm/2009/8/13/Calculate-Prime-Numbers-Sieve-of-Eratosthenes</guid>
</item>
</channel></rss>