[REBOL] how do you move a file to another directory and preserve it's date? Re:(3)

2000-06-03 Thread brian . hawley

Kevin McKinnon wrote:
>Carl wrote:
> > Is it possible to do this over all platforms?  Does anyone on the list 
> know?

[skip]

>Brian wrote about wanting FTP support for setting dates, but as far as
>I can tell, that functionality is not implemented by the protocol,
>even as a SITE command.

WS_FTP and NcFTP do it with the MDTM command. I'm not sure how standard
it is, but I am sure that not all servers implement it. I find it quite
useful whenever it is implemented, though, particularly for doing file
management using FTP.

I suppose that someone could look at connection logs from one of those
programs, or if that fails, the source to NcFTP.

Brian Hawley




[REBOL] group projects

2000-06-03 Thread RChristiansen

I checked SourceForge and there isn't a single REBOL project listed.

I have started a project myself and I have a vision, but I'm not sure whether 
SourceForge is the place to post it. Does anyone have plans for a REBOL 
site where persons can work together on REBOL projects? Is anyone 
interested in working on group projects?

My sense is that the REBOL community is largely made up of developers 
who may be averse to group projects for fear that someone else may make 
money off of their ideas. Or maybe the REBOL community is so small that 
group projects haven't surfaced yet.

I'd like to know your throughts on this.

Ryan Christiansen
Web Developer




[REBOL] Annoucements Re:(3)

2000-06-03 Thread sierra_tigris

[EMAIL PROTECTED] writes:

> [EMAIL PROTECTED] wrote:
> > 
> > [EMAIL PROTECTED] writes:
> > 
> > > A few quick announcements:
> > >
> > > 1. REBOL/View B4.1 is now available from our website.
> > 
> > Interesting, but what kind of file was it that I downloaded for the
> > Linux version?
> > --
> > Da Katt
> 
> A binary. Run it.

Oh, okay, works now. Neat.

-- 
Da Katt
[This space for rent]
See my work at http://www.geocities.com/sierra_tigris




[REBOL] Annoucements Re:(2)

2000-06-03 Thread deryk

[EMAIL PROTECTED] wrote:
> 
> [EMAIL PROTECTED] writes:
> 
> > A few quick announcements:
> >
> > 1. REBOL/View B4.1 is now available from our website.
> 
> Interesting, but what kind of file was it that I downloaded for the
> Linux version?
> --
> Da Katt

A binary. Run it.

Regards,
Deryk




[REBOL] One function per class Re:(5)

2000-06-03 Thread tim


>> >Swaine in DDJ once mentioned that programmers have a high correlation
>with musicians. I wonder how much of a correlation there is with REBOL
>scripters and musicians there are on this list?
>
>> I really connected with "C" with I found out that I could set the PC
>speaker (8086 in 1989) to Concert "A" (440 hz). I then deduced the
>mathematical relationships (an octave is a factor of 2, 1.0594 defines a
>half-step), derived all scales, key, and modes from that and wrote a program
>that played an arrangement of Mussorgsky's Three Pictures at an
>Exhibition the rest is history. Wonder if I could translate Dylan into
>Rebol? Guess that dates me.
>
>I wrote something in BASIC a long way back on an Australian copy of a Tandy
>computer, that played tones when I struck keys on the keyboard.
I guess that Dates Andrew also
:>) -Tim

>Which leads one into wondering, can we play music _with_ rebol yet? :-)
>Rebol/Command yes (I think). The other rebols? Probably not?
>
>Andrew Martin
>Art/Science
>ICQ: 26227169
>http://members.xoom.com/AndrewMartin/
>-><-
>
>




[REBOL] change address Re:

2000-06-03 Thread anton

from new address,
send a an email to [EMAIL PROTECTED]
with subject line: subscribe

from old address,
send an email to [EMAIL PROTECTED]
with subject line: unsubscribe

[EMAIL PROTECTED] wrote:

> Hi there:
>
> How do I change my email address subscription?
> I want to handle all Rebol emails in an different
> address.




[REBOL] change address

2000-06-03 Thread ajamaya

Hi there:

How do I change my email address subscription?
I want to handle all Rebol emails in an different
address.

TIA

Alvaro

__
Do You Yahoo!?
Yahoo! Photos -- now, 100 FREE prints!
http://photos.yahoo.com




[REBOL] One function per class Re:(4)

2000-06-03 Thread anton

[EMAIL PROTECTED] wrote:

> Nazdarek [EMAIL PROTECTED]
>
> On 02-çen-00, [EMAIL PROTECTED] wrote:
> > galt wrote:
> >> Andrew, you play the fiddle?  I didn't know that!
> >> I love playing the fiddle, too!  (although I seem
> >> to spend more time playing with Rebol these days...)
> >
> > Sorry, I meant fiddling as in playing or fooling around in REBOL.
> >
> > :-)
> >
> > Swaine in DDJ once mentioned that programmers have a high correlation with
> > musicians. I wonder how much of a correlation there is with REBOL scripters
> > and musicians there are on this list?

