[REBOL] Re: icalendar parser ?

2004-05-13 Thread Jason Cunliffe
Apple are very smart sometimes...good lessons for Rebol http://www.apple.com/pr/library/2003/jan/02ical_isync.html http://www.apple.com/ical/ http://www.apple.com/isync/ iPod loads iCal data also :-) "Information always at your fingertips Simply enter appointments in iCal, and contacts in Addr

[REBOL] Re: icalendar parser ?

2004-05-13 Thread Jason Cunliffe
> do you know if palm OS supports it in any of its applications? TripleSync http://www.brownbearsw.com/triplesync/index.html -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] Re: icalendar parser ?

2004-05-13 Thread Maxim Olivier-Adlhoch
This is interesting... do you know if palm OS supports it in any of its applications? -MAx - Original Message - From: "Jason Cunliffe" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, May 13, 2004 3:24 PM Subject: [REBOL] Re: icalendar parser ? > > > Has anyone written

[REBOL] Re: imap support?

2004-05-13 Thread Maxim Olivier-Adlhoch
Yeah I saw those mails... Might send Maarten a mail directly... maybe he remembers... I read a little of the imap rfc and as such it does support a lot of things, I'm sure we can list mailboxes, cause otherwise there is no point in using imap... servers generally support pop before imap... and

[REBOL] Re: Using /Core /View in a Linux distro is legal?

2004-05-13 Thread Carlos Lorenz
Gregg Thanks for replying and yes maybe the right guys to ask about are those at RT Carlos Em Thu, 13 May 2004 17:49:40 -0600 Gregg Irwin <[EMAIL PROTECTED]> escreveu o seguinte: > > Hi Carlos, > > CL> I am thinking about to use REBOL /Core and /View as tools for scriptting > CL> in a Linux

[REBOL] Re: imap support?

2004-05-13 Thread Graham Chiu
Maxim Olivier-Adlhoch wrote.. apparently on 13-May-2004/11:40:28-4:00 >ok, well know I discovered that using imap we must trail the url with the folder we >want... > >for example > >url: imap://user:[EMAIL PROTECTED]/rebol-ml > Hi Max There's a bug in the current stable Rebol release with Imap

[REBOL] View beta desktop startup

2004-05-13 Thread rebol
How do you have View start in the desktop view with version REBOL/View 1.2.46.3.1? I tried to give it a user.r and a prefs.r to feed on but it always comes up with the command line first. ...just getting lazy James -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with

[REBOL] Re: Using /Core /View in a Linux distro is legal?

2004-05-13 Thread Gregg Irwin
Hi Carlos, CL> I am thinking about to use REBOL /Core and /View as tools for scriptting CL> in a Linux distro I am helping to develop. CL> I would like to know if it is legal or not do distribute REBOLthis way Rather than trusting us, here, you should ask RT directly. I think you're OK to distr

[REBOL] [ANN] nonblocking client side WHOIS lookup script for plugin

2004-05-13 Thread rebOldes
Hello rebol-list, for these whou are not on AltMe: http://oldes.multimedia.cz/rss/builds/whois/ It's not finished completely but it works to me (and crashes for someone) But if we want stable plugin, we need to make apps to stress the plugin to find all the weak points (and strong a

[REBOL] Re: icalendar parser ?

2004-05-13 Thread Jason Cunliffe
Hi Gregg > Thanks for posting all the info! I agree that this looks like a great > opportunity and, while I can't promise any real commitment, I'm going > to put it on my (ever growing :) "to do" stack. As I understand it iCalendar derived from vCalendar, a spec developed by Microsoft who was wo

[REBOL] Boruvka's Minimum Spanning Tree algorithm

2004-05-13 Thread Ladislav Mečíř
I posted a Rebol implementation of Boruvka's classic Minimum Spanning Tree algoritm to http://www.compkarori.com/vanilla/display/Graph Any questions, comments, corrections and improvements welcome. -L -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as

[REBOL] Using /Core /View in a Linux distro is legal?

2004-05-13 Thread Carlos Lorenz
Hi list I am thinking about to use REBOL /Core and /View as tools for scriptting in a Linux distro I am helping to develop. I would like to know if it is legal or not do distribute REBOLthis way Thanks for any comment -- Carlos Lorenz www.revistaeletronica.com.br Unidade Lorenz Ltda +55 (11)

[REBOL] Re: 'form bug?

2004-05-13 Thread Gregg Irwin
Hi Tim, TJ> I found an unhandled exception in TJ> REBOL/Core 2.5.5.4.2 (linux) TJ> Here's the example: >> form ["one" "^"two three] ;; oops! forgot the closing quote TJ> ;; on item 2 TJ> ** Syntax Error: Missing " at form ["one" "^"two three] TJ> ** Near: ** CRASH

[REBOL] Re: icalendar parser ?

2004-05-13 Thread Gregg Irwin
Hi Jason, Thanks for posting all the info! I agree that this looks like a great opportunity and, while I can't promise any real commitment, I'm going to put it on my (ever growing :) "to do" stack. -- Gregg -- To unsubscribe from this list, just send an email to [EMAIL

[REBOL] 'form bug?

2004-05-13 Thread Tim Johnson
I found an unhandled exception in REBOL/Core 2.5.5.4.2 (linux) Here's the example: > form ["one" "^"two three] ;; oops! forgot the closing quote ;; on item 2 ** Syntax Error: Missing " at form ["one" "^"two three] ** Near: ** CRASH (Should not happen) - Corrupt data

[REBOL] Re: icalendar parser ?

2004-05-13 Thread Jason Cunliffe
> Has anyone written an iCalendar .ics file parser or related application in Rebol ? iCalendar tools seem like a terrific and very accessible target application for Rebol developers. I'd even go so far as to say iCalendar programming seem to have been born for Rebol to implement:-) - The format

[REBOL] need password to rebol world at AltME

2004-05-13 Thread Carlos Lorenz
Hi list, I need a password to visit REBOL World at AltME Thanks -- Carlos Lorenz www.revistaeletronica.com.br Unidade Lorenz Ltda +55 (11) 4034 1971 -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] [async-call] CreateProcess Failed

2004-05-13 Thread Phil
Hi ! I'm using the async-call.r and sometimes the CreateProcess failed. It turns around the CreateProcess make routine! I think. Actually the "cmd-port: open call://" and "insert cmd-port" commands work for something like : insert cmd-port "thisApplic.exe" but not for .bat call or "dir *.*" call

[REBOL] OT just a test . not to be oppened

2004-05-13 Thread Carlos Lorenz
-- Carlos Lorenz www.revistaeletronica.com.br Unidade Lorenz Ltda +55 (11) 4034 1971 -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] Re: Preserving File Timestamps

2004-05-13 Thread Anton Rolls
This can help you: >> get-modes %"" 'file-modes == [creation-date access-date modification-date owner-write archived hidden system] >> write %afile "hi" >> get-modes %afile get-modes %"" 'file-modes == [creation-date: 13-May-2004/22:42:32+10:00 access-date: 13-May-2004/22:43:15+10:00 modification

[REBOL] Preserving File Timestamps

2004-05-13 Thread Cybarite
Some months ago, there was a discussion here about maintaining file timestamps when copying files with REBOL's write %copy read %source. Was the resolution that it can be done? If so, what achieves this? -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscrib