Documents And Specifications
Language
Platform
Any
License
Any
There was such nice game as Snake.
We made applet and you can play online now.
Game roles and the applet enter are placed at http://www.brigsoft.com/bsjavasnake
C++ project and Window exe version...
Thanks for taking a peek,
I am a Hardware guy, I mosty deal with circuits and writing low level device drivers for embedded chips. Using C has always been great for these devices, however with the...
How do i go about creating a application that will randomly select wav file???? Please point me in the right direction
PLEASE EMAIL HELP
Sinkfa@aol.com
Hi!
I wounder how I can Convert midi to wav.
I read that Java can't open midi-files.
And I want some music,I writed in Session, to my Java Apple Game.
Cooledit, CakeWalk or Winamp can't Convert....
Wav Converter?
Or is there a way to play midi in Java?
I tried Winamp and CakeWalk but none of them could convert midis.
Knight
Hello,
I need a Java class which can convert PDF files to text. The best would be if it could return a String with the whole text in the PDF file. Anyone know something like this?
Thanks
sa
I want some sources code about JPEG ( use Discrete Cosine Transform ) and ADPCM ( Adaptive Differential Pulse Code Modulation ) .Please send it to me at ee06321@kmitnb.ac.th.Thanks!!!!
I want some source code in JAVA about baseline JPEG ( using DCT )and ADPCM ( Adaptive Differential Pulse Code Modulation )
Does anyone have Java or C++ code for reading and writing id3 tags from an mp3 file? I just want to see that code not a full program.
Thanks..
Frank
Hi,
I have tried to solve a problem for a while by going on the internet and take a look in a books but I do not find a solution's whish I could use, I will sent you the xml and xsl document's here...
: Here we go:
:
: try{
: Runtime r = Runtime.getRuntime();
: Process win = r.exec("C:\\WINNT\\explorer.exe");
: Process unix = r.exec("/usr/bin/ls");
: }catch(Exception e){
: System.out...
Here we go:
try{
Runtime r = Runtime.getRuntime();
Process win = r.exec("C:\\WINNT\\explorer.exe");
Process unix = r.exec("/usr/bin/ls");
}catch(Exception e){
System.out.println(e);
}...
: yeah, sourcer was/is one of the greatest disassemblers
:
: btw, there are decompilers for java. but who is interested in such a beast...?
:
:
Not only java, there are decompilers for VB...
Hey,
I wanna load images into my applet, in other words, writing java code to read images from the local directory.
But I've learned it today already: using java.awt.Toolkit->createImage(byte[])...
There is a pretty good gifencoder at:
http://www.acme.com/java/
Is it possible to convert a java byte code into a native exe file. If yes, please reply.
thanx
: i have an image that is divided into five colours. i have to set up the program so that when the user clicks one a colour, an image corresponding to that colour will be displayed....for example if...
Can anyone advise on whether I can use the Java XML Parser classes to load XML into an Applet? I know from my stats counter that some of my users are not using browsers that support XML, therefore...
I know I can display a still image...gifs and jpegs and whatnot, but can I write code that would play an AVI file?
Why not use a multi-image GIF file instead? Java supports that.
: I would like to create my own card images to use in a card game I have thought up. I would like to do it in java if possible....