search for: rowley

Displaying 20 results from an estimated 31 matches for "rowley".

Did you mean: cowley
2005 Mar 31
2
pictex graphics device and color
...hics device known not to support color? In R 2.0.1 Patched (2004-11-17), it produced very pretty output: ## pictex(file = "modern-metatheonomy.tex", bg = "transparent"); ## plotData(data); ## dev.off() ... but it appears to have ignored all color information. __________ Steve Rowley <steve.rowley at sanofi-aventis.com> Cambridge, MA: (617) 768-4054 ICQ: 52-377-390
2004 May 14
2
Data through T1, nethdlc
...ng, but bugger if I know that they mean... Any help would be appreciated!) 8) should now be able to access data on hdlc0 Does this sound at all correct? Any suggestions, things I am missing? There is damn little documentation on this, so most of this I am pulling from my short hairs. Michael Rowley
2003 Dec 09
4
was FXO cards
...Case 1 and 2 are ties in my eyes, except the channel bank would provably be cheaper to upgrade to 8 lines. I am just afraid of the channel bank. I just don't know anything about them. If I buy the wrong crap, it gets really expensive fast, plus adds another layer of complexity. Michael Rowley MD FP
2003 May 22
17
fxo cards
Hi all, Is there any alternative hardware components for multi port FXO cards, other than Single and E1 or T1 level? For example 4 or 8 port FXO card is ideal. Also the price matters. Thanks!
2009 Dec 22
1
Building static HTML help pages in R 2.10.x on Windows
...--html arg to R CMD INSTALL can apply either. So, can anybody point me to an example of either: (a) how to build the static HTML help pages of all currently installed packages under Windows, or, failing that (b) how to do this on Windows ab initio, from a clean install? Thanks! -- Steve Rowley <sgr at alum.mit.edu> http://alum.mit.edu/www/sgr/
2003 Nov 23
1
Phone compatibility list
...umentation. I need a buisiness phone, and the Cisco is _EXPENSIVE_ I like the 3com 1102, but it is NBX phone, and I can find no documentation of this phone working with Asterisk, even though it is listed as a SIP phone, and is supposed to support h.232. Anyone got this one working? Michael Rowley
2014 Apr 27
7
Disappearing Network Manager config scripts
Is anyone frustrated by Network Manager? I wish CentOS just used the basic configuration files like the ones on BSD-style OSes. Those are so simple in comparison. Each time I reboot, it seems like the configuration file I create for Network Manager gets destroyed and replaced with a default file. Nothing in the default file would actually make sense on my network, so I'm not even really sure
2014 Apr 18
3
Starting the gotour server on CentOS 6
Hey CentOS folks! I have an interesting issue with starting a server on a CentOS 6 KVM guest. The server (service) in particular is gotour, which is a web application created by Google and their Golang developers, intended to teach users the basics of using the Go programming langauge. When starting gotour, the program claims to be binding to port 12049, but the VM doesn't seem to be serving
2011 Apr 20
2
[LLVMdev] Is this a bug in clang?
> My compiler will vigorously refuse to compile such nonsense - there > will be no flags to change this > behavior. [ Forgot to Reply-All first time, sorry. ] But how would it deal with: *p + *q++; It can't know in general whether *p and *q denote the same object.
2011 Apr 20
0
[LLVMdev] Is this a bug in clang?
> [ Forgot to Reply-All first time, sorry. ] > > But how would it deal with: > > *p + *q++; > > It can't know in general whether *p and *q denote the same object. Shouldn't that be *p + (*q)++ ? -- Paul Curtis, Rowley Associates Ltd   http://www.rowley.co.uk
2017 May 03
2
clang assembler keeps .Linfo_string symbols?
That was probably my fault - not sure of the niceties of the list. Also not sure I understand why the integrated assembler behaves differently. I guess gold is never used with object files produced this way? Regards Michael > Tim Northover <t.p.northover at gmail.com> writes: > >> On 3 May 2017 at 08:01, Rafael Avila de Espindola via llvm-dev >> <llvm-dev at
2014 May 12
1
[PATCH 1/2] device/nvf1: add support for 0xf1 (gk110b)
Signed-off-by: John Rowley <john.rowley08 at gmail.com> --- nvkm/engine/device/nve0.c | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/nvkm/engine/device/nve0.c b/nvkm/engine/device/nve0.c index 964c183..6e72f9c 100644 --- a/nvkm/engine/device/nve0.c +++ b/nvkm/engine/device/nve...
2010 Nov 25
0
[LLVMdev] ARM Intruction Constraint DestReg!=SrcReg patch?
...in ARMv6, and it is believed all relevant ARMv4 and ARMv5 implementations do not require this restriction either, because high performance multipliers read all their operands prior to writing back any results." Therefore I do not believe you need to worry about this at all. -- Paul Curtis, Rowley Associates Ltd   http://www.rowley.co.uk SolderCore arriving Winter 2010! http://www.soldercore.com
2017 Mar 20
3
Please dogfood LLD
Michael Johnson <mpj at rowley.co.uk> writes: > Hi Rafael, >> Michael Johnson via llvm-dev <llvm-dev at lists.llvm.org> writes: >> >>> Hi Rui, >>> >>> Are there any plans to support the -defsym command line option? >> It doesn't look that hard, it was just never reque...
2010 Nov 25
2
[LLVMdev] ARM Intruction Constraint DestReg!=SrcReg patch?
Hi, I am using a cross compiler to compiler for the arm5 architecture. For this architecture it is not allowed that a destination register is also used as source register. In 2007 a patch was discussed at the mailing list, however my compiler still is producing this result. Does anyone know if this patch is actually applied? * I use the following arguments: llvm-gcc -mfpu=vfp -mlittle-endian
2004 May 21
5
T100P HDLC configuration
All, I am trying to configure hdlc support on T100P Digium card - everything seems ok... but it just does not work at all. I was able to compile all drivers, the light on the card becomes green when I plug T1 link.... but I even can't ping default router IP... there is no data coming back to me, so I am confused completely now. Also I tried both protocols - raw hdlc and cisco hdlc. The
1999 Jul 24
5
authentication failure
Hi, I've just installed Samba 2.0.3 and now I'm getting following error: PAM_pwdb[306]: 1 authentication failure; (uid=0) -> andreas for samba service I can connect to all shares and printers, but get the error. I suppose it has something to do with the passwords (I'm trying to sync Samba and Linux passwords). Any ideas? /Andreas
2010 Nov 27
1
[LLVMdev] Patch for V7M
Hello All, Attached is a patch for the ARM target. The ARM v7M profile does not have the signed most-significant-word multiply instruction so SMMUL, for instance, is not valid on Cortex-M3 and Cortex-M4. The attached patch adds an additional attribute, +mmul, which controls most-significant word multiplies on v6T2+ targets. This is especially important for me now that I've
2017 Mar 20
2
Please dogfood LLD
Michael Johnson via llvm-dev <llvm-dev at lists.llvm.org> writes: > Hi Rui, > > Are there any plans to support the -defsym command line option? It doesn't look that hard, it was just never requested. What project is using it? Cheers, Rafael
2004 Mar 12
0
tftpd error message (File not found)
...td restart' the client can then load the file correctly, and i see in syslog (syslog) RRQ from 10.1.5.121 filename scx.elf.gz regards --- Matthew J Fletcher Embedded Software Serck Controls Ltd --- ********************************************************************** Serck Controls Ltd, Rowley Drive, Coventry, CV3 4FH, UK Tel: 44 (0) 24 7630 5050 Fax: 44 (0) 24 7630 2437 Web: www.serck-controls.com Admin: post at serck-controls.co.uk ********************************************************************** This email and any files transmitted with it are confidential and intended solely...