1
vote
2answers
331 views
Is there a good HAML -> ERB/HTML converter?
I'm looking for a reliable way to convert a HAML template to an equivalent ERB/HTML template?
Has anyone come across one?
0
votes
0answers
17 views
J2ME to WinMo Converters
I am interested in a J2ME to native WinMo converter (6.x, optionally 5.x). I have a working LWUIT application, using the following J2ME APIS:
MIDP 2.0, CLDC 1.1,
Optional (=runs also if JSR not …
1
vote
1answer
39 views
How to Convert &&++%% in html page to normal string?
I working in MFC and get the following code in html :
&&++%%
actually it is &&++%%
here is a table of specialcharacters, is there any API's to convert this …
0
votes
2answers
37 views
WPF binding with explicit conversion.
Hello everyone,
My question may be a repeat of other conversion question but I feel mine is different.
Here goes... [simplified example].
public class DataWrapper<T>
{
public T DataValue{ …
0
votes
1answer
93 views
Silverlight 3 ProgressBar Template
Hi All,
I am trying to retemplate a Silverlight3 progress bar, to show the "Value" in a TextBlock within the ProgressBarIndicator, and the "Maximum" in another textblock in the ProgressBarTrack.
I …
1
vote
3answers
93 views
Convert downgrade Linq to normal C# .NET 2.0 for domainname-parser codes that use publicsuffix.org
Hi,
Based on this answer http://stackoverflow.com/questions/288810/get-the-subdomain-from-a-url, I am trying to use code.google.com/p/domainname-parser/ that will use Public Suffix List from …
0
votes
3answers
211 views
java parse html + css and convert the output to different lang
Hello all
i need to understand html + css files and convert it to somthing like rtf layot in java
now i understand i need somekind of html parser but what i need to do from there ?
how can i …
0
votes
1answer
71 views
Silverlight XAML Binding — Decimal to Double
I've got some Columns in a DataGridView that have their Binding property set to something like the following:
Binding="{Binding NetPrice}"
The problem is that this NetPrice field is a Decimal type …
5
votes
3answers
830 views
Are there any recent Lua to JavaScript converters or interpreters somewhere?
I need to find a good Lua to JavaScript converter; lua2js on luaforge.org is out of date (3 or so years old and looks like it doesn't work on Lua 5.1) and I haven't yet found anything on Google.
Does …
0
votes
6answers
84 views
WPF: how to use 2 converters in 1 binding?
I have a control that I want to show/hide, depending on the value of a boolean.
I have a NegatedBooleanConverter (switches true to false and vice versa) and I need to run this converter first.
I have …
0
votes
2answers
47 views
Need Customizable Currency converter
Hi Everyone, I want to add "currency converter" to my web site.
I have used javascript form currency-converter.com.
But I want a converter whose layout can be customizable.
Anybody help???
Thanks …
2
votes
2answers
963 views
Convert Javacript 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
4answers
91 views
Tool to help write Excel formulas and IF statements?
This is an Excel formula with nested IF statements:
=IF((B2="East"),4,IF((B2="West"),3,IF((B2="North"),2,IF((B2="South"),1,""))))
To essentially accomplish this:
If cell B2 = "East"
return "4"
…
1
vote
1answer
116 views
Ruby XML to JSON Converter?
Is there a library to convert xml to json in ruby?
0
votes
5answers
96 views
What tool can I use to convert C# 3 to VB.Net 9 .Net 3.5?
What tool can I use to convert C# 3 to VB.Net 9 .Net 3.5?
