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

newbie looking for archives

 [1/6] from: shawn:mchatten:aliant:ca at: 5-Jul-2001 8:25


Hey Gang Since I'm a newbie at this is there an archives of past posts that I can search before I start asking questions that have already been answered. Thanks Shawn

 [2/6] from: carl:cybercraft at: 5-Jul-2001 23:38


On 05-Jul-01, McHatten, Shawn wrote:
> Hey Gang > Since I'm a newbie at this is there an archives of past posts
that
> I can search before I start asking questions that have already been > answered. Thanks > Shawn
Yep - at least two. The most up-to-date is at... http://www.escribe.com/internet/rebol/index.html while rebol.org also has one at... http://www.rebol.org/userlist/html/ -- Carl Read [carl--cybercraft--co--nz]

 [3/6] from: chris:starforge:demon at: 5-Jul-2001 12:40


McHatten, Shawn wrote:
> Hey Gang > Since I'm a newbie at this is there an archives of past posts that I > can search before I start asking questions that have already been answered.
http://www.escribe.com/internet/rebol/index.html Is the best starting place. I think there's an archive on rebol.org, but I can't rmemeber if it has a search. Chris -- New sig in the works Explorer2260 Designer and Coder http://www.starforge.co.uk

 [4/6] from: brett:codeconscious at: 5-Jul-2001 21:55


Hi Shawn, There is: http://www.escribe.com/internet/rebol/index.html While its getting a bit "long in the tooth" (I need to freshen it up), you might find something of interest at http://www.codeconscious.com/rebol/ Brett.

 [5/6] from: shawn:mchatten:aliant:ca at: 5-Jul-2001 9:02


Thanks a bunch

 [6/6] from: shawn::mchatten::aliant::ca at: 5-Jul-2001 9:30


Thanks Brett I'm actually trying to build a test script to test the modem connections and their speed/throughput for our ISP. I worked with Xtalk Mk4 a lot in my younger days and built several fairly complicated scripts to log on to several different machines and have them carry on automated conversations between them (long story). Since then though, the internet came along and I've moved into other roles away from the technology. About a year ago I discovered Rebol and built a small script to go to our local lottery outlet and capture all the winning numbers for the previous draws and put it into a flat file for comparison to our groups ticket numbers. A lot of it was directly taken from the Raging Bull script on the Rebol site. I did it mostly just to prove to myself that I could still code and to find out whether Rebol was as good a scripting tool as CASL from Xtalk (which I liked). Rebol worked pretty good for online scripting, parsing pages and even webcrawling which also perked my interest. But since I have a dialup connection and want to test the number of times the modem has to try to connect, the handshake/connect speed, port assignments, logons and passwords to connect to the ISP, and a host of other things that Xtalk was good at, I don't see in Rebol. Don't get me wrong. I like the things Rebol can do for scripting. I just don't know where to find the "things that happen before I get on the net". There. I've spilled my guts. Good thing I was going to look through the archives before I bothered you guys hunh? :-) Shawn