Search results

  1. R

    Blocking websites

    nvm... I found it. Thanks!
  2. R

    Blocking websites

    Where is a hosts file? -=-raptur-=-
  3. R

    Blocking websites

    I've heard that it is possible to block websites using a firewall. Is it possible to do so with the Mac OS X firewall? Simply anything that prevents access to a certain IP or URL—even if it applies only to port 80 transmissions—would be quite satisfactory. Thank you. -=-raptur-=-
  4. R

    Seek recommendations for a beginning programmer

    I personally learned HTML first, and my first introduction to a programming language was javascript. It is good for introducing the ideas of flow and implementing algorithms, and avoids the frustration nearly inevitable with a typified language such as C/C++. It also takes most of the details of...
  5. R

    Simple Javascript question

    Try the following: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>Untitled</title> <script type="text/javascript" language="Javascript"> function calc(val,factor,result) { test =...
  6. R

    Creating files on apache w/perl

    I'm sure this has one of those simple and obvious solutions that I should have seen, but I've searched the forums and haven't really found anything. I have a cgi-perl script with the line open(NEWENTRY,">$dirPath$fileName") or die("Error: $!"); Essentially, I want to create the file...
  7. R

    Sysbeep

    Thank you very much. Exactly that for which I was looking. -=-raptur-=-
  8. R

    Sysbeep

    I use perl to iteratively execute equations and generate fractals as I independently study chaos theory. Obviously, this takes a lot of time, and have searched for a module that would allow me to make the computer emit a system beep when it is done. I have searched CPAN for such a module, and...
Back
Top