Tagged Questions

2
votes
3answers
77 views

HTML to plain text (for email)

Do you know any good HTML to plain text conversion class written in PHP? I need it for converting HTML mail body to plain text mail body. I wrote simple function, but I need more features like …
2
votes
3answers
57 views

Converting a dictionary key in double

Hi all I think it is not complicated but after doing some research I can't find an answer to a simple problem. I am iterating through keys in a dictionary and I would like to use the key which is a …
1
vote
4answers
70 views

C# to VB.Net Syntax conversion

Can any one translate the following syntax to vb.net. m_TextBox.Loaded += TextBoxLoaded m_TextBox.Loaded -= TextBoxLoaded; private void TextBoxLoaded(object sender, RoutedEventArgs e) { Init(); …
0
votes
2answers
56 views

Is it Possible to Convert ASP.net MVC Web Project to ASP.net Web Forms?

Good Morning, Has anyone attempted to convert/migrate an ASP.net MVC web application project to ASP.net web forms? If so, how did you accomplish this? Thanks, Sid Clarification/Update: The server …
1
vote
2answers
26 views

.net Equivalent of MSXML2.XMLHTTP40

I am working on converting a VB6 app into C# app. Here what i need to do Public Function SendData(sUsername as string ,sPassword as string, url as string , message as string ) As Boolean Dim …
1
vote
4answers
118 views

Converting color value from float 0..1 to byte 0..255

What would be the correct way of converting color value from float to byte? At first I thought b=f*255.0 should do it, but now I'm thinking, that in this case only the exact 1.0 will be converted to …
0
votes
4answers
153 views

C++ convert decimal hours into hours, minutes, and seconds

I have some number of miles and a speed in MPH that I have converted into the number of hours it takes to travel that distance at that speed. Now I need to convert this decimal number into hours, …
0
votes
2answers
24 views

How to insert shapefiles into a MySQL database?

I am trying to find this shp2mysql tool. But all I found was a PHP implementation. There is any other version available in the internet?
5
votes
1answer
180 views
+100

Is there a faster/better way to leettime?

I found leettime via twitter, and it's novel enough for me to want to mess around with it/share it with you guys. To my dismay this version doesn't do seconds. It also seems like there might be a more …
0
votes
1answer
28 views

how to convert the webpage to xml document using java?

The assumption is the webpage is coded with correct tags. How can I Convert it to the XML file? I think the most webpages can be viewed as dom tree...How can I convert it to XML file?
0
votes
4answers
90 views

Python random and int to string question

Hi, I am using this line of code to generate a random list of integers: random.sample(range(2000), 100) With this code i know i wont have double value's with my result. Is their maybe a faster way …
0
votes
2answers
49 views

Convert PDF pages to images with COCOA

Hi, I am having problem with PDF conversion to images. I would like to create an image file for every page in PDF document. This is the code I am using and works fine. Every page gets converted into …
1
vote
1answer
65 views

Is there a way to control which implicit conversion will be the default used?

Suppose I have this: class String2(val x:String) { def *(times:Int) : String = { val builder = new StringBuilder() for( i <- 0 until times) { builder.append(x) …
1
vote
2answers
59 views

how to convert .xsd file to wsdl?

Hi All, I have .xsd file i need to convert it into wsdl,how would i do so?and is this conversion the right approach. I have request and response data in same .xsd file
2
votes
4answers
145 views

How to convert Javascript to C#

I have got some javascript code and I'd like to convert this to C#. I have no idea of the best way to structure this or if there is an easy way to convert the code. A sample of this code is shown …

1 2 3 4 5 51 next
15 30 50 per page