3
votes
4answers
223 views
converting MATLAB code to Fortran
I a medical researcher with code written in MATLAB 2009b that runs very slowly because of a self-referential loop (not sure of the programming lingo here), i.e., the results of the first iteration is …
0
votes
3answers
49 views
Is it possible to change a textbox’s text which is in english to tamil in C#
Question
How do I translate text a user types from English to another language? What APIs exist for this?
Background
When a user types in text into a TextBox on my ASP.NET page, I want it to be …
0
votes
3answers
44 views
django blocktrans and i18n in templates
Hi,
looking for a while with i18n problem in django:
this work fine :
{% trans cat.name %}
cat.name will be translated
but this doesn't work:
{% blocktrans with cat.name|slugify as cat_slug %}{{ …
0
votes
3answers
41 views
Crowdsourced Translation
I once saw a free translation management software that was used to publish the original software texts and allow translation to other languages in a collaborative way. Something similar to …
1
vote
4answers
127 views
C++ DLL Import equivalent [closed]
Possible Duplicate:
Import a DLL with C++ (Win32)
What is the closest C++ equivalent to this code:
[DllImport("MiniFMOD.dll")]
public static extern int SongLoadFromFile(string name);
I …
2
votes
2answers
118 views
Drupal 6: Why use !tokens in t() ?
I'm reading Pro Drupal Development, Second Edition. It says that the following is necessary:
t("Your favorite color is !color", array('!color' => "$color"));
But it also says that the ! …
1
vote
3answers
67 views
ASP.NET component to edit .resx files
I'm developing a multilingual web site and the localization is done mostly by using .resx files. But now I need to enable users with some permissions to edit resource files online from the web site.
…
0
votes
1answer
48 views
google API translate, only a div into page
Hi all,
I have an html page, and I would use Google Translate for translate only a div into my page.
<div id="google_translate_element"></div><script>
function …
0
votes
1answer
23 views
Is it possible to combine two .po translation files together?
We have two .po files, each from different branches of a piece of software.
We need to combine these into a single .po file.
There are duplicates between the two files, and the ideal handling would …
1
vote
1answer
34 views
getting google translate api for iphone
hi,
i want to use google translate api from the iphone.
what i found is :
http://code.google.com/p/gdata-objectivec-client/
but in the list i can not see the translate api.
where i can found the …
0
votes
2answers
50 views
Finding the translation between points
I have a map of the US, and I've got a lot of pixel coordinates on that map which correspond to places of interest. These are dynamically drawn on the map at runtime according to various settings and …
1
vote
3answers
248 views
Rotating OpenGL scene in 2 axes
I have a scene which contains objects located anywhere in space and I'm making a trackball-like interface.
I'd like to make it so that I can move 2 separate sliders to rotate it in x and y axes …
2
votes
2answers
107 views
Python’s string.maketrans works at home but fails on Google App Engine
I have this code in Google AppEngine (Python SDK):
from string import maketrans
intab = u"ÀÁÂÃÄÅàáâãäåÒÓÔÕÖØòóôõöøÈÉÊËèéêëÇçÌÍÎÏìíîïÙÚÛÜùúûüÿÑñ".encode('latin1')
outtab = …
1
vote
2answers
90 views
django - how to make translation work?
Hi -
I'm trying to render a template in a different language using i18n. I did everything I could read about, from setting the language code, creating and compiling translation files, including the …
0
votes
1answer
70 views
NullPointerException while adding data to the database from online page
Hi All,
I am getting a NullPointerException Exception while adding data from the online JSP page.
The error description is as follows:
javax.transaction.TransactionRolledbackException: CORBA
…
