search for: divulge

Displaying 20 results from an estimated 133 matches for "divulge".

Did you mean: divulga
2011 Jan 20
1
Inverse Prediction with splines
Hello, I have fit a simple spline model to the following data. Data x y 0 1.298 2 0.605 3 0.507 4 0.399 5 0.281 6 0.203 7 0.150 8 0.101 Model Sp.1=lm(y~bs(x,df=4)) Now I wish to inverse predict the x for y=.75, say. Optimize works fine for a polynomial but I can figure out how to get the spline model into the function argument. Can anyone help me out. Thanks!! Jeff Jeff Morris Sanofi
2013 Jan 22
6
Security considerations for basing decisions on facts
Hello, Let''s consider the scenario when a client node in a puppet environment gets compromised. In case some of the puppet modules make decisions based on agent facts, these modules are potentially exposed to abuse from the malicious puppet agent. For example, if a class has: if $some_fact == ''some value'' { # deploy some configuration } then the compromised node
2007 May 02
3
Apache User Isolation/Perchild, or PHP "chroot"?
...n on CentOS? I have multiple virtual hosts on my machine, run by users who do not trust eachother. The problem is that any php script run by apache is able to do things like raw file io on other users' .htpasswds, php scripts, hidden directory listings, and so on. Database passwords can even be divulged in this way, since they are often stored in .php scripts, which can be read "in the raw" as files by other php scripts. What is the easiest method for dealing with this? I found http://webauth.stanford.edu/manual/mod/perchild.html but it does not seem to be compiled with the CentOS 5 ap...
2018 Nov 11
2
Patch idea: an environment variable for setting the user ID
To R-devel, In `R CMD build`, the ID of the user is automatically inserted into the DESCRIPTION file, e.g. Packaged: 2018-11-06 14:01:50 UTC; <MY USER ID> This is problematic for those of us who work in corporate settings. We must not divulge our user IDs in the packages we develop and release. Jim Hester pointed out that these two lines in `add_build_stamp_to_description_file()` <https://github.com/wch/r-source/blob/521c90a175d67475b9f1b43d7ae68bc48062d8e6/src/library/tools/R/build.R#L170-L171> are responsible. Could we consider...
2012 Apr 24
1
Splitting data into test and train (80:20) kepping attributes similar
Hi, I am trying to do some predictive modeling around attrition and want to split the dataset into test and train (80:20) and keep the ratio of attritees:non attrites same. In my dataset the attrition indicator is coded as 0(for non-attritees) and 1 (for attritees) and I want to keep the ratio of 0's to 1 similar. I apologize for this trivial question but this is my second week with R.
2020 Jun 17
4
[PATCH v3 1/1] s390: virtio: let arch accept devices without IOMMU feature
On Wed, 17 Jun 2020 12:43:57 +0200 Pierre Morel <pmorel at linux.ibm.com> wrote: > An architecture protecting the guest memory against unauthorized host > access may want to enforce VIRTIO I/O device protection through the > use of VIRTIO_F_IOMMU_PLATFORM. > > Let's give a chance to the architecture to accept or not devices > without VIRTIO_F_IOMMU_PLATFORM. >
2020 Jun 17
4
[PATCH v3 1/1] s390: virtio: let arch accept devices without IOMMU feature
On Wed, 17 Jun 2020 12:43:57 +0200 Pierre Morel <pmorel at linux.ibm.com> wrote: > An architecture protecting the guest memory against unauthorized host > access may want to enforce VIRTIO I/O device protection through the > use of VIRTIO_F_IOMMU_PLATFORM. > > Let's give a chance to the architecture to accept or not devices > without VIRTIO_F_IOMMU_PLATFORM. >
2020 Jun 29
2
[PATCH v3 1/1] s390: virtio: let arch accept devices without IOMMU feature
On 2020-06-19 11:20, Cornelia Huck wrote: > On Thu, 18 Jun 2020 00:29:56 +0200 > Halil Pasic <pasic at linux.ibm.com> wrote: > >> On Wed, 17 Jun 2020 12:43:57 +0200 >> Pierre Morel <pmorel at linux.ibm.com> wrote: ... >> >> But since this can be rewritten any time, let's go with the option >> people already agree with, instead of more
2020 Jun 29
2
[PATCH v3 1/1] s390: virtio: let arch accept devices without IOMMU feature
On 2020-06-19 11:20, Cornelia Huck wrote: > On Thu, 18 Jun 2020 00:29:56 +0200 > Halil Pasic <pasic at linux.ibm.com> wrote: > >> On Wed, 17 Jun 2020 12:43:57 +0200 >> Pierre Morel <pmorel at linux.ibm.com> wrote: ... >> >> But since this can be rewritten any time, let's go with the option >> people already agree with, instead of more
2019 Jan 25
2
Patch idea: an environment variable for setting the user ID
...> > In `R CMD build`, the ID of the user is automatically inserted into the > > DESCRIPTION file, e.g. > > > Packaged: 2018-11-06 14:01:50 UTC; <MY USER ID> > > > > This is problematic for those of us who work in corporate settings. We > must > > not divulge our user IDs in the packages we develop and release. > > > Jim Hester pointed out that these two lines in > > `add_build_stamp_to_description_file()` > > < > https://github.com/wch/r-source/blob/521c90a175d67475b9f1b43d7ae68bc48062d8e6/src/library/tools/R/build.R#L170-L17...
2011 Jul 12
1
[LLVMdev] SPARC JIT?
...m Chris Lattner [2], which basically stated that a future-proof implementation should use LLVM-MC. Is anybody currently working on this project? If not, would anybody be willing to act as my mentor (in case I have questions about LLVM policy, design, or a piece of code which steadfastly refuses to divulge its secrets to me)? Thanks in advance! Cheers, ~~ Ondra Hošek [1] http://llvm.org/OpenProjects.html#misc_imp (item 4) [2] http://lists.cs.uiuc.edu/pipermail/llvmdev/2010-May/031634.html
2020 Jun 19
1
[PATCH v3 1/1] s390: virtio: let arch accept devices without IOMMU feature
On Fri, 19 Jun 2020 11:20:51 +0200 Cornelia Huck <cohuck at redhat.com> wrote: > > > + if (arch_needs_virtio_iommu_platform(dev) && > > > + !virtio_has_feature(dev, VIRTIO_F_IOMMU_PLATFORM)) { > > > + dev_warn(&dev->dev, > > > + "virtio: device must provide VIRTIO_F_IOMMU_PLATFORM\n"); > > > > I'm not
2001 May 21
1
To those interested in contributing to the Debian User's Reference Guide
Hello- This goes for all those insterested in contributing with the effort to have better Debian documentation, and are willing to submit material to the Science section of the DURG, in order to divulge R to a wider public. Please write directly to the author of the Science: Andreas Franzen <anfra at debian.org> Regards, Henry L. -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html S...
2010 Aug 19
1
Adding lines to xyplot with abline
Is it kosher to add, say, horizontal lines to a lattice xyplot using abline(h=xxx)? The lines don't appear at the right value, that is, if h=150, the line might appear at h=140? Jeff This communication, including any attachments, is intended solely for the use of the addressee and may contain information which is privileged, confidential, exempt from disclosure under applicable law or
2011 Apr 18
1
Way OT: Anyone know where to get data on relationship between education and salary
...for this. Does anyone know of a suitable dataset, or where I might find one ?Ideally salary, maximum education level, age, sex, industry and some form of geographic location would be amazing. Alternatively, are you aware of any public organisations that would have this information and might divulge it under the freedom of information act ? Thanks in advance Paul.
2005 Nov 09
3
dataframe without repetition
Hello, with a data.frame like this : > toto <- data.frame(id=c("id1","id1","id2","id3","id3","id3"),dpt=c("13","13","34","30","30","30")) > toto id dpt 1 id1 13 2 id1 13 3 id2 34 4 id3 30 5 id3 30 6 id3 30 what is the most efficient ways to obtain : id
2006 Oct 13
1
How to install Windows 2003 on Xen 3 without vt-enabled hardware?
Hi, How to install Windows 2003 on Xen 3 without vt-enabled hardware? Thanks to your help. Jean-Marc Renson ********************************************************************************************* Ce courriel et les documents qui y sont attachés peuvent contenir des informations confidentielles. Si vous n''etes pas le destinataire escompté, merci d''en informer
2006 Aug 12
2
Install Applications via Logon Scripts?
...action (next,next,next and etc). Has anyone figured out a way to 'push out' programs via logon script or something else relating to a Samba domain? Thanks, Aaron ----------------------------------------- Disclaimer If you have received this email in error, please delete it and do not divulge this information in any way. Troy C.C.S.D. 30-C cannot accept responsibility for any loss or damage arising from the transmission to the recipient or from the recipient's use of this email or its attachments. Any opinions presented in this email are solely those of the author and do not nec...
2005 Nov 15
2
Project idea
Hi all I have an idea for a project that I think would be very useful using web 2.0. Are there any people out there who may be interested? Sounds a little vague at the moment but I am not certain how much info I can divulge at this point. I would like the project to be a free-to-use one. Regards, William
2018 Jan 20
1
a vector unusually getting NA values.....
dear members, I have a function by name "ygcudf" and a list of stock names by name"snl" ( of class "list"). ygcudf acts on snl and returns a list of the most favourable stocks. I don't wish to divulge the code of the function, for genuine reasons, but the algorithm is as follows: { k <- 1; i <- 1 for(j in 1:length(snl)){ if(snl[[j]] == "condition") { k[i] <- j...