Displaying 3 results from an estimated 3 matches for "sourceable".
2015 Sep 26
5
[RFC][PATCH v2] Support a list of sockets on SSH_AUTH_SOCK
The idea behind this change is to add support for different "ssh-agents"
being able to run at the same time. It does not change the current
behaviour of the ssh-agent (which will set SSH_AUTH_SOCK just for
itself). Neither does it change the behaviour of SSH_AGENT_PID (which
still supports only one pid).
The new implementation will go through the list of sockets (which are
separated by a
1997 Dec 17
1
library/data
I have some data files with my library which are used for examples and testing
the code. To date I have kept them in a subdirectory I called ../dse/dsedata,
but I am trying to move those to .../dse/data as perscribed for installing
libraries. However, these datasets are not all R object, some are just files
that I source from within a function, and one is accessed by a separate process
that I call
2008 Aug 06
1
RGtk2 on linux: "stack smashing detected"
Yea I am aware of this. This is because the Ubuntu binary has stack smashing
detection enabled. It's possible to build R without this checking:
export CFLAGS="-fno-stack-protector"
I have not been able to figure out why stack smashing is detected. I'm
cc'ing this to r-devel in case anyone else has an idea.
Michael
On Wed, Aug 6, 2008 at 12:31 AM, Felix Andrews