search for: gregory

Displaying 20 results from an estimated 3363 matches for "gregory".

2006 Jan 10
2
Correct way to test for exact dimensions of matrix or array
...reg Jefferis. PS Thinking about it, the second form is (doubly) wrong because: > obj=array(1,dim=c(3,5,3,5)) > isTRUE(all( dim( obj) == c(3,5) )) [1] TRUE OR > obj=numeric(10) > isTRUE(all( dim( obj) == c(3,5) )) [1] TRUE (neither of which are equalities that I am happy with!) -- Gregory Jefferis, PhD and: Research Fellow Department of Zoology St John's College University of Cambridge Cambridge Downing Street CB2 1TP Cambridge, CB2 3EJ United Kingdom...
2008 May 29
2
FW: Roaming Profiles Load Very Slowly
...rors. I have no > problems reading files once logged in, or if I mount the shares > through linux or macos, or even if I connect to the shares from a > computer outside the domain. I can resolve the computers NetBIOS name > (power). See some of my log below (chris is the machine, gregory is > the username I've tested with). I have also tried changing the > NTUSER.dat file to set it to read files directly from the server, but > no luck there either, it still takes a LONG time to login (see other > subthread of this conversation: > https://lists.samba.org/arc...
2006 Jun 24
3
getting the smoother matrix from smooth.spline
...are unique. ## get the smoother matrix (x having unique values smooth.matrix = function(x, df){ n = length(x); A = matrix(0, n, n); for(i in 1:n){ y = rep(0, n); y[i]=1; yi = smooth.spline(x, y, df=df)$y; A[,i]= yi; } (A+t(A))/2; } Thanks for any assistance, Gregory --------------------------------- --------------------------------- Get a sneak peak at messages with a handy reading pane. [[alternative HTML version deleted]]
2002 Aug 19
3
Samba on NT domain
...NT cli_nt_setup_creds: auth2 challenge failed modify_trust_password: unable to setup the PDC credentials to machine ADMIN1. Error was : NT_STATUS_NO_TRUST_SAM_ACCOUNT. 2002/08/19 14:48:04 : change_trust_account_password: Failed to change password for domain CTI1. Unable to join domain CTI1. Matt Gregory Web Developer CTI, Inc. cell: 678-458-6513 ioem: matt.gregory@ctimi.com *see key block below ooem: matthew.gregory@skyleach.com
2004 Sep 23
4
Asterisk 1.0 RPMS RH73 and RH9
...1.0-0 libpri-1.0-0 zaptel-1.0-0 kernel-module-zaptel-1.0-0 RedHat 7.3 ---------- ftp://ftp.nacs.net/asterisk/rh73/RPMS/ ftp://ftp.nacs.net/asterisk/rh73/SRPMS/ RedHat 9.0 ---------- ftp://ftp.nacs.net/asterisk/rh9/RPMS/ ftp://ftp.nacs.net/asterisk/rh9/SRPMS/ Changelog --------- * Thu Sep 23 2004 Gregory Boehnlein <damin@nacs.net> - Updated to version 1.0 - Drank beer at Astricon * Thu Aug 12 2004 Gregory Boehnlein <damin@nacs.net> - Updated to version 1.0-RC2 - Replaced parking.conf with features.conf * Sat Jul 17 2004 Gregory Boehnlein <damin@nacs.net> - Updated to version...
2007 Jan 03
3
voice fax modem and asterisk
Hi I have been asked to ind out if there is a way to use asterisk to answere a voice fax modem so it can provide an answering service and record messages ? -- Gregory Machin gregory.machin@gmail.com www.linuxpro.co.za
2014 Jun 26
4
[LLVMdev] Python version requirement for LLVM
On Wed, Jun 25, 2014 at 5:52 PM, Gregory Szorc <gregory.szorc at gmail.com> wrote: > As much as I like killing support for Python 2.6 and below, RHEL is > usually the blocker. They still have 2.4 under support. Only the RHEL that > was released a few weeks ago finally has 2.7. > Given the amount of complexity required...
2010 Jan 05
2
[LLVMdev] libcalls test fails to run
This is what I get while trying to run 'make TEST=libcalls' in the top dir of test-suite: make[1]: Entering directory `/home/gregory/thesis/llvm/projects/test-suite/SingleSource' make[2]: Entering directory `/home/gregory/thesis/llvm/projects/test-suite/SingleSource/UnitTests' make[3]: Entering directory `/home/gregory/thesis/llvm/projects/test-suite/SingleSource/UnitTests/Vector' make[4]: Entering directory `/hom...
2011 Jul 15
2
[LLVMdev] Makefile Question
I thought it would, but it seems to be missing the CloneModule symbol (which isn't called from anywhere in the LLVM codebase). On Fri, Jul 15, 2011 at 7:43 AM, John Criswell <criswell at illinois.edu>wrote: > On 7/14/11 7:36 PM, Gregory Malecha wrote: > > Hello, > > I have a question about how to set up a Makefile that generate a .so that I > can load into opt without getting duplicate symbols. Here's what I have > right now: > > > Have you tried removing LINK_COMPONENTS below? I suspect that the op...
2020 Oct 16
2
Customized theme for Syslinux.cfg
Thank you Gregory your code worked to remove the border in syslinux! It wasn?t the Alpha (that changes the opacity of the border color), but it was the ?shadowing? that had to be changed, so ?none? in the shadowing column worked(you notice the border come back if you change ?none? to ?std?) reference this link for t...
2003 Feb 06
1
Réf. : About STEM Plot in R
hello, you can use the persp() function. The shade=0.7 option is very nice. With matlab, it is possible to change of colors automaticalli with the value to be plotted. Does someone know to do that ? Gr?gory f0z6305 at labs.tamu.edu@stat.math.ethz.ch on 06/02/2003 07:05:04 Envoy? par : r-help-admin at stat.math.ethz.ch Pour : r-help at stat.math.ethz.ch cc : Objet : [R] About
2008 Jan 14
3
Listing the data contents of a package
Hi R users, Simply question: On the command line, how do I list the datasets contained within a package, e.g. MASS? I scanned the mailing list history but was unable to find the answer. Thanks in advance. Gregory --------------------------------- [[alternative HTML version deleted]]
2007 Jul 13
4
spec for Rails library
How does one write a spec for a Rails library? // Gregory
2019 Sep 24
2
CentOS 8 Boot.iso image DHCP4 not working?
...e CentOS 8 Boot.iso image? I get an IPv6 Autoconfig address, but it doesn't want to pick up a DHCPv4. This is in a Hyper-V Gen2 VM, connected to the same network all my other dev VMs are on, and picking up DHCPv4 without issue. And, congratz to the CentOS team on 2 releases in a week (or so)! Gregory Young
2015 Jul 28
3
[PATCH] virtio_mmio: add ACPI probing
Added the match table and pointers for ACPI probing to the driver. This uses the same identifier for virt devices as being used for qemu ARM64 ACPI support. http://git.linaro.org/people/shannon.zhao/qemu.git/commit/d0bf1955a3ecbab4b51d46f8c5dda02b7e14a17e Signed-off-by: Graeme Gregory <graeme.gregory at linaro.org> --- drivers/virtio/virtio_mmio.c | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/drivers/virtio/virtio_mmio.c b/drivers/virtio/virtio_mmio.c index 10189b5..f499d9d 100644 --- a/drivers/virtio/virtio_mmio.c +++ b/drivers/virtio/virtio_mmio.c @@ -...
2015 Jul 28
3
[PATCH] virtio_mmio: add ACPI probing
Added the match table and pointers for ACPI probing to the driver. This uses the same identifier for virt devices as being used for qemu ARM64 ACPI support. http://git.linaro.org/people/shannon.zhao/qemu.git/commit/d0bf1955a3ecbab4b51d46f8c5dda02b7e14a17e Signed-off-by: Graeme Gregory <graeme.gregory at linaro.org> --- drivers/virtio/virtio_mmio.c | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/drivers/virtio/virtio_mmio.c b/drivers/virtio/virtio_mmio.c index 10189b5..f499d9d 100644 --- a/drivers/virtio/virtio_mmio.c +++ b/drivers/virtio/virtio_mmio.c @@ -...
2015 Jul 28
3
[PATCH] virtio_mmio: add ACPI probing
On 28 July 2015 at 11:08, Michael S. Tsirkin <mst at redhat.com> wrote: > On Tue, Jul 28, 2015 at 10:44:02AM +0100, Graeme Gregory wrote: >> Added the match table and pointers for ACPI probing to the driver. >> >> This uses the same identifier for virt devices as being used for qemu >> ARM64 ACPI support. >> >> http://git.linaro.org/people/shannon.zhao/qemu.git/commit/d0bf1955a3ecbab4b51d46f...
2015 Jul 28
3
[PATCH] virtio_mmio: add ACPI probing
On 28 July 2015 at 11:08, Michael S. Tsirkin <mst at redhat.com> wrote: > On Tue, Jul 28, 2015 at 10:44:02AM +0100, Graeme Gregory wrote: >> Added the match table and pointers for ACPI probing to the driver. >> >> This uses the same identifier for virt devices as being used for qemu >> ARM64 ACPI support. >> >> http://git.linaro.org/people/shannon.zhao/qemu.git/commit/d0bf1955a3ecbab4b51d46f...
2007 Jun 12
1
Help with new syslog errmsgs
I am bringing more people onto Dovecot...and am beginning to see syslog error messages I've never seen before...what are they/are they critical? 1 =========================== > Jun 12 09:53:21 mercury mail:err|error dovecot: IMAP(gregory): Corrupted index c > ache file /var/dcndx/gregory/.imap/INBOX/dovecot.index.cache: indexid changed This has the same date stamp as the user's change date on his .subscriptions...which he created by copying his UWIMAP .mailboxlist from a login prompt. Is this what happens when the user wi...
2011 Jul 15
0
[LLVMdev] Makefile Question
Hi Gregory, I had a similar problem a while back, see: http://lists.cs.uiuc.edu/pipermail/llvmdev/2010-June/032508.html for my solution to this problem. Basically I ended up linking in the *.o files needed to get exactly what I needed (in your case, the file defining CloneModule and whatever else you need),...