1
vote
3answers
65 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 Suffi …
0
votes
1answer
56 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 fiel …
0
votes
6answers
62 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 con …
1
vote
4answers
75 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 = " …
1
vote
1answer
82 views
Ruby XML to JSON Converter?
Is there a library to convert xml to json in ruby?
0
votes
5answers
90 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?
1
vote
3answers
101 views
Video Format Analyzer
Hi,
I have a video file I don't know what format it is.
Is there a software can analyze what kind of video container / compression format it uses?
I tried Gspot, but it doesn't …
0
votes
2answers
246 views
infix to postfix converter
Hi.
I have been working on this infix to postfix/polis notation converter.
Although, I do not feel the solution is adequate.
Specifically the j (EDIT: Now called index) variable i …
0
votes
1answer
86 views
Wpf Data Binding using IMultiValueConverter and casting errors
As part of learning WPF I just finished working through an MS Lab Exercise called "Using Data Binding in WPF" (http://windowsclient.net/downloads/folders/hands-on-labs/entry3729.as …
0
votes
2answers
40 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.
Any …
0
votes
1answer
161 views
String to Image WPF Converter
How to code a converter in WPF to display four status icons in WPF, In my project I am planning to display following four status based on certain conditions
1) Red Dot icon - Unsav …
0
votes
3answers
82 views
Convert from SQL Server to Oracle SQL
I have 3 very large stored procedure I need convert from SQL Server to Oracle, is that a converter out there that anyone has tried that would work for this? I really don't want to …
0
votes
2answers
117 views
Custom JavaScriptConverter for DateTime ??
I have an object, it has a DateTime property... I want to pass that object from an .ashx handler back to a webpage via AJAX/JSON... I don't want to use 3rd party controls...
when …
2
votes
3answers
521 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.
1
vote
3answers
153 views
What programming language do people code image files with?
I'm trying to do some image file work, specifically convert one image file format to another. Does anyone know of any examples/guides for how one might accomplish this? What kinds …
