Tagged Questions

8
votes
2answers
728 views

Built-in WPF IValueConverters

Ok, it was a nice surprise (after writing it several times) to find that there already is a BooleanToVisibilityConverter in System.Windows.Controls namespace. Probably there are more such hidden …
5
votes
3answers
833 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 …
5
votes
5answers
1k views

How to convert HTML to XHTML?

I need to convert HTML documents into valid XML, preferably XHTML. What's the best way to do this? Does anybody know a toolkit/library/sample/...whatever that helps me to get that task done? To be a …
4
votes
5answers
2k views

WPF Data Binding and IValueConverter

Why is it that when I use a converter in my binding expression in WPF, the value is not updated when the data is updated. I have a simple Person data model: class Person : INotifyPropertyChanged { …
4
votes
12answers
861 views

What is the best C# to VB.net converter?

While searching the interweb for a solution for my VB.net problems I often find helpful articles on a specific topic, but the code is C#. That is no big problem but it cost some time to convert it to …
3
votes
5answers
2k views

How to convert string result of enum with overridden toString() back to enum?

Given the following java enum: public enum AgeRange { A18TO23 { public String toString() { return "18 - 23"; } }, A24TO29 { public String toString() { …
3
votes
2answers
569 views

WPF Databinding and cascading Converters?

hi there, i wonder if it is possible to cascade converters when using wpf databinding. e.g. something like <SomeControl Visibility="{Binding Path=SomeProperty, Converter={StaticResource …
3
votes
6answers
1k views

British English to American English (and vice versa) Converter

Hi, Does anyone know of a library or bit of code that converts British English to American English and vice versa? I don't imagine there's too many differences (some examples that come to mind are …
2
votes
3answers
570 views

How can I convert Perl to C?

Is there a tool available which will convert source code in Perl to source code in C? Any platform is fine.
2
votes
9answers
353 views

Coding A Source Code Converter.

My teacher told me that if I wanted to get the best grade in our programming class, I should code a Simple Source Code Converter. Python to Ruby (the simplest he said) Now my question to you: how …
2
votes
2answers
459 views

Export video into animated gif?

Is there any recommended programs that will output an animated gif based on a video input? Preferably mac but windows is fine as well.
2
votes
2answers
968 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 …
2
votes
2answers
1k views

Open Source C++ to C# compiler/converter

Even if it requires manual input. Is there any good-enough option available?
1
vote
1answer
39 views

How to Convert &amp;&amp;++&#37;&#37 in html page to normal string?

I working in MFC and get the following code in html : &amp;&amp;++&#37;&#37 actually it is &&++%% here is a table of specialcharacters, is there any API's to convert this …
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 2 3 4 5 next
15 30 50 per page