Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
9answers
244 views

Is there a C-like mini-syntax/language that can be both translated to native C/C++ and Java?

I would like to allow my application to be "scripted". The script language should be typed and C-like. It should have the usual control statements, primitive types, arrays, and operators that can be ...
4
votes
3answers
811 views

Is there any free OCaml to C translator?

So I have nice OCaml code (50000 lines). I want to port it to C. So Is there any free OCaml to C translator?
4
votes
2answers
579 views

What are your crowdsource translation management system recommendations?

I'm looking for a tool to help with crowdsourcing the translations for a web site. Some generous translators have volunteered to help so I want to provide them with a tool to use that will make their ...
2
votes
1answer
68 views

Text language translation in android

Now Google translate API is a paid service. i am trying to create a language translator app for a text input data. Basically i need to translate an English text/sentence to Hindi. Without using Google ...
2
votes
2answers
96 views

How do you program a translator with lists in prolog?

What I want to do is a translator in Prolog. I've done something like this to translate one word: traducir(X,Y) :- traduccion( X, Y ). traduccion(gato,cat). And when you ask Prolog traducir(X,cat) ...
2
votes
2answers
65 views

convert user input character by character with batch

ok basicly i want a simple batch program to change X characters to Y characters in a way like this a-b b-c c-d d-e e-f etc etc etc ive looks up strings and other variable tricks but it doesnt work. ...
2
votes
2answers
2k views

Conversion from JavaScript to Python code?

Is there a relatively quick program out there to accomplish at least the basics of this? Just a few regexes? I'm willing to do some manual conversion, but this is a pretty big set of scripts.
1
vote
2answers
101 views

Symfony2: Access Services inside a regular Class

