Questions tagged [decoder]

A device or a software which purpose is to decode an encoded signal or stream.

A device or a software which purpose is to decode an encoded signal or stream.

538 questions
-2
votes
1 answer

Need an Explanation about decoder

I've gone through the decoder truth table and able to understand that. but i want to know why the corresponding output values related to input values get 1. Example if we consider 2 to 4 Decoder when inputs are 1 1 then the output will be 1 0 0 0…
-2
votes
2 answers

How to change Longs saved in a String back to Longs

What I want to do is save 4x8bytes as a 64bit Long. And decode that 64bit Long into 4x8bytes again. I know you may not understand it but I have an Encoder, which uses bytes 8 bits to make a 64 bit Long. And I'm saving multiple of those an example:…
-2
votes
1 answer

DVR video-stream parse

I'm reading a video stream from a DVR that says h264 encoded. I thought I would find a standard packetized H264 FRAGMENT as described here but it looks like there is some kind of proprietary rule in this stream. How to get the h264 fragments or any…
Elmo
  • 19
  • 1
  • 6
-3
votes
1 answer

simple MFC/C++ MIME Encoder?

I need a simple C++ compatible with MFC or ATL, MIME Encoder, I need it for sending MIME encoded text posts to a web server. Where can I find a source code for this ?
Mario
  • 13,941
  • 20
  • 54
  • 110
-3
votes
1 answer

JSONDecoder().decode fails when commas

JSONDecoder().decode fails when there are commas at the end of a name field. Why is it happening? How can I solve it? let string = "[{\"name\":\"Homeoffice Marc,\",\"Km\":846.7911330652549,\"Strid\":…
Karina
  • 5
  • 3
-3
votes
9 answers

Morse Code Converter in C

Yes its homework We were suppose to have char 2D array holding character with size limit of 255 char char string[100][255]; Program neede: change the input morse code by a user to alphabet/English letter (Capital Letters) Sample Input 2 .... .…
HerlDerp
  • 47
  • 1
  • 1
  • 11
-3
votes
1 answer

How to gather information from a URL and decode it in another application

I'm looking to create a web based tool that will allow me to pull information from a website via URL and decode this content in a more usable fashion. Here is the situation: The company I work for has log files any time there is an error in the…
Rujnf
  • 1
-4
votes
1 answer

I wan to decode this code. How can I do it?

I want to decode this code . How can I do it? var…
Lucifa
  • 11
  • 1
-4
votes
1 answer

unable to extract value from struct using swift JSON Decoder

Click Here for JSON image Please tell me the way to extract the value of "ranking". Check the image first. My struct : struct Result2 : Codable{ let rankings : [Myrankings3] struct Myrankings3 : Codable{ let ranking : String …
girija
  • 1
  • 2
-4
votes
1 answer

Need help decoding obfuscated file

I downloaded a free reviews script from http://www.freereviewscript.com One of the files is encoded and I want to ensure it doesn't have anything malicious! Any help would be much appreciated! Thank you!! php Code (WITHOUT php…
iCeR
  • 45
  • 1
  • 3
-4
votes
1 answer

How to decode this?

Who know, how to decode this code? foreach(array(155=>'QnZYJQ|WZWOQ') as $i1=>$i2){ $i3=strrev("rtrts"); define("I".$i1,$i3($i2,'abcdeghijklmopqswyz…
IMWDS
  • 1
-5
votes
1 answer

android settext only if it starts with

i have a android phone with a build in rfid scanner for barcodes which and i wonder if there some how a way i can get this scanner to only paste the decoderesult to cardnumberbox only if it starts with a K otherwise only paste it to…
omini data
  • 407
  • 7
  • 29
-10
votes
1 answer

How I can decode codes?

I trying to decode like this code. I tried a lot of sites but none of them work. var _0x2b10=['Hello\x20tito!'];(function(_0x3f112f,_0x2b10bf){var…
1 2 3
35
36