search for: chh

Displaying 9 results from an estimated 9 matches for "chh".

Did you mean: ch
2011 Oct 19
1
replacing percentage of values in data frame
I've been looking for how to change a certain percentage of values in a data frame, but I've been struggling to find information in R. For example: #################example data############## > data V1 V2 V3 V4 V5 V6 V7 1 chr1 500 500 CHH 0 0.5 + 2 chr1 550 550 CHH 0 0.0 + 3 chr2 700 700 CHH 0 0.0 + 4 chr2 1000 1000 CHH 0 0.0 + 5 chr3 100 100 CHH 0 0.0 + 6 chr4 450 450 CG 0 0.0 + 7 chr5 450 450 CHH 0 0.0 + 8 chr5 50034 50034 CHG 0 0.0 + 9 chr7 50055 50055 CHG 0 0.0 + 10 chr10...
2003 Dec 09
4
Problems with Win32 syslinux
...ves end up going into a Geode-based PC board with a built in CF slot. Now, before I run SYSLINUX.EXE on them, they are 32MB with a Toshiba part number showing up when the PC boots. They show up on as the Secondary Master. After I run SYSLINUX.EXE, they stay 32MB, but they then come up as a "CHH" part, and show up as Secondary Slave, and of course, don't work because all my scripts assume that the drive will be on hdc, not to mention that the CF has been corrupted to the point where things like FreeDOS can't read the flash anymore. So my question is this -- how would I go abo...
2003 Jun 04
1
RE: Your application (PR#3190)
Stop sending me emails!!! > -----Original Message----- > From: r-bugs@lists.r-project.org [SMTP:r-bugs@lists.r-project.org] > Sent: Wednesday, 4 June 2003 16:28 > To: sam.taylor@chh.co.nz > Subject: Re: Your application > > Please see the attached file. << File: DELETED0.TXT >> DISCLAIMER: This electronic message together with any attachmen... {{dropped}}
2015 Jul 13
2
[LLVMdev] __float128 (f128) calling convention bug on x86_64
Hello, I'm new to this mailing list and fixing llvm bugs for Android. Can anyone point me to any previous discussion or work related to the following bug? https://llvm.org/bugs/show_bug.cgi?id=23897 I am testing my patch to llvm to make f128 values stay in SSE registers instead of being split into two i64 values. I have tried to add a register class FR128 to hold f128 values for the x86_64
2002 Nov 18
5
order and rm()
Hello all. I have two small questions in one post, for the sake of brevity. 1. I have some objects that I want to delete. I have the line: rm (c (channelheader, paste ("channel", 1:3, sep=""))) I have tried a few variations, including list=, but cannot figure it out. In SAS, I can use a ':' as a wildcard. Is there any equivalent in R? 2. Is there any possible was to
2005 May 12
1
Encoding related problem( raw to speex conversion )
...can you please suggest with options or any kind of help. I am trying VOIP application so sending packets on RTP. any help is welcomed... Thanks -- Rahul Ruikar Systems Software Engineer Rahul@Phonologies.COM http://www.phonologies.com Phonologies (India) Private Limited G-46 Dhanraj Mahal, Chh Shivaji Marg, Mumbai 39. INDIA. Ph:+91-22-22029732 Fax:+91-22-22029728 mail@phonologies.com ****The information in this email is confidential and may be legally privileged. It is intended solely for the addressee. Access to this email by anyone else is unauthorized. If you are not the intended re...
2007 Oct 02
3
Logwatch for postfix
On CentOS5 with the latest updates applied, the logwatch filter for postfix returns way too many lines from the log. I get an "unmatched entries" message and all messages that have gone through the system is listed. Here is an example: 8F930A8092: to=<morten at foo.bar>, orig_to=<morten at localhost>, relay=local, delay=0.19, delays=0.06/0.01/0/0.12, dsn=2.0.0,
2001 Sep 26
0
setting search position
I'm building a library of spectral analysis routines, and have a question. A few functions I've written work just like existing ts library routines, with added functionality. I thought a handy way to set this up would be to set my library ("spectral") before ts on the search path. Is there an elegant way to guarantee this? e.g. if require(ts) is in .First.lib, and ts is not
2001 Oct 09
3
Unlisting while preserving object types?
Hi A toy example is probably the least ambiguous way of explaining what I'm trying to do. > library(ts) > zz<-list(a=rnorm(100),b=rt(100,3)) > zz.spec<-lapply(zz,spectrum,plot=F) > summary(zz.spec) Length Class Mode a 15 spec list b 15 spec list I'm looking for an elegant way to fetch components of the sub-lists a and b of zz.spec; e.g. to make a matrix