search for: ingore

Displaying 20 results from an estimated 41 matches for "ingore".

Did you mean: indore
2011 Feb 17
0
Fw: RE: Variable length datafile import problem
--- On Thu, 2/17/11, John Kane <jrkrideau at yahoo.ca> wrote: > From: John Kane <jrkrideau at yahoo.ca> > Subject: RE: [R] Variable length datafile import problem > To: "Ingo Reinhold" <ingor at kth.se> > Received: Thursday, February 17, 2011, 5:54 AM > Generally most of the gurus are in > this list.? Hopefully someone will take an interest in >
2011 Feb 15
4
Variable length datafile import problem
Dear all, I am stuck the reading of a file which has 100s of rows and variable column counts. The tab-limited data file looks something like: Some_Text 1 3 123 1534 -119 1010 178 Some_Taxt 1 3 133 1434 -219 1010 178 Some_Tsxt 1 3 244 1334 -319 1010 178 Some_Tfxt 1 3 153 1234 -419 1010 178 Some_Trxt 1
2007 Sep 04
1
Solaris ingores server variable
Hi everyone, I got a basic puppetmaster setup, which works well for Linux. I''ve setup a basic function: define remotefile($owner = root, $group = root, $mode, $source, $backup = false, $recurse = false) { file { $name: mode => $mode, owner => $owner, group => $group, backup => $backup,
2013 Aug 27
1
[plyr] Moving average filter with plyr
Dear all, I'm stuck with a problem using plyr to process a rather large junk of data. What I'm trying to do is applying a moving average to all the subparts of the dataframe (the example data can be found here https://dl.dropboxusercontent.com/u/2414056/testData.Rdata). require(plyr) load("testData.Rdata") applyfilter<-function(x){ return(filter(x,rep(1/5, times=5))) }
2007 Jul 23
1
(no subject)
Dear Sir/Madam, I am running a R program for my SNP data. There are some errors when I run glm model in Hapassoc software, sometimes it is over the memory and sometimes the matrix is singular. I want to ingore these errors and excute the next statement. Otherwise, I have a big big trouble. Do you have some idea about this problem of ingore errors. Wish to get your help assp. thanks. -- Wei Guo Department of Statistics The Ohio State University Columbus, Ohio 43210 Tel: 001-614-292-4713(o) e-mail: guo...
2005 Dec 05
1
Automatic time zone conversion
...00-05-11_01:00:00.0000" in fortran output. It is in GMT. I need to convert it to CST (GMT+8). I did the following steps. > cdate [1] "2000-05-11_01:00:00.0000\005\003" # I am not sure why the extra characters at the end but it doesn't affect the strptime function so I just ingored it. > strptime(cdate,format="%Y-%m-%d_%H:%M:%S") [1] "2000-05-11 01:00:00" # In order to incoporate GMT into the record, I use paste function to stick it in. >as.POSIXct(as.character(strptime(cdate,format="%Y-%m-%d_%H:%M:%S")),tz="GMT") [1] "20...
2003 Apr 04
6
Problems with Default user profiles.
All, I currently have a problem where the default user profile is not being picked up - Windows simply ingores it and creates one based on local settings. I understand samba supports default user profiles, and one can be put into the profiles share like this: /export/profiles/Default User/ This directory contains a copy of a working profile from a proper user. The relevant smb.conf sections are: logo...
2006 Aug 14
2
ajax - layout problem.
Hi guys Here is my problem... Using Ajax to update a div with link_to_remote. Problem is I have a layout defined in my class, so, the div gets the layout when I call the method, how di I tell a method to ingore the layout? Cheers. Pieter. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060814/a3605bf7/attachment.html
2010 Jan 15
2
[LLVMdev] <IsKill> getting from MachineOperand is just <Used> attribute from logic.
...liverange. But I get a strange case at MBB.jpg. R4 is marked <kill> at MBB0. If I scan R4's liverange by [MBB0->MBB1->MBB2]. I will find R4 first is killed, then is used. It can not unlogisch. Attually R4 just is <Used>. It will cause my optimization pass crash(Actually, I ingore Live In message of MBB. I recollect live in messges at my pass.). 1. Does <kill> attribute of R4 at MBB0 is a unimportant and redundancy messages, Or a little bug??? 2. Is it unreliable to get a physical register's liverange by Kill, Dead messages from MachineBasicBlock??...
2008 Jan 24
1
A bug in circ.plot of CircStats package
Hi, i found a bug in circ.plot of CircStats package, namely that the plot ingore the datasets with value = 0. it's simple to fix it, but i cannot seem to figure out where to submit the fix. is there a official procedure of submitting bug report/patch to the contributed packages? -- View this message in context: http://www.nabble.com/A-bug-in-circ.plot-of-CircStats-packa...
2010 May 06
1
nnclust: nnfind() distance metric?
Hello, pardon my ingorance, but what distance metric is used in this function in the nnclust package? The manual only says: "Find the nearest neighbours of points in one data set from another data set. Useful for Mallows-type distance metrics." BR, Jay
2011 May 06
1
Extracting months and years from Dates while keeping order
Hello! I'd like to take Dates and extract from them months and years - but so that it sorts correctly. For example: x1<-seq(as.Date("2009-01-01"), length = 14, by = "month") (x1) order(x1) # produces correct order based on full dates # Of course, I could do "format" - but this way I am losing the "Date" quality of the data:
2006 Mar 21
2
SQL bug in acts_as_taggable
Hi, excuse me if this is off-topic and feel free to ingore it in case. I''m using acts_as_taggable (the gem version) and found what to me looks like a bug in this code from the method tags_count: sql = "SELECT #{t}.#{t_pk} AS id, #{t}.name AS name, COUNT (*) AS count FROM #{jt}, #{o}, #{t} WHERE #{jt}.#{t_fk} = #{t}.#{t_pk}...
2011 May 26
2
virtual bios question
...code are both in hvmloader and qemu-dm, but I think it should be only one of virtual bios will be used to initialize the virutal device in qemu-dm.I find at the end of hvmloader it will jmp to 0xffff0, that is the bios entry,so I think the virtual bios in hvmloader will function. But how qemu-dm ingore the execution of its virual bios inside? Any one help me? Thanks. -- View this message in context: http://xen.1045712.n5.nabble.com/virtual-bios-question-tp4427579p4427579.html Sent from the Xen - Dev mailing list archive at Nabble.com. _______________________________________________ Xen-deve...
2010 Jan 15
0
[LLVMdev] <IsKill> getting from MachineOperand is just <Used> attribute from logic.
...erifier.cpp. They are doing the same thing. > R4 is marked <kill> at MBB0. If I scan R4's liverange by [MBB0->MBB1->MBB2]. I will find R4 first is killed, then is used. It can not unlogisch. Attually R4 just is <Used>. It will cause my optimization pass crash(Actually, I ingore Live In message of MBB. I recollect live in messges at my pass.). A register should not be used after it is killed, and if it is needed by a successor block, it should be live out. Note that a register in the live-in list of an MBB is not always live-out from all predecessors. A register defined...
2002 Nov 15
1
MAC Server support
Hi all, I needed to have a kind of MAC support for rule servers as I do DNAT to hosts that are served by a DHCP server. So I did the following : When Shorewall script find a MAC address as a server, it tries to get his IP thru the arp table and then "resolve" the ARP address to the IP address of the client. Of course the main limitation of this is that you''ll have to
2007 Dec 25
1
[VTD][PATCH] Fix addr_to_dma_page() and rmrr mapping issues
Fix addr_to_dma_page() issue to return l1e correctly, and also clean up rmrr mapping code, make sure setup rmrr identify mapping just once per domain. This patch fixes the VT-d bug (Fail to boot smp Linux guest with VT-d NIC assigned on IA32e platform). Signed-off-by: Weidong Han <weidong.han@intel.com> _______________________________________________ Xen-devel mailing list
2003 Jul 23
0
Re: Stripping of domain name
On Wed, 2003-07-23 at 20:10, SIMflex Internet Support wrote: > Dear sir, > > Can you please tell me how to make dovecot stipoff or ingore a > @domain.com in a username? Currently, we are only using one domain > (more may be needed in the future), and some of our clients have > incorrectly configured mail clients with the @domain.com in the user > name. We migrated from qpopper and teapop to use Maildirs (we are > bui...
2010 Apr 07
0
failure installing RPMs
...v syslinux-tftpboot-3.86-1.i386.rpm error: Failed dependencies: rpmlib(FileDigests) <= 4.6.0-1 is needed by syslinux-tftpboot-3.86-1.i386 rpmlib(PayloadIsXz) <= 5.2-1 is needed by syslinux-tftpboot-3.86-1.i386 - since my /tftpboot directory is backed up and now empty, I tried ingore dependency check, # rpm -ihv --nodeps syslinux-tftpboot-3.86-1.i386.rpm Preparing... ########################################### [100%] 1:syslinux-tftpboot ########################################### [100%] error: unpacking of archive failed: cpio: Bad magic I also tried t...
2001 Jul 27
0
Stripping Wine - Ignoring errors
After I build wine from cvs, and I want to strip it. I use strip --strip-unneeded /opt/wine/bin/* strip --strip-unneeded /opt/wine/lib/* However this always generates some errors, in that some files cannot be stripped. Is there any attribute to ingore error returns I can set. The other alternative is to specify the files I need to strip.