Re: Libraries To Contribute

2017-03-26 Thread Dr. Hawkins via use-livecode
On Sun, Mar 26, 2017 at 8:40 AM, Richmond Mathewson via use-livecode < use-livecode@lists.runrev.com> wrote: > Funny . . . NOT > > I run Linux very successfully on what you seem to term a 'fake computer'. > > So you turned it real. (OK, that's assuming you installed nethack while you were at it

Re: Libraries To Contribute

2017-03-26 Thread Richmond Mathewson via use-livecode
On 3/26/17 6:32 pm, Dr. Hawkins via use-livecode wrote: On Sat, Mar 25, 2017 at 5:06 PM, Mike Kerner via use-livecode < use-livecode@lists.runrev.com> wrote: thanks, I was hoping it would be complete so I could just copy/paste it... I don't do windows :) You certainly need someone who

Re: Libraries To Contribute

2017-03-26 Thread Dr. Hawkins via use-livecode
On Sat, Mar 25, 2017 at 5:06 PM, Mike Kerner via use-livecode < use-livecode@lists.runrev.com> wrote: > thanks, I was hoping it would be complete so I could just copy/paste it... > I don't do windows :) You certainly need someone who knows the incantation for windows. I suspect that iOS and

Re: Libraries To Contribute

2017-03-25 Thread Mike Kerner via use-livecode
thanks, I was hoping it would be complete so I could just copy/paste it... On Sat, Mar 25, 2017 at 4:15 PM, Dr. Hawkins via use-livecode < use-livecode@lists.runrev.com> wrote: > On Sat, Mar 25, 2017 at 6:03 AM, Mike Kerner via use-livecode < > use-livecode@lists.runrev.com> wrote: > > > Are you

Re: Libraries To Contribute

2017-03-25 Thread Dr. Hawkins via use-livecode
On Sat, Mar 25, 2017 at 6:03 AM, Mike Kerner via use-livecode < use-livecode@lists.runrev.com> wrote: > Are you going to write the rest of the routine and make it cross-platform, > already? You're holding up a library contribution! > switch thePlatform case win32 put someCopyCommand && tgt &&

Re: Libraries To Contribute

2017-03-25 Thread Mike Kerner via use-livecode
YO, HAWKINS! Are you going to write the rest of the routine and make it cross-platform, already? You're holding up a library contribution! On Sat, Mar 25, 2017 at 9:02 AM, Mike Kerner wrote: > Did I say "depo"? REPO > -- On the first day, God created the heavens

Re: Libraries To Contribute

2017-03-25 Thread Mike Kerner via use-livecode
Did I say "depo"? REPO ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

Re: Libraries To Contribute

2017-03-25 Thread Mike Kerner via use-livecode
Stuff we need to do for this project: 1) Decide on the structure when you hit git. I think that we should have the routines be separate depos because it will be easier for everyone to subproject what they want. 2) Extract and format the docs for each piece 3) Build the wiki for it that will

Re: Libraries To Contribute

2017-03-24 Thread Mike Kerner via use-livecode
Very true - I wasn't thinking of links, and I didn't even think of trying to do it with the command-line. I would like it to be cross-platform - at least for desktops, but that's a good idea. I line to figure out the platform, and then a shell command would get it done, now wouldn't it? On Fri,

Re: Libraries To Contribute

2017-03-24 Thread Dr. Hawkins via use-livecode
On Thu, Mar 23, 2017 at 2:04 PM, Mike Kerner via use-livecode < use-livecode@lists.runrev.com> wrote: > I went looking, today, for a routine to recursively copy folders and files > from one place to another. I have several LC libraries, but none of them > seemed to have such a routine. All of

Fwd: Libraries To Contribute

2017-03-23 Thread Mike Kerner via use-livecode
lists.runrev.com > Sent: March 23, 2017 9:38 PM > To: use-livecode@lists.runrev.com > Reply-to: use-livecode@lists.runrev.com > Cc: ambassa...@fourthworld.com > Subject: Re: Libraries To Contribute > > Mike Kerner wrote: > > > The code was relatively easy. What I was more in

Re: Libraries To Contribute

2017-03-23 Thread Mike Doub via use-livecode
-livecode@lists.runrev.com Cc: ambassa...@fourthworld.com Subject: Re: Libraries To Contribute Mike Kerner wrote: > The code was relatively easy.  What I was more interested in was > either building or finding a central repo for a library of routines. Right now the most comprehensive collection

Re: Libraries To Contribute

2017-03-23 Thread Richard Gaskin via use-livecode
Mike Kerner wrote: > The code was relatively easy. What I was more interested in was > either building or finding a central repo for a library of routines. Right now the most comprehensive collection I know of is Michael Doub's Master Library:

Re: Libraries To Contribute

2017-03-23 Thread Mike Kerner via use-livecode
Anyway, Richard, to answer your other question, the problem is that revCopyFolder copies not just the contents of the source folder but the source folder as well, and I didn't figure out a way to copy just the contents, so I wrote something to do it. On Thu, Mar 23, 2017 at 9:00 PM, Mike Kerner

Re: Libraries To Contribute

2017-03-23 Thread Mike Kerner via use-livecode
The code was relatively easy. What I was more interested in was either building or finding a central repo for a library of routines. Trevor built a stack that has a bunch of routines in it, but in the age of git, I'd like to have something that we put in there for everyone to point to. I've put

Re: Libraries To Contribute

2017-03-23 Thread Richard Gaskin via use-livecode
Mike Kerner wrote: > I went looking, today, for a routine to recursively copy folders and > files from one place to another. I have several LC libraries, but > none of them seemed to have such a routine. All of those libraries > are in stacks. Will the built-in revCopyFolder command do what

Libraries To Contribute

2017-03-23 Thread Mike Kerner via use-livecode
I went looking, today, for a routine to recursively copy folders and files from one place to another. I have several LC libraries, but none of them seemed to have such a routine. All of those libraries are in stacks. So... a) Does anyone have a git repo with LC libraries/routines in it b) If