Tagged Questions
The code-translation tag has no wiki summary.
5
votes
2answers
206 views
C++ to F# smooth translation
Hey folks, I have the following piece of code from C++.
for (int i=0; i < nObstacles; i++)
{
int x,y;
bool bAlreadyExists;
do {
x = rand() % nGridWidth;
y = rand() % ...
5
votes
5answers
130 views
Advice on translating code from very unrelated languages (in this case Scheme to Python)?
Reasoning: I'm trying to convert a large library from Scheme to Python
Are there any good strategies for doing this kind of conversion? Specifically cross-paradigm in this case since Python is more ...
3
votes
4answers
889 views
Translating C to JavaScript
I've got a bunch of math/dsp algorithms in C. Single functions, one function per file, no fancy linking or includes or preprocessor directives, only c99 and standard library calls (mainly memset and ...
2
votes
1answer
266 views
Assembly Converting MOV / MOVZX and MOVSX to C code (no inline asm)
For the asm emulator i'm trying to write to convert ASM code to equivalent working code just working.. best code would be the one that can either be done in one line or two-three the most, don't care ...
2
votes
1answer
28 views
Translate a project under Git
I have a small Python project (a few hundred lines) in a Git repository. I started it myself, and wrote it in French. That is, all identifiers, comments, and text strings.
Now, in order for other, ...
2
votes
2answers
224 views
Help me move from prototype to jquery
window.onload = function() {
$A($('draggables').getElementsByTagName('p')).each(
function(item) {
new Draggable(
item,
{
revert: true
...
2
votes
1answer
170 views
U combinator on a fibonacci : how would you translate this code to python?
I am trying to learn about combinators and I am having trouble understand the example given at (Y overriding self-application). I think I am beginning to grasp the concept but I am still far from ...
2
votes
4answers
590 views
Allowing a method to lock its parent Object in Java
Is there a way in Java to get a method to lock (mutex) the object which it is in?
I know this sounds confusing but basically I wan't an equivelent to this snippet of C# but in Java.
lock(this)
{
...
1
vote
1answer
49 views
How to handle Translation in twig file using variables?
I have a twig file and a yml in which i define the variables for translation, For ex. :YML File -variable.for.translation: Disponible, para tíContent of Twig File -(h2)"Hola, Follow {{ variableName }} ...
1
vote
3answers
52 views
Translation of Scheme code for Sierpinski carpet
I found code for generating Sierpinski carpet at http://rosettacode.org/wiki/Sierpinski_carpet#Scheme - but it won't run in the DrRacket environment or WeScheme. Could someone provide a "translation" ...
1
vote
1answer
43 views
ANTLR How to get rewrited code source? (using TokenRewriteStream)
I am trying to create simple translator translating something like:
aaa | bbb | ccc
to
1 : aaa
2 : bbb
c : ccc
Here is grammar test01.g:
grammar test01;
options {
output=AST;
}
@members{
...
1
vote
1answer
27 views
Comma at the end of True Basic if statement
I've been working on translating a simulation written in True Basic to C, and eventually into CUDA. Considering I have never worked with True Basic, let alone basic, everything has been going smooth. ...
1
vote
1answer
105 views
Empowering language by writing code translator: why is it a bad idea? [closed]
When I was learning C++ may years before, I had a few ideas like: "Why not to add some useful lexical structures in language by writing a unified program with unified syntax that would get a ...
1
vote
1answer
74 views
AST to XML in generally (maybe ANTLR)
I need to parse files written in some languages(Java, C, C#...) and then trace the AST(Abstract syntax tree) to xml. (Actually the aim is to manipulate it and trace to another language - this second ...
1
vote
1answer
102 views
Assembly how to translate JNE to C Code without ZF flag access
ASM to C Code emulating nearly done.. just trying to solve these second pass problems.
Lets say I got this ASM function
401040 MOV EAX,DWORD PTR [ESP+8]
401044 MOV EDX,DWORD PTR [ESP+4]
401048 ...
1
vote
2answers
125 views
Assembly How to translate IMUL opcode (with only one oprand) to C code
Say I got
EDX = 0xA28
EAX = 0x0A280105
I run this ASM code
IMUL EDX
which to my understand only uses EAX.. if one oprand is specified
So in C code it should be like
EAX *= EDX;
correct?
After ...
1
vote
1answer
84 views
translate c# code to R
I have a table like:
12 34 45 45 56
23 45 56 77 77
14 94 15 45 56
15 38 25 84 65
72 35 35 4 57
18 14 45 47 56
42 34 55 55 59
I would like to get in a vector the sum of the columns ...
1
vote
1answer
96 views
Help me translate this Java to Scheme to get things going in my head
I am learning Scheme, and I've read the basics but I still can't figure how to "map" a Java class to Scheme code. Could any of you guys help me out here? I just need someone to show me how this looks ...
1
vote
2answers
75 views
Is there any way to write a compiler front end without using syntax-directed translation?
My question is the same as the title. I just want to know if there are any other translation techniques to get the intermediate code that doesn't rely on embedding actions into the parser (that is, ...
1
vote
4answers
158 views
Can a scripting language be translated into other languages?
Can a scripting language be translated into C, C++, or Java so it can be run on an IDE without rewriting the code?
1
vote
3answers
178 views
translate from ASP to PHP
I am being forced to work with a database company that only support ASP.NET, despite my employers being well aware that I only code in PHP and the project doesn't have the time to learn the new ...
0
votes
1answer
101 views
Is there any way to generate Scala code from a .java file [closed]
Possible Duplicate:
Automated Java to Scala source code conversion?
Since the Scala language has all features of Java, theoretically it should be possible to generate a Scala code ...
0
votes
0answers
40 views
Issues of translating js dock to gwt implementation?
I tried to translate this js dock:http://safalra.com/web-design/javascript/mac-style-dock/ to gwt implementation.
Below is the complete translation(almost translated line by line),a little bit ...
0
votes
2answers
116 views
Assembly How to translate opcode DIV to C Code
Hey I know I been asking alot of questions.. but not much resources on this on google so hopefully this will help future people who attempt to do similar projects, I always google solutions as well, ...
0
votes
1answer
185 views
Assembly How to convert REP STOS to C code
I been debugging REP STOS DWORD PTR ES:[EDI] for a while now
From my conclusion it always uses
ECX as counter.
EAX as the value that will be copied over EDI and then appended ECX times
so after ...
0
votes
1answer
116 views
Menu dropdown messed up after translating page using Google translator
My menu drop-down is now messed up, after I translated the page using on-the-fly Google translater. It refuses to recognize CSS classes I have created and used for exclusion (e.g, I have a class like ...
0
votes
1answer
125 views
How do I convert an iGoogle gadget into an Android widget?
I'm trying to recreate this progress bar clock gadget I built in iGoogle as a widget for Android devices.
It seems like it should be pretty straightforward, especially considering the code is only 75 ...
0
votes
1answer
127 views
Translation of some Classic ASP (vbScript) into PHP
I'm trying to translate a block of Classic ASP (vbScript) into PHP. I've made an honest attempt, but my translation doesn't appear to be correct. Could anybody help me out?
First, the vbScript ...
0
votes
0answers
21 views
Translating identifiers and comments from French to English
I have reviewed Which tools can help in translating (as in french -> english and not C++ -> java) source code?.
I want to convert PB Code with french identifiers and comments to english.
Do ...
0
votes
2answers
814 views
Multi-language Translation on Web Site
i want to know how did facebook do it, did they add two different html+css or its just css only for changing there theme for different language or is there any special html attribute that changes the ...
0
votes
2answers
114 views
Need help translating some Java encryption to PHP
I'm trying to port a "simple" string encryption algorithm from Java to PHP and it uses just enough obscure bits of specific Java libraries that I'm bashing my head against the wall. I'm hoping the SO ...
0
votes
2answers
610 views
C#.net XMLSocket app
I'm trying to make a C#.net app connect to a server using the XMLSocket protocal, I can do it with the following VB.net code but i'm not sure how to do it in C# as i'm just now learning it.
Public ...
-3
votes
1answer
152 views
Need help translating this array code from Perl to Python
I am translating code from Perl to Python. I've completed a large portion of it, but I am running into difficulties translating this array code. What am I doing wrong?
Python:
array.index(xCoords)
...