Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Ralph's weather.r

From: gjones05:mail:orion at: 8-May-2001 5:14

From: "Ralph Roberts"
> #!/rebol/rebol --cgi > > REBOL[ > TITLE: "weather.r" > AUTHOR: "Ralph Roberts"] > > print "Content-Type: text/html^/" > > a: read http://weather.noaa.gov/cgi-bin/iwszone?Sites=:ncz053 > ;;;;; go to the NOAA site and find your local weather > ;;;;; to get the URL above > > b: "" > > print <pre> > > parse/all a [thru "ZONE FORECAST PRODUCT" copy b thru "</pre>"] > > print b > > ;;;;;; read REBOL FOR DUMMIES, order at http://rebolpress.com
Hi, Ralph, The strangest thing happened after reading your source. I felt this sudden urge to read "REBOL FOR DUMMIES." Could there have been a subliminal message buried in the code some where??? ;-) --Scott Jones