<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - TopcatSoftware</title>
<link>http://snipplr.com/users/TopcatSoftware</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sat, 25 May 2013 19:29:43 GMT</pubDate>
<item>
<title>(Pseudocode) TOPIC database format</title>
<link>http://snipplr.com/view/47431/topic-database-format/</link>
<description><![CDATA[ <p>Specifications of the TOPIC database format, a standardized structure for plain text databases that's easy to read and edit in most text editors, and
easy to programmatically parse as well.</p> ]]></description>
<pubDate>Tue, 18 Jan 2011 18:54:44 GMT</pubDate>
<guid>http://snipplr.com/view/47431/topic-database-format/</guid>
</item>
<item>
<title>(Awk) arabic2roman()</title>
<link>http://snipplr.com/view/46802/arabic2roman/</link>
<description><![CDATA[ <p>Simple arabic to roman numeral conversion in awk</p> ]]></description>
<pubDate>Sun, 09 Jan 2011 05:20:59 GMT</pubDate>
<guid>http://snipplr.com/view/46802/arabic2roman/</guid>
</item>
<item>
<title>(Other) Boiler plate GPL license blocks commented for various languages</title>
<link>http://snipplr.com/view/46801/boiler-plate-gpl-license-blocks-commented-for-various-languages/</link>
<description><![CDATA[ <p>GNU/GPL license blocks commented for various languages...</p> ]]></description>
<pubDate>Sun, 09 Jan 2011 05:15:52 GMT</pubDate>
<guid>http://snipplr.com/view/46801/boiler-plate-gpl-license-blocks-commented-for-various-languages/</guid>
</item>
<item>
<title>(Awk) rot13x()</title>
<link>http://snipplr.com/view/46800/rot13x/</link>
<description><![CDATA[ <p>rot13 for awk, extended to include digits</p> ]]></description>
<pubDate>Sun, 09 Jan 2011 05:05:26 GMT</pubDate>
<guid>http://snipplr.com/view/46800/rot13x/</guid>
</item>
<item>
<title>(JavaScript) single space a string in javascript</title>
<link>http://snipplr.com/view/46799/single-space-a-string-in-javascript/</link>
<description><![CDATA[ <p>small handy snippet to single space a string in javascript</p> ]]></description>
<pubDate>Sun, 09 Jan 2011 04:59:53 GMT</pubDate>
<guid>http://snipplr.com/view/46799/single-space-a-string-in-javascript/</guid>
</item>
<item>
<title>(Awk) GUI for AWK Scripts in Windows</title>
<link>http://snipplr.com/view/46798/gui-for-awk-scripts-in-windows/</link>
<description><![CDATA[ <p>Quick &amp; dirty gui for awk scripts under Windows using an 'HTA' (hyper text application)</p> ]]></description>
<pubDate>Sun, 09 Jan 2011 04:53:48 GMT</pubDate>
<guid>http://snipplr.com/view/46798/gui-for-awk-scripts-in-windows/</guid>
</item>
<item>
<title>(Awk) xorEncode()</title>
<link>http://snipplr.com/view/46797/xorencode/</link>
<description><![CDATA[ <p>xor encryption for gawk.</p> ]]></description>
<pubDate>Sun, 09 Jan 2011 04:43:51 GMT</pubDate>
<guid>http://snipplr.com/view/46797/xorencode/</guid>
</item>
<item>
<title>(JavaScript) rot13x()</title>
<link>http://snipplr.com/view/46796/rot13x/</link>
<description><![CDATA[ <p>ROT13 is a self encrypting/decrypting cipher. While not terribly secure, its still a handy method for casually masking text. Here's my implementation of the ROT13 cipher in javascript extended to include digits. Feel free to use it in your own work, and contact us if you improve it. Wikipedia has more information about obfuscation.</p> ]]></description>
<pubDate>Sun, 09 Jan 2011 04:36:21 GMT</pubDate>
<guid>http://snipplr.com/view/46796/rot13x/</guid>
</item>
<item>
<title>(JavaScript) xorEncode()</title>
<link>http://snipplr.com/view/46795/xorencode/</link>
<description><![CDATA[ <p>Here's an implementation of the classic xor cipher written javascript. The script encodes/decodes plain-text using a password you supply. Feel free to use it in your own work, and contact us if you improve it. Something to remember, the longer the password string, the better...</p> ]]></description>
<pubDate>Sun, 09 Jan 2011 04:33:46 GMT</pubDate>
<guid>http://snipplr.com/view/46795/xorencode/</guid>
</item>
</channel>
</rss>