Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
7answers
4k views

is there an easy way to convert jquery code to javascript?

hopefully the question doesn't sound stupid, but there are lots of examples out there of achieving certain things in javascript/dom using jQuery. Using jQuery is not always an option (or even a want) ...
8
votes
3answers
6k views

Tools for converting from ASP to ASP.NET?

We have a large ASP (classic ASP) application and we would like to convert it to .NET in order to work on further releases. It makes no sense continuing to use ASP as it is obsolete, and we don't want ...
4
votes
2answers
1k views

Are there any tools for converting Managed C++ to C++/CLI?

We have an old project written using Managed C++ syntax. I would like to propose to the team a reasonably pain-free (I don't mind some level of human interaction, I think I'm realistic in my ...
3
votes
3answers
239 views

Convert VB.NET code to C#

Is there a library that I can use to convert VB.Net code into C#? There is http://codeconverter.sharpdevelop.net/ but i don't want to use it from a web service.
2
votes
2answers
232 views

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 have a tool which is written in C# code and I am trying to modify it. As I have no idea ...
2
votes
4answers
124 views

Code to html converter

What is good free tool (both online, offline) to convert code (could be also html code) text snippet (already formatted) to html with code highlighting (keywords at least) and keep original formatting ...
2
votes
1answer
149 views

C# version of mp4parser

I am looking to parse mp4 for my .net application. I couldn't find any mp4 parser in .net. Found mp4parser which is in java. Please let me know is there any C# version available? if no, is it ...
2
votes
4answers
339 views

How to parse *.py file with python?

How to parse *.py file with python? If my question is duplicated, please let me know another thread, because I can't find it. Why I like to do is, I like to try Basic Source Code Converter from ...
2
votes
1answer
3k views

Convert JavaScript code to VBScript code?

I have been given a task to convert code that is written in JavaScript over to VBScript. It is actually quite basic code and it is really just the syntax that needs to be converted. For example if ...
1
vote
2answers
118 views

Looking for a Code Converter to Convert a Normal Java Code to Reflection-Style Code

I'm looking for a converter to make a reflection-style Java code from a normal Java code. I'm doing this to prevent exceptions like NoClassDefFoundError (I want to be dependent to a class, but I want ...
1
vote
4answers
3k views

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? Please Help!!!
0
votes
1answer
94 views

Tool To Convert Python Code Into PhP

I have read in different articles and Magazines that we have some tools or software application that can Convert Source Code of One language into code of another language. Is there Any open source or ...
0
votes
1answer
117 views

Convert Java Code To PHP - URL Connections and Reading Response

I wrote the following Java program to connect google.com, get its HTML source code in return, print the entire source code on the screen and then count the no. of line breaks (<br>) in the code. ...
0
votes
1answer
259 views

Price to convert one line of Cobol code to a modern language?

I would like to know any prices you have heard of for one-to-one conversion projects from Cobol code to a modern language. We are talking about programs with several hundred thousand lines of code.
0
votes
3answers
348 views

Online code conversions from C# to VB.NET

I usually use the developer fusion online code converter to convert code snippets from C# to VB.NET. It partially fails especially in LINQ or complex interface / inheritance scenarios. What are your ...
0
votes
6answers
261 views

Why do language converters suck?

Why do language converters/interpreters function poorly. Its seems that if you have function x(,) and functions x() takes blah, blah, for parameters and can return x,x and x, then it should be easy ...