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

[REBOL] Re: Serial Communications - GPS Sings!

From: joel:neely:fedex at: 14-Mar-2002 8:25

Hi, Terry, As I reported previously on this list, your site at http://www.LFReD.com/ seems to have a problem (I'm using Netscape Communicator 4.73, which is reasonably common and up-to-date). A chunk of the grey and blue border is sitting in the middle of the screen (roughly level with the large words The LFReD and to the right of that is a large rectangle containing only a broken-image icon and the words You can't see the floating frame so, whatever is in that "floating frame" is inaccessible to me (and, presumably, anyone else using a similar browser). -jn- Terry Brownell wrote:
> 1.) Giving everything, and everywhere, an =LFReD Name=,.. > (For more info on =LFReD Names= check out www.LFReD.com) >
-- ; sub REBOL {}; sub head ($) {@_[0]} REBOL [] # despam: func [e] [replace replace/all e ":" "." "#" "@"] ; sub despam {my ($e) = @_; $e =~ tr/:#/.@/; return "\n$e"} print head reverse despam "moc:xedef#yleen:leoj" ;