Top "Code-conversion" questions

The process of converting the logic of some source code from its original language/framework to a different language/framework.

How to convert a Kotlin source file to a Java source file

I have a Kotlin source file, but I want to translate it to Java. How can I convert Kotlin to …

java kotlin code-conversion
Is there an easy way to convert jquery code to javascript?

Is there an easy way to convert jQuery code to regular javascript? I guess without having to access or understand …

javascript jquery code-conversion
Looking for the Code Converter which converts C# to Java

Can anybody help me by suggesting the name of an converter which converts C# code to Java code. Actually, I …

java c# code-conversion
How do I convert legacy ASP applications to ASP.NET?

We have a large ASP (classic ASP) application and we would like to convert it to .NET in order to …

asp.net asp-classic code-conversion
How to select range of columns in a dataframe based on their name and not their indexes?

In a pandas dataframe created like this: import pandas as pd import numpy as np df = pd.DataFrame(np.random.…

r dataframe subset code-conversion
Automated Java to Scala source code conversion?

(Yes I know I can call Java code from Scala; but that is pointless; I want to DELETE the Java …

java scala code-conversion
How to get FileInfo via a foreach Loop?

Trying to convert some VB to C#... (learning C#, too). I have some code that loops through files in a …

c# foreach asp.net-2.0 code-conversion
Conversion of Delphi code to Java

Does a parser exist for Delphi which can be used to convert the Delphi code into Java code automatically?

java delphi delphi-2009 code-conversion
Converting MSSQL 'FOR XML PATH' To Oracle

I have a Statement to fill a table on my MSSQL Database. It joins some values together seperated by a …

sql sql-server oracle code-conversion for-xml-path
How to convert source code to a xml based representation of the ast?

i wanna get a xml representation of the ast of java and c code. 3 months ago, i asked this question …

xml abstract-syntax-tree code-conversion