search for: holli

Displaying 20 results from an estimated 290 matches for "holli".

Did you mean: hollis
2011 Mar 23
3
Compare three or more values?
Is there a less cryptic way to compare three or more values? allTheSame<-c("red","red","red","red") notAllTheSame<-c(132,132,132,999) all.identical <- function(vectorToTest){ cIdentical=sum(vectorToTest %in% vectorToTest[1]) return(cIdentical==length(vectorToTest)) } all.identical(allTheSame) all.identical(notAllTheSame) Thanks in
2005 Mar 23
9
[patch] final header fixes
I think this is the last of the header fixes I''ve run across. Though it''s sometimes difficult to tell, I believe Xen/ia64 has asm/mm.h, flushtlb.h, page.h, and shadow.h. Please apply. Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com> -- Hollis Blanchard IBM Linux Technology Center
2011 Apr 04
1
Dovecot IMAP repeatedly disconnects
Hi, I'm running dovecot-1.0.7-7.el5 on a CentOS 5.5x64 server, accessed through Thunderbird clients. Thunderbird is reporting constant disconnections from the server; the maillog shows constant repeats of Apr 4 16:39:21 holly dovecot: imap-login: Login: user=<?user?>, method=PLAIN, rip=::ffff:172.31.255.193, lip=::ffff:172.31.255.1 Apr 4 16:39:21 holly dovecot: IMAP(?user?): mbox
2007 May 21
4
slow execution times using spec_server
hi all I''m seeing strange behaviour when running specs using spec_server. They take longer to execute, and it looks like none of examples are being run. here''s the output for a simple spec file using just the spec command: ---------- foo at holly:~/rails/allison$ time ruby/script spec spec/models/listing_spec.rb ...... Finished in 0.060469 seconds 6 examples, 0 failures <
2006 Aug 23
3
PATCH: xencomm - kernel side
Hi, taking into account Hollis comments I now submit this patch. IA64 specific stuff will be posted to xen-ia64-unstable after merge. Tristan. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2017 Oct 02
0
Issues with 'Miwa' algorithm in mvtnorm package
Good point. Now this returns 0.04062184. Hmmm..... On Mon, Oct 2, 2017 at 6:30 PM, Hollie Johnson (PGR) < h.a.johnson at newcastle.ac.uk> wrote: > Hi Eric, > > > Thanks for having a look into this. I think you have a small typo... > > B <- matrix(x, nrow=3, byrow = TRUE) should read B <- matrix(y, nrow=3, > byrow = TRUE) > > > Regards, Hollie...
2006 Sep 20
15
[PATCH] [XEND] Remove hard tabs
# HG changeset patch # User Hollis Blanchard <hollisb@us.ibm.com> # Date 1158780052 18000 # Node ID f7d90f962967a5a94fce0c04f8fcac449f36344f # Parent 041be3f6b38e05f904d240630c18cadb1259317b [XEND] Remove hard tabs. Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com> diff -r 041be3f6b38e -r f7d90f962967 tools/python/...
2006 Aug 08
11
architecture-specific stuff in xend
....xend import arch ... init_reservation = arch.init_reservation(mem_kb) I''m not sure how/where to instantiate the arch object though. Does that make sense to you? The Architecture object would expand to include every piece of arch-specific functionality we run across in the future. -- Hollis Blanchard IBM Linux Technology Center _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2005 Feb 22
1
Registry entry for .NET?
Hey all, I'm trying to run the HakInstaller for Neverwinter Nights (http://nwvault.ign.com/Files/other/data/1076838606000.shtml ). Unfortunately, it requires .NET 1.1 to run. I have the SuSE 9.2 Mono package (version 1.0.1; I know there's a later, but this should be OK, afaik) installed; I've loaded the module and mount reports that /proc/sys/fs/binfmt_misc is mounted. The
2006 Aug 17
5
Re: [XenPPC] Xencomm for xen/ia64
...land is passing structures to a 64-bit kernel). So perhaps these two fixup passes could be split: we could share the xencomm conversion in common code, and PPC arch code could contain the size munging. This is why passing complex data structures as hcall parameters will always be a bad thing. -- Hollis Blanchard IBM Linux Technology Center _______________________________________________ Xen-ppc-devel mailing list Xen-ppc-devel@lists.xensource.com http://lists.xensource.com/xen-ppc-devel
2007 May 15
5
spec_server
hi all I''m trying to use spec_server to run my specs in rails, but the specs don''t seem to be running any faster, and it looks like they''re being run twice when I use the --drb option ..? The app I''m testing is just a basic rails app with 2 empty models and a hello world controller. The specs are just the default ones created by the generators. I was
2011 Sep 12
2
creating a new column with values from another
I have 2 columns for weight. There are NAs in each column but not for the same observation. Some observations have values for both. I would want to prioritize the WT2 values so I would like to do the following: >From this: ID WT1 WT2 1 134 NA 2 145 155 1 NA 175 3 NA 187 To this: ID WT1 WT2 WT 1 NA
2006 Mar 30
3
[patch] bitops on irq_cpustat_t->__softirq_pending
...haring, but this one is the least impact (and this is an area where IA64''s divergence is potentially problematic). I think it would be a good idea to make a wiki page that covers the files that are candidates for sharing. I know Jimi has investigated this subject... Please apply. -- Hollis Blanchard IBM Linux Technology Center Use long instead of int for irq_cpustat_t->__softirq_pending, allowing PowerPC to share this file unchanged (PowerPC bitops operate on longs). Signed-off-by: Jimi Xenidis <jimix@watson.ibm.com> Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com...
2005 Feb 07
1
System directory L"%SystemRoot%\\system" is not accessible
Hey, all, Running Wine 20050111 under SuSE 9.2 (SuSE 9.2 package from sourceforge.net). Wine was working fine until about an hour ago; I had several programs installed and working and did not have this error (afaik). Then I decided to install Septerra Core ( http://www.lith.com/sites/septerra/ , don't download the demo, though; it is of no use in debugging, because the demo install does
2005 Oct 07
1
[patch] testing needed: "xenif" dom0_ops
...this patch. I would really appreciate people testing this patch. It should cause no functional changes at all. Some areas, such as the "microcode" op, likely don''t see much testing ordinarily... [1] http://lists.xensource.com/archives/html/xen-devel/2005-10/msg00096.html -- Hollis Blanchard IBM Linux Technology Center Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2006 Apr 14
8
[rfc] [patch] 32/64-bit hypercall interface revisited
...s/html/xen-devel/2005-10/msg00078.html [3] the alignment of long long on 32-bit x86 is 4 bytes, not 8 http://lists.xensource.com/archives/html/xen-devel/2005-10/msg00117.html [4] the original incarnation of GUEST_HANDLE http://lists.xensource.com/archives/html/xen-devel/2005-10/msg00205.html -- Hollis Blanchard IBM Linux Technology Center _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2006 Aug 30
3
arch-specific xc.c code?
...ot; log [int]: Specifies the area''s size.\n" "Returns: [int] 0 on success; -1 on error.\n" }, { "domain_ioport_permission", xc_alloc_real_mode_area() is a PowerPC-specific libxc function. How would you like this handled in xc.c? Just an ifdef? -- Hollis Blanchard IBM Linux Technology Center _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2004 Oct 19
1
Quake II - a modal problem?
I am running FC2 on a Dell 600SC, latest wine version. FYI:Quake II will run on machines with only 4 MB video cards and no OpenGL. It runs fine under Windoze. Under Wine it runs the "launching demo" well but then I have no keyboard or mouse control. I must force the power off to regain control. On Windoze one would hit the escape key at this point and a menu screen appears with
2018 Feb 12
3
plotting the regression coefficients
Hi After melt you can change levels of your factor variable. Again with the toy example. > levels(temp$variable) [1] "y1" "y2" "y3" "y4" > levels(temp$variable) <- levels(temp$variable)[c(2,4,1,3)] > levels(temp$variable) [1] "y2" "y4" "y1" "y3" > And you will get graphs with this new levels ordering.
2005 Jun 08
6
strip realms and force lowercasing of usernames?
Is it possible for dovecot to strip realms and force lowercasing of usernames? We have a lot of dumb customers who try logging in to pop3 with crap like UsERNAmE and bla at nonexistentdomain.com. All our usernames are lowercase and we have no realms. Trying to get hundreds of customers to fix this is hard and is a significant and costly support burden. It would be nice if dovecot could handle