search for: 1.18

Displaying 20 results from an estimated 387 matches for "1.18".

Did you mean: 1.1
2020 Feb 20
3
Plans for nbdkit 1.18 release?
Hi Eric, nbdkit 1.16 was released over 3 months ago, and there has been quite a lot of upstream development since then, so it could be about time for a new stable release. Anything in particular that you would like to get in to 1.18? Or anything we've added that you have reservations about supporting long-term? Rich. -- Richard Jones, Virtualization Group, Red Hat
2020 Feb 20
0
Re: Plans for nbdkit 1.18 release?
On 2/20/20 3:37 PM, Richard W.M. Jones wrote: > Hi Eric, > > nbdkit 1.16 was released over 3 months ago, and there has been quite a > lot of upstream development since then, so it could be about time for > a new stable release. Anything in particular that you would like to > get in to 1.18? Or anything we've added that you have reservations > about supporting long-term?
2020 Feb 21
1
Re: Plans for nbdkit 1.18 release?
On Thu, Feb 20, 2020 at 05:03:18PM -0600, Eric Blake wrote: > On 2/20/20 3:37 PM, Richard W.M. Jones wrote: > >Hi Eric, > > > >nbdkit 1.16 was released over 3 months ago, and there has been quite a > >lot of upstream development since then, so it could be about time for > >a new stable release. Anything in particular that you would like to > >get in to 1.18?
2010 Mar 14
2
Why doesn't vec[-real.number] give an error or warning? Kids do the darndest things!
Hi all... My students were conflating grepping for a value in a vector to get the index, and then removing it with [-index], for instance like this: set.seed(17) v <- rnorm(20) s <- v[-1.18] They were trying to remove the 12th value in v, which is -1.18 or so. But the result is, as documented in ?Extract, to coerce 1.18 to the next lowest integer, and remove the 1st value of v, not the
2020 Feb 22
0
Re: Plans for nbdkit 1.18 release?
On 2/22/20 4:37 AM, Richard W.M. Jones wrote: > Eric: > > Did you want to take this one any further? It might be one that we > save for > 1.18: > > https://www.redhat.com/archives/libguestfs/2020-February/thread.html#00206 At this point, I'm thinking save it for post-1.18 (we've already got enough churn on VDDK with LD_LIBRARY_PATH changes). > > Another
2010 May 06
2
Problem with install.packages(); getting out-of-date version.
I recently tried to install the latest version of spatstat, from CRAN, using the install.packages() function. It proceeded to install version 1.17-5 of spatstat, although the current version is 1.18-4. Checking the CRAN mirror that I used (New Zealand) via Firefox, I found that version 1.18-4 is indeed present on CRAN. I was able to download and install version 1.18-4 ``manually''
2011 Apr 14
0
CESA-2011:0214 Moderate CentOS 5 i386 java-1.6.0-openjdk Update
CentOS Errata and Security Advisory 2011:0214 Moderate Upstream details at : https://rhn.redhat.com/errata/RHSA-2011-0214.html The following updated files have been uploaded and are currently syncing to the mirrors: ( md5sum Filename ) i386: 929a6381d44160bcfe04f54506f12233 java-1.6.0-openjdk-1.6.0.0-1.18.b17.el5.i386.rpm b336e80c797dda67d9c17c8ca06d0cc4
2011 Apr 14
0
CESA-2011:0214 Moderate CentOS 5 x86_64 java-1.6.0-openjdk Update
CentOS Errata and Security Advisory 2011:0214 Moderate Upstream details at : https://rhn.redhat.com/errata/RHSA-2011-0214.html The following updated files have been uploaded and are currently syncing to the mirrors: ( md5sum Filename ) x86_64: 7a8d32643e8bdf64b46185897f129da8 java-1.6.0-openjdk-1.6.0.0-1.18.b17.el5.x86_64.rpm 9bcff036f1542b853e6fc219bf2ab047
2017 Mar 13
1
[ANNOUNCE] intel-gpu-tools 1.18
A new intel-gpu-tools quarterly release is available with the following changes: Library changes: - Various changes to library functions so that they don't assume Intel hardware. (Lyude) - Added helper functions for managing synchronization primitives. (Robert Foss) - Added support for the new generic CRC capture kernel ABI. (Tomeu Vizoso) - Added Geminilake platform support. (Ander
2015 Sep 15
2
libvirt 1.19: could not open drive file (permission denied)
Hi, With libvrit 1.18 all is working fine: I can open my win7 VM on Archlinux without problem. But I cannot use it with libvirt 1.19: it could not open drive file (permission denied). In /etc/libvirt/qemu.conf, I have: - user: root - group: root And the drive file has root:root as owner. Why this configuration is running with libvirt 1.18 and not with libvirt 1.19 ? Many thanks for
2020 Feb 27
0
ANNOUNCE: nbdkit 1.18 - high performance NBD server
I'm pleased to announce the release of nbdkit 1.18, a high performance plugin-based Network Block Device (NBD) server. Key features of nbdkit: * Multithreaded NBD server written in C with good performance. * Minimal dependencies for the basic server. * Liberal license (BSD) allows nbdkit to be linked to proprietary libraries or included in proprietary code. * Well-documented, simple
2005 Apr 22
2
Hoaglin Outlier Method
I am a new user of R so please bear with me. I have reviewed some R books, FAQs and such but the volume of material is great. I am in the process of porting my current SAS and SVS Script code to Lotus Approach, R and WordPerfect. My question is, can you help me determine the best R method to implement the Hoaglin Outlier Method? It is used in the Appendix A and B of the fo llowing link.
2011 Feb 14
1
conditional value assignment
Dear R-Help, I am trying to compute a new variable, let's call it "target cannon orientation (tco)" based conditionally on old variables, "TargetColor," "CannonOriB," and "CannonOriR." For every case in the data set, if TargetColor is "B" then I want tco to equal the value for that case of CannonOirB, else CannonOriR. I've tried writing
2015 Sep 15
2
Re: libvirt 1.19: could not open drive file (permission denied)
Indeed, I have a link between /var/lib/libvirt/images and my home directory on an another partition. # ls -al /var/lib/libvirt/images lrwxrwxrwx 1 root root 17 3 sept. 09:29 /var/lib/libvirt/images -> /home/crequill/VM 2015-09-15 17:45 GMT+02:00 Dominique Ramaekers <dominique.ramaekers@cometal.be>: > A while ago, I had the same problem. It was a apparmor issue. Maybe your image is
2015 Sep 16
2
Re: libvirt 1.19: could not open drive file (permission denied)
@requillart Don't get me wrong. It's no problem to use other partitions. Only, you have to add the location to the storage pool of libvirt... Sorry, no experience with gnome-boxes. @crequill Add a new storage pool with the destination /home/crequill/VM You can't fool apparmour with a link... Also with adding the storage pool, it's easier to get a clear picture of the usage of your
2012 Jul 06
3
estimating NA values against selected slots
Dear R Users, Could you please help me on the following issue? I have a real large yearly data set. For each year I have 365 flow values. Some of the flow values are not known and that’s why you will see NA written in those slots. I wanted to know, is there a way that I can estimate those values? I tried approx command but it seems least helpful for the kind of issue I am up against.
2015 Nov 09
0
[ANNOUNCE] xorg-server 1.18.0
(same message as before, except this one I remembered to gpg-sign) A few polish fixes here over RC2.  I'll start the 1.18 stable branch and update master for 1.19pre in a moment.  Thanks to everyone who helped make 1.18 our best release yet! Adam Jackson (3):       build: Remove stale miext/cw include paths       vidmode: Drop the unused event code       xserver 1.18.0 Alan Coopersmith (3):
2003 Jun 07
2
Ordering long vectors
I need to order a long vector of integers with rather few unique values. This is very slow: > x <- sample(rep(c(1:10), 50000)) > system.time(ord <- order(x)) [1] 189.18 0.09 190.48 0.00 0.00 But with no ties > y <- sample(500000) > system.time(ord1 <- order(y)) [1] 1.18 0.00 1.18 0.00 0.00 it is very fast! This gave me the following idea: Since I don't care
2006 Jun 28
1
Help with circular statistics
Se ha borrado un texto insertado con un juego de caracteres sin especificar... Nombre: no disponible Url: https://stat.ethz.ch/pipermail/r-help/attachments/20060628/32226ee4/attachment.pl
2004 Oct 12
1
[LLVMdev] std::remove
Hi all, In llvm/include/llvm/Analysis/IntervalIterator.h "remove" is the std::remove? Index: IntervalIterator.h =================================================================== RCS file: /var/cvs/llvm/llvm/include/llvm/Analysis/IntervalIterator.h,v retrieving revision 1.18 diff -u -r1.18 IntervalIterator.h --- IntervalIterator.h 3 Sep 2004 18:19:51 -0000 1.18 +++