Top "Decode" questions

To convert some encoded data (e.g. bytes, electrical signals) to some representation ready for further processing (e.g. string, object, picture)

Decode Base64 string to byte array

I would create a python script that decode a Base64 string to an array of byte (or array of Hex …

python string embedded base64 decode
How to decode huffman code quickly?

I have implementated a simple compressor using pure huffman code under Windows.But I do not know much about how …

c++ decode huffman-code
Can I make decode(errors="ignore") the default for all strings in a Python 2.7 program?

I have a Python 2.7 program that writes out data from various external applications. I continually get bitten by exceptions when …

python python-2.7 decode
How can I perform hardware-accelerated H.264 encoding and decoding for streaming?

I am able to get the RGBA frame data from the camera, and I want to encode it in H.264 …

ios decode encode h.264
I don't understand encode and decode in Python (2.7.3)

I tried to understand by myself encode and decode in Python but nothing is really clear for me. str.encode([…

python string unicode decode encode
Convert ' to an apostrophe in PHP

My data has many HTML entities in it (• ...etc) including '. I just want to convert it …

php html special-characters decode
Decode python base64 String

I have extracted base64 string of forecolor, texture and edgemap values of images, I have a list with following structure: …

python base64 decode
DOM Exception 5 INVALID CHARACTER error on valid base64 image string in javascript

I'm trying to decode a base64 string for an image back into binary so it can be downloaded and displayed …

javascript image base64 decode
Reading and decoding PDF-417 barcodes stored in an image or PDF file from within a .NET application

I am looking for a .NET library that is able to decode data from a PDF-417 barcode that is embedded …

c# .net barcode decode
Cross platform (php to C# .NET) encryption/decryption with Rijndael

I'm currently having a bit of problem with decrypting a message encrypted by php mcrypt. The php code is as …

c# php encryption decode mcrypt