To convert some encoded data (e.g. bytes, electrical signals) to some representation ready for further processing (e.g. string, object, picture)
0
votes
0answers
7 views
Web2py select decoding issue
I have a serious problems trying to do a simple select from a table in web2py.
I am using:
web2py™ Version 2.4.6-stable+timestamp.2013.04.06.17.37.38
Python Python 2.7 and a sqlite database.
I have ...
0
votes
1answer
10 views
saving rgb char* into jpeg image using libjpeg
I am trying to save an rgb bytearray into a jpg file.
I followed instructions in this page and here is my code
//rgb is the image
//rgb->imageData is char* to the rgb data
//rgb->imageSize is ...
0
votes
0answers
34 views
C# unclear symbols from serial port
I have an alcohol tester with serial port interface, here is my source part
tester.Parity = Parity.None;
tester.StopBits = StopBits.One;
tester.DataBits = 8;
tester.BaudRate = 9600;
...
0
votes
0answers
9 views
How to decode data received in hex format into human readable format
My project is based on Greenhouse Monitoring using Wireless Sensor Nodes. I am receiving data packets of temperature,light and humidity through sensor nodes (using Jennic Evaluation Kit JN5148) and ...
-4
votes
3answers
38 views
Decode the below JSON using PHP [closed]
{
"a": "here is a",
"b": "here is b",
"c": "here is c",
"d": "here is d",
"e": [
{
"message": "message is here."
}
]
}
Any hints how to reach the 'e' section and see what ...
0
votes
2answers
20 views
How should I decode a long variable which is encoded by Hashing.murmur3_32()?
I got a String variable in a Java program, and I know it is generated by following code:
public static String code(String text) {
final byte[] bytes = text.getBytes();
HashCode hc = ...
-5
votes
0answers
27 views
Decode this bunch of text? [closed]
Hey I've been searching the web on how to decode this text but all I seem to find are tutorials on winzip etc etc
Any help would be greatly appreciated. Thanks
14,20,21,2,2013
Esp atnefcp zq esp ...
0
votes
1answer
44 views
c# convert a part of a json string to objects
ive got a problem decoding a json output from api.openkvk.nl. I only want the ROWS converted to objects, Whats the best way to convert the json rows to a List?
a json example is:
...
0
votes
0answers
13 views
Zend encrypt decrypt different actions
how to encode value from one action and pass the encoded value through anchor(href) tag to decode same value to another action by using Zend_Filter_Encrypt() & Zend_Filter_Decrypt() both can be ...
0
votes
0answers
17 views
Convert file name in UTF-8
My site has a lot of photos named in UTF-8, ex: Đường-vào-Măng-Buk-2.jpg
But on the server, this file is named in other strange characters: -ɦ¦ß+Øng-v+áo-M-âng-Buk-2.jpg
By this reason, these ...
0
votes
0answers
19 views
What is utf8 encode - decode?
I'm importing my phpbb utf8 DB into a vb latin1_swedish_ci DB. In the converter I've these two lines (default):
define('use_utf8_encode', false);
define('use_utf8_decode', true);
How should I set ...
1
vote
1answer
70 views
PHP Recieve JSON but can't decode it
I receive json code in PHP but if I try to decode it nothing happens.
CODE:
$json = stripslashes($_POST['json']);
$output = json_decode($json);
When I log $json and $output to the console:
$json ...
0
votes
1answer
26 views
C / Youtube API Request > VLC
Im trying to improve my tiny C application wich streams youtube videos.
For some reason im not beeing able to send request and decode json.
Could someone point me in the right direction, this is the ...
0
votes
1answer
10 views
Decoding a picture from a gps tracker
I'am developing a server for a GPS Tracker that can send pictures taken by a camera connected to it, inside a vehicle.
The problem is that I follow every step in the manual and I can't still decode ...
1
vote
1answer
32 views
Decode string with %CC%88 -encoding with PHP?
Dear stackoverflow'ers,
I have this problem that drives me absolutely crazy. I hope that some genius (or just a normal person) can help my find an answer.
What do I want?
With Excel, I send a ...
0
votes
0answers
10 views
Programmatically getting Resources from APK that were originally in Strings.xml?
There's an answer to a question about programmatically unpacking the AndroidManifest.xml file from a compiled APK here. I've used it to mostly read the manifest but there are some pieces that are ...
0
votes
1answer
28 views
http response coming back obfuscated
I am making a call to a clients api, and it comes back like this
"user_firstname": "à¸à¸£à¸±à¸à¸à¸²à¸à¸´",
"user_lastname": "ศรีà"
I have no idea what to do with this.
I have tried every kind ...
0
votes
2answers
28 views
DECODE to CASE Statement
I am having a bit of trouble modifying this DECODE into a CASE Statement.
DECODE(DECODE(pa.postCode_pt1 || ' ' || pa.postCode_pt2,'L9 3DF', 'ZZ99 9ZZ', 'CV23 8AP', 'ZZ99 9ZZ', 'WR11 8TZ', 'ZZ99 9ZZ', ...
-2
votes
0answers
45 views
Can any one decode this type of script “<citlnug=JvSrp\”ea(ucinpacker{=ucinc{eunca':(asItca) (=%)3 [closed]
How to decode this javascript ???
{
var posts=5,
num=2,
previous="«",
next="»";
...
0
votes
0answers
31 views
Decoding Googles Continuous Speech Recognition Result
I am working on a C# version of Googles continuous speech recognition. All is going well however i am suck decoding my result.
I have a html output from the output request stream and i have what it is ...
0
votes
0answers
8 views
Decoding a txt file which is deleted and recover it with recuva
I have here my xml code. This is a very urgent code, it was accidentally deleted by my cousin. And i try to recover it with Minitool, Recuva, Etc but the output of a code change with characters. I ...
1
vote
2answers
66 views
Decode/Decrypt string using jquery or javascript that was originally encoded in C#
I have a string that is encoded/encrypted using the following C# code:
public static string Encode(string text)
{
if (!Enabled)
return text;
return "~/Enc/" + ...
0
votes
1answer
36 views
Parse Hashtable in JSON, perfect(jsonencode). But I don't know how to parse json in Hashtable(jsondecode). (Android)
I've created a JSON encode where you enter a HashTable (public Hashtable<?, ?> JSonDecode(String data) {... return objJS.toString(); } ) and get a string in JSON format. That is:
If I have a ...
0
votes
0answers
86 views
PHP - How to decode base64 string to byte array?
On the client side, users send encoded image file.(and also name and description of the item)
But, what I receive is only empty file...
In the server DB, I received the encoded image file with string ...
1
vote
1answer
25 views
decoding a bin file to mp3 using Node Js
I am encoding a MP3 file to Base64 in Node Js using this method :
encodebase64 = function(mp3file){
var bitmap = fs.readFileSync(mp3file);
var encodedstring = new Buffer(bitmap).toString('base64');
...
0
votes
0answers
12 views
AudioQueue from NSData (u-law)
Gents & Ladies, hello again.
For the first time I'm having to deal with sound in iOS, and instead of starting out with popular, easy to play sound files, I need to play u-law (mu-law), .Vox ...
-1
votes
2answers
63 views
Java reverse encoding
so I'm making a program where you can either encode or decode a message using a keyword. I have the encoding part down but I'm not sure how to decode the message. I am new to java so any help would be ...
1
vote
2answers
35 views
counting the number of arrays in a php decoded string
I have two json decoded strings:
{"Coords":[{"Accuracy":"66","Latitude":"88","Longitude":"99","Timestamp":"100"}]}
and I have another string
...
1
vote
0answers
36 views
Unable to decode content with header X-Content-Type-Options: nosniff java
here is my code to get the capcha html but im getting the response which is totally not understandable, can anyone help me?
when i run this below code, im getting the output printed in different ...
2
votes
2answers
45 views
Inset php json encoded array into database
I need to insert elements of a php encoded array into a database and I'm completely stuck. I have first used json encode to to grab data from the database using an SQL query (which I did successfully) ...
0
votes
0answers
86 views
How to convert escaped http request data to a normal string
I am using .net 3.5 to write a simple REST web service. This will use JSON to pass data to and from it. I have a simple test HTML page I am using to send POST data to the service. When I receive the ...
0
votes
1answer
39 views
inSampleSize returns pixelated results when used for downsampling
Background
Creating an app that has a lot of high quality images, I've decided to downscale the images to the needed size (meaning that if the image is larger than the screen , I downscale it ) .
...
0
votes
1answer
40 views
How to convert into cyrillic
Good day.
I got string like this from server
\u041a\u0438\u0441\u0435\u043b\u0435\u0432 \u0410\u043d\u0434\u0440\u0435\u0439
I need to convert it into cyrillic cp-1251 string.
How do i do it? ...
0
votes
3answers
68 views
can someone decrypt this javascript?
is there a way to know what this javascript code is, i'm sorry if this seems weird.
var _0x7e0d = ["\x63\x62\x6F\x78\x66\x6F\x72\x6D", ...
0
votes
0answers
59 views
Using libVLC as a video decoder
I'm attempting to use libVLC as a video decoder for a motion detection project. Previously I was using ffmpeg libraries, but some issues with Matroska files brought me here. Along with playing video ...
0
votes
0answers
42 views
Encode message string from a dictionary file
Totally not working, I have been trying to encode and decode from dictionaries(two separate dictionaries and code)in python, I am very green to coding and need help please.
I have a short string that ...
0
votes
1answer
56 views
Image decoded from Base64 is getting smaller than the normal image. [png]
I can successfully convert the given Base64 string to corresponding image in Android.
To test this scenario in my app, I took one image from my drawable folder and convert it into its corresponding ...
1
vote
1answer
99 views
php utf-8 decode from xml returns question marks
I have some problems using xml. I know this is a comon question, but the answers i found didn't fix my problem. The problem is that when I add é or ä or another special char to my xml file, with php ...
0
votes
0answers
9 views
Decode OnLine/OffLine Issue
I'm using the Silverlight_Zxing_Core to decode 2of5 barcodes.
I made an application for WP7. With others types of barcode, the app runs smoothly, but with the 2of5 barcode doesn't.
There's only one ...
0
votes
3answers
64 views
How do decode html entities in java? [duplicate]
I'm trying to decode html entities in Java, but I noticed that
URLDecoder.decode(String stringToDecode, String charset);
is deprecated.
What should I use instead of it?
0
votes
0answers
59 views
javascript encode base64 for persian language & characters
I have a website that is in Persian language (only the content), and I'm doing AJAX calls here and there, but the problem I'm encountering is that I encode the data (let's say user info) that I'm ...
-1
votes
0answers
33 views
PHP Decode help ${“GLOBALS”}[“hpgxlyf”], ${“GLOBALS”}[“iflfddsbhow”], ${“GLOBALS”}[“000000”] [closed]
can someone decode this strange PHP code or tell how to decode it using a simple PHP script?
<?php ${"GLOBALS"}["hpgxlyf"]="url";${"GLOBALS"}["iflfddsbhow"]="output";function ...
0
votes
1answer
44 views
Best way to decode? [closed]
So I just found out that I have been infected by this malicious code. It looks like a "eval(gzinflate(base64_decode" but I cant find base64 anywhere, it just looks like this
<?php
$md5 = ...
-2
votes
0answers
159 views
Decode video with CUDA nccuvid and ffmpeg [closed]
*strong text*I starting to implement custum video decoder that utilize cuda HW decoder to generate YUV frame for next to encode it.
How can I fill "CUVIDPICPARAMS" struc ???
Is it possible?
My ...
-1
votes
0answers
46 views
Writing a base64-encoded file in Java [duplicate]
I have a problem to write a file encoded in base64.
I have the contents of a xml files stored in a field of a table in a database. Some of them are stored in base64, not all.
What I need is to write ...
0
votes
0answers
35 views
0
votes
2answers
27 views
Convert symbols to readable
echo $title gives me something like \u00ca\u00e0\u00f7\u00e5\u00eb\u00e8.
It should be a readable text instead. How do I decode it correctly?
I've tried html_entity_decode($title, 0, 'UTF-8'), but ...
0
votes
0answers
28 views
How can i get cyrillic text from url (php)?
I have image with name %c3%90%c2%b8%c3%90%c2%ba.jpg. After rawurldecode() its renamed to ик.jpg. How can I get this real name as ик.jpg?
0
votes
0answers
119 views
How to decode unicode special character stored by SAP on SQL Server 2008?
I've a web service reading data from a table T on SQL Server 2008. Table T is populated by an SAP job.
When selecting from the table on SQL client and our web service, we see special characters 'É' ...
1
vote
2answers
60 views
Extract decompression part from jpeglib
I am trying to extract the part of decompression in the libjpeg to add it to embedded project so i should take the minimum size of code , but i think the code is very complex, do you have any idea how ...


