Search results

  1. B

    A question for the "vi" fanatics

    Tcl is available on all modern Linux distributions and on the Solaris and HP/UX systems I use at work. But I'm not sure if Tcl is standardly installed on these latter two systems. Perl is definetly installed on all unix-like systems, but still have to take my first steps in perl... Maybe...
  2. B

    Apple PRO keyboard

    Thanks for your help! And the keyboard you're pointing to is indeed the one I have (allthough I have the USB version) One more thing though, The efect button is to the right of the 'mute' button. This one below the 'volume down' button is still something else.
  3. B

    Philips HDD070 and mac

    Hi, Has anyone any experience with the Philips HDD070 MP# player and Mac OSX? Does it work? Are there any drivers needed? HDD070 product page Thanks, Bert
  4. B

    Apple PRO keyboard

    Hi all, After being a linux-user for years, I fell for the Mac Mini. I'm still using my good-old three button mouse, but I've invested in a shiny white apple pro keyboard. Some things confuse me though, there are about five keys off which I don't know the function. Next to help and delete...
  5. B

    A question for the "vi" fanatics

    'm not an uber-vi user but I'm quite good in tcl, so I wrote this script: ---CUT HERE---- #!/usr/bin/tclsh #Ask for the input file and open iti puts "Give filename" gets stdin filename set inputfile [open $filename] set nr 0 set outputfile "" while {[gets $inputfile line] >= 0} {...
Back
Top