![]() |
|
|
|
MBruns for President
|
Pssssst - Want to skew a poll?
Top Ten Sports Car List
View the story in the link - you then get to cast your vote Which of the cars below--that we did include--would you most like to drive? Jaguar E-Type Lamborghini Miura Porsche 911 BMW M3 Dodge Viper Chevrolet Corvette Mitsubishi Lancer Evolution Ferrari 275 GTB/4 Berlinetta McLaren F1 Mercedes-Benz 300SL Gullwing The McLaren and 300SL are in the lead currently. ![]() ![]() ![]()
__________________
Current Whip: - 2003 996 Twin Turbo - 39K miles - Lapis Blue/Grey Past: 1974 IROC (3.6) , 1987 Cabriolet (3.4) , 1990 C2 Targa, 1989 S2 |
||
![]() |
|
Registered
Join Date: Oct 2002
Location: SE PA
Posts: 3,188
|
Hmm, Porsche 911 or McLaren F1? Think, Jon, think!
|
||
![]() |
|
Friend of Warren
Join Date: Oct 2000
Location: Lincoln, NE
Posts: 16,492
|
Hmmm, and no cookie is installed on your computer to keep you from voting more than once!
__________________
Kurt V No more Porsches, but a revolving number of motorcycles. |
||
![]() |
|
Registered
|
ooo that's wrong/nice
![]() I voted a few times ![]()
__________________
Tim 1973 911T 2005 VW GTI "Dave, hit the brakes, but don't look like your htting the brakes...what? I DON'T KNOW, BRAKE CASUAL!!!" dtw's thoughts after nearly rear ending a SHP officer |
||
![]() |
|
Registered
|
McLaren then 300SL......I'll abstain from voting...
__________________
64 356C Cabriolet 85 Carrera Coupe...Walker-maintained...Wong-chipped 02 Yukon XL 2500 82 Vespa P200E 186,000 MPS.....not just a good idea....its the Law! "Too much of everything is just enough" |
||
![]() |
|
Back in the saddle again
Join Date: Oct 2001
Location: Central TX west of Houston
Posts: 55,975
|
McLaren and Miura... damn, I've driven and will continue to drive my 911, but damn, if I got the chance I would be all over the Ferrari, Lambo, or Merc.
__________________
Steve '08 Boxster RS60 Spyder #0099/1960 - never named a car before, but this is Charlotte. '88 targa ![]() |
||
![]() |
|
![]() |
Registered
Join Date: Mar 2001
Posts: 1,031
|
the poll should have included only the realistic sports car that be desired to drive...
|
||
![]() |
|
Registered
Join Date: Oct 2002
Location: SE PA
Posts: 3,188
|
Quote:
![]() Probably more like a 996 loaded with "supple leather" "ass from hole in ground LCD differentiator" and "advanced cell phone stability management" options. |
||
![]() |
|
Too big to fail
|
If I had the time this morning, I could write a neat little perl script to stuff that box seven ways to sunday...
__________________
"You go to the track with the Porsche you have, not the Porsche you wish you had." '03 E46 M3 '57 356A Various VWs |
||
![]() |
|
SCWDP- Shock and Awe Dept
|
I dare you...
__________________
Ryan Williams, SCWDP '81 911SC Targa 3.6 '81 911SC Coupe 3.2 #811 '64 VW Camper Bus, lil' Blue |
||
![]() |
|
Too big to fail
|
Quote:
__________________
"You go to the track with the Porsche you have, not the Porsche you wish you had." '03 E46 M3 '57 356A Various VWs |
||
![]() |
|
Registered
|
D@mn straight Thom...I think that perl world needs to unite and strike down the competition against Porsche. hahahaha
__________________
Think Intergalactically Act Interplanetarily |
||
![]() |
|
![]() |
SCWDP- Shock and Awe Dept
|
LOL! I didn't even have to Double Dare You! I had the Double Dog Dare You in reserve though so it had to happen.
Good job Thom!
__________________
Ryan Williams, SCWDP '81 911SC Targa 3.6 '81 911SC Coupe 3.2 #811 '64 VW Camper Bus, lil' Blue |
||
![]() |
|
Registered
|
I was just going to proxy them...sleeps always good...hehehe
__________________
Think Intergalactically Act Interplanetarily |
||
![]() |
|
Too big to fail
|
For you perl guys, here's the code. It's dirty, but I had to learn as I went:
#!/usr/local/bin/perl use strict; use HTML::Form; use LWP::UserAgent; use WWW::Scraper; my $URL="http://www.forbes.com/lifestyle/2003/09/29/cx_dl_0929feat.html"; my $file="vote.txt"; system("lynx --source \"$URL\" > $file 2>>err my $html=`cat $file`; my $base_uri = URI->new($URL); my @forms = HTML::Form->parse($html,$base_uri); my $form=$forms[2]; my $SUBMIT; my @INPUTS = $form->inputs; foreach my $input (@INPUTS) { if ($input->name eq "vote") { print "vote!\n"; $input->value("3"); next; } if (grep m/submit/i, $input->type) { $SUBMIT=$input->name; next; } } my $request; if ($SUBMIT) { $request=$form->click($SUBMIT); } else { $request=$form->click(); } my $ua = LWP::UserAgent->new(); $ua->agent("Mozilla/4.0 (compatible; MSIE 5.5; MSNIA; Windows 95)"); my $res = $ua->request($request);
__________________
"You go to the track with the Porsche you have, not the Porsche you wish you had." '03 E46 M3 '57 356A Various VWs |
||
![]() |
|
Too big to fail
|
Oh, and after you do the first fetch, you can just re-read from the saved file - that speeds it up a little...
It would appear they're doing something server-side to counter stuffing the ballot box - I've voted 1500 times so far, and it hasn't changed to total at all...
__________________
"You go to the track with the Porsche you have, not the Porsche you wish you had." '03 E46 M3 '57 356A Various VWs Last edited by widebody911; 10-16-2003 at 09:27 AM.. |
||
![]() |
|
Registered
|
I program Intelligent Web Agents...spiders...and I have never used the www::scraper mod. Looking into it now it is awesome...
__________________
Think Intergalactically Act Interplanetarily |
||
![]() |
|
Registered
|
logging of IP?
__________________
Tim 1973 911T 2005 VW GTI "Dave, hit the brakes, but don't look like your htting the brakes...what? I DON'T KNOW, BRAKE CASUAL!!!" dtw's thoughts after nearly rear ending a SHP officer |
||
![]() |
|
Too big to fail
|
Quote:
If I really had time on my hands I could work around that, too ![]() But seriously, I gotta get a lot done at work today, as I'm heading out to T-Hill tomorrow.
__________________
"You go to the track with the Porsche you have, not the Porsche you wish you had." '03 E46 M3 '57 356A Various VWs |
||
![]() |
|
Registered
Join Date: Dec 2002
Location: Delaplane, virginia
Posts: 491
|
Double Dare?
__________________
01 996TT 2003 M5 1979 930 (sold) BMW 1200 GS Adv&BMW 100/7 F350 Diesel |
||
![]() |
|