I have an audio file array declared like so:
java.io.File[] file = new java.io.File[151];
for (int w = 0; w < 151; w++)
{
file[w] = new java.io.File(voice+"/"+letters[w]+".wav");
}
java.applet.AudioClip[] letAud = new java.applet.AudioClip[151];
try
{
for (int r = 0; r < 151...
I have a string variable, that holds a mathematical equation such as 4+5-6/(9+3) now i would like to be able to take this string variable and have the java compiler execute a line of code.
Such as
if i wanted to execute this command to store it in a var, but dont want to have the user pick the...
I have a string variable, that holds a mathematical equation such as 4+5-6/(9+3) now i would like to be able to take this string variable and have the java compiler execute a line of code.
Such as
if i wanted to execute this command to store it in a var, but dont want to have the user pick the...
I would like to turn anti aliasing off for a project i am working on. I would like the whole image to have no antialiasing.
How can you do this in photoshop?
thanks
I am currently making a skin and there is a part where you cannot have antialiasing on your picture. How can i turn of Anti Aliasing for a whole image. I want the whole image, and i would rather not have to go through every layer and turn it off, if that is even possible.
Thanks
Ok there is no C++ mac forum but mac is close to unix. I would like to play a sound file such as pa.wav or pa.anyotherfiletype. Is there a function that will play a sound file easily in Mac. Thanks
Hello, ive been learning c++ in my highschool class but they go way to slow. Do any of you have a good succesful c++ book to recomend.
I am working on the Mac platform: Mac OS Panther. I have xCode as my compiler for my c++ code. I have a previous knowledge of vb and i know the basics of c++. I...
Hey, i want to set up a web server on my G4 imac 1.25 gh. I just want it to test my php files, not to let traffic in, just a test place. Does OS X panther come with this or do i need to download something.
All i want is php so thats the only extra i need.
thanks
Hey do any of you have a link to a site of speech recognition scripts. I want to increasse my collection, they are so cool.
Also can you either tell me how to make my own or show me a tutorial on how to.
Thanks.
I have a windows version of Adobe photoshop actually the web collection. I am going to purchase a mac very soon. Is there any way that i can get a free version of the mac one or a discounted price for the mac version. I really do not want to have to purchase a whole new version.
Thanks
When i open my computer, usually (almost always) the system freezes. It does not show the contents of the folder. I have like a gigabyte of space left on my system.
Also if i go to the Run program and type int "C:\" i can access the local drive but is there a way that i can stop this...
Hey i posted here before about getting the files in a folder. All the results were very long pieces of code that seemed way to much for me. All i need is to get the files and hopefully subfolders in a directory. All i really need is there name but if for just a small piece of code i could get...
i have just installed apache for the 9th or so time.
THis time i used fox installer
the installer went fine without errors. I now want to see my server. So i open up apache and open up explorer and go to http://localhost/. and http://127.0.0.1/. and i see nothing. In the conf file it points to...
I WANT TO SEE IF THERE ARE ANY TEXT FILES IN A CERTAIN FOLDER. i WANT TO KNOW HOW MANY AND THEN I WANT TO DISPLAY THEIR NAMES, AND THEN I WANT TO DISPLAY THE FILE ITSELF.
THANKS
is there a way for the user to type something and for it to be analyzed but not for it to be displayed on screen. I am using
input "%- ", text$
i want to be able to use text$ but not for the user to see what he is typing.
thanx
i have a main program and i have some subs. IN my main program i have line number 10. When i run a sub, when it finishes i want it to go to line 10 of the main program. How do you get a sub to go to the main program.
THANKS
THEMAN101
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.