Displaying 2 results from an estimated 2 matches for "proga".
Did you mean:
prog
2004 Oct 16
2
moving functions between namespaces
...;ve found the answers to most of my questions,
but not to an important one: how do I move a function from one
namespace to another.
On the chance that I'm not using the right terminlogoy, here's my
situation: Programmer A has written a function foobar() which resides
in his namespace /home/progA/.RData. I want to move foobar(), and
only foobar(), into the QA enviroment which means replicating foobar()
inside of /home/qa/.RData.
I've found that I can use sink() to copy foobar() to a file but 1) I
haven't found how to read it back in and 2) I figure you guys have a
more elegant way...
2003 Feb 23
0
Re: Multiple client access same file
...crash. Of course, I could be very wrong (:
That's what I hope to find out with my benchmark.
/dev/idal
--- Shane Kennedy <skenn@indigo.ie> wrote:
> That's what I have done. In the case of the 2
> programs I know I have
> trouble with. I made 2 iso images of 1 CD.
> Proga.iso, and Progb.iso,
> mounted as /mnt/iso/Proga, and b. I soft link ed
> /mnt/Proga ->
> iso/Proga. These are then shared by samba
> "directory=/mnt/Proga" so
> they can be mapped and accessed from Windoze as
> E: -> \\server\Proga
> etc.
> Works...