LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (October 2010, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Thu, 7 Oct 2010 06:14:25 -0400
Reply-To:     Jim Groeneveld <jim.1stat@YAHOO.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Jim Groeneveld <jim.1stat@YAHOO.COM>
Subject:      Re: event: 10/10/10 Global Work Party Day

Hi Art,

Are you awake? Did you sleep well? Did you dream of an 8008? When was that? Did you know 8008x = 100010o? An unconscious link to 101010 or a slip of the pen? Didn't you mean the 8088/8086/8087?

Try the following program:

DATA NULL; W = 'SAS'; O = RANK ('A') - 1; DO _ = 1 TO 26; L = INDEX ( W, BYTE ( O + _ ) ); S + _ * NOT NOT L; N + NOT NOT L; END; M = S / N; DO _ = 1 TO LENGTH(W); PUT M 2. @; END; RUN;

Art, have a Goodnight sleep without dreaming of numbers and SAS [;-)

Regards - Jim. -- Jim Groeneveld, Netherlands Statistician/SAS consultant http://jim.groeneveld.eu.tf

My computer, my pipe, my wife and I, that's 4 different characters.

On Wed, 6 Oct 2010 20:02:04 -0400, Arthur Tabachneck <art297@NETSCAPE.NET> wrote:

>Curt, > >Pentium days? I'll take that as a compliment. However, it was more like >from the 8008 days. > >Art >--------- >On Wed, 6 Oct 2010 16:47:35 -0700, Seeliger.Curt@EPAMAIL.EPA.GOV wrote: > >>No, he meant 1010=42. Art's version of binary is base 3.3801566. It's a >>holdover from the Pentium days. >> >> >>-- >>Curt Seeliger, Data Ranger >>Raytheon Information Services - Contractor to ORD >>seeliger.curt@epa.gov >>541/754-4638 >> >> >>"SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> wrote on 10/06/2010 04:25:31 >>PM: >> >>> From: >>> >>> Sterling Paramore <gnilrets@GMAIL.COM> >>> >>> To: >>> >>> SAS-L@LISTSERV.UGA.EDU >>> >>> Date: >>> >>> 10/06/2010 04:28 PM >>> >>> Subject: >>> >>> Re: event: 10/10/10 Global Work Party Day >>> >>> Sent by: >>> >>> "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> >>> >>> No, you meant 101010. >>> >>> -Sterling >>> >>> On Wed, Oct 6, 2010 at 3:54 PM, Arthur Tabachneck >><art297@netscape.net>wrote: >>> >>> > I meant 1010 of course! >>> > -------- >>> > On Wed, 6 Oct 2010 18:53:12 -0400, Arthur Tabachneck >><art297@NETSCAPE.NET> >>> > wrote: >>> > >>> > >http://tcktcktck.org/stories/campaign-stories/circle-date-101010 >>> > > >>> > >Has anyone realized that 10/10, in binary, equals 42? Hmmmm! >>> > > >>> > >Art >>> >


Back to: Top of message | Previous page | Main SAS-L page