<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - ishikawa</title>
<link>http://snipplr.com/users/ishikawa</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 22 May 2013 23:09:08 GMT</pubDate>
<item>
<title>(Python) Name Mangling of Python Private Variables</title>
<link>http://snipplr.com/view/7027/name-mangling-of-python-private-variables/</link>
<description><![CDATA[ <p>Python: Private Variables
http://docs.python.org/tut/node11.html#SECTION0011600000000000000000

Any identifier of the form __spam (at least two leading underscores, at most one trailing underscore) is textually replaced with _classname__spam, where classname is the current class name with leading underscore(s) stripped.

Truncation may occur when the mangled name would be longer than 255 characters. When the class name consists of only underscores, no mangling occurs.</p> ]]></description>
<pubDate>Mon, 30 Jun 2008 10:08:15 GMT</pubDate>
<guid>http://snipplr.com/view/7027/name-mangling-of-python-private-variables/</guid>
</item>
<item>
<title>(Python) iterates over the bytes of string</title>
<link>http://snipplr.com/view/6254/iterates-over-the-bytes-of-string/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 15 May 2008 23:41:29 GMT</pubDate>
<guid>http://snipplr.com/view/6254/iterates-over-the-bytes-of-string/</guid>
</item>
<item>
<title>(JavaScript) A Simple BDD (Behaviour Driven Development) library for JavaScript.</title>
<link>http://snipplr.com/view/6177/a-simple-bdd-behaviour-driven-development-library-for-javascript/</link>
<description><![CDATA[ <p>A Tiny JavaScript liberary for Behaviour-Driven Development (BDD).</p> ]]></description>
<pubDate>Sun, 11 May 2008 08:47:33 GMT</pubDate>
<guid>http://snipplr.com/view/6177/a-simple-bdd-behaviour-driven-development-library-for-javascript/</guid>
</item>
<item>
<title>(JavaScript) JavaScript implementation of the SHA-1</title>
<link>http://snipplr.com/view/6175/javascript-implementation-of-the-sha1/</link>
<description><![CDATA[ <p>This is the javascript file for code which implements the Secure Hash Algorithm 1 as defined in FIPS 180-1 published April 17, 1995.</p> ]]></description>
<pubDate>Sat, 10 May 2008 05:38:39 GMT</pubDate>
<guid>http://snipplr.com/view/6175/javascript-implementation-of-the-sha1/</guid>
</item>
<item>
<title>(JavaScript) domready.js</title>
<link>http://snipplr.com/view/6029/domreadyjs/</link>
<description><![CDATA[ <p>This is a pretty simple example for cross browser dom:ready event handling inspired by mootools.</p> ]]></description>
<pubDate>Mon, 28 Apr 2008 08:14:33 GMT</pubDate>
<guid>http://snipplr.com/view/6029/domreadyjs/</guid>
</item>
<item>
<title>(Diff) Apple's modifications to Python 2.5.1 (locale.py, ...)</title>
<link>http://snipplr.com/view/6028/apples-modifications-to-python-251-localepy-/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 28 Apr 2008 08:09:17 GMT</pubDate>
<guid>http://snipplr.com/view/6028/apples-modifications-to-python-251-localepy-/</guid>
</item>
<item>
<title>(Ruby) Array#product for Ruby 1.8</title>
<link>http://snipplr.com/view/5087/arrayproduct-for-ruby-18/</link>
<description><![CDATA[ <p>Returns the cartesian product of the receiver and the arrays given as arguments.</p> ]]></description>
<pubDate>Sat, 16 Feb 2008 07:30:56 GMT</pubDate>
<guid>http://snipplr.com/view/5087/arrayproduct-for-ruby-18/</guid>
</item>
<item>
<title>(SVN) Subversion quickstart</title>
<link>http://snipplr.com/view/631/subversion-quickstart/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 01 Aug 2006 23:56:07 GMT</pubDate>
<guid>http://snipplr.com/view/631/subversion-quickstart/</guid>
</item>
<item>
<title>(Ruby) Simple webrick server</title>
<link>http://snipplr.com/view/630/simple-webrick-server/</link>
<description><![CDATA[ <p>Simple HTTP server daemon (webrick).</p> ]]></description>
<pubDate>Tue, 01 Aug 2006 23:20:12 GMT</pubDate>
<guid>http://snipplr.com/view/630/simple-webrick-server/</guid>
</item>
<item>
<title>(JavaScript) Parse query string from script element's src attribute</title>
<link>http://snipplr.com/view/354/parse-query-string-from-script-elements-src-attribute/</link>
<description><![CDATA[ <p>See javadoc style comment in source.</p> ]]></description>
<pubDate>Tue, 11 Jul 2006 23:17:18 GMT</pubDate>
<guid>http://snipplr.com/view/354/parse-query-string-from-script-elements-src-attribute/</guid>
</item>
<item>
<title>(Ruby) Random ASCII characters generator</title>
<link>http://snipplr.com/view/307/random-ascii-characters-generator/</link>
<description><![CDATA[ <p>This method generates random (and printable) ascii characters.</p> ]]></description>
<pubDate>Sun, 09 Jul 2006 10:44:02 GMT</pubDate>
<guid>http://snipplr.com/view/307/random-ascii-characters-generator/</guid>
</item>
</channel>
</rss>