search for: armstrong

Displaying 20 results from an estimated 258 matches for "armstrong".

2006 Feb 06
4
DO NOT REPLY [Bug 3488] New: writefd_unbuffered failed to write 4096 bytes: phase "unknown" [generator]: Broken pipe (32)
...le individually, it will go through fine. Both local and remote machines are in Solaris 9, rsync 2.6.6. However, the problems are also reproceable in rsync 2.5.6 and 2.6.3. Use the rsync-debug script as instructed. And the detail truss output is attached. (last 100+ lines) 19763: lstat64("armstrong/.armstrong4-3_fdi.txt.z__.c1ayMM", 0xFFBFE910) = 0 19763: time() = 1139251239 19763: utime("armstrong/.armstrong4-3_fdi.txt.z__.c1ayMM", 0xFFBFE87C) = 0 19763: lchown("armstrong/.armstrong4-3_fdi.txt.z__.c1ayMM", 1000, 200) = 0 19...
2004 Dec 03
4
Polycom 500, won't ring??
...All the other phones ring fine, and my phone wasn't the only one I rebooted with the changed sip.conf and impd.conf. I have reverted back to a standard sip.conf and impd.conf and I still can not get my phone to ring for any incoming calls. Does anyone have any suggestions to look for? Jared Armstrong -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20041203/91e5309d/attachment.htm
2017 Jan 03
2
[R] Problems when trying to install and load package "rzmq"
On Tue, Jan 3, 2017 at 3:53 PM, Whit Armstrong <armstrong.whit at gmail.com> wrote: > > I maintian the rzmq project. > > love to get it running on windows, but zmq doesn't play nicely with R's > mingw. It's fairly easy to link against the libraries from rwinlib: https://github.com/rwinlib/zeromq. I'll send...
2009 Mar 31
4
what is the preferred method to create a package local variable?
for the moment, I'm using: .onAttach <- function(libname, pkgname) { .bbg.db.conn <<- dbConnect(dbDriver("PostgreSQL"), user="blah","blah") } .onUnload <- function(libpath) { dbDisconnect(.bbg.db.conn) } which results in a hidden global variable in the global environment. I would prefer to make the assignment only in the package namespace.
2004 Dec 08
2
Dropping Calls, irregular interval no logs
...r to trouble shoot because when I call my cell phone I can get a call to last over 30 minutes yet when I call another office that uses a standard pbx I can't get past 10 minutes. For some reason in think it is sip related but could really use some suggestions on how to fix this. Jared Armstrong -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20041208/257ffe1c/attachment.htm
2009 May 19
4
ext3 efficiency, larger vs smaller file system, lots of inodes...
(... to Nabble Ext3:Users - reposted by me after I joined the ext3-users mailing list - sorry for the dup...) A bit of a rambling subject there but I am trying to figure out if it is more efficient at runtime to have few very large file systems (8 TB) vs a larger number of smaller file systems. The file systems will hold many small files. My preference is to have a larger number of smaller file
2003 Mar 11
2
changing pen mode [or adjusting for overlapping points?]
...re the two distributions overlap by setting the pen mode (or it's equivalent) to allow the overlapping portion to show up as a different color (or different shade). Unfortunatly, I couldn't find an option in par or postscript that looks like it would be of use. Ideas or suggestions? Don Armstrong -- She was alot like starbucks. IE, generic and expensive. -- hugh macleod http://www.gapingvoid.com/batch3.htm http://www.donarmstrong.com http://www.anylevel.com http://rzlab.ucr.edu -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: applic...
2011 Apr 20
3
[LLVMdev] Is this a bug in clang?
This code is undefined, meaning that all bets are off, don't do it. I.e. It reads the value of I between two sequence points and uses it for something other than determining the value written. From: Csaba Raduly Sent: Tuesday, April 19, 2011 3:44 AM To: Joe Armstrong Cc: llvmdev at cs.uiuc.edu Subject: Re: [LLVMdev] Is this a bug in clang? Hi Joe On Tue, Apr 19, 2011 at 10:59 AM, Joe Armstrong <joearms at gmail.com> wrote: > Hello, > > Is this a bug in clang, or a bug in my thinking? > > /Joe Armstrong > > > > When I compile th...
2004 Oct 25
1
copyright issues when package maintainer changes
...the changes in the copyrights for the code. The package was originally released under GPL2. I have no experience with copyright issues, and would appreciate it if someone who does would kindly indicate whether the header below is correct and conforms with normal practice. Thanks in advance, Whit Armstrong <header in R source file itspkg.r> # itspkg.r: a time series library in R # Copyright (C) 2003 to June 2004 Commerzbank Securities # Copyright (C) June 2004 to present Whit Armstrong # # This program is free software; you can redistribute it and/or modify # it under the terms...
2006 Nov 08
4
[LLVMdev] Fortran and LLVM
Hi all, I'm looking into using LLVM to do some optimisations of Fortran code. As part of this, I've been trying to build the frontend with f95 support. At the moment, I'm trying to resolve undefined symbol problems for code defined in c-common.c + elsewhere - I'm taking the temporary approach of copy-pasting it into a new file, and linking that in. I have no idea if it will
2003 Sep 17
3
Building and loading a DLL on Windows NT
I am trying to build a simple dll with Rcmd SHLIB to link into R. The results of the build are below. From my limited knowledge of building DLLs, it looks like it worked (I didn't get any errors). F:\R\dlls> Rcmd SHLIB add.C making add.d from add.C g++ -IC:/PROGRA~1/R/src/include -Wall -O2 -c add.C -o add.o ar cr add.a *.o ranlib add.a g++ --shared -s -o add.dll add.def add.a
2004 Sep 09
4
scoping rules
Can someone help me with this simple example? sq <- function() { y <- x^2 y } myfunc <- function() { x <- 10 sq() } myfunc() executing the above in R yields: > myfunc() Error in sq() : Object "x" not found I understand that R's scoping rules cause it to look for "x" in the environment in which "sq" was defined (the global environment in
2004 Dec 07
3
Continuance on Polycom issue, not ringing
...n into this issue in the past could help me to clarify what caused this to happen. I am afraid this might happen again in the future and I will not know how to fix it. In reality switching extensions is not a viable solution if this happened to occur to the owner of the corp. Thanks, Jared Armstrong -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20041207/c168705a/attachment.htm
2011 Apr 20
0
[LLVMdev] Is this a bug in clang?
...wrote: > This code is undefined, meaning that all bets are off, don't do it. > I.e. It reads the value of I between two sequence points and uses it > for something other than determining the value written. From: Csaba > Raduly > Sent: Tuesday, April 19, 2011 3:44 AM > To: Joe Armstrong > Cc: llvmdev at cs.uiuc.edu > Subject: Re: [LLVMdev] Is this a bug in clang? > Hi Joe > > On Tue, Apr 19, 2011 at 10:59 AM, Joe Armstrong <joearms at gmail.com> wrote: >> Hello, >> >> Is this a bug in clang, or a bug in my thinking? >> >> /Joe Arm...
2000 Mar 29
3
Samba 2.0.6 Interfaces
...ble to do so. I've tried specifying the interfaces as "el* ci*", "el0 el1 el1:1 ci0", "x.x.x.x/24 y.y.y.y/24", but no combination has successfully registered all IP addresses in WINS. Scott ================================================================ Scott Armstrong In the days before volcanoes Department of the Army were invented, lava had to be Night Vision and Electronic hand carried down from the Sensors mountain and poured on the AMSEL-RD-NV-SSA-NS sleeping villagers. 10221 B...
2004 Sep 30
1
[don@donarmstrong.com: Bug#274301: libflac4 segfaults on corrupt flac files]
----- Forwarded message from Don Armstrong <don@donarmstrong.com> ----- Date: Thu, 30 Sep 2004 16:19:41 -0700 From: Don Armstrong <don@donarmstrong.com> Resent-From: Don Armstrong <don@donarmstrong.com> To: submit@bugs.debian.org Subject: Bug#274301: libflac4 segfaults on corrupt flac files Severity: normal Package: libf...
2011 Apr 27
3
[LLVMdev] confused about float literals
On Wed, Apr 27, 2011 at 12:51 AM, John McCall <rjmccall at apple.com> wrote: > On Apr 26, 2011, at 2:07 AM, Joe Armstrong wrote: >> Compiles (via clang) to: >> >>  ; ModuleID = 'test101.c' >>  target datalayout = >> "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:32:32-n8:16:32" >>  target triple = &q...
2006 Jul 27
3
deparse(substitute(foo))
I see that plot.default uses deparse(substitute(x)) to extract the character name of an argument and put it on the vertical axis. Hence: foo <- 1:10 plot( foo ) will put the label "foo" on the vertical axis. However, for a function that takes a "..." list as an input, I can only extract the first argument name: x <- 1:10 y <- 10:20 foo <- function(...) {
2006 Nov 09
0
[LLVMdev] Fortran and LLVM
On 11/8/06, Warren Armstrong <warren.armstrong at anu.edu.au> wrote: > Hi all, > > I'm looking into using LLVM to do some optimisations of > Fortran code. As part of this, I've been trying to build > the frontend with f95 support. At the moment, I'm trying > to resolve undefined symbol pro...
2011 Apr 19
2
[LLVMdev] Is this a bug in clang?
Hello, Is this a bug in clang, or a bug in my thinking? /Joe Armstrong /* When I compile the following program I get different answers in clang and gcc. $ gcc bug2.c $ ./a.out j = 40 $ clang bug2.c $ ./a.out j = 41 I think the correct answer is 41. If my understanding of C is correct (which, or course, it might not be) the incremented value of i++...