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)

Create Networkx Graph from CSV file in Python 3

I am trying to build a NetworkX social network graph from a CSV file. I am using Networkx 2.1 and Python 3 …

python-3.x networking decode networkx social
Is there any DECAPTCHA library in .NET?

I'm looking for some sample projects to read CAPTCHA images. Is there any in C# or VB ? pseudo code: String …

c# captcha decode
Convert formatted HTML text string to NSString parts

I want to decode HTML string and store it in NSString. following is the html string for one of the …

iphone html decode
How to read email using Python 3

Now I am here import imaplib mail = imaplib.IMAP4_SSL('imap.gmail.com') mail.login('[email protected]', 'password') mail.…

python email decode imaplib
H264: decode series of nal units with ffmpeg

I tried to decode a series of nal units with ffmpeg (libavcodec) but I get a "no frame" error. I …

ffmpeg decode x264
How to downsample images correctly?

Background Creating an app that has a lot of high quality images, I've decided to downscale the images to the …

android bitmap decode downsampling pixelate
A plain JavaScript way to decode HTML entities, works on both browsers and Node

How to decode HTML entities like   ' to its original character? In browsers we can create a DOM …

javascript html node.js decode
How do I get hex blocks from a base 64 encoded string?

In this article and this XKCD, they both show the password data as groupings of hexadecimal. However, in the file …

bash command-line base64 decode password-encryption
Python, how to decode Binary coded decimal (BCD)

Description of the binary field is: Caller number, expressed with compressed BCD code, and the surplus bits are filled with “0…

python struct binary decode bcd
Convert snmp octet string to human readable date format

Using the pysnmp framework i get some values doing a snmp walk. Unfortunately for the oid 1.3.6.1.21.69.1.5.8.1.2 (DOCS-CABLE-DEVICE-MIB) i get a …

python decode snmp pysnmp