0
votes
2answers
31 views
converting java projects to c# with visual studio 2010
hello,
i remember that previous versions of visual studio contained a converter, that automatically attempt to convert java projects to the corresponding c# code.
however in visu …
1
vote
3answers
126 views
How to convert numbers to words in Erlang?
I found this interesting question about converting numbers into "words":
http://stackoverflow.com/questions/309884/code-golf-number-to-words
I would really like to see how you wo …
0
votes
4answers
115 views
Bytes to Binary in C
Hello,
I'm trying to simply convert a byte received from fget into binary.
I know the value of the first byte was 49 based on printing the value. I now need to convert this into …
-1
votes
3answers
52 views
How can I convert eps to jpg?
how can i convert eps image to jpg/png. any good application you can suggest.
5
votes
6answers
216 views
How can I convert PDF to HTML?
What good libraries are there, in any common language, for converting PDF to HTML?
1
vote
2answers
49 views
Convert Subversion repository to Mercurial
I am trying to convert an SVN repository to Mercurial, but I'm having some troubles. These are the steps I've taken: (I am on Windows)
Turned on "convert" in the extensions
Ope …
2
votes
1answer
39 views
Subversion python bindings could not be loaded
This is a but of a part 2 in trying to convert an SVN repository to a Mercurial one
command is:
hg convert file://c:/svnrepository
but, the output I get is:
assuming destinati …
1
vote
2answers
49 views
SQL scheme conversion script for MySQL, PostgreSQL, SQLite …
I’m looking for a script that allows me to define my database relations in a simple model file and have the possibility to convert this scheme definition to the explicit formats fo …
0
votes
1answer
63 views
Convert wav to mp3 with Lame.exe - ProgressBar?
Hi, I'm doing some converting of wav-files to mp3 and I use lame.exe.
Now, when using "lame.exe sourcefile.wav endfile.mp3" in cmd it works great and shows it's own progressbar. Bu …
0
votes
2answers
33 views
how to convert rtf to image format ( jpg/png..)
i need to convert rtf document that contains images (jpgs/pngs ) to image format
jpgs or pngs programmaticly , do you have any ideas on how to do it ?
on server side (web)
Thanks …
2
votes
1answer
77 views
How to convert this SQL statement to LINQ?
I have no idea how to convert this SQL statement to LINQ that uses OUTER APPLY and TOP. Can somebody give an idea how deal with it. Thanks!
SELECT Cust.CustomerName, Ord.Online …
0
votes
1answer
34 views
How to convert ‘const wchar*’ to ‘const char*’ on Mac OS X?
Hello,
Is there a elegant way to convert 'const wchar *' to 'const char *' on Mac OS X?
Kat
2
votes
6answers
239 views
Rewriting C# code in F#
Just messing about with F# and I was trying to create a basic Lagrange Interpolation function based on this C# version (copied from a C++ wiki entry):
double Lagrange(double[] …
1
vote
1answer
45 views
Convert .m4r/.mp3 to .caf/.aiff in iphone app
Hello,
As of right now I am using ffmpeg to convert from .mp3 --> to .aiff but I would like a native way to do this in xcode but i do not understand how to use AudioConverter.h in …
0
votes
0answers
18 views
Converting .wav (CCITT A-Law format) to .mp3 using LAME [closed]
I would like to convert wav files to mp3 using the lame encoder (lame.exe). The wav files are recorded along the following specifications:
Bit Rate: 64kbps
Audio sample size: 8 bi …
