Jump to content

iain

Members
  • Posts

    11395
  • Joined

  • Last visited

Everything posted by iain

  1. iain

    Proposal

    Now is not the time to which I was referring. I defy you to reliably pull off that trip 2-3 months from now, during the aforementioned spray season.
  2. iain

    Proposal

    unfortunately we are on the cusp of the primary spray season when it starts to rain/snow heavily. bad weather for climbing, not enough snow for skiing. a simple equation: 0% tuffy-tuff + 0% jib = 100% insanity.
  3. Can't be denied that there is a pervasive one-upmanship on this site. Perhaps it can push people to do great climbing, but the elitism can get hard to handle at times. MtnHigh's trip reports were some of the best and he's a great guy to climb with. The perceived negativity is unfortunate. Do other people feel this way?
  4. this is true.
  5. That's a pain, I don't think there are built-in regular expressions for modifying text in that way, you would need to do a script. If you have a perl install on your system and the DBD for MS SQL you could use the above to do the swap (putting in the sql commands instead of standard input). If need be, I could potentially do this from my unix setup here (I would have to hunt down the ms sql stuff, and you would have to trust me with access to your db, if your firewall allows), or you could dump all the data as a tab-delimited text file, run it through perl or something else to do the text swap, then do a load data back into the database. Or you could email me the txt file and I could do this.
  6. are the first, last, and middle initial in seperate defined fields, or is this one field?
  7. here's one way to do it: #!/usr/bin/perl while (<STDIN>) { chomp; $_ =~ s/(.+\b)(.+\b)(.+)/$3, $1 $2/; }
  8. those photos are blurry. I thought I was looking at the zapruder film
  9. I think you can sue anyone you want to, unless I'm mistaken?
  10. My guess is the replacement structure would not survive this assault either.
  11. iain

    Quote for the Day

    I bet he couldn't even climb a 5.13 sport route
  12. Obscenity is the crutch of inarticulate motherfuckers.
  13. toilet toupee, n: Any shag carpet that causes the lid to become top-heavy, thus creating endless annoyance to male users. -- Rich Hall
  14. not really
  15. iain

    I'm off!

    i call b.s.!
  16. hmm spending friday nights watching pbs reruns of python. jeezus robbob you are worse-off than I thought
  17. unfortunately I am in a contract with my sponsor AmazingCo. and cannot violate it by using the tough, yet mildly-humourous, sensitive, and disarming t-rex image. If you understand what I am talking about above you are spending way too much time on this site.
  18. what is this, masterpiece theatre?
  19. 'scuse me? LOL!
  20. The High Life trailer for TGR looks sick. At some point parachutes will be needed to film those things.
  21. pretty sure I will never do that.
  22. now that's thinking outside the box. my petunias are wilting from lack of nourishment. I would think my climbing sponsor Monsanto would have put in a little something, you know, for the effort.
  23. I know, I have to kill at least 4 of 'em to get a decent chunk of flesh to sew up but you can't make an omelette w/o waxing a few eggs with lead
  24. heh that's a cunning move Apple has made. The iTunes music store is a trojan horse to get PC users to buy iPods. The iPods are trojan horses to get people to buy Macs. The music store will eventually be available to PCs. iTunes the app kicks ass though, too bad it is not for PCs, doubt it ever will be. Apple's not making jack on the music store yet despite the massive downloads, but it's only a matter of time. when it opens up for PC users, they are going to cash in.
×
×
  • Create New...