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 strongm 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: Cake
  • Order by date
  1. Cake

    Using javax.telephony for DTMF detection?...

    Hi Java Forum, I was looking around for examples of code that will take a prerecorded sound file (maybe .wav or .voc) of an analog telephone dialing. Recording the file is no problem. I'm running into a wall when decoding the file to DTMF (Dual Tone Multiple Frequency). I know I've seen...
  2. Cake

    .htaccess domain Redirect?

    Hi, Is it possible to redirect virtual domains to one domain? For example I have three addresses plus the IP address of the server that will direct the browser to my site. They are in this form: 1) http://servername.domain.com/~user/ 2) http://www.domain.com/~user/ 3)...
  3. Cake

    Embedding Shockwave movies in Lotus notes documents

    Hi, I'd like to know about this also. Does anyone have any ideas?
  4. Cake

    Access 2000 database on IIS5 (win2kpro)

    Hi everyone, I'm wondering how to get IIS5 to recognize a .mdb file. I know I can use Access 2000 .mdb files, modify and extract information from them through an .asp script on another IIS5 server I have access to (only I'm not admin there). The way "that" server is setup, is...
  5. Cake

    Dynamic Dual Line Graph with raw data...?

    Cool. I've seen the bar chart solution, but I'm trying to plot blood pressure -- Diastolic and Systolic vs. time. I'll have to check out the java solution. Thanks.
  6. Cake

    Dynamic Dual Line Graph with raw data...?

    Hello, I'm looking for something that will allow me to plot two sets of data on a dynamic line graph using ASP. Can anyone tell me if this is possible, and how I would achieve this? Maybe if anyone has an example or something... I'd really appreciate it. This graph will be generated from a...
  7. Cake

    Appending to front of a file?

    Hi, Instead of doing a sorting method, I was wondering if it's possible to open a file for appending to the *front* instead of the end? ie. the following appends to the end of the file: open(FILE, ">>database.txt"); print FILE "$topic§$currentdate§$message\n&quot...
  8. Cake

    The LFU algorithm: Can someone please explain this?

    Thanks, that makes more sense when it is explained in simpler terms. I used Belady's Anomaly and the inclusion property to prove that it was a stack algorithm. It really sort of sounds like it's pretty much on a similar track as LRU. I don't think you'd zero every counter, I've heard...
  9. Cake

    PS4 to PS5.5 Overhaul?

    Hello everyone, I work for several employers, and most have PS5.5, but there is one that doesn't want to upgrade because of price. I mean, are there similar *freeware* plugins for Photoshop 4 that would mimic effects like Photoshop 5.5's Drop Shadow, Inner Shadow, Outer Glow, Inner Glow...
  10. Cake

    The LFU algorithm: Can someone please explain this?

    Hello everyone, I'm not sure exactly where to post a question like this, but beings most OSs are written in C and most algorithms are platform independent, I figured this is the best place to post unless someone knows of another forum here at Tek-Tips. I want to find out more about LFU...
  11. Cake

    UNIX file redirection (programming for)

    Ok thanks, very good info... Does scanf() work if I want to detect line feeds? Or does it strip them out? What would I use to detect line feeds? Cake.
  12. Cake

    UNIX file redirection (programming for)

    Hello everyone, I need to know how to code a program so that it will accept redirection. This program is supposed to accept a list of numbers and store them in variables for later use in the program. When putting numbers in on the command line as arguments, it works fine... but as soon as I...

Part and Inventory Search

Back
Top