<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - narkisr</title>
<link>http://snipplr.com/users/narkisr</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Mon, 20 May 2013 19:28:55 GMT</pubDate>
<item>
<title>(Java) JAXB marshling</title>
<link>http://snipplr.com/view/39671/jaxb-marshling/</link>
<description><![CDATA[ <p>Simple Annotated Class to XML marshling using JAXB</p> ]]></description>
<pubDate>Mon, 30 Aug 2010 02:33:49 GMT</pubDate>
<guid>http://snipplr.com/view/39671/jaxb-marshling/</guid>
</item>
<item>
<title>(Java) Finding classes</title>
<link>http://snipplr.com/view/33807/finding-classes/</link>
<description><![CDATA[ <p>Using http://www.clapper.org/software/java/util/javadocs/util/api/org/clapper/util/classutil/ClassFinder.html in order to find a class in class path.</p> ]]></description>
<pubDate>Tue, 04 May 2010 04:02:44 GMT</pubDate>
<guid>http://snipplr.com/view/33807/finding-classes/</guid>
</item>
<item>
<title>(Bash) Couchdb tunnel over ssh</title>
<link>http://snipplr.com/view/30814/couchdb-tunnel-over-ssh/</link>
<description><![CDATA[ <p>An easy was to tunnel remote Couchdb instance into a local machine using ssh tunneling, by using the 5893 local port we enable the local instance to run (replication is only a click away).</p> ]]></description>
<pubDate>Fri, 02 Apr 2010 20:04:32 GMT</pubDate>
<guid>http://snipplr.com/view/30814/couchdb-tunnel-over-ssh/</guid>
</item>
<item>
<title>(Bash) vncviewer over ssh</title>
<link>http://snipplr.com/view/30348/vncviewer-over-ssh/</link>
<description><![CDATA[ <p>Tunneling vnc over ssh</p> ]]></description>
<pubDate>Sat, 27 Mar 2010 10:58:41 GMT</pubDate>
<guid>http://snipplr.com/view/30348/vncviewer-over-ssh/</guid>
</item>
<item>
<title>(Bash) Nginx static file serving with jetty proxy</title>
<link>http://snipplr.com/view/30182/nginx-static-file-serving-with-jetty-proxy/</link>
<description><![CDATA[ <p>Nginx Jetty proxy basic configuration file, static content is served by Nginx.</p> ]]></description>
<pubDate>Tue, 23 Mar 2010 17:35:44 GMT</pubDate>
<guid>http://snipplr.com/view/30182/nginx-static-file-serving-with-jetty-proxy/</guid>
</item>
<item>
<title>(Java) Consuming couchdb continues update stream</title>
<link>http://snipplr.com/view/29851/consuming-couchdb-continues-update-stream/</link>
<description><![CDATA[ <p>How to consume the updates stream of couchdb.</p> ]]></description>
<pubDate>Tue, 16 Mar 2010 18:35:03 GMT</pubDate>
<guid>http://snipplr.com/view/29851/consuming-couchdb-continues-update-stream/</guid>
</item>
<item>
<title>(Bash) Reverting commit changes from HEAD</title>
<link>http://snipplr.com/view/27487/reverting-commit-changes-from-head/</link>
<description><![CDATA[ <p>We can fix commits that we made by using --amend option.</p> ]]></description>
<pubDate>Mon, 01 Feb 2010 10:45:13 GMT</pubDate>
<guid>http://snipplr.com/view/27487/reverting-commit-changes-from-head/</guid>
</item>
<item>
<title>(Bash) Mounting a windows share Ubuntu (CIFS)</title>
<link>http://snipplr.com/view/27428/mounting-a-windows-share-ubuntu-cifs/</link>
<description><![CDATA[ <p>Mounting a windows share in Ubuntu (The UI version doesn't seem to offer a mount point).</p> ]]></description>
<pubDate>Sun, 31 Jan 2010 07:04:05 GMT</pubDate>
<guid>http://snipplr.com/view/27428/mounting-a-windows-share-ubuntu-cifs/</guid>
</item>
<item>
<title>(Clojure) Clojure REPL Tracing</title>
<link>http://snipplr.com/view/27264/clojure-repl-tracing/</link>
<description><![CDATA[ <p>Using contrib's trace ns in order to debug functions in the REPL</p> ]]></description>
<pubDate>Thu, 28 Jan 2010 19:23:30 GMT</pubDate>
<guid>http://snipplr.com/view/27264/clojure-repl-tracing/</guid>
</item>
<item>
<title>(Bash) patch application svn -> git</title>
<link>http://snipplr.com/view/26738/patch-application-svn--git/</link>
<description><![CDATA[ <p>This is how to patch changes from svn into git (should work with other vcs as well).</p> ]]></description>
<pubDate>Wed, 20 Jan 2010 03:24:27 GMT</pubDate>
<guid>http://snipplr.com/view/26738/patch-application-svn--git/</guid>
</item>
<item>
<title>(Clojure) keyword arguments in clojure</title>
<link>http://snipplr.com/view/26616/keyword-arguments-in-clojure/</link>
<description><![CDATA[ <p>Using keyword arguments in Clojure functions.</p> ]]></description>
<pubDate>Sun, 17 Jan 2010 10:14:03 GMT</pubDate>
<guid>http://snipplr.com/view/26616/keyword-arguments-in-clojure/</guid>
</item>
<item>
<title>(Bash) setting up vnc debian way</title>
<link>http://snipplr.com/view/26136/setting-up-vnc-debian-way/</link>
<description><![CDATA[ <p>This is based upon a debian guide, it seems to work well for ubuntu as well, all these steps can be performed via remote ssh (no need to access the machine).</p> ]]></description>
<pubDate>Fri, 08 Jan 2010 08:11:43 GMT</pubDate>
<guid>http://snipplr.com/view/26136/setting-up-vnc-debian-way/</guid>
</item>
<item>
<title>(Clojure) Clojure rlwrap setup</title>
<link>http://snipplr.com/view/25806/clojure-rlwrap-setup/</link>
<description><![CDATA[ <p>Using rlwrap in order to wrap Clojure REPL (getting vi bindings &amp; auto completion).</p> ]]></description>
<pubDate>Fri, 01 Jan 2010 09:39:01 GMT</pubDate>
<guid>http://snipplr.com/view/25806/clojure-rlwrap-setup/</guid>
</item>
<item>
<title>(Clojure) juxt(apose) function</title>
<link>http://snipplr.com/view/25734/juxtapose-function/</link>
<description><![CDATA[ <p>A nice function which creates a list of function that can be applied during a map.</p> ]]></description>
<pubDate>Wed, 30 Dec 2009 17:39:15 GMT</pubDate>
<guid>http://snipplr.com/view/25734/juxtapose-function/</guid>
</item>
<item>
<title>(Groovy) Starting an in memory http server with custom routes</title>
<link>http://snipplr.com/view/25717/starting-an-in-memory-http-server-with-custom-routes/</link>
<description><![CDATA[ <p>This is excellent for testing (mocking a SOAP server for example), we use an in memory http server in order to answer client requests.</p> ]]></description>
<pubDate>Wed, 30 Dec 2009 09:43:02 GMT</pubDate>
<guid>http://snipplr.com/view/25717/starting-an-in-memory-http-server-with-custom-routes/</guid>
</item>
<item>
<title>(Ruby) http sniffing Ruby</title>
<link>http://snipplr.com/view/25641/http-sniffing-ruby/</link>
<description><![CDATA[ <p>Sniffing http request &amp; response using pcap in Ruby.</p> ]]></description>
<pubDate>Tue, 29 Dec 2009 06:26:13 GMT</pubDate>
<guid>http://snipplr.com/view/25641/http-sniffing-ruby/</guid>
</item>
<item>
<title>(Bash) Shreding a folder tree</title>
<link>http://snipplr.com/view/25070/shreding-a-folder-tree/</link>
<description><![CDATA[ <p>This is how to use the shred utility on a folder tree.</p> ]]></description>
<pubDate>Sat, 19 Dec 2009 09:59:30 GMT</pubDate>
<guid>http://snipplr.com/view/25070/shreding-a-folder-tree/</guid>
</item>
<item>
<title>(Bash) Invoking Ruby within a chroot context</title>
<link>http://snipplr.com/view/24771/invoking-ruby-within-a-chroot-context/</link>
<description><![CDATA[ <p>Invoking Ruby within a chroot context, post the script the context returns to the original host.</p> ]]></description>
<pubDate>Mon, 14 Dec 2009 16:16:07 GMT</pubDate>
<guid>http://snipplr.com/view/24771/invoking-ruby-within-a-chroot-context/</guid>
</item>
<item>
<title>(Bash) Settings up a remote git repository.</title>
<link>http://snipplr.com/view/24756/settings-up-a-remote-git-repository/</link>
<description><![CDATA[ <p>How to setup a remote git repository via SSH.</p> ]]></description>
<pubDate>Mon, 14 Dec 2009 10:16:36 GMT</pubDate>
<guid>http://snipplr.com/view/24756/settings-up-a-remote-git-repository/</guid>
</item>
<item>
<title>(Bash) Installing fuse xmlfs on Ubuntu</title>
<link>http://snipplr.com/view/19653/installing-fuse-xmlfs-on-ubuntu/</link>
<description><![CDATA[ <p>The required steps in order to install xmlfs on Ubuntu.</p> ]]></description>
<pubDate>Sun, 13 Sep 2009 04:16:45 GMT</pubDate>
<guid>http://snipplr.com/view/19653/installing-fuse-xmlfs-on-ubuntu/</guid>
</item>
</channel>
</rss>