Displaying 20 results from an estimated 94 matches for "monros".
Did you mean:
monroe
2003 Apr 04
3
AT&T T1 Cable Needed!
Hi,
I just got a T1 interface for a AT&T (became Lucent) System75 (uses same
cards as Definity). I would take a crack at making a cable but can't
determine the pinout for a cable and it is not apparent from the board.
Asking you guys makes sense as one of you may have one of these systems. The
cable has a amphenol male D50 connector on one end and probably a rj45 on
the other. I also
2009 Jan 10
3
install.views()
Dear Rxperts,
Using R 2.8.1 and trying
install.views("Cluster")
getting error
Error: could not find function "install.views"
Please help:-(
--
Oscar
Oscar A. Linares
Molecular Medicine Unit
Bolles Harbor
Monroe, Michigan
[[alternative HTML version deleted]]
2003 Apr 02
7
FAX over IAX
Hi,
We are looking at consolidating our lines with PRI. This will allow the
elimination of many fax lines. Some of them will be replaced with this type
of config ...
PRI * IAX * Channel-Bank FAX
We will have daggressor suppressor enabled. Is anyone doing this and should
I expect smooth operation?
John
This e-mail was scanned and found clean by Monroe-Woodbury CSD Antivirus.
2009 Dec 03
3
data manipulation
Dear Wiza[R]ds,
I have a data.frame header that looks like this:
v2FfaPre15 v2FfaPre10 v2FfaPre5 v2Ffa2 v2Ffa3 v2Ffa4
I need it to look like this,
15 10 5 2 3 4
i.e., with v2FfaPre and v2Ffa stripped off
Any suggestions,
Thanks in advance!
--
Oscar
Oscar A. Linares, MD
Translational Medicine Unit
LaPlaisance Bay, Bolles Harbor
Monroe, Michigan 48161
2007 Jan 12
3
Content-Length: 0
While trying to debug a goofy XML loading issue in IE, I''ve found
that Mongrel (latest) returns Content-Type: 0 with every request on a
particular (CentOS 4) server, yet not on my local (OS X) box. These
both access identical Rails apps. This seems like a clue, but thought
I''d ask here if for some reason this is expected behavior. Both
running Ruby 1.8.4. Both return
2005 Feb 26
1
[LLVMdev] SparcV9 casa instruction
>From: Misha Brukman <brukman at uiuc.edu>
>On Fri, Feb 25, 2005 at 04:33:34PM -0600, Brent Monroe wrote:
>> I need to implement the compare and swap instruction in the
>> Sparc backend. It has the form:
>>
>> casa [reg]imm, reg, reg
>If you look in the instruction manual, each instruction has a
>"format" which is F1, F2, F3 or F4, so your
2004 Jan 26
3
Questions regarding new echo cancellation features...
I notice the zaptel Makefile option
the mark2 option & KFLAGS+=-DAGGRESSIVE_SUPPRESSOR
is now gone. Does simply adding these options still compile in a certain
echo can - or is there an other method of activating a particular can. I
have not had to update my machine that is connected to pstn for a while & I
don't want to jump into echotraining without a way to quickly enable what
has
2009 Nov 18
4
Switch Help
Dear Rexperts,
Given,
aar <-function(command) {
switch(command,
{scrn = cat("scrn :Screening","\n")}
{dx = cat("dx :Diagnosis","\n")}
{df = cat("df :Don't Forget","\n")}
)
}
I want to be able to do:
aar("dx") # function does cat("dx :Diagnosis","\n")
2007 Apr 17
5
How to change the default encoding for dynamic pages
Hello,
I''m trying to write a rails application serves by mongrel and using
accentuated characters in the .rhtml page. But Mongrel replace them by ''?'' .
It works fine for static pages by defining the charset to iso-8859-1 in the
mongrel_mime.yml
But how to change the default encoding (seems to be UTF-8) for the dynamic
pages ?
thanks for your help.
-------------- next
2009 Jan 18
4
data management
Dear Rxperts,
I have a varaibles data file that looks like this
p(1) 10
p(1) 3
p(1) 4
p(2) 20
p(2) 30
p(2) 40
p(3) 4
p(3) 1
p(1) 2
I cannot process these data with R because it does not like the parentheses.
How can I get these to look like:
p1 10
p1 3
p1 4
p2 20
p2 30
p2 40
p3 4
p3 1
p3 2
The data is in a tab delimited text file and I want to get it into a
data.frame().
Many thanks in
2003 Dec 17
3
modprobe -r ztd-eth locks up machine...
Hi,
I have just begun working with TDMoE running between 2 fiber nics the
dynamic span works great. In my main asterisk box's startup file I just
'modprobe tor2', then start asterisk. The zaptel, ztdynamic & ztd-eth
modules all load by themselves when tor2 is loaded. If I stop asterisk then
'modprobe -r tor2' the tor2 module is removed but the other three remain.
If I
2004 Dec 02
3
[LLVMdev] Adding xadd instruction to X86
Hi,
I'm trying to add the xadd instruction to the X86 back end.
xadd r/m32, r32
exchanges r/m32 and r32, and loads the sum into r/m32. I'm
interested in the case where the destination operand is a
memory location.
I've added the following entry to X86InstrInfo.td:
def XADD32mr : I<0x87, MRMDestMem,
(ops i32mem:$src1, R32:$src2),
"xadd{l}
2007 Feb 27
3
mongrel_cluster and Monit
On one of my development servers mongrel dies when idle for any length
of time. Since I''ve not been able to solve that problem I thought I''d
route around it by using monit to kick things when necessary.
My monitrc contains the following...
--------------------------------------------------------------------------------
check process mongrel_8310 with pidfile
2009 Apr 01
1
STACK
Dear Rxperts
I have a data.frame as follows
A B C D
1 4 7 10
2 5 8 11
3 6 9 12
I want to convert it to a data frame with a single row (i.e., stack the
columns without the heading)
1
2
3
4
5
6
7
8
9
10
11
12
Any suggestions please.
Thanks in advance!
--
Oscar
Oscar A. Linares
Molecular Medicine Unit
Bolles Harbor
Monroe, Michigan
[[alternative HTML
2010 Jul 02
1
conditional dataframe search and find
After some processing...
ct.df <- data.frame(time,conc)
ct.df
gives
time conc
1 0 164.495456
2 1 133.671185
3 2 108.622975
4 3 88.268468
5 4 71.728126
6 5 58.287225
7 6 47.364971
8 7 38.489403
9 8 31.276998
10 9 25.416103
11 10 20.653462
12 11 16.783276
13 12 13.638313
14
2009 Sep 19
1
Rcmdr
Is there a UseR! manual in the works for the outstanding Rcmdr?
--
Oscar
Oscar A. Linares, MD
Translational Medicine Unit
Bolles Harbor
Monroe, Michigan
[[alternative HTML version deleted]]
2003 Apr 14
1
T1 vs PRI
Hi,
I'm buying an interface for my Toshiba DKT424 to connect to *. Initially it
is a trial to route internal calls over our wan. Think of it as a tie trunk
between 2 pbxs. I expect to get PRI from the telco our layout will be like
this:
telco_T1_PRI to * to various PBX or TDM or IAX to * to other pbxs
My question is, is there benefits to connecting with PRI over a standard T1
within my
2003 May 01
1
Youch! Painfully loud beep...
I just called 6610 from Zap/1
exten => 6610,1,Dial,Zap/1&Zap/2
(Don't try this with the handset pressed up against your ear) ...is this the
call waiting indicator? Is it a file, can it be turned down - and does it
get used anywhere else?
These are both fxs ports. In zapata.conf changinging to callwaiting=no stops
this. The text implies that this affects fxo ports.
John
This e-mail
2003 May 15
1
4 line phone w cid recommendation?
Hi,
I'm looking for 4 line phones that will see some heavy usage (they need to
be tough) for office secretary/receptionists. Any recommendations?
One additional consideration (not particularly for my current needs) is
regarding the page/intercom feature that can be mapped to one of the analog
ports - does anyone know of a 4 line phone that will do this?
Thanks,
John
This e-mail was
2003 Nov 10
1
Periodic crash - avoid this syntax...
I have a machine that crashes every so often. I believe the following macro
is responsible (gotoif,$[${ARG3}] in particular). The macro works as
expected: if ARG3 is defined - hop over assignment. But my hunch is that it
gradually chews up memory.
; This macro is puts voicemail in an alternate mailbox (if ARG3 defined -
otherwise Mailbox matches extension).
[macro-stdexten]
exten =>