search for: overlooked

Displaying 20 results from an estimated 2330 matches for "overlooked".

2010 Nov 24
1
how to make R overlook string character
I am really new to R and would appreciate some help to sort out a problem with data extraction from a large file. I have entered the following command to filter data from a large data set called "upanddown" such that those records in upanddown corresponding to blockType=3'UTR are transferred to a new file called "new": new<-sqldf("select * from upanddown where
2005 Jul 27
3
how to overlook the zero in the denominator
Dear R users: I have two set of data, as follow: x<-c(0,0,0.28,0.55,1.2,2,1.95,1.85, 1.6,0.86,0.78,0.6,0.21,0.18) y<-c(0,0,0,0.53,1.34,1.79,2.07,1.88, 1.52,0.92,0.71,0.55,0.32,0.19) i<-1:length(x) I want to sum each (x[i]-y[i])^2/x[i] together, like: >Sum <-sum((x[i]-y[i])^2/x[i]) >Sum [1] NaN Because the denominator shoud not be zero. So I want to overlook those
2004 Jul 13
2
Permissions problem...I must be overlooking *something*...
I have a share I can't seem to create files on, and I can't figure out why. I get "Access denied" from Windows, and the samba log shows this: [2004/07/13 10:52:26, 2] smbd/open.c:open_directory(1293) open_directory: failing create on read-only share [2004/07/13 10:52:26, 2] smbd/open.c:open_directory(1293) open_directory: failing create on read-only share The share has the
2004 Jun 17
0
Overlooked? Windows can't create folders/files with long file names
The message below, from A, Skwar, appeared last summer. Just in case it got overlooked during vacation time, can anyone comment? I have an example as follows: Every profile contains a foldername "My Recent Documents" which gets changed during a copy to samba disk to "Recent"!! Many similar problems. Also: Special Folder Icons on the screen get changed to gen...
2004 Jul 13
2
Permissions problem...I must be overlooking *somethin g*...
> -----Original Message----- > From: Mark Lidstone [mailto:mlidstone@bmtseatech.co.uk] > You've probably only put them in because of the problem you're having, > but "writeable/writable" and "read only" are actually the same setting > but reversed. E.g. "writeable/writable = yes" is the same as > "read only > = no". Therefore
2011 Dec 01
0
[PATCH] x86-64/mmcfg: remove __initdata annotation overlooked in 23749:e8d1c8f074ba
Signed-off-by: Jan Beulich <jbeulich@suse.com> --- a/xen/arch/x86/x86_64/mmconfig_64.c +++ b/xen/arch/x86/x86_64/mmconfig_64.c @@ -23,7 +23,7 @@ struct mmcfg_virt { char __iomem *virt; }; static struct mmcfg_virt *pci_mmcfg_virt; -static int __initdata mmcfg_pci_segment_shift; +static unsigned int mmcfg_pci_segment_shift; static char __iomem *get_virt(unsigned int seg, unsigned
2009 Jul 09
4
Issues with file.info?
...I just tried it on a directory folder and it returned NA for all fields for all files. I tried it on a different folder with different files and it still returned NA. I tried it on a specific file and it returned all the proper info correctly. Just wondering if there are any tricks I've overlooked.
2012 Sep 01
3
Alerts when process limits are met
Hi, I've not found the answer to this question anywhere - please forgive me if I overlooked. I'd like to be able to be automatically alerted if process limits are hit (e.g. max POP3 logins). Is there a way that I can configure a script to be run, in the same way that I can with quota warnings? I can of course use logwatch, but this alerts me the next day, and logwatch can be noi...
2008 May 22
4
Sort output of dovecot -n alphabetically?
Is there a way? Postfix does this by default, and it makes it much less likely to miss/overlook a setting... If there is no way, any chance to modify it so that it does? Thanks for dovecot! Really looking forward to 1.1 release! -- Best regards, Charles
2009 Jun 02
3
[LLVMdev] Is there a control dependence graph builder?
Hi, In browsing through the LLVM source, I don't currently see an implementation for a control dependence graph builder. Am I overlooking something? It doesn't look like LLVM currently provides a way to build the post-dominance frontier of the reverse CFG, either. Dominators.h mentions forward dominators, but I believe all this is referring to is dominators as opposed to post-dominators,
2010 Sep 30
3
xen 4 and grub2 on debian squeeze
Hi! I''m experimenting with Xen 4 on Squeeze. Squeeze uses grub2 by default, and the config format has changed. I can''t for the life of me figure out where to set options for the hypervisor and the Dom0 kernel on bootup. It seems the grub2 stanza for xen is being generated by /etc/grub.d/20_linux_xen and that seems to have some provisions for receiving arguments, but I
2015 Jul 06
3
Prompt for chrooted users
...s their shell set to /bin/bash in /etc/passwd. However, instead of getting the prompt defined in their .bash_profiles we see this: -bash-4.1$ when we are expecting this: [username at hostname dir]$ So, before I go messing around moving files I would some information from you as tio what I have overlooked. Do I need to move something like etc/passwd and /etc/group into the chroot/etc? TIA -- *** e-Mail is NOT a SECURE channel *** Do NOT transmit sensitive data via e-Mail James B. Byrne mailto:ByrneJB at Harte-Lyne.ca Harte & Lyne Limited http:...
2018 Apr 04
4
memory cgroup max_usage_in_bytes question
hi all, can someone help explaining what we are seeing? it makes no sense to us. this is a host running centos 7.4 with 3.10.0-693.17.1 kernel, and it has 192GB of ram > [] free -b > total used free shared buff/cache available > Mem: 201402642432 14413479936 75642777600 48586752 111346384896 185689632768 > Swap: 21474832384 31961088
2006 Jul 19
3
Component Question
It appears that in Rails''s initializer.rb, the $LOAD_PATH is initialized with the paths for all the components included in the app before the models. This has the effect that if there is Foo class in your models directory and a Foo class in a component you''ve included, the Rails loader loads the component and not the model from your models directory. While you could
2006 Feb 28
5
Getting number of days in a month
In PHP, there was an argument you could pass to the Date function to get the number of days in the current month: echo date("t"); // Outputs "28" for February I don''t see anything like this in Ruby/Rails. Right now, I''m using a very ugly line to pull the last day of the month: @number_of_days = (Date.strptime(Date.today.strftime("%Y-%m-01"))
1999 Apr 09
3
SWAT: How do I save the settings?
Hi, I might have overlooked something very obvious, but: I am running Samba 2.0.3 on a SuSE 6.0 system. When I connect to SWAT, I can see all the settings in the Globals sections, I can change them, but I can't find any button anywhere to *save* these changes... Can anyone help? :)avid <>< David A. Sj?en --...
2018 Aug 02
6
Louis' Debian install notes
...ebian repos and add my (Louis') repository and now install latest samba packages. Yes, I see notes floating around about install onto Ubuntu 18.04LTS but, I am looking for those older Debian notes you use to have "out there" somewhere. Did they get lost in the move? Or have I simply overlooked them on the github site? Thank you. Bob Wooden
2009 Aug 23
7
Using Thunderbird as local mail reader
Hi! I'm trying to figure out how to use Thunderbird as a local mail reader. So far I don't see any way to configure it other than as a POP3 or IMAP mail reader, but I get my mail locally and would like to try using Tbird to read it. What am I overlooking? Thanks in advance! -- ---- Fred Smith -- fredex at fcshome.stoneham.ma.us ------------------------ ---- Do you
2004 Nov 29
2
Log file with application running in wineconsole
Hello, I still didn't find a solution to prevent a large logfile when using wineconsole :-( I'm running a windows console (CUI) application using wineconsole and I noticed all screen output gets logged in /tmp/wine.log.* I turned of all debug channels with debugmesg -all, but it still logs the normal screen output of the application (minus the debugmessages). The problems is that my
2005 Nov 23
4
x[1,], x[1,,], x[1,,,], ...
...;- length(dim(x)) args <- rep(",", ndim) args[1] <- "i" args <- paste(args, collapse="") code <- paste("x[", args, "]", sep="") expr <- parse(text=code) y <- eval(expr) Is there another way I can do this in R that I have overlooked? /Henrik