Skip to main content

Questions tagged [converters]

Converters can change data from one type to another, translate data based on cultural information, or modify other aspects of presentation.

converters
0 votes
0 answers
45 views

How to Bind Image Class into Xaml WPF?

I have a class library which contains Images. This class library is being referred in another WPF solution where i need to access this Images. I tried several methods, but other than the relative path,...
HellRaiser's user avatar
0 votes
1 answer
39 views

Optimal way to "rotate" contents of a datafile? [duplicate]

I have very large datafiles (csv files that are several GB a piece, roughly a 3059 by 40-80k long table) that are used for constructing images from spectroscopy data. They're standard tab delimited ...
Levi Friss's user avatar
-1 votes
1 answer
54 views

How do I customize the ConversionService used by JdbcClient?

I'm trying to read a record with JdbcClient. One column should be converted to a custom type. From the documentation and multiple web searches I understand I should create and register a Converter to ...
Kristof Neirynck's user avatar
0 votes
1 answer
35 views

Is there a standard convention for converting YAML to XML and vice-versa?

I am interested to understand if there is a standard convention (e.g. W3C standard) for converting XML data to YAML and vice-versa. I immagine that there are structures in XML that can be hardly ...
G M's user avatar
  • 21.9k
-1 votes
0 answers
53 views

How to Convert Nested HTML Tables to a Single-Level Table with Dynamic Colspan and Rowspan Using Python?

I am working on a Python project where I need to convert deeply nested HTML tables into a single-level, flat table format. My main challenge is to retain the visual structure of the original nested ...
Rizni Muhammed's user avatar
0 votes
0 answers
34 views

PHPSpreadSheet - Converting .xls to .xlsx or .html not copying charts or images

I'm using PHP 8.2 and PHPSPreadsheet 2.1.0 with MtJpGraphRenderer library still no luck in converting the file. Also I've tried converting it to .html still no luck. I need solution for either .xlsx ...
Sarvagna Mehta's user avatar
0 votes
0 answers
26 views

After the conversion, Python removes static and noise from the audio file. --Little endian and Big endian

some sound files of “.aus” and “.sty” Org Musical instrument sound file with Python have more than one endian. The problem is that it should be able to detect and analyze both endian and convert the ...
Mr. Çınar's user avatar
0 votes
1 answer
46 views

Converting EPS to SVG now that inkscape no longer runs without X

It used to be possible run inkscape from the command line as a convenient tool for convert to and from SVG files. Lots of questions here have answers that suggest running inkscape -z with various ...
Richard Smith's user avatar
0 votes
0 answers
21 views

".aus" to ".wav" convert Tools after convert Sound Problem

I'm trying to make a small application to convert ".aus" audio extension files to “.wav" in Python. But after converting, a part of the sound in ".wav" is distorted, and I can'...
Mr. Çınar's user avatar
0 votes
2 answers
39 views

How to preserve web components tags when converting markdown to html

I'd like to convert markdown files to htmls (currently I am using marked.js but open to any similar tools). My markdown files have web components but the parser does not replace web components tags (...
Ali Khosro's user avatar
  • 1,760
1 vote
1 answer
46 views

How to convert from string to 8-bit binary number and vice versa

I have a letter, for example, the letter s. I want to convert it to a binary 8-bit string and back. I have read many articles, but I don't really understand. Can someone help me?
Đỗ Quốc Khánh's user avatar
0 votes
0 answers
30 views

Return a table and an integer in PostgreSQL function

I have this is SQL Server stored procedure: ALTER PROCEDURE [dbo].[IMG_IWD_GET_CHQBOOK] (@BRANCH_CODE VARCHAR(3), @CUSTOMER_NO VARCHAR(15), @ACCOUNT_NO VARCHAR(10), @CHEQUE_NO ...
Vinuka Osura's user avatar
0 votes
1 answer
48 views

how to convert windows filetime 64bit hex to date and time?

i have this reg_binary (5D-07-BB-CB-60-1F-D7-01) value of the shutdowntime from the registry how to convert it to this format (DDMMYYYY HH:MM:SS)? enter image description here is there a simple way to ...
sajar sajar's user avatar
0 votes
0 answers
57 views

Celsius to Fahrenheit assembly

I am was trying to convert Celsius to Fahrenheit. Then display your Name and Fahrenheit value. This is the output I get and here's the code DATA_SEG SEGMENT MSG_ENTER_FIRST DB 13,10,'Enter the ...
user23935335's user avatar
0 votes
1 answer
59 views

Using XSLT to Iterate and Transform XML to Simple Text

I am a beginner and still learning in XSLT. I have a simple xml code below: <?xml version="1.0" encoding="UTF-8"?> <order id="1021"> <items> ...
ItsBuddy007's user avatar

15 30 50 per page
1
2 3 4 5
381