Displaying 20 results from an estimated 364 matches for "1.22".
Did you mean:
1.02
2006 Feb 22
4
exponent confusion
please excuse me if this ones a basic error
> y<-c(-0.7,-0.6,-0.5)
> -0.7^1.22
[1] -0.6471718
> y^1.22
[1] NaN NaN NaN
am I missing something important in my basic math?
2020 Aug 27
1
Re: [PATCH nbdkit 2/2] api: Remove .list_exports from nbdkit 1.22 release.
On 8/27/20 7:29 AM, Richard W.M. Jones wrote:
> During the 1.21 development cycle we added support for listing
> exports. However at the time that 1.22 was released we did not feel
> the API was sufficiently finalized to commit to in a stable branch.
> Therefore this new API was removed before 1.22 was released, but the
> feature continues to be developed upstream and should appear
2020 Aug 27
0
[PATCH nbdkit 1/2] docs: Remove .list_exports from release notes for 1.22.
---
docs/nbdkit-release-notes-1.22.pod | 6 ------
1 file changed, 6 deletions(-)
diff --git a/docs/nbdkit-release-notes-1.22.pod b/docs/nbdkit-release-notes-1.22.pod
index f84e0e12..20af7ea3 100644
--- a/docs/nbdkit-release-notes-1.22.pod
+++ b/docs/nbdkit-release-notes-1.22.pod
@@ -165,12 +165,6 @@ New API C<nbdkit_extents_aligned> is a helper function for filters
that retrieves extents
2007 Feb 13
2
Computing stats on common parts of multiple dataframes
Folks,
I have three dataframes storing some information about
two currency pairs, as follows:
R> a
EUR-USD NOK-SEK
1.23 1.33
1.22 1.43
1.26 1.42
1.24 1.50
1.21 1.36
1.26 1.60
1.29 1.44
1.25 1.36
1.27 1.39
1.23 1.48
1.22 1.26
1.24 1.29
1.27 1.57
1.21 1.55
1.23 1.35
1.25 1.41
1.25 1.30
1.23 1.11
1.28 1.37
1.27 1.23
R> b
EUR-USD NOK-SEK
1.23 1.22
1.21 1.36
1.28 1.61
1.23 1.34
1.21 1.22
2001 Nov 02
3
Ext3 and external journals...
Hi,
I am trying out ext3 with an external journal (on a battery backed
RAM card). I use data=journal, and sync nfs writes go nice and fast :-)
But.. I had to power cycle it (buggy VM.. grumble :-) and now I cannot
get my filesystem back. It is only a test filesystem so I don't need
the data. But I want this to work before I put real data on it.
If I "fsck /dev/md1", it
2013 Jan 24
4
sorting/grouping/classification problem?
Hi,
I'm a database admin for a database which manage chromatographic results of products during stability studies.
I use R for the reporting of the results in MS Word through R2wd.
But now I think I need your help:
suppose we have the following data frame:
ID rrt Mnd Result
1 0.45 0 0.10
1 0.48 0 0.30
1 1.24 0 0.50
2 0.45 3 0.20
2 0.48 3 0.60
2 1.22 3 0.40
3
2008 Jun 18
4
inverse cumsum
I've a matrix like this:
1985 1.38 1.27 1.84 2.10 0.59 3.47
1986 1.05 1.13 1.21 1.54 0.21 2.14
1987 1.33 1.21 1.77 1.44 0.27 2.85
1988 1.86 1.06 2.33 2.14 0.55 1.40
1989 2.10 0.65 2.74 2.43 1.19 1.45
1990 1.55 0.00 1.59 1.94 0.99 2.14
1991 0.92
2013 May 23
1
ANNOUNCE: libguestfs 1.22 has been released
I'm pleased to announce the next stable release of libguestfs (1.22).
libguestfs is a set of tools for accessing and modifying virtual
machine disk images. http://libguestfs.org/
This release represents 5 months of development and has many
significant new features including:
- access remote disk images over nbd, ssh, http, ftp, iscsi, ceph, and more
- syslinux and extlinux bootloader
2013 May 21
0
Plan for libguestfs 1.22
It has been 5 months since the last stable release of libguestfs and
over that time we've accumulated many exciting new features:
http://libguestfs.org/guestfs-release-notes.1.html#release-notes-for-libguestfs-1.22
It's time to plan for the release of libguestfs 1.22.
As usual, bugs which have "1.22" (without quotes) in the devel
whiteboard field are nominated as blockers for
2007 Oct 22
2
Help interpreting output of Rprof
Hello there,
I am not quite sure how to interpret the output of Rprof (in the following the output I was staring at). I was poking around the web a little bit for documentation but without much success. I guess if I want to figure out what takes so long in my code the 2nd table $by.total and the total.pct column (pct = percent) is the most helpful. What does it mean that [ or [.data.frame is
2020 Aug 25
0
Preliminary release notes for nbdkit 1.22
... are here:
https://github.com/libguestfs/nbdkit/blob/master/docs/nbdkit-release-notes-1.22.pod
I understand that there are more API changes that we're still hoping
to get into 1.22. I added a note about .default_export even though
it's not yet upstream.
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization
2010 Apr 26
2
Using optim function for logistic model simulation
Hello!
I'm a college undergrad desperately trying to finish up my thesis. I
have a dataset on the distribution of a grassland bird from the
Breeding Bird Survey. I have a very straightforward and simple version
of the logistic growth model to describe changes in this bird's
abundance over time. The variables are the natural birth rate,
mortality, and carrying capacity. The equation itself
2020 Aug 27
4
[PATCH nbdkit 0/2] Temporarily remove .list_exports for nbdkit 1.22
If you're following nbdkit development upstream you'll have seen that
we are still making changes to the .list_exports and related APIs.
The current .list_exports API upstream is not how it will look
finally. The latest set of proposals was here:
https://www.redhat.com/archives/libguestfs/2020-August/thread.html#00330
At the same time I'd like to do an nbdkit 1.22 (stable) release.
2008 Jul 23
6
Using if, else statements
Hi all,
Again I have searched the net and so on, without finding an answer to this
surely simple problem. A short bit of code would be appreciated.
I have a object named `data' with the following column headings.
Date, maxitemp, minitemp, admissions, d.o.w.
Where d.o.w. is day of the week, written "Sun" "Mon" etc.
I just need to scale the Monday admissions by
2008 Sep 08
0
Gumboy Crazy Adventures DEMO v.1.22, no 3D acceleration
Hello, I cannot get a 3D acceleration to work in Gumboy Crazy Adventures DEMO v.1.22. 3D acceleration works fine in other games under wine.
There is an entry (http://appdb.winehq.org/objectManager.php?sClass=version&iId=13410) in appdb about Gumboy Crazy Adventures v.1.15 that works great. I didn't test it, cannot find that demo version on the net.
2018 Mar 09
0
[ANNOUNCE] intel-gpu-tools 1.22
A new intel-gpu-tools quarterly release is available with the
following changes:
General changes:
- Libudev has been made a mandatory dependency. (Antonio Argenziano)
- Documentation changed to refer to the new igt-dev mailing
list. (Rhys Kidd)
Library changes:
- Refactored timer usage for smaller code size. (Chris Wilson)
- Various fixes to support planar framebuffers. (Maarten Lankhorst)
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.
2008 Jun 27
2
NA value
I'm trying to replace NA with 0 value...
I've write a loop, but don't work...
Where's the problem?
> cimfasy_rwl
1991 0.92 0.72 0.50 1.29 0.54 1.22
1992 2.15 1.28 1.23 2.26 1.22 3.17
1993 1.50 0.87 1.68 1.97 0.83 2.55
1994 0.69 0.00 0.76 1.89 0.60 0.87
1995 1.13 1.04
2019 Jul 15
5
Mate on Centos 7
I have been running Mate on Centos 7 for some time but it does not work very well on my HiDPI laptop screen. Today I found that I am running version 1.16 of Mate whereas the current version is 1.22. Undoubtedly many of the issues have been fixed since 1.16 was released in 2016...
However, EPEL only provides 1.16 - a release from 2016 - and nothing later.
What is the recommended way to upgrade to
2001 Jul 29
2
e2fsprogs & endian questions
Hey all. I'm not on the list, so can you please cc me? Thanks.
Anyhow, I've got two questions. First, the website says that the 'latest'
e2fsprogs are needed. Does this mean 1.23-WIP is needed or will 1.22 do?
I'm assuming it's just a generally good idea. Second, has anyone tested
this on a BE machine? I'd like to use this on my PPC. I don't mind testing