Skip to main content

Questions tagged [decode]

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

0 votes
0 answers
14 views

Python PyVISA UnicodeDecodeError

I would like to use a RIGOL MSO5000 Series Scope as a 4 Channel DMM. The device responds to *IDN? as expected, but there is a decoding issue for :WAV:DATA? import pyvisa rm = pyvisa.ResourceManager() ...
ricode's user avatar
  • 11
0 votes
0 answers
7 views

Decoding a mapping in Solidity: Type library IterableMapping is not implicitly convertible to expected type struct IterableMapping.Map storage pointer

Context I am storing the content of the following mapping into a file: pragma solidity >=0.8.25 <0.9.0; import "test/TestConstants.sol"; library IterableMapping { // Iterable ...
a.t.'s user avatar
  • 2,574
-8 votes
0 answers
18 views

How can I decode this codec? [duplicate]

#UT011080000030,gÃúÇÞ¶q…;bH•€º­}çî | —AúSræ¡s KµötÀÈ����0415xœ÷put10400564°0pss1vb@†ffFF&†¦F.®.®¡ñ!>Ž‘@MÆFAÎ!F†Æ@l¤ŒK·ÄŒ¢ìÄ¢’T ±F@u–@Aó¢Ô’ÌÄliP1³àÔ¢ŒÌLCˆfC).©¥%ÅÉ9‰y)º!™ÉÙ©%†@S@ <S eâ¤ççi¤æi”...
Pounszal Channel's user avatar
0 votes
1 answer
57 views

lxml.etree.XMLSyntaxError for Korean Charachters

I am trying to parse https://api.lever.co/v0/postings/matchgroup?mode=xml but I am getting the error lxml.etree.XMLSyntaxError: CData section not finished. It seems like the issue is being caused by ...
Asher Ross's user avatar
-1 votes
0 answers
28 views

Special characters error decoding/encoding 'utf-8' Javascript/Python

The following code is made for to take a python code submission and encode and compare to the expected output in the db. However, when using special characters ('´', '~', 'ç') it does not convert ...
Donnavan Souza's user avatar
0 votes
0 answers
43 views

Sending buffer, and reference to buffer, down channel

I'm working on decoding UDP packets and matching them to pending transactions using a correlation id (invoke_id in the snippet below). let incoming_packet_handler = tokio::spawn({ // clone Arc<...
Matthew Brown's user avatar
0 votes
0 answers
10 views

How do I create an uploda form that reads data from file and outputs that data to the page via AJAX?

I am looking to integrate a feature onto my website that reads the data from a JSON file and then outputs that data, all via AJAX. A bit of background is that I am creating a specific online tool ...
RichRBX's user avatar
0 votes
0 answers
53 views

How to remove encoded characters in a column? [duplicate]

I'm cleaning a dataset and there's a column named 'city' which the city name has encoded characters. My first try was to use the method decoded, but then I noticed the city names were in string format:...
Nathalia Bedor's user avatar
0 votes
0 answers
31 views

Is there a way to solve my problem about uncomplye6 Unknown magic number 8224?

I disassemble this pyobfuscated script by manually changing this into this and run the script like (python3 thtt.py > thtt.pyc) and I got [this results] (https://github.com/vampiremoe/ua/blob/main/...
user25712557's user avatar
1 vote
0 answers
58 views

FFmpeg CPU Usage

Im using FFmpeg.AutoGen api to decode video stream. The problem is when i have one process, it consumes about 0.5% of cpu, screenshot from task manager: but when im trying to open more such processes ...
faith0058's user avatar
0 votes
0 answers
30 views

Decoding input from transaction using contract ABI

I have a transaction in which I know a swap occurred when a wallet sold a token through Uniswap. I am trying to extract the ETH amount the wallet received for this swap. I have pulled the entire ...
xampL's user avatar
  • 17
0 votes
0 answers
22 views

How to decode VARILRAW to itab

I have an older version of ABAP and would benefit greatly for my tasks from a program that retrieves variant values from canceled tasks with a specific name, etc. I did a trace of transaction SM37 and ...
1 vote
1 answer
55 views

Convert packet bytes in powershell

I'm using tshark to get packet data from pcap. I want to know the website url that the tcp.stream is connected to. The only place I can see that will have that is the certificate. If there's another ...
Kirt Carson's user avatar
-1 votes
0 answers
16 views

reconstruction of an image using single pixel

see, conventional camera have multiple pixels. according number of pixels image details also will increase. But in single pixel imaging only one pixel is there , how image is taking from such a single ...
ARATHI P's user avatar
0 votes
1 answer
64 views

AVFrame with NV12 format breaks using D3D11 HW acceleration

I have a ffmpeg-autogen video decoder, im trying to use a D3D11 as HW accelerator, but the frame i get in result(with NV12 format) is broken. If im doing the same with Vulkan as accelerator, ...
faith0058's user avatar

15 30 50 per page
1
2 3 4 5
293