I play violin (a bit too violently - I broke my bow on Paganini recently) and used
to love composing stuff in Octamed.

> Since 90s when I bought an Amiga and found Protracker2.3 (or was it ver
> 1.something? doesn't matter anyway...) I'm still trying and now I am member of
> two local bands ( WEIRDDREAM - www.volny.cz/weirrdream and BULLERBYNE -
> bullerbyne.musichall.cz (not sure with this - we STRONGLY need to update our
> pages)) and I co-organized some parties in two or three clubs here in Brno,CZ.
> With Bullerbyne we played in 1998 on JAM festival in Prague with Bjork, Banco
> de Gaia, Apocalyptica...
> Now sound interests me more than music and I'am trying to write modullar
> synthesizer for REBOL. Partial results can be found on sintezar.bizland.com .

It looks interesting. You seem to be on the right track. I'm glad I'm not the only
one to think of this use for rebol! (Trying to dowload it now... Oh yes, it makes
a sound! Took 3 seconds using the pc at work...)
I had a lot of ideas in this area. Rebol seems such a great language to use.

For example, I wanted to make a kind of tracker where all the different columns of
data are fully separable. We shouldn't be limited to fixed block sizes and rigidly
aligned tracks.
Also, we should be able to use the results of a track as a sample, inserting it as
many times as we want, and optionally applying different effects each time. This
should be a recursive technique, meaning that we should be able to embed tracks
within tracks within tracks... With lots of caching, this can be done.

Then there is the issue of control. With one slider we should be able to do many
interesting things at once. For example, given a series of volumes:

myvolumes: [1 1 1 1]

we should be able to program a slider so that it alters any combination of these
values.
If we link it so that it alters the third a fourth value, when we move the slider
down, we should get for an instant [1 1 0.5 0.5].

myvolumes may be used in a song at many places. Because it has been embedded in
several tracks, when the playing position gets to a point where myvolumes is used,
the latest updated values are used to compute the track volume.

But, because it's just a series, it needn't necessarily be used only to specify
volume... eg. cutoff, resonance.
And the same slider action could also control something like the octave of an
instrument, etc etc ad inifiinitum.

I need a dialect for all these specifications. Rebol has gone halfway already. I
need to do the other half. Do I sound like a madman? I know it can work! A tracker
in rebol might be a bit slow, though... but for dialecting and testing it will be
great.

I need some feedback from people. I don't think I can do it on my own anymore.
It's too big!
Save me from my frustration and madness! ;-)

Anton.




[REBOL] Annoucements Re:

2000-06-03 Thread sierra_tigris

[EMAIL PROTECTED] writes:

> A few quick announcements:
> 
> 1. REBOL/View B4.1 is now available from our website.

Interesting, but what kind of file was it that I downloaded for the
Linux version?
-- 
Da Katt
[This space for rent]
See my work at http://www.geocities.com/sierra_tigris




[REBOL] View and nesting layouts

2000-06-03 Thread newlook

>From what I've seen of /View thus far, I like it, but have ran into a
brick wall when it comes to nesting layouts.

It seems that across and below won't nest.  If you specify one or the
other after one or the other, it cancels the previous one.

i.e.

REBOL[]

view layout [
  across
below
  a1: area "text area"
  across
t1: text "foo"
f1: field "text field"
  return

  a2: area "text area"
  b1: button "foo2"
]

I've indented to allow for better flow following.  I have also noticed
that across and below do not support [] brackets.  Is anything planned to
address these issues?  They seem to impede on advanced layouts.


--   
Regards,
Deryk Robosson
// [EMAIL PROTECTED]
// http://linux.tc3net.com/newlook





[REBOL] Off-topic: Improving career chances

2000-06-03 Thread mailinglists

Hello,

Sorry to post off-topic, but I highly regard all you seasoned
Rebol-allies, so if you don't feel compelled to reply, just ignore this
post... =)

My careerpath was looking fine until about a week ago, when I received
the opportunity to move to India. Of course, I would have to get a job
there, so I started to look around on those jobsites, and I was startled
by the amount of experience that is required for most jobs in Indian IT.
4-8 years seems to be the rule...

Unfortunately, I don't have that much experience, and I can't change
that. But I can change my skills, better them, in fact. So I was looking
to extend my current programming abilities (which include Rebol ;o),
Javascript, PHP), which do not include any "real" languages, to some
more languages. My question is: which ones do you recommend? I was
thinking C and Perl (I'm already doing SQL). I believe C++ is a can of
worms? What is the difference between C and C++?

Thanks for your time.

Regards,
Rachid