<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - Scooter</title>
<link>http://snipplr.com/users/Scooter/language/php</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Tue, 18 Jun 2013 15:12:49 GMT</pubDate>
<item>
<title>(PHP) Chemistry Library</title>
<link>http://snipplr.com/view/15098/chemistry-library/</link>
<description><![CDATA[ <p>A collection of chemistry-related functions: lookup element symbol by atomic number, lookup element name by atomic number, determine electron configuration by atomic number. Requires my [proper case function](http://snipplr.com/view/6325/proper-case/)</p> ]]></description>
<pubDate>Sat, 16 May 2009 12:53:49 GMT</pubDate>
<guid>http://snipplr.com/view/15098/chemistry-library/</guid>
</item>
<item>
<title>(PHP) Fuel consumption</title>
<link>http://snipplr.com/view/14874/fuel-consumption/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 09 May 2009 11:00:43 GMT</pubDate>
<guid>http://snipplr.com/view/14874/fuel-consumption/</guid>
</item>
<item>
<title>(PHP) Social Insurance Numbers</title>
<link>http://snipplr.com/view/14412/social-insurance-numbers/</link>
<description><![CDATA[ <p>Functions for formatting and validating Social Insurance Numbers. Requires [luhn()](http://snipplr.com/view/12893/luhn-algorithm/).</p> ]]></description>
<pubDate>Sat, 25 Apr 2009 12:25:22 GMT</pubDate>
<guid>http://snipplr.com/view/14412/social-insurance-numbers/</guid>
</item>
<item>
<title>(PHP) Social Security Numbers</title>
<link>http://snipplr.com/view/14152/social-security-numbers/</link>
<description><![CDATA[ <p>Format and validate social security numbers. Be aware of the legal issues surrounding the collection of these private numbers.</p> ]]></description>
<pubDate>Sat, 18 Apr 2009 11:14:18 GMT</pubDate>
<guid>http://snipplr.com/view/14152/social-security-numbers/</guid>
</item>
<item>
<title>(PHP) Homeland Security Advisory System</title>
<link>http://snipplr.com/view/13964/homeland-security-advisory-system/</link>
<description><![CDATA[ <p>Returns the current national threat level as a string.</p> ]]></description>
<pubDate>Sat, 11 Apr 2009 10:43:43 GMT</pubDate>
<guid>http://snipplr.com/view/13964/homeland-security-advisory-system/</guid>
</item>
<item>
<title>(PHP) Soundex</title>
<link>http://snipplr.com/view/13120/soundex/</link>
<description><![CDATA[ <p>Convert individual characters or entire strings to their soundex equivalents.</p> ]]></description>
<pubDate>Sat, 14 Mar 2009 10:48:21 GMT</pubDate>
<guid>http://snipplr.com/view/13120/soundex/</guid>
</item>
<item>
<title>(PHP) Luhn Algorithm</title>
<link>http://snipplr.com/view/12893/luhn-algorithm/</link>
<description><![CDATA[ <p>For verifying credit card numbers.</p> ]]></description>
<pubDate>Sat, 07 Mar 2009 10:49:28 GMT</pubDate>
<guid>http://snipplr.com/view/12893/luhn-algorithm/</guid>
</item>
<item>
<title>(PHP) Phonetic Alphabet</title>
<link>http://snipplr.com/view/12665/phonetic-alphabet/</link>
<description><![CDATA[ <p>Converts individual characters to their corresponding pronunciation in the internationally-standardized phonetic alphabet.</p> ]]></description>
<pubDate>Sat, 28 Feb 2009 09:36:18 GMT</pubDate>
<guid>http://snipplr.com/view/12665/phonetic-alphabet/</guid>
</item>
<item>
<title>(PHP) Difference between two stardates</title>
<link>http://snipplr.com/view/11950/difference-between-two-stardates/</link>
<description><![CDATA[ <p>Calculates the difference between two Stardates and returns the result as a human-readable string.</p> ]]></description>
<pubDate>Sat, 07 Feb 2009 11:50:43 GMT</pubDate>
<guid>http://snipplr.com/view/11950/difference-between-two-stardates/</guid>
</item>
<item>
<title>(PHP) Stardate</title>
<link>http://snipplr.com/view/11724/stardate/</link>
<description><![CDATA[ <p>Calculate the stardate in the 24th century Star Trek universe for a given Gregorian date in the real universe.</p> ]]></description>
<pubDate>Sun, 01 Feb 2009 00:43:13 GMT</pubDate>
<guid>http://snipplr.com/view/11724/stardate/</guid>
</item>
<item>
<title>(PHP) Triangular Numbers</title>
<link>http://snipplr.com/view/11271/triangular-numbers/</link>
<description><![CDATA[ <p>Before some troll comes along and criticizes this function, bear in mind that it has legitimate uses. For example, it can be used to solve the handshake problem: how many handshakes if each person in a room full of n+1 total people shakes hands once with each other person?</p> ]]></description>
<pubDate>Sat, 17 Jan 2009 11:11:02 GMT</pubDate>
<guid>http://snipplr.com/view/11271/triangular-numbers/</guid>
</item>
<item>
<title>(PHP) Perfect Numbers</title>
<link>http://snipplr.com/view/10854/perfect-numbers/</link>
<description><![CDATA[ <p>Determine whether the given number is a perfect number.</p> ]]></description>
<pubDate>Sat, 03 Jan 2009 11:23:49 GMT</pubDate>
<guid>http://snipplr.com/view/10854/perfect-numbers/</guid>
</item>
<item>
<title>(PHP) isPostBack()</title>
<link>http://snipplr.com/view/10462/ispostback/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 13 Dec 2008 12:09:56 GMT</pubDate>
<guid>http://snipplr.com/view/10462/ispostback/</guid>
</item>
<item>
<title>(PHP) Summation</title>
<link>http://snipplr.com/view/10302/summation/</link>
<description><![CDATA[ <p>Summation using the Gauss method.</p> ]]></description>
<pubDate>Sat, 06 Dec 2008 11:45:57 GMT</pubDate>
<guid>http://snipplr.com/view/10302/summation/</guid>
</item>
<item>
<title>(PHP) Mersenne Numbers</title>
<link>http://snipplr.com/view/9981/mersenne-numbers/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 22 Nov 2008 12:48:49 GMT</pubDate>
<guid>http://snipplr.com/view/9981/mersenne-numbers/</guid>
</item>
<item>
<title>(PHP) Sinc function</title>
<link>http://snipplr.com/view/9569/sinc-function/</link>
<description><![CDATA[ <p>Both normalized and unnormalized sinc functions. Apparently useful for digital signal processing.</p> ]]></description>
<pubDate>Sat, 08 Nov 2008 11:09:03 GMT</pubDate>
<guid>http://snipplr.com/view/9569/sinc-function/</guid>
</item>
<item>
<title>(PHP) Golden function</title>
<link>http://snipplr.com/view/9248/golden-function/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 25 Oct 2008 10:36:15 GMT</pubDate>
<guid>http://snipplr.com/view/9248/golden-function/</guid>
</item>
<item>
<title>(PHP) Nth Root</title>
<link>http://snipplr.com/view/8824/nth-root/</link>
<description><![CDATA[ <p>This function allows you to calculate the root of a number beyond just square root.</p> ]]></description>
<pubDate>Sat, 04 Oct 2008 10:58:01 GMT</pubDate>
<guid>http://snipplr.com/view/8824/nth-root/</guid>
</item>
<item>
<title>(PHP) Format a number in scientific notation</title>
<link>http://snipplr.com/view/8659/format-a-number-in-scientific-notation/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 27 Sep 2008 10:32:34 GMT</pubDate>
<guid>http://snipplr.com/view/8659/format-a-number-in-scientific-notation/</guid>
</item>
<item>
<title>(PHP) BigRoman</title>
<link>http://snipplr.com/view/8105/bigroman/</link>
<description><![CDATA[ <p>Handles arabic numbers larger than 4999. Requires my [roman\(\)](http://snipplr.com/view/6314/roman-numerals/) function.</p> ]]></description>
<pubDate>Sat, 30 Aug 2008 11:35:47 GMT</pubDate>
<guid>http://snipplr.com/view/8105/bigroman/</guid>
</item>
</channel>
</rss>