I have a regular Class like class RangeColumn extends Column{ //... } in my Symfony2 Project, Now inside this class is a render function, in which i'd like to use Twig or the ...
1
vote
1answer
141 views

Symfony 'trans' domain inside Twig template

I'd like to do this: $this->get('translator')->trans('notice.unregistered', array(), 'index'); Inside Twig template, so I don't have to pass this as an argument. How?
1
vote
4answers
185 views

Best C# to JavaScript translator [closed]

I'm looking for good engine, capable of translate C# source code to JavaScript-analog.
1
vote
1answer
113 views

Synonyms Translation in .NET

This is a little bit different scenario. I'm having a tool (C#.NET) which generates HTML content for a certain product site. Basically it contains products and descriptions so that the users can order ...
1
vote
2answers
238 views

Expressions in a CoCo to ANTLR translator

I'm parsing CoCo/R grammars in a utility to automate CoCo -> ANTLR translation. The core ANTLR grammar is: rule '=' expression '.' ; expression : term ('|' term)* -> ^( OR_EXPR term ...
1
vote
2answers
1k views

C# translator from Pig Latin to English

Obviously I'm new to this, hence the content of this project. I have written some code that will translate English into Pig Latin. Easy enough. The problem is I want to find a way to translate the Pig ...
1
vote
3answers
476 views

Is there any free Python to C translator?

Is there any free Python to C translator? for example capable to translate such lib as lib for Fast content-aware image resizing (which already depends on some C libs) to C files?
0
votes
1answer
55 views

Tiny assembler translator for student project

I am looking for small assembler translator for a student project. The problem is so that it is necessary to translate small portions of assembler (AT&T) syntax into machine code (x86 and/or ...
0
votes
1answer
33 views

Automated language versioning of PowerPoint presentations?

How can I make a MS PowerPoint 2010 presentation in one language (german) and automatically get it in the other language (english)? Maybe there is any script, program or web-based tool for automatic ...
0
votes
0answers
165 views

symfony-2 turn off translator cache

I'm trying turn off translator cache by this way: app/config/config.yml services: translator.default: class: %translator.class% arguments: [ @service_container, ...
0
votes
1answer
47 views

I am looking for an Excel-to-Silverlight Converter

Does anyone know of a tool that can convert a sophisticated Excel workbook that includes formulas, cells with dropdown lists, macros, and so forth into a Silverlight app?
0
votes
2answers
468 views

How google website translator translate form fields (textbox, text area) value?

I want to translate my website using google translator. I used below code : <div id="google_translate_element"></div><script> function googleTranslateElementInit() { new ...
0
votes
0answers
64 views

transformation with antlr (morph?) for only one single node

this should be fairly simple, but I cannot find the relevant information in the documentation. I have an sparql query, and I have an antlr grammar that produces an AST for it, I would like to produce ...
0
votes
1answer
122 views

a non web based languge translator Java api

Is there a Java api that provides function to translate English to Spanish through local libraries? I understand Google and Yahoo provides multi-language translators but I'm looking for a non-web ...
0
votes
1answer
87 views

Google Translator API

I am using google translator api to translate english resource file to spanish. I have around 6000 keys in my resource file. Right now i am passing keys one by one and getting the result. After some ...
0
votes
2answers
112 views

Source to Source Translator or Custom Interpreter?

So, I'm wondering if anyone has had any thoughts (hopefully based on experience) on the merits of building a source to source translator vs. building a custom interpreter. I'm working on a project ...
0
votes
1answer
357 views

How many languages the Wp7 Keyboard support and How to SetUp

I wish to create a translation app for Wp7. I am not sure how to go about it. Here the questions. I like to know when I input text into a TextBox for translation, How I do it ? 1) Say, my Wp7 is ...
0
votes
2answers
246 views

No overload for method 'TranslateAsync' takes 4 arguments for Bing Transaltor

working on an old translation sample code for windows phone 7. Recently, I have downloaded the LanguageServiceClient or translator Api from this http://api.microsofttranslator.com/V2/Soap.svc in my ...
0
votes
2answers
551 views

Google translator top bar hide

I am using google translator for my website. I want to hide the top bar of google translator let me know how i can hide that one? Please check my site link here http://www.rewords.com and let me know ...
0
votes
2answers
64 views

Where can i get bilingual dictionary for my application?

I'm wondering if there is a place where I can get a bilingual dictionary in open format for my program. So far I'd like to have just few language pairs: eng-esp, eng-frn, ger-esp, let's say. I googled ...
0
votes
0answers
496 views

Adding Google language translator to a php website

while i am googling for language translation using google i found an interesting website in which the site developer used AJAX technique i guess. In that website, it uses a google translator but the ...
0
votes
1answer
119 views

I need a voice interpreter and translator for an app… where do I go?

Does anyone know where I can find a voice interpreter and translator that I can use on an app? I want voice recognition on a few languages that get translated in to text. Where can I find this or ...
0
votes
0answers
43 views

An app with a translator

I have an idea for an app that requires a voice recognition translator. I want to be able to speak in a few select languages and have the app translate it in to English text on screen. I know apps ...
0
votes
1answer
406 views

flex blazeds spring exception translator

I am using spring exception translator to wrap java exception into flex exception. eg public void testException()throws Exception{ throw new Exception("my exception"); } But for some ...
0
votes
1answer
46 views

Translate sections of text including HTML

Hello What method is the most efficient when translating bunches of text/web pages including HTML? I want to translate the text, but keep the HTML. Also, should I keep the words in a database or an ...
0
votes
4answers
1k views

Translator Pattern

In a previous job, my manager suggested use of a Translator pattern for converting data from a DataTable to objects. Basically, the Translator class had only static (i.e. class) methods so it was an ...
-1
votes
3answers
219 views

Assembler translator or transcriptor

Is assembler a translator or transcriptor? I think it is a translator because when it converts assembly language to machine code, then that code can be understood by hardware. Could somebody explain ...
-8
votes
3answers
127 views

need help writing an algorithm for this college task in java

Spec Counting in Lojban, an artificial language developed over the last forty years, is easier than in most languages. The numbers from zero to nine are: 0 no ...