<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/javascript/tags/arrays</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 12 Oct 2008 20:50:20 GMT</pubDate>
<item>
<title>(JavaScript) Remove Duplicated v1.1 - Leech</title>
<link>http://snipplr.com/view/536/remove-duplicated-v11/</link>
<description><![CDATA[ <p>Removes duplicated values on an array.
Created: 2005.08.13 - Modified: 2005.11.19</p> ]]></description>
<pubDate>Fri, 21 Jul 2006 08:17:47 GMT</pubDate>
<guid>http://snipplr.com/view/536/remove-duplicated-v11/</guid>
</item>
<item>
<title>(JavaScript) Shuffler v1.0 - Leech</title>
<link>http://snipplr.com/view/535/shuffler-v10/</link>
<description><![CDATA[ <p>Scrambles the elements of an array.
Created: 2005.11.03</p> ]]></description>
<pubDate>Fri, 21 Jul 2006 08:16:51 GMT</pubDate>
<guid>http://snipplr.com/view/535/shuffler-v10/</guid>
</item>
<item>
<title>(JavaScript) Diff v1.0 - Leech</title>
<link>http://snipplr.com/view/534/diff-v10/</link>
<description><![CDATA[ <p>Compares two arrays and returns the distinct values.
Created: 2005.11.04</p> ]]></description>
<pubDate>Fri, 21 Jul 2006 08:02:58 GMT</pubDate>
<guid>http://snipplr.com/view/534/diff-v10/</guid>
</item>
<item>
<title>(JavaScript) Sum v1.0 - Leech</title>
<link>http://snipplr.com/view/533/sum-v10/</link>
<description><![CDATA[ <p>Sum all the elements of a numeric array.
Created: 2005.11.04</p> ]]></description>
<pubDate>Fri, 21 Jul 2006 08:02:06 GMT</pubDate>
<guid>http://snipplr.com/view/533/sum-v10/</guid>
</item>
<item>
<title>(JavaScript) Average v1.0 - Leech</title>
<link>http://snipplr.com/view/532/average-v10/</link>
<description><![CDATA[ <p>Calculates the mean, standard deviation and variance in an array.
Created: 2005.12.24</p> ]]></description>
<pubDate>Fri, 21 Jul 2006 08:01:06 GMT</pubDate>
<guid>http://snipplr.com/view/532/average-v10/</guid>
</item>
<item>
<title>(JavaScript) Rotate v1.1 - Leech</title>
<link>http://snipplr.com/view/531/rotate-v11/</link>
<description><![CDATA[ <p>Rotate the elements of an array with the minimum possible amount of movements. It's thousands faster than using sequences of "array.unshift(array.pop())" or "array.push(array.shift())".
Created: 2006.01.02 - Modified: 2006.04.23</p> ]]></description>
<pubDate>Fri, 21 Jul 2006 07:59:18 GMT</pubDate>
<guid>http://snipplr.com/view/531/rotate-v11/</guid>
</item>
<item>
<title>(JavaScript) Chunk v1.0 - Leech</title>
<link>http://snipplr.com/view/530/chunk-v10/</link>
<description><![CDATA[ <p>Breaks an array into pieces.
Created: 2006.06.04</p> ]]></description>
<pubDate>Fri, 21 Jul 2006 07:56:23 GMT</pubDate>
<guid>http://snipplr.com/view/530/chunk-v10/</guid>
</item>
<item>
<title>(JavaScript) Konstructor: Dynamic Element Kreator - rolandog</title>
<link>http://snipplr.com/view/500/konstructor-dynamic-element-kreator/</link>
<description><![CDATA[ <p>Constructs an element out of arrays. Using nested arrays translates into nested ChildNodes.
Update 2006-07-19: Added documentation (comments).
Update 2006-11-25: Reduced the ammount of code needed.</p> ]]></description>
<pubDate>Tue, 18 Jul 2006 15:16:41 GMT</pubDate>
<guid>http://snipplr.com/view/500/konstructor-dynamic-element-kreator/</guid>
</item>
</channel>
</rss>