<?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 12:46:38 +0000</lastBuildDate>
    <item>
      <title>(Ruby) http sniffing Ruby - narkisr</title>
      <link>https://snipplr.com/view/25641/http-sniffing-ruby</link>
      <description>&lt;p&gt;Sniffing http request &amp; response using pcap in Ruby.&lt;/p&gt;</description>
      <pubDate>Tue, 29 Dec 2009 06:26:13 UTC</pubDate>
      <guid>https://snipplr.com/view/25641/http-sniffing-ruby</guid>
    </item>
    <item>
      <title>(Ruby) Groovy Map as Interface method in JRuby - narkisr</title>
      <link>https://snipplr.com/view/19279/groovy-map-as-interface-method-in-jruby</link>
      <description>&lt;p&gt;Groovy has the as keyword which enables the implementation of a Java interface by using the as keyword, its quite easy to mimic this in JRuby.&lt;/p&gt;</description>
      <pubDate>Fri, 04 Sep 2009 18:21:01 UTC</pubDate>
      <guid>https://snipplr.com/view/19279/groovy-map-as-interface-method-in-jruby</guid>
    </item>
    <item>
      <title>(Ruby) Blank slate objects in Ruby - narkisr</title>
      <link>https://snipplr.com/view/13351/blank-slate-objects-in-ruby</link>
      <description>&lt;p&gt;Creating a object that doesn't have any methods in Ruby (regular objects inherit methods from Object class), useful for Proxies that use method missing (http://onestepback.org/index.cgi/Tech/Ruby/BlankSlate.rdoc).&lt;/p&gt;</description>
      <pubDate>Sat, 21 Mar 2009 19:27:42 UTC</pubDate>
      <guid>https://snipplr.com/view/13351/blank-slate-objects-in-ruby</guid>
    </item>
    <item>
      <title>(Ruby) Ruby redo statment - narkisr</title>
      <link>https://snipplr.com/view/11957/ruby-redo-statment</link>
      <description>&lt;p&gt;An example of redo statement in Ruby, redo makes an iteration step repeat itself again (http://www.rubyrailways.com/rubys-most-underused-keyword/).&lt;/p&gt;</description>
      <pubDate>Sat, 07 Feb 2009 15:55:57 UTC</pubDate>
      <guid>https://snipplr.com/view/11957/ruby-redo-statment</guid>
    </item>
    <item>
      <title>(Ruby) Ruby Outlook automation in cygwin - narkisr</title>
      <link>https://snipplr.com/view/9345/ruby-outlook-automation-in-cygwin</link>
      <description>&lt;p&gt;Simple Outlook automation, the idea is to use this in cygwin to send files without opening the outlook UI, to use it place the code under /bin folder and make it executable with chmod +x.&lt;/p&gt;</description>
      <pubDate>Tue, 28 Oct 2008 18:16:17 UTC</pubDate>
      <guid>https://snipplr.com/view/9345/ruby-outlook-automation-in-cygwin</guid>
    </item>
    <item>
      <title>(Ruby) Simple mocking of Ruby objects - narkisr</title>
      <link>https://snipplr.com/view/6842/simple-mocking-of-ruby-objects</link>
      <description>&lt;p&gt;This is as simple as it gets, basiclly this templates shows you how to mock an object methods to any other piece of code that you like (open objects at its simplest glory).&lt;/p&gt;</description>
      <pubDate>Sun, 22 Jun 2008 18:38:12 UTC</pubDate>
      <guid>https://snipplr.com/view/6842/simple-mocking-of-ruby-objects</guid>
    </item>
    <item>
      <title>(Ruby) Ruby Ferret Simple Indexing And Search Example Part 2 - narkisr</title>
      <link>https://snipplr.com/view/6012/ruby-ferret-simple-indexing-and-search-example-part-2</link>
      <description>&lt;p&gt;This is an example of how to search within a Ferret index (based upon http://kasparov.skife.org/blog/src/ruby/ferret.html).&lt;/p&gt;</description>
      <pubDate>Sun, 27 Apr 2008 07:25:16 UTC</pubDate>
      <guid>https://snipplr.com/view/6012/ruby-ferret-simple-indexing-and-search-example-part-2</guid>
    </item>
    <item>
      <title>(Ruby) Ruby Ferret simple indexing and search example part 1 - narkisr</title>
      <link>https://snipplr.com/view/6011/ruby-ferret-simple-indexing-and-search-example-part-1</link>
      <description>&lt;p&gt;This is a simple example for building a search index with the Ferret library  (based upon http://kasparov.skife.org/blog/src/ruby/ferret.html).&lt;/p&gt;</description>
      <pubDate>Sun, 27 Apr 2008 07:19:33 UTC</pubDate>
      <guid>https://snipplr.com/view/6011/ruby-ferret-simple-indexing-and-search-example-part-1</guid>
    </item>
    <item>
      <title>(Ruby) Buildr to Artifactory Release - narkisr</title>
      <link>https://snipplr.com/view/5917/buildr-to-artifactory-release</link>
      <description>&lt;p&gt;This example shows how to release artifacts into Artifactory by using Buildr, the origin of this code is http://groups.google.com/group/buildr-talk/&lt;/p&gt;</description>
      <pubDate>Sat, 19 Apr 2008 07:19:19 UTC</pubDate>
      <guid>https://snipplr.com/view/5917/buildr-to-artifactory-release</guid>
    </item>
    <item>
      <title>(Ruby) JBoss Null JMS Persistency setup script - narkisr</title>
      <link>https://snipplr.com/view/4710/jboss-null-jms-persistency-setup-script</link>
      <description>&lt;p&gt;This script will setup JBoss 4.2.2 to use null persistence (no DB, see http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigJBossMQNullPersistence) when handling JMS messages.&lt;/p&gt;</description>
      <pubDate>Mon, 21 Jan 2008 19:28:56 UTC</pubDate>
      <guid>https://snipplr.com/view/4710/jboss-null-jms-persistency-setup-script</guid>
    </item>
  </channel>
</rss>
