Displaying 2 results from an estimated 2 matches for "ti0".
Did you mean:
ti
2010 Aug 02
1
read the middle of a file
...m Long ",lo/60-180," to ",(lo+nlo)/60-180," and Lat ",lat.min," to ",lat.max," degrees \n")
cat(" top discard ",la*360*60+lo," records, Are ",la*60," segments of ",nlo," usefull,discard ",360*60-nlo,"\n")
ti0 <- proc.time()
for(i in 1:360) {
b <- readLines(con,n=la*60) # discard top by degrees
# without this loop the vector b does not fit in RAM
rm(b)
}
b <- readLines(con,n=lo-1) # discard top-to long
rm(b)
ti1 <- proc.time()
b <- NULL
for(i in 1:nla) {
b <- c(b...
2003 Apr 09
1
Panics on 4.7 system
...0x170 irq 15 on atapci0
pci0: <OHCI USB controller> at 15.2 irq 5
isab0: <PCI to ISA bridge (vendor=1166 device=0225)> at device 15.3 on
pci0
isa0: <ISA bus> on isab0
pcib1: <Host to PCI bridge> on motherboard
IOAPIC #1 intpin 0 -> irq 11
pci1: <PCI bus> on pcib1
ti0: <Netgear GA620 1000baseSX Gigabit Ethernet> mem
0xfcf00000-0xfcf03fff irq 11 at device 6.0 on pci1
ti0: Ethernet address: 00:02:e3:00:0d:c6
pcib2: <Host to PCI bridge> on motherboard
pci2: <PCI bus> on pcib2
pcib8: <PCI to PCI bridge (vendor=8086 device=b154)> at device 6...