XP is just a number
gam3
created: 2005-10-18 11:55:47
Just like the date and time of your death.
-- gam3
A picture is worth a thousand words, but takes 200K.
Re: XP is just a number
created: 2005-10-18 12:04:24

Woah.</Keanu>

Update: Forgot the ObSimpsons:

Hmm. Your ideas are intriguing to me and I wish to subscribe to your newsletter.
Re^2: XP is just a number
created: 2005-10-19 01:21:55
Hi

Any negative comment on PM will get downvoted ( through experience ) , so XP is a number since you created a node with "XP" as the letters and it is bringing your points/numbers down.

Regards

Prad

Re: XP is just a number
created: 2005-10-18 12:16:08
Well, then I don't want to know how you're validating numbers from user input.

;)

Ordinary morality is for ordinary people. -- Aleister Crowley
Re: XP is just a number
created: 2005-10-18 15:09:51

No, it's not! :)

Re^2: XP is just a number
xdg
created: 2005-10-18 15:36:41

Yeah... I'd rather not have my death-date moved forward or back based on the opinions of others.

-xdg

Code written by xdg and posted on PerlMonks is public domain. It is provided as is with no warranties, express or implied, of any kind. Posted code may not have been tested. Use of posted code is at your own risk.

Re^3: XP is just a number
created: 2005-10-18 15:54:07
It could be worse:
People who will die on this date also...
Re^3: XP is just a number
created: 2005-10-19 00:33:14

Me too... I'd have wound up dying several years before I was born, in that case...

Re^2: XP is just a number
created: 2005-10-18 15:55:04
Re: XP is just a number
created: 2005-10-18 21:12:53

XI, XV, XX, XL, XC, XD, and XM are numbers but XP isn't.

-sauoq
"My two cents aren't worth a dime.";
Re^2: XP is just a number
created: 2005-10-19 19:42:51

XI, XV, XX, XL, XC, XD, and XM are numbers but XP isn't.

IIRC, XD and XM are wrong and should be CDXC and CMXC instead.

Juerd # { site => 'juerd.nl', plp_site => 'plp.juerd.nl', do_not_use => 'spamtrap' }

Re^3: XP is just a number
created: 2005-10-19 20:35:51
IIRC, XD and XM are wrong and should be CDXC and CMXC instead.

I was wondering how long it would take...

It's debatable and I don't much feel like debating it. It's hard to say what's "right" and "wrong" here because it's not like there was ever an accepted standard of use; just convention. I think there are examples of both in ancient usage but you'll probably be able to make a stronger case denying XD than XM.

And, while I'm revisiting the subject, I'm surprised no one has so far mentioned that I've forgotten XM...

-sauoq
"My two cents aren't worth a dime.";
Re: XP is just a number
created: 2005-10-19 03:31:42
Of course, and life is illusion only...
Re: XP is just a number
created: 2005-10-19 04:22:26
Although strictly speaking time is relative (well according to Einstein) so even if the exact instant of your death was pre-determined, the numerical quantification of that instant depends on the observer.
Re: XP is just a number
created: 2005-10-19 10:52:39

If you count like MS XP is just a number ...

Win1
Win2
Win3.1
Win95
Win98
WinME
Win2000
WinXP
Win2003

That's just off the top of my head, I'm sure I missed some other MS numbers.

Re^2: XP is just a number
created: 2005-10-19 11:17:08

WinCE and Win95 to boot. Or is it dual boot? :) A list.

Re^2: XP is just a number
created: 2005-10-19 15:09:10
Don't forget Bob.
Re^3: XP is just a number
created: 2005-10-19 19:44:41
Or Clippy.
How Wrong You Are
created: 2005-10-19 17:52:18
#!/usr/bin/perl

use strict;
use warnings;
use Scalar::Util;

my $str = 'XP';
print "$str does",
      Scalar::Util::looks_like_number($str) ? '' : ' not',
      " look like a number.\n";
yields:
$ ./bs.pl
XP does not look like a number.
Tsk, tsk.
Matt

perlmonks.org content © perlmonks.org and 5mi11er, Errto, Fletch, gam3, inman, Juerd, mojotoad, pajout, phaylon, prad_intel, saskaqueer, sauoq, spiritway, Tanktalus, tomhukins, VSarkiss, xdg, xorl

prlmnks.org © 2006 edmund von der burg (eccles & toad)

v 0.03