Search the web
Sign In
New User? Sign Up
Rebol_New · For beginning Rebol programmers
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1 - 30 of 315   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1
Beginner's Rebol Tutorial - Here's my light-hearted/headed version of how to start learning a computer language. - Jack Seay. What does Rebol mean? "Relative...
jackseay@...
Send Email
Jan 20, 2000
6:29 pm
2
I uploaded 3 versions of the same file to the file area today. As a result, 3 messages went out. I think this "feature" is now turned off, since I will be ...
jackseay@...
Send Email
Jan 21, 2000
12:54 am
3
The attached text file is a script I wrote to send base64 attachments in my emails. The main purpose for this tutor/script is to show new users how to attach...
timmy
tim781@...
Send Email
Jan 26, 2000
6:51 pm
4
I've updated my beginners page. Not everything is right yet, but it might help....
jamaicamon@...
Send Email
Jan 26, 2000
11:14 pm
5
http://home.pacifier.com/~mcginty/rebol_cuddle.html Updated my page, still lots wrong with it, let me know what you catch....
jamaicamon@...
Send Email
Jan 26, 2000
11:17 pm
6
Hi :) A thought for beginners. Don't try to learn rebol from studying the examples or user contributions. Rebol was developed over years, so it's going to...
timmy
tim781@...
Send Email
Jan 27, 2000
12:04 am
7
Those are some good tips, Timmy, especially writing down what you want a program to do before you write it. Writing a program can be a lot like writing a...
Ted Husted
news.ted@...
Send Email
Jan 27, 2000
2:13 am
8
I have uploaded a revised tutorial to the file area. It's in HTML format in 2 files. You can read it in your browser or save it....
jackseay@...
Send Email
Feb 2, 2000
11:52 pm
9
I'd like to learn how to do symbolic differentiation and parse roman numerals to get arabic numbers. I've read the docs, but nothing sinks in. I believe I need...
jetroy@...
Send Email
Feb 5, 2000
9:10 pm
10
... numerals to get Arabic numbers. I've read the docs, but nothing sinks in. I believe I need to use the dialog method. Does anybody know how to do these? Can...
Andrew Martin
Al.Bri@...
Send Email
Feb 5, 2000
9:18 pm
11
... You can find some "C" code fragments (don't yell at me :-) that do this. NAME=Bob Stout's SNIPPETS URL=http://www.brokersys.com/snippets/ Lots of code...
Bob Paddock
bpaddock@...
Send Email
Feb 5, 2000
11:10 pm
12
... numerals to get arabic numbers. I've read the docs, but nothing sinks in. I believe I need to use the dialog method. Does anybody know how to do these? My...
Andrew Martin
Al.Bri@...
Send Email
Feb 6, 2000
9:24 am
13
... great. The revelent Roman Parser in REBOL script is attached. Here's a explanation of how it works. First, the 'Roman2I or Roman to Integer function. On...
Andrew Martin
Al.Bri@...
Send Email
Feb 7, 2000
6:22 am
14
1) When i try to save ti doesn't work. I type in save %files/test.r data and i get ** Script Error: data has no value. ** Where: save %files/test.r data 2) I...
Ronak Patel
neo580@...
Send Email
Mar 17, 2000
3:33 am
15
... Try setting 'data to a value. For example: data: "My data is a string" save %files/test.r data And make sure that the directory: files exists! ... into my...
Andrew Martin
Al.Bri@...
Send Email
Mar 17, 2000
7:55 am
16
Can you help me with a server-side include problem? I have a REBOL .cgi script which executes from an index.shtml file. The script checks a POP account for new...
norsepower@...
Send Email
May 10, 2000
7:26 pm
17
... include statements. I suspect that your server is not executing the server side HTML emitted from your REBOL CGI script. I believe your code needs to...
Andrew Martin
Al.Bri@...
Send Email
May 12, 2000
7:47 am
18
I am reading through all the definitions at the http://rebol.org/cgi-bin/cgiwrap/rebol/wiki.r site and posting questions. If you might have answers or more...
Jack Seay
jackseay@...
Send Email
Jul 4, 2000
9:20 am
19
Rebol For Dummies by Ralph Roberts : A good introduction and sample scripts http://abooks.com/rebol/ This page has a short introduction to Rebol and some...
Jack Seay
jackseay@...
Send Email
Jul 4, 2000
10:02 am
20
I am reading a 1,000 page book called "Dreamweaver 3 Bible". It goes into only some of the gory details needed to produce web pages; such as HTML, XML, CGI,...
Jack Seay
jackseay@...
Send Email
Aug 1, 2000
7:49 am
21
... I was told that YAHOO always aims for a 3 second load time on their home page. Slower and people go else ware. In my work for Circuit Cellar Online...
bpaddock@...
Send Email
Aug 1, 2000
10:43 am
22
If any of you are reading the new Rebol book, please comment on it. I have it on order. Hopefully, many of us (like myself) will be helped. The documention on...
Jack Seay
jackseay@...
Send Email
Aug 1, 2000
3:31 pm
23
Hi, I hope you guys can help drag a beginner through the ropes! :) -Dave...
dcrawford@...
Send Email
Aug 8, 2000
8:49 am
24
Hi folks: I'm trying to get rebol to parse an email address from a text field. Rebol doesn't like this.. addy: field "type the address" 200x20 or button "Send"...
D. Crawford
dcrawford@...
Send Email
Aug 10, 2000
4:14 am
25
I am playing with REBOL, and tried to 'do' the messenger.r script. It terminates with the message 'Needs 2.1.3'. Any idea what it's looking for?...
Gary Denrael
learned@...
Send Email
Aug 14, 2000
4:22 am
26
Sounds like it needs a newer version of Rebol. Gary Denrael said at Ò[Rebol_New] MessengerÓ. [Aug/14/2000Mon 00:21] -I am playing with REBOL, and tried to...
Jack Seay
jackseay@...
Send Email
Aug 14, 2000
8:16 am
27
I sort of thought that, but my version is 0.9.9.3.1 which it says is the most current...or am I missing something bigtime? Message: 2 Date: Mon, 14 Aug 2000...
G. Edw. Learned
learned@...
Send Email
Aug 14, 2000
4:41 pm
28
Anyone know if there is a way to get REBOL to read email residing in Outlook 98? I have seen a REBOL program that can reads Eudora email: ...
Mega Man
a1mega@...
Send Email
Aug 15, 2000
12:49 pm
29
Outlook Express made a big change from 4.5 to 5.0, in that 5.0 stores mail in a database, when 4.5 stored mail as separate documents in folders. In other...
Thomas David Kehoe
kehoe@...
Send Email
Aug 15, 2000
3:22 pm
30
I've been working with Rebol/View for a while now and I seem to be stumped as to how I can set up an error or debugging message which will act as a "modular"...
Ted Campbell
ted@...
Send Email
Aug 15, 2000
5:17 pm
Messages 1 - 30 of 315   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help