B r i a n   V e r k l e y

and the streak ends

2005-06-17 01:09:06 • by Brian Verkley

i'm no longer batting 1.000.

my last at bat of the game, i dribbled out to the second basemen.
remember, you can always follow along at http://ggofsoftball.swampillai.com/

Comments

by Brian Verkley • 2005-06-17 01:10:06
to do: make links hot links.  ie, clickable.  next time i have 4 hours with nothing to do i'll add more features i guess.  I suspect november.
by Lisa Verkley • 2005-06-17 12:55:51
Here, this one line will hotlink any http:// string in your message post.
$_=~ s!(http://[^\\s]+)!$1!gi;
by Brian Verkley • 2005-06-25 01:37:31
in case anyone was reading this, that like doesn't actually do it, but lisa and I just worked it out.  

$entry[1]=~s!(http://[^\\s]+)!$1!gi;

Lisa Rocks.
by Brian Verkley • 2005-06-25 01:38:57
well, that is not it either... heh, lets see if this works

$entry[1]=~s!(http://[^\\s]+)!$1!gi;

if not , i give up.  e-mail me for details :-)
by Lisa Verkley • 2005-06-25 22:30:32
It's cutting out the html part of that line of code when trying to display what we are cutting nad pasting. Anyway, one of the websites with the code on it is: http://www.perlmonks.org/?node=145404
by Lisa Verkley • 2005-06-25 22:31:56
uh oh, you aren't making the links in the comments clickable! haha
by Brian Verkley • 2005-06-26 00:32:16
looks like i wasn't allowing empty lines or double spaces either.  fixed.

that really messes up what we cut'n'pasted now though eh?  :-P
by Lisa Verkley • 2005-06-26 09:48:06
Yes, yes it does. haha.

← Back to Blog