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)

Write Base64-encoded image to file

How to write a Base64-encoded image to file? I have encoded an image to a string using Base64. First, …

java image base64 decode encode
How to decode a QR-code image in (preferably pure) Python?

TL;DR: I need a way to decode a QR-code from an image file using (preferable pure) Python. I've got …

python decode qr-code zxing zbar
Using an Alias in a WHERE clause

I have a query which is meant to show me any rows in table A which have not been updated …

sql oracle alias decode ora-00904
PHP replacing special characters like à->a, è->e

I have php document signup.php which save the content from form (in form.php document) to MySQL base. The …

php utf-8 preg-replace decode
Android - How to decode and decompile any APK file?

I'm working on ads: my customers gave me some APK files of their Apps. My work consists of inserting ad …

android decode decompiler apk
Code for decoding/encoding a modified base64 URL

I want to base64 encode data to put it in a URL and then decode it within my HttpHandler. I …

c# url base64 encode decode
How to decode the JWT encoded token payload on client-side in angular 5?

I am getting one JWT encoded access token from my API in response. But I am not able to decode …

angular jwt decode access-token
Case Statements/Decode Function in Informatica

Could anyone help me with writing case statements in Informatica PowerCenter Designer? I am fairly new to Informatica, and based …

decode case-statement informatica-powercenter informatica
How to fix ''UnicodeDecodeError: 'charmap' codec can't decode byte 0x9d in position 29815: character maps to <undefined>''?

At the moment, I am trying to get a Python 3 program to do some manipulations with a text file filled …

python unicode file-io sqlite decode
JSON stringify missing from jQuery 1.4.1?

Apparently jQuery has the ability to decode a given object or string into a JSON object. However, I have a …

jquery json encode decode