Displaying 12 results from an estimated 12 matches for "33.24".
Did you mean:
3.24
2007 Oct 23
0
CentOS-announce Digest, Vol 32, Issue 15
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When
2007 Oct 22
0
CESA-2007:0813 Moderate CentOS 3 s390(x) openssl - security update
CentOS Errata and Security Advisory 2007:0813
https://rhn.redhat.com/errata/RHSA-2007-0813.html
The following updated files have been uploaded and are currently
syncing to the mirrors:
s390:
updates/s390/RPMS/openssl-0.9.7a-33.24.s390.rpm
updates/s390/RPMS/openssl-devel-0.9.7a-33.24.s390.rpm
updates/s390/RPMS/openssl-perl-0.9.7a-33.24.s390.rpm
s390x:
2007 Oct 22
0
CESA-2007:0813 Moderate CentOS 3 i386 openssl - security update
CentOS Errata and Security Advisory CESA-2007:0813
openssl security update for CentOS 3 i386:
https://rhn.redhat.com/errata/RHSA-2007-0813.html
The following updated file has been uploaded and is currently syncing to
the mirrors:
i386:
updates/i386/RPMS/openssl-0.9.7a-33.24.i386.rpm
updates/i386/RPMS/openssl-0.9.7a-33.24.i686.rpm
updates/i386/RPMS/openssl-devel-0.9.7a-33.24.i386.rpm
2007 Oct 22
0
CESA-2007:0813 Moderate CentOS 3 x86_64 openssl - security update
CentOS Errata and Security Advisory CESA-2007:0813
openssl security update for CentOS 3 x86_64:
https://rhn.redhat.com/errata/RHSA-2007-0813.html
The following updated file has been uploaded and is currently syncing to
the mirrors:
x86_64:
updates/x86_64/RPMS/openssl-0.9.7a-33.24.i686.rpm
updates/x86_64/RPMS/openssl-0.9.7a-33.24.x86_64.rpm
2007 Oct 22
0
CESA-2007:0813 Moderate CentOS 3 ia64 openssl - security update
CentOS Errata and Security Advisory 2007:0813
https://rhn.redhat.com/errata/RHSA-2007-0813.html
The following updated files have been uploaded and are currently
syncing to the mirrors:
ia64:
updates/ia64/RPMS/openssl-0.9.7a-33.24.ia64.rpm
updates/ia64/RPMS/openssl-devel-0.9.7a-33.24.ia64.rpm
updates/ia64/RPMS/openssl-perl-0.9.7a-33.24.ia64.rpm
--
Pasi Pirhonen - upi at iki.fi -
2011 May 18
1
assign $y of predict() function output to variable
Hello R-help
Below is the output from the predict() function. How can I assign $y to a
variable.
>predict(function,df2)
$x
V1
1 36.28
2 34.73
3 33.74
4 69.87
5 58.88
6 89.44
7 43.97
8 41.94
9 33.34
10 38.47
11 35.16
12 42.94
13 46.76
14 53.24
15 52.43
16 50.40
17 34.42
18 33.22
19 33.24
20 39.60
21 39.32
22 44.71
23 54.03
24 47.48
25 35.42
26 34.78
2007 Aug 21
2
Optimization problem
Hello Folks,
Very new to R so bear with me, running 5.2 on XP. Trying to do a zero-inflated negative binomial regression on placental scar data as dependent. Lactation, location, number of tick larvae present and mass of mouse are independents. Dataframe and attributes below:
Location Lac Scars Lar Mass Lacfac
1 Tullychurry 0 0 15 13.87 0
2 Somerset 0 0 0
2007 Aug 16
2
Newbie
Hello,
I'm a bit new to the world of R so forgive my ignorance. I'm trying to do a zero-inflated negative binomial regression and have received an error message and i'm not sure what it means. I'm running R 2.5.1 on XP. I have just tried a really simple version of the model to see if it would run before I put all the variables in. I have attached all the variables to the
2011 Oct 29
0
[LLVMdev] [llvm-commits] [PATCH] BasicBlock Autovectorization Pass
On Sat, 2011-10-29 at 12:30 -0500, Hal Finkel wrote:
> Ralf, et al.,
>
> Attached is the latest version of my autovectorization patch. llvmdev
> has been CC'd (as had been suggested to me); this e-mail contains
> additional benchmark results.
>
> First, these are preliminary results because I did not do the things
> necessary to make them real (explicitly quiet the
2011 Oct 29
4
[LLVMdev] [llvm-commits] [PATCH] BasicBlock Autovectorization Pass
Ralf, et al.,
Attached is the latest version of my autovectorization patch. llvmdev
has been CC'd (as had been suggested to me); this e-mail contains
additional benchmark results.
First, these are preliminary results because I did not do the things
necessary to make them real (explicitly quiet the machine, bind the
processes to one cpu, etc.). But they should be good enough for
discussion.
2011 Oct 29
0
[LLVMdev] [llvm-commits] [PATCH] BasicBlock Autovectorization Pass
On Sat, 2011-10-29 at 15:16 -0500, Hal Finkel wrote:
> On Sat, 2011-10-29 at 14:02 -0500, Hal Finkel wrote:
> > On Sat, 2011-10-29 at 12:30 -0500, Hal Finkel wrote:
> > > Ralf, et al.,
> > >
> > > Attached is the latest version of my autovectorization patch. llvmdev
> > > has been CC'd (as had been suggested to me); this e-mail contains
> >
2011 Oct 29
4
[LLVMdev] [llvm-commits] [PATCH] BasicBlock Autovectorization Pass
On Sat, 2011-10-29 at 14:02 -0500, Hal Finkel wrote:
> On Sat, 2011-10-29 at 12:30 -0500, Hal Finkel wrote:
> > Ralf, et al.,
> >
> > Attached is the latest version of my autovectorization patch. llvmdev
> > has been CC'd (as had been suggested to me); this e-mail contains
> > additional benchmark results.
> >
> > First, these are preliminary