<?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/asp</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 16 Feb 2012 04:26:09 GMT</pubDate>
<item>
<title>(ASP) Calculate monthly and/or annual salary</title>
<link>http://snipplr.com/view/40318/calculate-monthly-andor-annual-salary/</link>
<description><![CDATA[ <p>Requires my [WorkingDays](http://snipplr.com/view/39873/number-of-working-days-in-a-month/) function.</p> ]]></description>
<pubDate>Sat, 11 Sep 2010 06:22:51 GMT</pubDate>
<guid>http://snipplr.com/view/40318/calculate-monthly-andor-annual-salary/</guid>
</item>
<item>
<title>(ASP) Number of working days in a month</title>
<link>http://snipplr.com/view/39873/number-of-working-days-in-a-month/</link>
<description><![CDATA[ <p>Returns the number of working days in a month. Does not take holidays into consideration. I needed this function for the purposes of calculating employee annual salary, and holidays are paid days anyway. Requires my [MonthDays](http://snipplr.com/view/5390/number-of-days-in-a-month/) and [isLeapYear](http://snipplr.com/view/5388/check-if-a-year-is-a-leap-year/) functions.</p> ]]></description>
<pubDate>Thu, 02 Sep 2010 07:52:25 GMT</pubDate>
<guid>http://snipplr.com/view/39873/number-of-working-days-in-a-month/</guid>
</item>
<item>
<title>(ASP) Dynamic Array Class</title>
<link>http://snipplr.com/view/15412/dynamic-array-class/</link>
<description><![CDATA[ <p>I want to do a little more work on this, but as far as I know everything should be working fine.</p> ]]></description>
<pubDate>Sat, 30 May 2009 20:37:52 GMT</pubDate>
<guid>http://snipplr.com/view/15412/dynamic-array-class/</guid>
</item>
<item>
<title>(ASP) Prime Numbers</title>
<link>http://snipplr.com/view/15252/prime-numbers/</link>
<description><![CDATA[ <p>A library of functions related to prime numbers.</p> ]]></description>
<pubDate>Sat, 23 May 2009 11:17:50 GMT</pubDate>
<guid>http://snipplr.com/view/15252/prime-numbers/</guid>
</item>
<item>
<title>(ASP) Chemistry Library</title>
<link>http://snipplr.com/view/15097/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/6324/proper-case/)</p> ]]></description>
<pubDate>Sat, 16 May 2009 12:53:03 GMT</pubDate>
<guid>http://snipplr.com/view/15097/chemistry-library/</guid>
</item>
<item>
<title>(ASP) Fuel consumption</title>
<link>http://snipplr.com/view/14873/fuel-consumption/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 09 May 2009 11:00:22 GMT</pubDate>
<guid>http://snipplr.com/view/14873/fuel-consumption/</guid>
</item>
<item>
<title>(ASP) Regular Expressions</title>
<link>http://snipplr.com/view/14646/regular-expressions/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 02 May 2009 11:23:40 GMT</pubDate>
<guid>http://snipplr.com/view/14646/regular-expressions/</guid>
</item>
<item>
<title>(ASP) Social Insurance Numbers</title>
<link>http://snipplr.com/view/14411/social-insurance-numbers/</link>
<description><![CDATA[ <p>Functions for formatting and validating Social Insurance Numbers. Requires [luhn()](http://snipplr.com/view/12892/luhn-algorithm/).</p> ]]></description>
<pubDate>Sat, 25 Apr 2009 12:24:42 GMT</pubDate>
<guid>http://snipplr.com/view/14411/social-insurance-numbers/</guid>
</item>
<item>
<title>(ASP) Social Security Numbers</title>
<link>http://snipplr.com/view/14151/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:13:54 GMT</pubDate>
<guid>http://snipplr.com/view/14151/social-security-numbers/</guid>
</item>
<item>
<title>(ASP) Homeland Security Advisory System</title>
<link>http://snipplr.com/view/13963/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:16 GMT</pubDate>
<guid>http://snipplr.com/view/13963/homeland-security-advisory-system/</guid>
</item>
<item>
<title>(ASP) Min/Max</title>
<link>http://snipplr.com/view/13769/minmax/</link>
<description><![CDATA[ <p>Select the largest or smallest value from an array of integers.</p> ]]></description>
<pubDate>Sat, 04 Apr 2009 11:16:17 GMT</pubDate>
<guid>http://snipplr.com/view/13769/minmax/</guid>
</item>
<item>
<title>(ASP) getFileType</title>
<link>http://snipplr.com/view/13532/getfiletype/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 28 Mar 2009 11:41:42 GMT</pubDate>
<guid>http://snipplr.com/view/13532/getfiletype/</guid>
</item>
<item>
<title>(ASP) getFileSize</title>
<link>http://snipplr.com/view/13348/getfilesize/</link>
<description><![CDATA[ <p>Returns the file size of the specified file on the filesystem, formatted human-readable in the most logical unit size.</p> ]]></description>
<pubDate>Sat, 21 Mar 2009 12:13:00 GMT</pubDate>
<guid>http://snipplr.com/view/13348/getfilesize/</guid>
</item>
<item>
<title>(ASP) Soundex</title>
<link>http://snipplr.com/view/13119/soundex/</link>
<description><![CDATA[ <p>Convert individual characters or entire strings to their soundex equivalents. Requires my [str_pad()](http://snipplr.com/view/8221/strpad/) function.</p> ]]></description>
<pubDate>Sat, 14 Mar 2009 10:48:00 GMT</pubDate>
<guid>http://snipplr.com/view/13119/soundex/</guid>
</item>
<item>
<title>(ASP) Luhn Algorithm</title>
<link>http://snipplr.com/view/12892/luhn-algorithm/</link>
<description><![CDATA[ <p>For verifying credit card numbers.</p> ]]></description>
<pubDate>Sat, 07 Mar 2009 10:49:03 GMT</pubDate>
<guid>http://snipplr.com/view/12892/luhn-algorithm/</guid>
</item>
<item>
<title>(ASP) Phonetic Alphabet</title>
<link>http://snipplr.com/view/12664/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:35:45 GMT</pubDate>
<guid>http://snipplr.com/view/12664/phonetic-alphabet/</guid>
</item>
<item>
<title>(ASP) Add and strip slashes</title>
<link>http://snipplr.com/view/12446/add-and-strip-slashes/</link>
<description><![CDATA[ <p>ASP implementation on the PHP functions by the same name, but with support for more problematic characters.</p> ]]></description>
<pubDate>Sat, 21 Feb 2009 19:00:45 GMT</pubDate>
<guid>http://snipplr.com/view/12446/add-and-strip-slashes/</guid>
</item>
<item>
<title>(ASP) htmlspecialchars()</title>
<link>http://snipplr.com/view/12207/htmlspecialchars/</link>
<description><![CDATA[ <p>ASP implementation of the PHP functions with the same names.</p> ]]></description>
<pubDate>Sat, 14 Feb 2009 11:10:33 GMT</pubDate>
<guid>http://snipplr.com/view/12207/htmlspecialchars/</guid>
</item>
<item>
<title>(ASP) Difference between two stardates</title>
<link>http://snipplr.com/view/11949/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:17 GMT</pubDate>
<guid>http://snipplr.com/view/11949/difference-between-two-stardates/</guid>
</item>
<item>
<title>(ASP) Stardate</title>
<link>http://snipplr.com/view/11722/stardate/</link>
<description><![CDATA[ <p>Calculate the stardate in the 24th century Star Trek universe for a given Gregorian date in the real universe. Requires my [str_pad()](http://snipplr.com/view/8221/strpad/) function.</p> ]]></description>
<pubDate>Sun, 01 Feb 2009 00:42:13 GMT</pubDate>
<guid>http://snipplr.com/view/11722/stardate/</guid>
</item>
</channel>
</rss>
