digiholic
Smash Ace
Someone ask for a program?First of all, I would want something that can convert a list of decimal numbers (not one -- a whole list) into 2-byte hex so that I don't have to waste hours upon hours converting each value by hand. Think you can do that?
(Although I'll want to learn how to do that myself, so I could potentially make more programs in the future.)
http://www.mediafire.com/?fma0idqy00m
I can't get this **** thing to turn into an exe no matter what I do, so I'm afraid you'll need to jump through some hoops to run it.
You'll need Eclipse (http://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops/R-3.5.1-200909170800/eclipse-SDK-3.5.1-win32.zip) to run it. When you run Eclipse, you'll be asked to make a Workspace directory. Extract the file to the directory, open Eclipse and find the .java file. Open it in Eclipse, click run>run as>java applet (or just click the green arrow at the top)
Change in.txt to be your series of decimal numbers, with a line break after each one. Running the program should convert all of them to Hex in out.txt in the order you had them.