Google Chrome and RadioReference.com

Status
Not open for further replies.

bezking

Member
Joined
Aug 5, 2006
Messages
2,656
Reaction score
26
Location
On the Road
You know, now that I look at that code, my ego would NOT be inflated.

Let's try this again:

PHP:
$radioreference_members = /* number of rr members */;
$lindsay_ego = 1;

for($i;$i<=$radioreference_members;$i++) {
 $lindsay_ego = $lindsay_ego * 4;
}
Bezking, I was going to grant you access to the SVN - but now there is no way in hell you are getting access to my code ;-)


Damn it!! I'll do better next time, I promise!!!!! :twisted:
 
Last edited:

DonS

Member
Joined
Jun 17, 2003
Messages
4,099
Reaction score
-2
Location
Franktown, CO
we are taking the number of members and multiplying Lindsay's ego by 4 for each member.

I understand what you think you were coding; I was questioning whether your code, as originally posted, would actually do that.
 

eorange

♦RF Enabled Member♦
Joined
Aug 20, 2003
Messages
3,078
Reaction score
799
Location
Cleveland, OH
Who says Lindsay's ego is limited by 32 bits? Perhaps the PHP interpreter in Lindsay's brain has googleplex-bit integers.
Hey, either is better than a two bit ego!

HA HA HA HA

I kill me
 

DonS

Member
Joined
Jun 17, 2003
Messages
4,099
Reaction score
-2
Location
Franktown, CO
You know, now that I look at that code, my ego would NOT be inflated.

Let's try this again:

PHP:
$radioreference_members = /* number of rr members */;
$lindsay_ego = 1;

for($i;$i<=$radioreference_members;$i++) {
 $lindsay_ego = $lindsay_ego * 4;
}

Bezking, I was going to grant you access to the SVN - but now there is no way in hell you are getting access to my code ;-)

That still doesn't do what Bezking intends: we are taking the number of members and multiplying Lindsay's ego by 4 for each member.
 

bezking

Member
Joined
Aug 5, 2006
Messages
2,656
Reaction score
26
Location
On the Road
KISS Principle:

PHP:
$radioreference_members = /* number of rr members */;
$lindsay_ego = 1; 

$lindsay_ego = $radioreference_members * 4;

Silly me.
 

DonS

Member
Joined
Jun 17, 2003
Messages
4,099
Reaction score
-2
Location
Franktown, CO
KISS Principle:

PHP:
$radioreference_members = /* number of rr members */;
$lindsay_ego = 1; 

$lindsay_ego = $radioreference_members * 4;

Silly me.

Well, if you want to change the original behavior: we are taking the number of members and multiplying Lindsay's ego by 4 for each member. I.e. "for each member, multiply Linday's ego by 4". That's exponentiation, and looks like it's what the original code was intended to do. But, there haven't yet been any versions of code which do that. Lindsay's last version came close, but still has a problem.
 

tglendye

Blue Ridge Mountains, Shenandoah River- VA
Joined
Jun 15, 2002
Messages
1,988
Reaction score
247
Location
Virginia
Well, if you want to change the original behavior: we are taking the number of members and multiplying Lindsay's ego by 4 for each member. I.e. "for each member, multiply Linday's ego by 4". That's exponentiation, and looks like it's what the original code was intended to do. But, there haven't yet been any versions of code which do that. Lindsay's last version came close, but still has a problem.

And that's why I pay you for my scanner software:D
 

WayneH

Forums Veteran
Super Moderator
Joined
Dec 16, 2000
Messages
7,553
Reaction score
88
Location
Your master site
Oh no you di'nt!

Dividebyzero.jpg
 

poltergeisty

Truth is a force of nature
Banned
Joined
May 7, 2004
Messages
4,012
Reaction score
132
Location
RLG, Fly heading 053, intercept 315 DVV
.... Perhaps the PHP interpreter in Lindsay's brain has googleplex-bit integers.


....Perhaps the crickets are byteing away at the brain rather than running in a loop :twisted: :lol:







I think I hear crickets chirping... yup.

Chirp. Chirp. Chirp.
 
Last edited:
Status
Not open for further replies.
Top