<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/tags/decode</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 20 Jun 2013 21:35:24 GMT</pubDate>
<item>
<title>(JavaScript) URl Decode For JavaScript - Jamie</title>
<link>http://snipplr.com/view/59982/url-decode-for-javascript/</link>
<description><![CDATA[ <p>I found some cases where JavaScript won't properly handle the Plus symbol (+)</p> ]]></description>
<pubDate>Thu, 20 Oct 2011 07:37:25 GMT</pubDate>
<guid>http://snipplr.com/view/59982/url-decode-for-javascript/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Load and access JSON data example - adrianparr</title>
<link>http://snipplr.com/view/56283/as3-load-and-access-json-data-example/</link>
<description><![CDATA[ <p>For this to work you need the as3corelib classes from here ... https://github.com/mikechambers/as3corelib</p> ]]></description>
<pubDate>Fri, 08 Jul 2011 05:33:20 GMT</pubDate>
<guid>http://snipplr.com/view/56283/as3-load-and-access-json-data-example/</guid>
</item>
<item>
<title>(PHP) PHP String Encoder (for Javascript Alert, Confirm, etc.) - frederichoule</title>
<link>http://snipplr.com/view/51422/php-string-encoder-for-javascript-alert-confirm-etc/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 01 Apr 2011 13:34:27 GMT</pubDate>
<guid>http://snipplr.com/view/51422/php-string-encoder-for-javascript-alert-confirm-etc/</guid>
</item>
<item>
<title>(PHP) Object to Array - frederichoule</title>
<link>http://snipplr.com/view/51420/object-to-array/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 01 Apr 2011 13:30:51 GMT</pubDate>
<guid>http://snipplr.com/view/51420/object-to-array/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Encode and Decode HTML Entity Names (Full Set) - adrianparr</title>
<link>http://snipplr.com/view/46566/as3-encode-and-decode-html-entity-names-full-set/</link>
<description><![CDATA[ <p>Use this static class to encode and decode HTML Entity Names. For some reason Snipplr doesn't display all the code, so download the ZIP file for a full working demo and source code.</p> ]]></description>
<pubDate>Thu, 06 Jan 2011 01:45:52 GMT</pubDate>
<guid>http://snipplr.com/view/46566/as3-encode-and-decode-html-entity-names-full-set/</guid>
</item>
<item>
<title>(JavaScript) One line html decode entities (jQuery) - tomasdev</title>
<link>http://snipplr.com/view/46302/one-line-html-decode-entities-jquery/</link>
<description><![CDATA[ <p>You need jQuery to make this work.</p> ]]></description>
<pubDate>Fri, 31 Dec 2010 01:50:29 GMT</pubDate>
<guid>http://snipplr.com/view/46302/one-line-html-decode-entities-jquery/</guid>
</item>
<item>
<title>(PHP) How to access a JSON in PHP easy (like a JSON recordset with multiple fields) - jvandemerwe</title>
<link>http://snipplr.com/view/39947/how-to-access-a-json-in-php-easy-like-a-json-recordset-with-multiple-fields/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 03 Sep 2010 07:30:38 GMT</pubDate>
<guid>http://snipplr.com/view/39947/how-to-access-a-json-in-php-easy-like-a-json-recordset-with-multiple-fields/</guid>
</item>
<item>
<title>(C#) Bencoding encoder and decoder - SuprDewd</title>
<link>http://snipplr.com/view/37790/bencoding-encoder-and-decoder/</link>
<description><![CDATA[ <p>For those having trouble with encoding and decoding bencode, here is something to help you.</p> ]]></description>
<pubDate>Fri, 23 Jul 2010 09:46:52 GMT</pubDate>
<guid>http://snipplr.com/view/37790/bencoding-encoder-and-decoder/</guid>
</item>
<item>
<title>(JavaScript) HTML_ENTITY_DECODE - lfatr</title>
<link>http://snipplr.com/view/28389/htmlentitydecode/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 16 Feb 2010 11:11:41 GMT</pubDate>
<guid>http://snipplr.com/view/28389/htmlentitydecode/</guid>
</item>
<item>
<title>(C#) Presentation Framework Imaging Classes Gray-Scale Example (loading, drawing, encoding) - bryanlyman</title>
<link>http://snipplr.com/view/27700/presentation-framework-imaging-classes-grayscale-example-loading-drawing-encoding/</link>
<description><![CDATA[ <p>You must include these DLL references in your vsweb or vscode project:\r\nPresentationCore,\r\nPresentationFramework,\r\nWindowsBase. \r\nNotice how I am manipulating the RGB values of each pixel, this is the power of these classes. The Drawing classes have the pixel drawing capabilities to draw lines and such already written for you, but handling a grayscale byte for byte is faster than relying on their other classes. I also chose to load and encode as PNG, but they have loaders and encoders for other file types as well that work the same way.</p> ]]></description>
<pubDate>Thu, 04 Feb 2010 12:51:39 GMT</pubDate>
<guid>http://snipplr.com/view/27700/presentation-framework-imaging-classes-grayscale-example-loading-drawing-encoding/</guid>
</item>
<item>
<title>(PHP) Base62 Encode / Decode - jmiller</title>
<link>http://snipplr.com/view/22246/base62-encode--decode/</link>
<description><![CDATA[ <p>If you have large integers and you want to shrink them down in size for whatever reason, you can use this code. Should be easy enough to extend if you want even higher bases (just add a few more chars and increase the base).</p> ]]></description>
<pubDate>Sat, 31 Oct 2009 19:18:57 GMT</pubDate>
<guid>http://snipplr.com/view/22246/base62-encode--decode/</guid>
</item>
<item>
<title>(PHP) cookie_encode &amp;amp; cookie_decode - segdeha</title>
<link>http://snipplr.com/view/16724/cookieencode--cookiedecode/</link>
<description><![CDATA[ <p>This is a great way to save complex objects as cookie values. You can't just json_encode because commas are not legal in cookie values. Remember not to use this for anything too big because cookies have a 4KB limit.</p> ]]></description>
<pubDate>Tue, 07 Jul 2009 07:14:00 GMT</pubDate>
<guid>http://snipplr.com/view/16724/cookieencode--cookiedecode/</guid>
</item>
<item>
<title>(Python) Flexible Rot13 Function - Valdemarick</title>
<link>http://snipplr.com/view/12657/flexible-rot13-function/</link>
<description><![CDATA[ <p>This function takes 2 arguments, first is the string to be encoded (or decoded) the second is optional and can be used to change the rotation amount to something other than 13.</p> ]]></description>
<pubDate>Sat, 28 Feb 2009 00:26:42 GMT</pubDate>
<guid>http://snipplr.com/view/12657/flexible-rot13-function/</guid>
</item>
<item>
<title>(JavaScript) base36 Encode/Decode [JS 1.8] - Sephr</title>
<link>http://snipplr.com/view/12653/base36-encodedecode-js-18/</link>
<description><![CDATA[ <p>base36 Encode/Decode Strings
====================

*Requires JavaScript 1.8 or higher*

Syntax:

`base36[.ascii].encode(str[, separator]):String`

`base36[.ascii].decode(str[, separator]):String`

Default character separator is ZERO WIDTH SPACE U+200B

Examples:

    base36.encode("foobar", "-") == "2u-33-33-2q-2p-36"
    base36.decode("2u-33-33-2q-2p-36", "-") == "foobar"</p> ]]></description>
<pubDate>Fri, 27 Feb 2009 22:33:58 GMT</pubDate>
<guid>http://snipplr.com/view/12653/base36-encodedecode-js-18/</guid>
</item>
<item>
<title>(Python) modhex coding - kseistrup</title>
<link>http://snipplr.com/view/12151/modhex-coding/</link>
<description><![CDATA[ <p>Convert to and from modHex as used by the yubikey from yubico.</p> ]]></description>
<pubDate>Thu, 12 Feb 2009 09:56:40 GMT</pubDate>
<guid>http://snipplr.com/view/12151/modhex-coding/</guid>
</item>
<item>
<title>(PHP) Organic Wordpress Theme - footer.php Decode - ChaosKaizer</title>
<link>http://snipplr.com/view/7513/organic-wordpress-theme--footerphp-decode/</link>
<description><![CDATA[ <p>uri: http://organic.qualitywordpress.com/</p> ]]></description>
<pubDate>Fri, 25 Jul 2008 16:40:17 GMT</pubDate>
<guid>http://snipplr.com/view/7513/organic-wordpress-theme--footerphp-decode/</guid>
</item>
<item>
<title>(Bash) Base64 decode to file - remysharp</title>
<link>http://snipplr.com/view/4133/base64-decode-to-file/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 14 Nov 2007 07:52:42 GMT</pubDate>
<guid>http://snipplr.com/view/4133/base64-decode-to-file/</guid>
</item>
<item>
<title>(PHP) PHP - unhtmlentities - nicolaspar</title>
<link>http://snipplr.com/view/3502/php--unhtmlentities/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 10 Aug 2007 06:24:09 GMT</pubDate>
<guid>http://snipplr.com/view/3502/php--unhtmlentities/</guid>
</item>
</channel>
</rss>