<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Snipplr</title>
    <description>Recent snippets posted on Snipplr.com</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Tue, 09 Jun 2026 21:37:31 +0000</lastBuildDate>
    <item>
      <title>(JavaScript) Remove an item from array using UnderscoreJS - Balamir</title>
      <link>https://snipplr.com/view/109564/remove-an-item-from-array-using-underscorejs</link>
      <description>&lt;p&gt;Using underscore.js, you could combine .findWhere with .without&#13;
&#13;
Although, since you are creating a new array in this case anyway, you could simply use _.filter or the native Array.prototype.filter function (just like shown in the other question). Then you would only iterate over array once instead of potentially twice like here.&#13;
&#13;
If you want to modify the array in-place, you have to use .splice. This is also shown in the other question and undescore doesn't seem to provide any useful function for that.&lt;/p&gt;</description>
      <pubDate>Mon, 14 Sep 2015 19:58:50 UTC</pubDate>
      <guid>https://snipplr.com/view/109564/remove-an-item-from-array-using-underscorejs</guid>
    </item>
    <item>
      <title>(JavaScript) Hex String Generator - Balamir</title>
      <link>https://snipplr.com/view/97799/hex-string-generator</link>
      <description>&lt;p&gt;If you wanted to generate something based on a fixed string input, there are methods for doing that as well... this should give you what you are looking for in terms of just a straight random hex string of the correct length.&lt;/p&gt;</description>
      <pubDate>Mon, 20 Apr 2015 22:43:01 UTC</pubDate>
      <guid>https://snipplr.com/view/97799/hex-string-generator</guid>
    </item>
    <item>
      <title>(PHP) estimated reading time function (modified) - Balamir</title>
      <link>https://snipplr.com/view/73446/estimated-reading-time-function-modified</link>
      <description>&lt;p&gt;used ceil instead floor&lt;/p&gt;</description>
      <pubDate>Sun, 19 Jan 2014 23:25:58 UTC</pubDate>
      <guid>https://snipplr.com/view/73446/estimated-reading-time-function-modified</guid>
    </item>
    <item>
      <title>(HTML) Dil seÃ§im listesi - Balamir</title>
      <link>https://snipplr.com/view/73239/dil-seim-listesi</link>
      <description>&lt;p&gt;Language dropdown list&#13;
Dil seÃ§im listesi&lt;/p&gt;</description>
      <pubDate>Fri, 27 Dec 2013 03:00:13 UTC</pubDate>
      <guid>https://snipplr.com/view/73239/dil-seim-listesi</guid>
    </item>
  </channel>
</rss>
