Displaying 20 results from an estimated 238 matches for "9.7".
Did you mean:
0.7
2010 Jan 13
4
merging issue.........
hi, I have a question about merging two files.
For example, I have two files, the first file is like the following:
id trait1
1 10.2
2 11.1
3 9.7
6 10.2
7 8.9
10 9.7
11 10.2
The second file is like the following:
id trait2
1 9.8
2 10.8
4 7.8
5 9.8
6 10.1
12 10.2
13 10.1
now I want to merge the two files by the variable "id", I only want
2009 Oct 25
3
Importing data from text file with mixed format
Hi,
I'm having difficulty importing my textfile that looks something like this:
#begin text file
Timepoint 1
ObjectNumber Volume SurfaceArea
1 5.3 9.7
2 4.9 8.3
3 5.0 9.1
4 3.5 7.8
Timepoint 2
ObjectNumber Volume SurfaceArea
1 5.1
2024 Mar 11
1
Announce: OpenSSH 9.7 released
OpenSSH 9.7 has just been released. It will be available from the
mirrors listed at https://www.openssh.com/ shortly.
OpenSSH is a 100% complete SSH protocol 2.0 implementation and
includes sftp client and server support.
Once again, we would like to thank the OpenSSH community for their
continued support of the project, especially those who contributed
code or patches, reported bugs, tested
2024 Mar 11
0
Announce: OpenSSH 9.7 released
OpenSSH 9.7 has just been released. It will be available from the
mirrors listed at https://www.openssh.com/ shortly.
OpenSSH is a 100% complete SSH protocol 2.0 implementation and
includes sftp client and server support.
Once again, we would like to thank the OpenSSH community for their
continued support of the project, especially those who contributed
code or patches, reported bugs, tested
2006 May 22
1
win2k memory problem with merge()'ing repeatedly (long email)
Good afternoon,
I have a 63 small .csv files which I process daily, and until two
weeks ago they processed just fine and only took a matter of moments
and had non noticeable memory problem. Two weeks ago they have
reached 318 lines and my script "broke". There are some
missing-values in some of the files. I have tried hard many times
over the last two weeks to create a
2011 Mar 22
1
how to convert a data.frame to a list of dist objects for individual differences MDS?
I have a 45 x 16 data frame consisting of dissimilarities among 10
colors, giving in each
column the 45 = 10*9/2 pairwise judgments for one of 16 subjects. The
rownames
identify each pair of colors, e.g, "AC" = ("A","C"), and the pairs are
ordered by columns
in the lower triangle of each distance matrix.
> helm.raw <-
2010 Oct 18
1
Crossed random effects in lme
Dear all,
I am trying to fit a model with crossed random effects using lme. In this
experiment, I have been measuring oxygen consumption (mlmin) in bird
nestlings, originating from three different treatments (treat), in a
respirometer with 7 different channels (ch). I have also measured body mass
(mass) for these birds.
id nest treat year mlmin mass ch hack
1EP51711 17
2010 Apr 27
5
get means of elements of 5 matrices in a list
I've got a list of 5 matrices that are each 5 x 6. I'd like to end up with a
5 x 6 matrix that contains the mean value of the 5 original matrices. I can
do this by brute force, but there must be a better way than making each
matrix into a vector and then remaking a matrix
thanks very much for any help
david freedman
ll=list(structure(c(9.7, 17.6, 20.8, 24.1, 33.8, 14.5, 25.7, 29.8,
2010 Mar 29
2
Combing
Hi all,
I want to combine two data sets (ZA and ZB to get ZAB).
The common variable between the two data sets is ID.
Data ZA
ID F M
1 0 0
2 0 0
3 1 2
4 1 0
5 3 2
6 5 4
Data ZB
ID v1 v2 v3
3 2.5 3.4 302
4 8.6 2.9 317
5 9.7 4.0 325
6 7.5 1.9 296
Output (ZAB)
ID F M v1 v2 v3
1 0 0 -9 -9 -9
2 0 0 -9 -9 -9
3 1 2 2.5 3.4 302
4 1 0 8.6 2.9 317
5 3 2 9.7
2024 Mar 06
1
Call for testing: OpenSSH 9.7
Hi Damien,
On Mar 5 11:24, Damien Miller wrote:
>
> Hi,
>
> OpenSSH 9.7p1 is almost ready for release, so we would appreciate testing
> on as many platforms and systems as possible. This is a bugfix release.
Tested on Cygwin 3.5.1.
I have a testsuite failure in the dynamic-forward testcase.
trace: will use ProxyCommand
2024 Mar 06
1
Call for testing: OpenSSH 9.7
On Wed, 6 Mar 2024, Corinna Vinschen wrote:
> Hi Damien,
>
> On Mar 5 11:24, Damien Miller wrote:
> >
> > Hi,
> >
> > OpenSSH 9.7p1 is almost ready for release, so we would appreciate testing
> > on as many platforms and systems as possible. This is a bugfix release.
>
> Tested on Cygwin 3.5.1.
>
> I have a testsuite failure in the
2024 Mar 06
1
Call for testing: OpenSSH 9.7
On 2024-03-05 00:24, Damien Miller wrote:
> Hi,
>
> OpenSSH 9.7p1 is almost ready for release, so we would appreciate testing
> on as many platforms and systems as possible. This is a bugfix release.
Hello. Successfully built and passed tests on two different machines running Artix Linux, one physical and one virtual. This also included a rebased patch of mine which is the subject of
2024 Mar 06
0
Call for testing: OpenSSH 9.7
Successfully built and passed all tests on two different machines here running Artix Linux.
Just a disclaimer, however, on one of these machines I also included a patch I committed which is the subject of my open GitHub PR for adding configuration options to specify alternative ~/.ssh/rc and ~/.ssh/environment files. I am yet to come up with any automated tests for that myself, however I'd be
2024 Mar 06
1
Call for testing: OpenSSH 9.7
On Thu, Mar 07, 2024 at 02:11:21AM +1100, Damien Miller wrote:
>
>
> On Tue, 5 Mar 2024, The Doctor wrote:
>
> > Showstopper problem!
> >
> > I want configure to work with /usr/local/bin/openssl and not /usr/bin/openssl
>
> You can use --with-ssl-dir for this. --with-ssl-dir=/foo will have
> configure try /foo/bin/openssl and /foo/apps/openssl. Otherwise
2024 Mar 09
0
Call for testing: OpenSSH 9.7
On 09/03/2024 20:37, Thorsten Glaser wrote:
> On Sat, 9 Mar 2024, Tom G. Christensen wrote:
>
>> Running the testsuite on Solaris 9 I see this:
>
>> The issue is that /bin/sh is sensitive to the ^ character. It either
>
> Solaris 9 /bin/sh is not POSIX-conformant, best to run
> those build scripts with /usr/xpg4/bin/sh or the Korn
> shell.
>
I know but
2024 Mar 09
1
Call for testing: OpenSSH 9.7
On Sat, 9 Mar 2024, Tom G. Christensen wrote:
[snip]
> Running the testsuite on Solaris 9 I see this:
[snip]
> /export/home/tgc/buildpkg/openssh/src/openssh-git/ssh-keygen -if
> /export/home/tgc/buildpkg/openssh/src/openssh-git/regress/rsa_ssh2_crnl.prv |
> diff - /export/home/tgc/buildpkg/openss
> h/src/openssh-git/regress/rsa_openssh.prv ; \
> fi
> +
2024 Mar 08
1
Call for testing: OpenSSH 9.7
Hi,
/bin/sh can be very different....
Ubuntu 22.04:
:; ls -hal /bin/sh /bin/bash
-rwxr-xr-x 1 root root 1,4M Jan 6 2022 /bin/bash
lrwxrwxrwx 1 root root 4 Mar 23 2022 /bin/sh -> dash
OpenIndiana (old OpenSolaris reincarnation)
:; ls -hal /bin/sh /bin/bash
-r-xr-xr-x 1 root bin 1,4M Jan 25 09:42 /bin/bash
lrwxrwxrwx 1 root root 9 Apr 6 2021 /bin/sh -> i86/ksh93
On
2024 Jan 09
8
[Bug 3651] New: tracking bug for openssh-9.7
https://bugzilla.mindrot.org/show_bug.cgi?id=3651
Bug ID: 3651
Summary: tracking bug for openssh-9.7
Product: Portable OpenSSH
Version: -current
Hardware: Other
OS: Linux
Status: NEW
Keywords: meta
Severity: enhancement
Priority: P5
Component: Miscellaneous
Assignee:
2024 Mar 06
2
Call for testing: OpenSSH 9.7
On Tue, 5 Mar 2024, The Doctor wrote:
> Showstopper problem!
>
> I want configure to work with /usr/local/bin/openssl and not /usr/bin/openssl
You can use --with-ssl-dir for this. --with-ssl-dir=/foo will have
configure try /foo/bin/openssl and /foo/apps/openssl. Otherwise it
just searches $PATH.
Nothing has changed here for the last couple of releases.
-d
2024 Mar 07
1
Call for testing: OpenSSH 9.7
On Thu, 7 Mar 2024 at 14:54, The Doctor <doctor at doctor.nl2k.ab.ca> wrote:
[...]
> /usr/local/bin/openssl version -a
> ld-elf.so.1: /usr/lib/libssl.so.3: version OPENSSL_3.2.0 required by /usr/local/bin/openssl not found
This is why configure (with the patch) didn't use that openssl binary:
it doesn't work.
Trying something like this ought prove whether or not the patch