2
votes
3answers
74 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 …
0
votes
2answers
50 views
MDB 2 CSV batch.
Does anybody know what I could use to write a script to convert all MDB files in a directory to CSV files?
I'm working on Windows but have been using Cygwin for some work.
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 …
5
votes
1answer
173 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 …
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 …
0
votes
2answers
55 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
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();
…
1
vote
0answers
38 views
What strategy should be used for converting real world measurements to WPF units?
We have an application that will be reading real world dimensions from the DB in milimetres, these values will then be presented to the user in WPF. Currently I'm using the following strategy when …
0
votes
1answer
594 views
HTML encoding issues - “” character showing up instead of “ ”
Hey everyone,
I've got a legacy app just starting to misbehave, for whatever reason I'm not sure. It generates a bunch of HTML that gets turned into PDF reports by ActivePDF.
The process works like …
1
vote
4answers
117 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
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?
1
vote
3answers
109 views
Free DTD to XSD conversion utility?
I have a DTD that I need to convert to an XSD (XML schema) file. Is there a free utility or simple way to accomplish this?
4
votes
4answers
516 views
Git interoperability with a Mercurial Repository
I use GIT on a Mac. Enough said. I have the tools, I have the experience. And I want to continue to use it. No wars here...
The problem is always with interoperability. Most people use SVN, which is …
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
47 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 …
