apologies

Discussion in 'Warbirds International' started by ronin, Jun 15, 2009.

  1. ronin

    ronin Well-Known Member

    Joined:
    Oct 15, 2002
    Messages:
    1,503
    My apologies to all of those trying to reach me at arena.
    I was away, actually that is inevitable when you have 4 PCs on one monitor with KVM switch flipping around....
     
  2. mcgru-

    mcgru- Well-Known Member

    Joined:
    Sep 21, 2000
    Messages:
    61,411
    Location:
    Tomsk, Russia
    sepukked
     
    Last edited: Jan 31, 2013
  3. Uncles

    Uncles Well-Known Member

    Joined:
    Mar 2, 2005
    Messages:
    3,787
    Location:
    Post-American USA
    Heh, I thought you were the radar operator and just giving out reports -- until you were the only other guy there :)

    Keep using the KVM -- I almost got a field when you were trying to find the right monitor! :shuffle:
     
  4. Mcloud

    Mcloud Well-Known Member

    Joined:
    Apr 11, 2003
    Messages:
    2,448
    Location:
    Ontario, Canada
    Ronin! I need your help! where are you!!? Why do you have 4 PC's? Fuck Ronin, hurry up!
    [​IMG]
     
  5. ronin

    ronin Well-Known Member

    Joined:
    Oct 15, 2002
    Messages:
    1,503
    Where to put it??? When I already have two monitors + kvm box + modem + router + switch + shitload of network and such cables + two speakers + canon printer + telephone set + several mouses at the desk :dunno:
    [​IMG]
     

    Attached Files:

    • haos.jpg
      haos.jpg
      File size:
      58.3 KB
      Views:
      174
  6. Red Ant

    Red Ant Well-Known Member

    Joined:
    Jan 18, 2002
    Messages:
    4,946
    Location:
    Germany
    You could stack them on top of each other. ;)
     
  7. ronin

    ronin Well-Known Member

    Joined:
    Oct 15, 2002
    Messages:
    1,503
    this is an old pic. The newest situation is tree PCs siting one on top of each other at the right side.

    On the other note ... god do I hate regular expressions:
    :dura: :dura: :dura: :dura: :dura: :dura: :dura:

    <?php
    // get host name from URL
    preg_match('@^(?:http://)?([^/]+)@i',
    "http://www.php.net/index.html", $matches);
    $host = $matches[1];

    // get last two segments of host name
    preg_match('/[^.]+\.[^.]+$/', $host, $matches);
    echo "domain name is: {$matches[0]}\n";
    ?>