search for: manuf

Displaying 20 results from an estimated 20 matches for "manuf".

Did you mean: manu
2001 Feb 10
3
Scatterplot - symbols coded by factor
...oxplots. I have considerd making a function with a 'for' statement for each level of the factor. Is there a better way for when I am dealing with more levels of factors? Thanks, Matt Pocernich Y <- c(40,38,30,47,25,32,13,35,27,24,20,13) X<-c(110,75,93,97,60,75,38,140,62,90,45,59) manuf <- factor(rep(LETTERS[1:3],c(4,4,4))) data3 <- data.frame(X,Y,manuf) attach(data3) plot(X, Y, type="n") points(X[manuf=="A"], Y[manuf=="A"], pch = "A") points(X[manuf=="B"], Y[manuf=="B"], pch = "B") points(X[manuf=="...
2004 Aug 17
1
An entire data frame which is a time-series?
...e("monthly.text", skip=3, sep="|", col.names=c("junk", "junk2", "wpi", "g.wpi", "wpi.primary", "g.wpi.primary", "wpi.fuel", "g.wpi.fuel", "wpi.manuf", "g.wpi.manuf", "cpi.iw", "g.cpi.iw", "cpi.unme", "g.cpi.unme", "cpi.al", "g.cpi.al", "cpi.rl", "g.cpi.rl")) Now I can do things like: g.wpi = ts(raw$g.wpi, freque...
2005 Jan 06
3
OT: TE405P pins and slots
...9;t have any need to use these parts..this is simple curiosity. What are the 2 expansion slots for? I see a group of pins at the top called 'timing'; what they are for? There is a small dial called 'ident'; whats it for? I'm guessing that the pins labeled 'test' are for manuf testing of the card. Card looks very well manufactured. Kinda hard to believe that it costs $1,500 when a SCSI RAID card that has more hardware on it costs about 1/2 that. -Matthew
2007 Apr 30
0
Fw: LDAP redudancy problem
...imit (30 by default, from 5 to 300), but it does not help. Here is our smb.conf related to ldap : passdb backend = ldapsam:"ldap://itdsd1l1.altissemiconductor.com ldap://itdsd2l2.altissemiconductor.com" ldap passwd sync = Yes ldap admin dn = cn=samba,ou=DSA,ou=manuf,o=altissemiconductor.com,cn=mfg ldap suffix = ou=manuf,o=altissemiconductor.com,cn=mfg ldap group suffix = ou=Groups ldap user suffix = ou=Users ldap machine suffix = ou=Computers ldap timeout = 15 ldap ssl = start_tls Is there a way to change the bi...
2004 Apr 14
3
A bug report?
...uot;) logtax = log(tax) logtaxbase = log(taxbase) m = lm(logtax ~ logtaxbase) summary.lm(m) details = summary.lm(m) } A <- read.table(file="amodi-data.csv", sep=",", col.names=c("year", "gdp.ag", "gdp.mining", "gdp.manuf", "gdp.elecgas", "gdp.construction", "gdp.industry", "gdp.services", "gdp.fc", "indirect.taxes", "subsidies", "j1", "gdp.mp", "gdp.mp.93", "g...
2007 Dec 31
2
ISO burning challenge -- pilgrims progress
First the Storix drive works just fine under DSL 4.2.1 on my Libretto. So the drive is fine, the media is fine. And cdrecord on DSL reports the media to be Manuf. index: 27 Manufacturee: Prodisc Technology Inc. I have all of ONE system with Centos 4 on it. A Trixbox 2.2; I added cdrecord and found that I could burn the iso image ONLY by including the -force option to get around the "cdrecord: Cannot get disk type" error. So I moved back to th...
2013 Aug 30
1
Re: ext3 / ext4 on USB flash drive?
...y heart. That is, though it might be bad news to hear that I have most likely bought a piece of crap, and that there's no way I can really tell what's inside the cover unless either I do some kind of low-level alchemy of a kind that mere users would normally be well advised to avoid, or the manufacturer fesses up to its scam by publishing the specs; it is nevertheless the case that this news has come from the filesystem maintainer himself, and my faith in humanity is thus restored by this simple proof of floss's egalitarian creed. Amen. That said, the user forums are full of lost souls...
2010 Dec 01
2
Problem in reading Excel spreadsheets
...AGR$ SYSTEM TABLE <NA> 2 BMC$ SYSTEM TABLE <NA> 3 Dairy$ SYSTEM TABLE <NA> 4 GDP$ SYSTEM TABLE <NA> 5 HIES$ SYSTEM TABLE <NA> 6 Manuf$ SYSTEM TABLE <NA> 7 Prices$ SYSTEM TABLE <NA> 8 Sheet1$ SYSTEM TABLE <NA> 9 WPI$ SYSTEM TABLE <NA> 10 'Approved plans$' TABLE <NA> 11 ...
2004 Dec 19
3
TDM120 card?
hi any chance of making asterisk support these? http://voipstore.atacomm.com/shops/ViewItem.aspx/27934028032 -38356249088.htm roy
2006 Jul 19
2
Re: Water plugin don't run error message: GL_ARB_fragment, program is missing
>> On Mon, 2006-07-17 at 23:09 +0200, reggaemanu wrote: >> >>> Hi David, >>> >>> In fact, for a Geforce TI 4200 card, and surely some others >>> card... the problem is than GL_ARB_fragment program is >>> available in a regular xorg server (so with nvidia drivers) , >>> and with xgl/compiz it is no longer available. So it is a
2003 Apr 10
1
Writing a DVD
...: 4194304 = 4096 KB FIFO size : 4194304 = 4096 KB Track 01: data 449 MB Total size: 516 MB (51:10.41) = 230281 sectors Lout start: 516 MB (51:12/31) = 230281 sectors Current Secsize: 2048 ATIP start of lead in: -150 (00:00/00) Disk type: unknown dye (reserved id code) Manuf. index: -1 Manufacturer: unknown (not in table) cdrecord: Operation not permitted. WARNING: Cannot set RR-scheduler cdrecord: Permission denied. WARNING: Cannot set priority using setpriority(). cdrecord: WARNING: This causes a high risk for buffer underruns. Starting to write CD/DVD at speed 18 in...
2003 Nov 26
1
perms of /dev/uhid0
I wrote a small app that monitors a Back-UPS ES500 UPS via the uhid0 interface. I want to run the daemon with as little privs as possible. gastest# ls -l /dev/uhid0 crw-rw---- 1 root operator 122, 0 Nov 12 05:26 /dev/uhid0 gastest# Is it safe to chmod o+r /dev/uhid0 ? Or is there a better way to drop privs of the daemon yet still be able to read from the device ? All I am doing is
2003 Jul 05
2
NEC 1300A DVD-R writing
...14 1E Track 1 start 0 Track 2 start 356880 41 00 A0 00 00 00 00 01 00 00 00 00 41 00 A1 00 00 00 00 01 00 00 00 00 41 00 A2 00 00 00 00 79 20 30 00 00 41 00 01 00 00 00 00 00 02 00 00 00 Current Secsize: 2048 ATIP start of lead in: -150 (00:00/00) Disk type: unknown dye (reserved id code) Manuf. index: -1 Manufacturer: unknown (not in table) Blocks total: 2298496 Blocks current: 2298496 Blocks remaining: 1941616 Starting to write CD/DVD at speed 1 in write mode for single session. Last chance to quit, starting real write in 9 [ ... ] Waiting for reader process to fill input buffer ... in...
2013 Aug 29
0
Re: ext3 / ext4 on USB flash drive?
...Some even will only have 512MB of flash even though it is advertised as having 8GB of flash, such that if you ever write more than 512MB worth of files on the flash, you will start losing data. (Fortunately most people don't actually use the full capacity of their USB sticks, which is why the manufacturers can get away with this kind of fraud.) So this is fundamentally a problem with the quality of the hardware, and that's not something the file system can really compensate for. And there's no way to tell whether a particular USB device has has a high quality flash device, or is a cr...
2003 Mar 31
2
Serious problem with z-plex 10
Hello I have serious problem with zhone z-plex 10 the device sometimes get red alarm on some channel and then the device suddenly shutdown. I try to unplugged the power chord and plug again, but the device still didn't up. I have to wait for long time to get this device up again. How can i fix this problem, so i can get this device immediately? Eris Riswanto
2013 Aug 29
3
ext3 / ext4 on USB flash drive?
...ext4 will thrash your USB then it could important if it is also true that, for example, the life-expectancy of a USB can really as low as 10,000 writes: http://linux.koolsolutions.com/2009/01/29/installing-linux-on-usb-part-3-which-linux-filesystem-for-usb-devices/. I spoke to Integral Memory, the manufacturer of my USB drive. Their technical support line said their device had a life expectancy of 1000 writes, and came with a two-year warranty. He didn't know what he was talking about. None of Integral's publically available spec-sheets tell you anything useful. They give an approximate w...
2017 Jan 06
0
nouveau: display freezing
...ci_hcd 0000:00:14.0: cache line size of 256 is not supported [ 2.554659] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 2.554661] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.554662] usb usb1: Product: xHCI Host Controller [ 2.554662] usb usb1: Manufacturer: Linux 4.10.0-rc2 xhci-hcd [ 2.554663] usb usb1: SerialNumber: 0000:00:14.0 [ 2.555194] hub 1-0:1.0: USB hub found [ 2.555266] hub 1-0:1.0: 14 ports detected [ 2.556990] xhci_hcd 0000:00:14.0: xHCI Host Controller [ 2.557212] xhci_hcd 0000:00:14.0: new USB bus registered, assi...
2015 Dec 05
2
bad things happened, 4.4-rc3, nve7, virgl test server
...1.838842] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00 [ 1.839244] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 1.839283] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.839319] usb usb1: Product: EHCI Host Controller [ 1.839344] usb usb1: Manufacturer: Linux 4.4.0-rc3+ ehci_hcd [ 1.839372] usb usb1: SerialNumber: 0000:00:1a.0 [ 1.840208] hub 1-0:1.0: USB hub found [ 1.840262] hub 1-0:1.0: 2 ports detected [ 1.841481] ehci-pci 0000:00:1d.0: EHCI Host Controller [ 1.841644] ehci-pci 0000:00:1d.0: new USB bus registered, assig...
2005 Jun 15
12
WiFi IP Phones
Guys. I know there are wifi sip phones out there but I have a question, are any of these phones "anti explosive"? By that I mean, there are certain regulations about phones or cel phones that are not recommended to operate in environments like gas stations due to sparks and the chance of ingiting gas fumes. Are there any wifi sip phones out here that have complaince with regulations to
2009 Jun 11
5
Problems with Broadcom 4312 wireless
I'm migrating my son's Dell laptop from Vista to CentOS 5.3. He came back from each of his first two years of college loaded with virii and trojans. This year he said "Dad, can you give me Linux?" 5.3 went onto the laptop easily and after doing some research, I applied the guidance for getting multimedia working and got the nvidia driver loaded. That works great. Last