Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: THEMAN101
  • Content: Threads
  • Order by date
  1. THEMAN101

    Audio File Play length

    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...
  2. THEMAN101

    String to Executable Code

    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...
  3. THEMAN101

    String to Executable Code

    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...
  4. THEMAN101

    Turn AntiAliasing Off

    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
  5. THEMAN101

    Turn off antialiasing

    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
  6. THEMAN101

    Playing Wavs

    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
  7. THEMAN101

    C++ Book Buying?

    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...
  8. THEMAN101

    Web Server Setup

    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
  9. THEMAN101

    Speech Recognition

    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.
  10. THEMAN101

    Win to Apple Product

    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
  11. THEMAN101

    My Computer Problem On Opening

    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 &quot;C:\&quot; i can access the local drive but is there a way that i can stop this...
  12. THEMAN101

    Want to get Mac Version

    I have a windows version of the Adobe Web Collection. I want to buy the Mac version. Is there a way to get a free, or reduced price version?
  13. THEMAN101

    Challenge Course Book Wanted

    I am in search of a good vb challenge course book. Do any people here have suggestions on 1.
  14. THEMAN101

    Files insdide a folder

    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...
  15. THEMAN101

    not able to view index.html

    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...
  16. THEMAN101

    GET TXT FILES IN FOLDER

    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
  17. THEMAN101

    IF FILE IS EMPTY

    HOW DO I TELL IF A TEXT FILE IS EMPTY
  18. THEMAN101

    keeping what is typed hidden

    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 &quot;%- &quot;, text$ i want to be able to use text$ but not for the user to see what he is typing. thanx
  19. THEMAN101

    how to find # of lines in txt file

    i have a text file that i want to get info from. How do i find how many lines are in the text file.
  20. THEMAN101

    Going between main program and sub

    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

Part and Inventory Search

Back
Top