<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - putu</title>
<link>http://snipplr.com/users/putu</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sat, 25 May 2013 18:12:06 GMT</pubDate>
<item>
<title>(C#) Reverse bit order</title>
<link>http://snipplr.com/view/63616/reverse-bit-order/</link>
<description><![CDATA[ <p>Reverse bit order of a byte variable, e.g. 0000 0001 (0x01) --> 1000 000 (0x80).</p> ]]></description>
<pubDate>Tue, 28 Feb 2012 13:45:41 GMT</pubDate>
<guid>http://snipplr.com/view/63616/reverse-bit-order/</guid>
</item>
<item>
<title>(DOS Batch) Remove Hidden and System file attribute</title>
<link>http://snipplr.com/view/63615/remove-hidden-and-system-file-attribute/</link>
<description><![CDATA[ <p>Remove hidden and system file attribute which is probably assigned by virus (in Windows).</p> ]]></description>
<pubDate>Tue, 28 Feb 2012 13:18:22 GMT</pubDate>
<guid>http://snipplr.com/view/63615/remove-hidden-and-system-file-attribute/</guid>
</item>
<item>
<title>(C#) Create Indexed Color Image in C#</title>
<link>http://snipplr.com/view/63614/create-indexed-color-image-in-c/</link>
<description><![CDATA[ <p>This snippet shows how to create indexed color bitmap in C#. The code also shows how to access and modify pixel data using LockBits.</p> ]]></description>
<pubDate>Tue, 28 Feb 2012 13:03:25 GMT</pubDate>
<guid>http://snipplr.com/view/63614/create-indexed-color-image-in-c/</guid>
</item>
<item>
<title>(PHP) Create tree structure in PHP</title>
<link>http://snipplr.com/view/63613/create-tree-structure-in-php/</link>
<description><![CDATA[ <p>This snippet demonstrates how to build tree structure with PHP.</p> ]]></description>
<pubDate>Tue, 28 Feb 2012 11:57:37 GMT</pubDate>
<guid>http://snipplr.com/view/63613/create-tree-structure-in-php/</guid>
</item>
</channel>
</rss>