Displaying 20 results from an estimated 22 matches for "intc".
Did you mean:
int
2000 Jul 07
1
reorganizing a data frame
...er close
1 01/02/1998 GE 24.667
2 01/05/1998 GE 25.104
3 01/06/1998 GE 24.771
4 01/07/1998 GE 24.979
5 01/08/1998 GE 24.750
6 01/02/1998 HIT 71.125
7 01/05/1998 HIT 72.313
8 01/06/1998 HIT 72.563
9 01/02/1998 INTC 36.313
10 01/05/1998 INTC 37.250
11 01/06/1998 INTC 36.563
12 01/07/1998 INTC 36.375
13 01/08/1998 INTC 37.156
I would like to turn this data frame into a matrix, closedata, that looks like
this
GE HIT INTC
01/02/1998 24.6...
2001 Oct 08
3
testing diff for slopes and intercepts
I fit the model
fit<-lm(thresh~cond*Ne)
where
thresh is the reponse
cond is a factor with levels a, b, and c
Ne is a continuous indep var
I think of this full model as having three lines: thresh as a function of
Ne for each condition. Thus we have slopea, slopeb, slopec, inta, intb,
intc.
lm output my params
-------------------------
(Intercept) inta
condb intb - inta
condc intc - inta
Ne slopea
condb:Ne slopeb - slopea
condc:Ne slopec - slopea
This parametrization automatically compares
inta vs intb
inta vs intc
But how to get test f...
2011 Aug 23
1
Testing Specific Hypothesis
...N.Equity
56 0.030350022 FDX.UN.Equity
57 -0.004484455 GOOG.UW.Equity
58 0.012791206 GOOG.UW.Equity
59 -0.011949216 GOOG.UW.Equity
60 0.019551524 GOOG.UW.Equity
61 0.018517603 GOOG.UW.Equity
62 0.001213141 GOOG.UW.Equity
63 0.005622153 GOOG.UW.Equity
64 0.003272557 INTC.UW.Equity
65 0.021901212 INTC.UW.Equity
66 0.025079799 INTC.UW.Equity
67 0.007117438 INTC.UW.Equity
68 0.007950530 INTC.UW.Equity
69 0.016213848 INTC.UW.Equity
70 -0.012074170 INTC.UW.Equity
71 -0.012396694 MS.UN.Equity
72 -0.025104603 MS.UN.Equity
73 0.009442060...
2006 Feb 23
9
Balancing multiple connections and NAT
...the packet gets routed onto. The setup looks something
like this:
Interface IP Gateway Table Network
--------- -- ------- ----- -------
intA ipA gwA tableA netA
intB ipB gwB tableB netB
intC ipC gwC tableC netC
[intD is the LAN interface]
intD ipD (private) no gateway global netD
This works fine most of the time, except that once in a while (every
5-10 minutes or so) packets going out on (e.g.) intB suddenly start
getting NAT''ed to...
2004 Aug 03
2
lme fitted correlation of random effects: where is it?
...ing?
Of course, this correlation matrix is not the sample correlation matrix of
the random effects, as is confirmed below.
Thanks for any ideas.
Jake Wegelin
> junk
Linear mixed-effects model fit by REML
Data: blockmat
Log-restricted-likelihood: -426.3231
Fixed: RESP ~ -1 + intS + tS + intC + tC + intA + tA
intS tS intC tC intA tA
-0.049391372 0.034116310 -0.003453588 0.200868693 0.019390920 -0.233687228
Random effects:
Formula: ~(-1 + intS + tS) + (-1 + intC + tC) + (-1 + intA + tA) | ID
Structure: General positive-definite,...
2011 Feb 18
1
VF passthrough problems
...changed 0 -> 11
(XEN) HVM1: PCI-ISA link 2 routed to IRQ11
(XEN) irq.c:258: Dom1 PCI link 3 changed 0 -> 5
(XEN) HVM1: PCI-ISA link 3 routed to IRQ5
(XEN) HVM1: pci dev 01:2 INTD->IRQ5
(XEN) HVM1: pci dev 01:3 INTA->IRQ10
(XEN) HVM1: pci dev 02:0 INTA->IRQ11
(XEN) HVM1: pci dev 03:0 INTC->IRQ10
(XEN) HVM1: pci dev 04:0 INTA->IRQ5
(XEN) HVM1: pci dev 02:0 bar 10 size 02000000: f0000008
(XEN) HVM1: pci dev 03:0 bar 14 size 01000000: f2000008
(XEN) HVM1: pci dev 05:0 bar 10 size 00004000: f3000004
(XEN) domctl.c:982:d0 memory_map:add: gfn=f3000 mfn=dd5a0 nr_mfns=4
(XEN) domctl.c...
2009 Jul 10
0
Error when running the examples in plotMultiTS / QRMlib
...veslim)
library(brainwaver)
library(timeSeries)
library(QRMlib)
> ?plotMultiTS
> data(DJ);
> Sdata <- window(DJ, from="1993-01-01", to="2000-12-31");
> #select only 4 stocks from 30-stock index:
> tsSelections <- c("GE","INTC","KO","JNJ");
> Sdata <- Sdata[,tsSelections];
Error in .subset(x, i, j, drop = FALSE) :
object of type 'S4' is not subsettable
> Zdata <- log(Sdata);
> rm(Sdata);
> #Plot all 4 columns on same graph:
> plotMultiTS(Zda...
2011 Feb 14
0
Apply Function To Each Row of Matrix
...function that
takes a single stock symbol as an argument, parses the text of Google Finance
and returns the related stock symbols that the page has listed into a CSV file.
For example, IBM would return the following in a CSV file:
rels
1 ORCL
2 HPQ
3 MSFT
4 CSCO
5 EMC
6 DELL
7 SAP
8 INTC
9 SY
10 CA
I'm trying to use sapply (or any of the apply functions) to loop through the
matrix of 3000 stock symbols and pass them through to my function. I get the
following errors when using sapply:
1: In file(con, "r") : only first element of 'description' argu...
2004 Apr 20
10
TCP RST attack
http://www.uniras.gov.uk/vuls/2004/236929/index.htm
----Quote----
"The impact of this vulnerability varies by vendor and application, but in
some deployment scenarios it is rated critical. Please see the vendor
section below for further information. Alternatively contact your vendor
for product specific information.
If exploited, the vulnerability could allow an attacker to create a
2009 Jun 30
4
Echo and static on PRI with errors
Hi there,
I'm having some fairly serious asterisk problems, which seem to be spread
quite liberally across all asterisk versions, I've tried 1.4.2, 1.6.0.10,
1.6.2beta4 and still had exactly the same problem with static and echo on
the line when using the PRI interface.
A little background:
Server: HP DL145 G3 Dual Opteron 246 with 2GB ram and a brand new OpenVox
D110P
2012 Oct 02
1
ahcich reset -> cannot mount zfs root in 9.1-PRE
...=0x0117, statreg=0x02a0, cachelnsz=16 (dwords)
lattimer=0x20 (960 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
intpin=c, irq=10
map[10]: type Memory, range 32, base 0xfe9fc000, size 12, enabled
pcib0: allocated type 3 (0xfe9fc000-0xfe9fcfff) for rid 10 of pci0:0:19:2
pcib0: matched entry for 0.19.INTC
pcib0: slot 19 INTC hardwired to IRQ 18
ohci early: SMM active, request owner change
found-> vendor=0x1002, dev=0x438a, revid=0x00
domain=0, bus=0, slot=19, func=3
class=0c-03-10, hdrtype=0x00, mfdev=0
cmdreg=0x0117, statreg=0x02a0, cachelnsz=16 (dwords)
lattimer=0x20 (960 ns), mingnt=0x00 (...
2006 Oct 01
4
HEADS UP: FreeBSD 5.3, 5.4, 6.0 EoLs coming soon
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello Everyone,
On October 31st, FreeBSD 5.3 and FreeBSD 5.4 will have reached their
End of Life and will no longer be supported by the FreeBSD Security
Team. Users of either of those FreeBSD releases are strongly encouraged
to upgrade to FreeBSD 5.5 or FreeBSD 6.1 before that date.
In addition, the FreeBSD 6.0 End of Life is presently scheduled
2012 Aug 02
1
Problem detecting Sil3124 SATA controllers off of Sandy Bridge northbridge-connected PCIe slots
...map[10]: type Memory, range 64, base 0xf7c21000, size 8, enabled
pcib0: allocated type 3 (0xf7c21000-0xf7c210ff) for rid 10 of pci0:0:31:3
map[20]: type I/O Port, range 32, base 0x580, size 5, enabled
pcib0: allocated type 4 (0x580-0x59f) for rid 20 of pci0:0:31:3
pcib0: matched entry for 0.31.INTC
pcib0: slot 31 INTC hardwired to IRQ 18
pcib1: <ACPI PCI-PCI bridge> irq 16 at device 1.0 on pci0
pcib0: allocated type 4 (0xe000-0xefff) for rid 1c of pcib1
pcib0: allocated type 3 (0xf7b00000-0xf7bfffff) for rid 20 of pcib1
pcib1: domain 0
pcib1: secondary bus 1
pcib1:...
2006 Mar 30
1
[Fwd: Re: [Fwd: Re: Still ATAPICAM Lockup/Slowdown]]
Thomas,
Have spoken to Soren, from my bootlog he believes that the problem is in
atapicam causing the system to lock up. He is happy to answer some
questions but doesnt have time to delve into atapicam himself.
Did you author atapicam, I have seen your name on the sourcecode, can
you help me further? Whats next?
Thanks Adam.
-------------- next part --------------
An embedded message was
2017 Feb 17
11
[PATCH 00/35] treewide trivial patches converting pr_warning to pr_warn
...rm/x86/asus-laptop.c | 2 +-
drivers/platform/x86/eeepc-laptop.c | 2 +-
drivers/platform/x86/intel_oaktrail.c | 10 ++---
drivers/rapidio/rio-sysfs.c | 4 +-
drivers/scsi/a3000.c | 2 +-
drivers/sh/intc/core.c | 4 +-
drivers/tty/hvc/hvcs.c | 2 +-
drivers/tty/tty_io.c | 4 +-
drivers/video/fbdev/aty/radeon_base.c | 4 +-
drivers/video/fbdev/core/fbmon.c | 4 +-
drivers/video/f...
2017 Feb 17
11
[PATCH 00/35] treewide trivial patches converting pr_warning to pr_warn
...rm/x86/asus-laptop.c | 2 +-
drivers/platform/x86/eeepc-laptop.c | 2 +-
drivers/platform/x86/intel_oaktrail.c | 10 ++---
drivers/rapidio/rio-sysfs.c | 4 +-
drivers/scsi/a3000.c | 2 +-
drivers/sh/intc/core.c | 4 +-
drivers/tty/hvc/hvcs.c | 2 +-
drivers/tty/tty_io.c | 4 +-
drivers/video/fbdev/aty/radeon_base.c | 4 +-
drivers/video/fbdev/core/fbmon.c | 4 +-
drivers/video/f...
2017 Feb 17
11
[PATCH 00/35] treewide trivial patches converting pr_warning to pr_warn
...rm/x86/asus-laptop.c | 2 +-
drivers/platform/x86/eeepc-laptop.c | 2 +-
drivers/platform/x86/intel_oaktrail.c | 10 ++---
drivers/rapidio/rio-sysfs.c | 4 +-
drivers/scsi/a3000.c | 2 +-
drivers/sh/intc/core.c | 4 +-
drivers/tty/hvc/hvcs.c | 2 +-
drivers/tty/tty_io.c | 4 +-
drivers/video/fbdev/aty/radeon_base.c | 4 +-
drivers/video/fbdev/core/fbmon.c | 4 +-
drivers/video/f...
2011 Feb 23
0
[LLVMdev] LLVMdev Digest, Vol 80, Issue 37-Help to unsubscribe
...me from this list.
Sujatha Gurumurthy
Staffing Consultant/Talent Advisor
UMG - Ultra Mobile Group
sujatha.gurumurthy at intel.com
US ERP Manager
Interested in Employee Referral Program
Visit referral.intel.com/
Intel USA Employee Referral Program Group
100 Best Companies to Work For 2011: Intel - INTC - from FORTUNE
-----Original Message-----
From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of llvmdev-request at cs.uiuc.edu
Sent: Tuesday, February 22, 2011 4:47 PM
To: llvmdev at cs.uiuc.edu
Subject: LLVMdev Digest, Vol 80, Issue 37
Send LLVMdev mailing l...
2013 Nov 20
54
[PATCH+RFC+HACK 00/16] xen: arm initial support for xgene arm64 platform
I''m afraid this series is rather a grab bag and it is distressingly
large at this stage. With this series I can boot an Xgene board until it
fails to find its SATA controller. This is a dom0 issue for which
patches are pending from APM (/me nudges Anup).
As well as the APM specific platform stuff there are also some generic
improvements which were either necessary or useful during this
2013 Nov 25
22
[PATCH v3 00/13] xen: arm initial support for xgene arm64 platform
George has release acked all of these. Otherwise mostly minor updates
this time around.
Summary: A == acked, M == modified
A xen: arm64: Add 8250 earlyprintk support
A xen: arm64: Add Basic Platform support for APM X-Gene Storm.
A xen: arm64: Add APM implementor id to processor implementers.
M xen: arm: add a quirk to handle platforms with unusual GIC layout
A xen: arm: allow platform