Displaying 20 results from an estimated 73 matches for "kieran".
2012 May 13
4
[JOB] 90 Seconds seeks Ruby on Rails Developer
...ined based on applicant''s skill and the length of their
contract (full time, 3 month, 6 month or 12 month contract). These details
will be determined with you once we''ve assessed if you''re the person we
want to come on board.
Interested or need more details? Please email
kieran-dnw21tdAEJvZbNGZteT6vg@public.gmane.org<https://mail.google.com/mail/u/0/?view=cm&fs=1&tf=1&to=kieran-dnw21tdAEJvZbNGZteT6vg@public.gmane.org>and
title the email “90 Seconds Developer Position” or something similar.
Regards
Kieran Pilkington
Lead Developer - 90 Seconds
--
You r...
2020 Jun 09
1
[PATCH v2] mm/balloon_compaction: Fix trivial spelling
On Tue, Jun 9, 2020 at 8:04 PM Kieran Bingham
<kieran.bingham+renesas at ideasonboard.com> wrote:
>
> The word 'descriptor' is misspelled throughout the tree.
I think, *throughout the tree* is not appropriate* here. This patch
has fixed it within the file. With that,
Acked-by: Souptick Joarder <jrdr.linux at gm...
2007 Jun 07
4
blkif_map error starting fourth guest domain
...ail in this way (yet). I''ve never seen the
first three domains fail in this way (yet).
The source I''m running is based on xen-unstable.hg as of a couple of
weeks ago.
Advice for how to resolve this gratefully received. I''m happy to help
debug it further.
Many thanks
Kieran
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2008 Mar 23
4
md raid1 - no speed improvement
...that. More concerning is that I am still
getting ~80MB/s from each disk simultaneously on the buffered reads.
Given this I would expect /dev/md2 to give buffered read speeds of at
least 120MB/s (if not 150MB/s).
What can I do to track down this issue? Any help would be really appreciated.
Thanks,
Kieran Clancy.
2009 Jul 30
8
Rails 2.3.x and active_scaffold Installation
Hi,
I have upgraded to rails 2.3 and active_scaffold plugin is not
working.
when i run this command it creates a active_sacaffold folder in vendor/
plugins, but its an empty folder. I googled but found no way to
install it.
Please help!!!!!
2002 Jan 16
1
Postsript/Lattice interaction
...gt; dev.off()
Note the NULL output. The file "anyplot.ps" will now be two pages long
--- one blank page, then the proper plot.
I'm not too familiar with lattice, so I'm not sure if this is a known
issue. A search through the help archives didn't turn anything up.
Cheers,
Kieran
--
Kieran Healy, kjhealy at arizona.edu. (520) 621-3480.
Asst Professor, Sociology Dept, University of Arizona.
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "h...
2002 Nov 29
1
configure fails on Mac OS 10.2.2
...ling scheme
> configure: error: cannot use Fortran
I know R can build on OS X --- what am I missing or doing wrong? Perhaps
my Fortran compilers are not the right versions? Would getting them using
"fink install" make a difference (as opposed to "apt-get install")?
Thanks,
Kieran
--
Kieran Healy, http://www.u.arizona.edu/~kjhealy
Asst Professor, Sociology Dept, University of Arizona.
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help&q...
2001 Oct 31
3
maps in R (fwd)
Here is the answer to an old question of mine, regarding maps in R
Hope this help.
claudia
---------- Forwarded message ----------
Date: Mon, 25 Jun 2001 13:48:05 -0400
From: Kieran Healy <kjhealy at Princeton.EDU>
To: Claudia Tebaldi <tebaldi at ucar.edu>
Subject: Re: [R] maps in R
Hi Claudia --
you can get the maps() library from here:
ftp://ftp.mcs.vuw.ac.nz/pub/statistics/map/
It's not on CRAN because it's still in development. I've been using...
2007 Apr 05
3
Swiotlb
...9;'d have expected to be
using a hardware TLB. Is this a peculiarity of Xen, or should I be
right to be surprised?
I expect I can increase the size of the swiotlb to avoid this problem,
but thought I''d check that there isn''t something more fundamentally
wrong first.
Thanks
Kieran
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2011 Jun 07
1
giving factor names
...rame(combo)
names(combo)<-c("x","y","z")
outcome<-function(l)
{
(l[1]*l[2])/l[3]
}
resp<-apply(combo,1,outcome)
levelplot(resp~x*y|z,data=combo
,pretty=TRUE,region=TRUE,contour=FALSE)
, so in this final graph I want the z=0.1, z=0.5 and z=2 in turn.
Thanks,
Kieran Martin
University of Southampton
[[alternative HTML version deleted]]
2008 Feb 20
5
MSI Support in Xen
I was trying to patch Xen 3.2 from the mercurial repository with the MSI
patches by Yunhong Jiang given at the bottom of this page :
http://lists.xensource.com/archives/html/xen-devel/2007-11/msg00157.html
The tree seems to have significantly changed, especially the
hvm_irq_dpci_mapping structure in irq.h header file. Are there any updated
patches, or can I get a version of Xen from somewhere
2020 Jun 09
0
[PATCH 15/17] mm: Fix trivial spelling
On 09.06.20 14:46, Kieran Bingham wrote:
> The word 'descriptor' is misspelled throughout the tree.
>
"mm/balloon_compaction:" is a better subject prefix
Reviewed-by: David Hildenbrand <david at redhat.com>
> Fix it up accordingly:
> decriptors -> descriptors
>
> Signed-...
2020 Jun 09
0
[PATCH v2] mm/balloon_compaction: Fix trivial spelling
On Tue, Jun 09, 2020 at 03:34:12PM +0100, Kieran Bingham wrote:
> The word 'descriptor' is misspelled throughout the tree.
>
> Fix it up accordingly:
> decriptors -> descriptors
>
> Signed-off-by: Kieran Bingham <kieran.bingham+renesas at ideasonboard.com>
> Reviewed-by: David Hildenbrand <david at r...
2020 Jun 10
0
[PATCH v2] mm/balloon_compaction: Fix trivial spelling
Hello!
On 09.06.2020 17:34, Kieran Bingham wrote:
> The word 'descriptor' is misspelled throughout the tree.
>
> Fix it up accordingly:
> decriptors -> descriptors
decriptor -> descriptor really. ;-)
> Signed-off-by: Kieran Bingham <kieran.bingham+renesas at ideasonboard.com>
> R...
2015 Sep 28
1
memory balloon on XenServer 6.5 does not work for CentOS 6.X with default kernel 2.6.32.XX .
Hello All,
We have noticed that memory balloon feature on Citrix XenServer 6.5 does
not work for guest CentOS 6.X with default kernel 2.6.32.XX.
Is there any known issue for the same ?
Regards,
Kieran A.
//
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos-virt/attachments/20150928/ac9aafa0/attachment-0002.html>
2001 Aug 02
0
gsub() and parenthesis symbols -- solved
Hello again --
inevitably, I discovered the (documented) answer 30 seconds after
sending my question.
Using gsub(...,extended=FALSE) is the way to avoid this issue.
Cheers,
Kieran
--
Kieran Healy, Assistant Professor,
Sociology Dept, University of Arizona.
kjhealy at u.arizona.edu :: (520) 621-3480
http://www.u.arizona.edu/~kjhealy
-------------- next part --------------
An embedded message was scrubbed...
From: Kieran Healy <kjhealy at email.arizona.edu>
Subject: gsu...
2004 Nov 06
1
basic bwplot query
...uot;F" group just not appear at all
in the "M" panel and vice versa? I guess this is quite straightforward,
but I'm going about it in the wrong --- do I need to provide some extra
information about subscripts via a panel function? I'd be grateful for
any advice.
Thanks,
Kieran
--
Kieran Healy, http://www.u.arizona.edu/~kjhealy
Assistant Professor, Sociology Dept, University of Arizona.
2004 Jan 07
1
Sweave and X11 on OSX 10.3
...emember this happening before and experience teaches me to assume
the issue is with my own setup rather than Sewave. Maybe there's a
problem with the DISPLAY variable, or something that I did while upgrading
to Panther -- but I can't see what it is. Has anyone else had this
issue?
Thanks,
Kieran
--
Kieran Healy, http://www.u.arizona.edu/~kjhealy
Asst Professor, Sociology Dept, University of Arizona.
2008 Jun 21
15
will_paginate generates undefined method paginate
Dear
I used to use the will_paginate plugin, and now it is no longer
available in the repository.
I am using the one in the gem
#gem install will_paginate
in my controller I have this
@careers = Career.paginate :page => params[:page], :per_page => 10
and in the view
<%= will_paginate @careers %>
I found this way in all the tutorials and the railscasts episode 51.
Though I still
2001 Aug 02
1
gsub() and parenthesis symbols
...arentheses are not special characters is
regexp syntax. And of course I don't understand at all why the open
paren symbol doesn't work but the close paren symbol does. It seems to
dislike it only when it appears as the first argument to the function.
Any help is much appreciated.
Thanks,
Kieran
--
Kieran Healy, Assistant Professor,
Sociology Dept, University of Arizona.
kjhealy at u.arizona.edu :: (520) 621-3480
http://www.u.arizona.edu/~kjhealy
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R...