<?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/tags/range</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sat, 25 May 2013 08:23:38 GMT</pubDate>
<item>
<title>(JavaScript) Keep angle in range (0-360) - jatkins</title>
<link>http://snipplr.com/view/71020/keep-angle-in-range-0360/</link>
<description><![CDATA[ <p>Released into the public domain.</p> ]]></description>
<pubDate>Thu, 02 May 2013 17:53:36 GMT</pubDate>
<guid>http://snipplr.com/view/71020/keep-angle-in-range-0360/</guid>
</item>
<item>
<title>(Visual Basic) Range to String - lolrenx</title>
<link>http://snipplr.com/view/69168/range-to-string/</link>
<description><![CDATA[ <p>Concatenate all text in cells with defined separator</p> ]]></description>
<pubDate>Thu, 20 Dec 2012 02:59:14 GMT</pubDate>
<guid>http://snipplr.com/view/69168/range-to-string/</guid>
</item>
<item>
<title>(Visual Basic) Format Header Range - lolrenx</title>
<link>http://snipplr.com/view/69167/format-header-range/</link>
<description><![CDATA[ <p>quick way to get column headers formatted</p> ]]></description>
<pubDate>Thu, 20 Dec 2012 02:56:27 GMT</pubDate>
<guid>http://snipplr.com/view/69167/format-header-range/</guid>
</item>
<item>
<title>(SmallTalk) Print numbers from 1 to 10 - sebnozzi</title>
<link>http://snipplr.com/view/68830/print-numbers-from-1-to-10/</link>
<description><![CDATA[ <p>Note that this uses the `to:do:` method of `Number`</p> ]]></description>
<pubDate>Fri, 30 Nov 2012 04:32:49 GMT</pubDate>
<guid>http://snipplr.com/view/68830/print-numbers-from-1-to-10/</guid>
</item>
<item>
<title>(SQL) Delete a limited set of rows in a DB2 database - claudiodev</title>
<link>http://snipplr.com/view/67820/delete-a-limited-set-of-rows-in-a-db2-database/</link>
<description><![CDATA[ <p>Delete a defined number of rows from a db2 database table</p> ]]></description>
<pubDate>Sat, 20 Oct 2012 03:14:32 GMT</pubDate>
<guid>http://snipplr.com/view/67820/delete-a-limited-set-of-rows-in-a-db2-database/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Map a Number within one range to another range - adrianparr</title>
<link>http://snipplr.com/view/65580/as3-map-a-number-within-one-range-to-another-range/</link>
<description><![CDATA[ <p>Credit goes to Bruno Imbrizi.</p> ]]></description>
<pubDate>Wed, 13 Jun 2012 02:53:34 GMT</pubDate>
<guid>http://snipplr.com/view/65580/as3-map-a-number-within-one-range-to-another-range/</guid>
</item>
<item>
<title>(ActionScript 3) Random Range - shalomfriss</title>
<link>http://snipplr.com/view/60504/random-range/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 03 Nov 2011 06:50:32 GMT</pubDate>
<guid>http://snipplr.com/view/60504/random-range/</guid>
</item>
<item>
<title>(Visual Basic) VBA: Export excel range as image and save as file. - win4me</title>
<link>http://snipplr.com/view/54755/vba-export-excel-range-as-image-and-save-as-file/</link>
<description><![CDATA[ <p>PROBLEM:
How to save Excel range into image file. VBA macro in Excel 2007.

SOLUTION:
Create an empty chart, paste range image into chart area, and Export as image file.

Modify code to suite to your needs.</p> ]]></description>
<pubDate>Thu, 02 Jun 2011 06:36:10 GMT</pubDate>
<guid>http://snipplr.com/view/54755/vba-export-excel-range-as-image-and-save-as-file/</guid>
</item>
<item>
<title>(PHP) week range - get the start and end date of  the week - takel</title>
<link>http://snipplr.com/view/50047/week-range--get-the-start-and-end-date-of--the-week/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 04 Mar 2011 21:07:11 GMT</pubDate>
<guid>http://snipplr.com/view/50047/week-range--get-the-start-and-end-date-of--the-week/</guid>
</item>
<item>
<title>(C#) Range in c# - yesraaj</title>
<link>http://snipplr.com/view/46482/range-in-c/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 04 Jan 2011 22:38:32 GMT</pubDate>
<guid>http://snipplr.com/view/46482/range-in-c/</guid>
</item>
<item>
<title>(Java) Delete elements from an array given an array of indices - studioevoque</title>
<link>http://snipplr.com/view/42410/delete-elements-from-an-array-given-an-array-of-indices/</link>
<description><![CDATA[ <p>A rough "it works" way to delete elements from an array given the array of indices to delete. A new array is created by copying over the remaining elements.

Any suggestions on how to make this more efficient appreciated :)</p> ]]></description>
<pubDate>Sat, 16 Oct 2010 20:39:58 GMT</pubDate>
<guid>http://snipplr.com/view/42410/delete-elements-from-an-array-given-an-array-of-indices/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Add a range of Values In an Array - adrianparr</title>
<link>http://snipplr.com/view/42135/as3-add-a-range-of-values-in-an-array/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 12 Oct 2010 22:40:05 GMT</pubDate>
<guid>http://snipplr.com/view/42135/as3-add-a-range-of-values-in-an-array/</guid>
</item>
<item>
<title>(ActionScript 3) Find Random Number in Range - IsoJon</title>
<link>http://snipplr.com/view/36817/find-random-number-in-range/</link>
<description><![CDATA[ <p>Always need one of these on hand. Feed it a minimum number and a maximum number and it returns a random within that range. Super useful.</p> ]]></description>
<pubDate>Wed, 07 Jul 2010 07:37:29 GMT</pubDate>
<guid>http://snipplr.com/view/36817/find-random-number-in-range/</guid>
</item>
<item>
<title>(PHP) php date range function - metoikos</title>
<link>http://snipplr.com/view/35537/php-date-range-function/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 06 Jun 2010 04:22:00 GMT</pubDate>
<guid>http://snipplr.com/view/35537/php-date-range-function/</guid>
</item>
<item>
<title>(JavaScript) Range module - SoQ 3.1.0 - Piotrek290</title>
<link>http://snipplr.com/view/29022/range-module--soq-310/</link>
<description><![CDATA[ <p>Look at demo.</p> ]]></description>
<pubDate>Sun, 28 Feb 2010 05:52:06 GMT</pubDate>
<guid>http://snipplr.com/view/29022/range-module--soq-310/</guid>
</item>
<item>
<title>(JavaScript) numbers range - Piotrek290</title>
<link>http://snipplr.com/view/29012/numbers-range/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 27 Feb 2010 08:56:09 GMT</pubDate>
<guid>http://snipplr.com/view/29012/numbers-range/</guid>
</item>
<item>
<title>(ActionScript 3) randRange - adrianparr</title>
<link>http://snipplr.com/view/23837/randrange/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 27 Nov 2009 11:49:35 GMT</pubDate>
<guid>http://snipplr.com/view/23837/randrange/</guid>
</item>
<item>
<title>(PHP) Time Ranges Array - bachya</title>
<link>http://snipplr.com/view/23726/time-ranges-array/</link>
<description><![CDATA[ <p>This function takes a start time, an end time, and an interval ("step size").  It returns an array of times separated by that interval between the start time and end time (similar to what Google Calendar does).  The keys of the array are the number of seconds between their times and the start time.</p> ]]></description>
<pubDate>Wed, 25 Nov 2009 00:37:17 GMT</pubDate>
<guid>http://snipplr.com/view/23726/time-ranges-array/</guid>
</item>
<item>
<title>(SVN) Just print SVN log message bodies - noah</title>
<link>http://snipplr.com/view/10791/just-print-svn-log-message-bodies/</link>
<description><![CDATA[ <p>Gets the SVN log and prints out just the log messages, without any metadata.  Exposes the narrative aspect of software workflow, allows the actors to recede into the background a bit.</p> ]]></description>
<pubDate>Wed, 31 Dec 2008 13:56:14 GMT</pubDate>
<guid>http://snipplr.com/view/10791/just-print-svn-log-message-bodies/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Random Range - taboularasa</title>
<link>http://snipplr.com/view/7326/as3-random-range/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 16 Jul 2008 01:36:52 GMT</pubDate>
<guid>http://snipplr.com/view/7326/as3-random-range/</guid>
</item>
</channel>
</rss>