Displaying 20 results from an estimated 164 matches for "carey".
Did you mean:
care
2006 Jun 08
2
hangup lag causing the answering of already answered calls
I have a TDM-400P with one FXO module. On an incoming call, I have set
Asterisk to dial my phone (exten => s,1,Dial(IAX2/carey)), which is
basically the only thing in my dialplan.
When the call is answered by the PSTN phone first, or when the ringing
call is hung up, Asterisk keeps ringing for 5+ seconds, which causes
trouble (the answering of already answered calls).
I noticed in the Asterisk console that my phone is ca...
2007 May 12
20
[Bug 10920] New: glxgears on AGP 10de0028 NV5 [RIVA TNT2/TNT2 Pro] works! (but slowly)
...Product: xorg
Version: 7.2
Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau at lists.freedesktop.org
ReportedBy: mark.carey at gmail.com
QAContact: xorg-team at lists.x.org
ubuntu 7.04
drm: e4d163d81ad7ce46af43cf84485dc96c4cb22b1f Allow vblank interrupts to remain
mesa: 6bae7d40f725be24df0be196fbb6bdcfd2aaa581 r300: Removed the name argument
xf86-video-nouveau: 7af7d95eb8826fa3fb9914a8c6ad4b6f4867095e Impor...
2008 Aug 29
16
[Bug 17357] New: NV4B 10DE: 0393 funny stripes in video flash when using nouveau
...Product: xorg
Version: unspecified
Platform: Other
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau at lists.freedesktop.org
ReportedBy: mark.carey at gmail.com
QAContact: xorg-team at lists.x.org
Ubuntu 8.04.1
(/var/log/Xorg.0.log) Xserver 1.4.0.90
(dpkg -l | grep nouveau) xserver-xorg-video-nouveau
1:0.0.10~git20080827-0~ppa1~hardy
(/var/log/messages) nouveau 0.0.11 drm-2.3.0-1870-g9c7137483d1ef47ea
(dpkg -l | grep drm) libdrm2 2....
2017 Sep 25
2
Subset
...)
# you can subset the b-column in several ways
myDF[ , 2]
myDF[ , "b"]
myDF$b
# using the column, you make a logical vector
! is.na(as.numeric(myDF$b))
# This can be used to select the rows you want
myDF[! is.na(as.numeric(myDF$b)), ]
B.
> On Sep 25, 2017, at 7:30 AM, Shane Carey <careyshan at gmail.com> wrote:
>
> Hi,
>
> Lets say this was a dataframe where I had two columns
>
> a <- c("<0.1", NA, 0.3, 5, "Nil")
> b <- c("<0.1", 1, 0.3, 5, "Nil")
>
> And I just want to remove the rows...
2017 Sep 22
3
Subset
...uot;0.3" "5" "Nil"
>
> > b <- as.numeric(a)
> Warning message:
> NAs introduced by coercion
> > b
> [1] NA NA 0.3 5.0 NA
>
> > b[! is.na(b)]
> [1] 0.3 5.0
>
>
> B.
>
>
> > On Sep 22, 2017, at 11:48 AM, Shane Carey <careyshan at gmail.com> wrote:
> >
> > Hi,
> >
> > How do I extract just numbers from the following list:
> >
> > a=c("<0.1",NA,0.3,5,Nil)
> >
> > so I want to obtain: 0.3 and 5 from the above list
> >
> > Thanks
> &...
2017 Sep 25
1
Subset
Always via logical expressions. In this case you can use the logical expression
myDF$b != "0"
to give you a vector of TRUE/FALSE
B.
> On Sep 25, 2017, at 8:00 AM, Shane Carey <careyshan at gmail.com> wrote:
>
> This is super, really helpfull. Sorry, one final question, lets say I wanted to remove 0's rather than NAs , what would it be?
>
> Thanks
>
> On Mon, Sep 25, 2017 at 12:41 PM, Boris Steipe <boris.steipe at utoronto.ca> wrote:...
2017 Sep 25
0
Subset
...- c("<0.1", NA, 0.3, 5, "Nil")
b <- c("<0.1", 1, 0.3, 5, "Nil")
And I just want to remove the rows from the dataframe where there were NAs
in the b column, what is the syntax for doing that?
Thanks in advance
On Fri, Sep 22, 2017 at 5:04 PM, Shane Carey <careyshan at gmail.com> wrote:
> Super,
>
> Thanks
>
> On Fri, Sep 22, 2017 at 4:57 PM, Boris Steipe <boris.steipe at utoronto.ca>
> wrote:
>
>> > a <- c("<0.1", NA, 0.3, 5, "Nil")
>> > a
>> [1] "<0.1"...
2017 Sep 25
0
Subset
...uot;b"]
> myDF$b
>
> # using the column, you make a logical vector
> ! is.na(as.numeric(myDF$b))
>
>
> # This can be used to select the rows you want
>
> myDF[! is.na(as.numeric(myDF$b)), ]
>
>
>
> B.
>
>
> > On Sep 25, 2017, at 7:30 AM, Shane Carey <careyshan at gmail.com> wrote:
> >
> > Hi,
> >
> > Lets say this was a dataframe where I had two columns
> >
> > a <- c("<0.1", NA, 0.3, 5, "Nil")
> > b <- c("<0.1", 1, 0.3, 5, "Nil")
> >
>...
2007 May 04
39
[Bug 10858] New: glxgears with mesa-git on PCI 10de0322 (NV34) GeForce FX 5200 crashes X
...Product: xorg
Version: 7.2
Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau@lists.freedesktop.org
ReportedBy: mark.carey@gmail.com
QAContact: xorg-team@lists.x.org
Ubuntu Feisty 7.04
drm-git (as of Apr/28)
xf86-video-nouveau git (as of Apr/28)
mesa-git (as of Apr/28)
Testing nouveau, which works ok in 2D, trying to test in 3D and starting
glxgears crashes X.
The gears window is drawn, the window decorati...
2007 May 12
10
[Bug 10933] New: nouveau defaults to first graphics card in system even when xorg instructed differently
...y
Product: xorg
Version: 7.2
Platform: Other
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau at lists.freedesktop.org
ReportedBy: mark.carey at gmail.com
QAContact: xorg-team at lists.x.org
Testing nouveau on a system with both;
01:00.0 VGA compatible controller: nVidia Corporation NV5 [RIVA TNT2/TNT2 Pro]
(rev 15) (prog-if 00 [VGA])
Subsystem: Compaq Computer Corporation Unknown device 001f
Flags: bus master...
2001 Sep 19
3
permissions bug w/ --backup-dir or --backup option?
...backup
dir, it's ownership seems to revert to root:root, and permissions change, as
well. We are also using the -a (archive) option, by the way, which should
mean "preserve everything". This loss of ownership/permissions seems like a
definite bug to me. What do you think?
Regards,
Carey Jung
IT Freedom
1999 May 11
1
Please Help! Re: Using smbpasswd (fwd)
...*UNIX\spassword* %o\n *ew\sUNIX\s*password* %n\n *etype* %n\n *successfully*
passwd chat debug = Yes password level = 1
debug level = 3
unix password sync = Yes
Notice, I haven't turned on encryption yet, because I wanted to ensure
everything was working first.
Carey
======================================================================
<> Carey F. Cox, PhD | PHONE: (409) 880-8770 <>
<> Assistant Professor | FAX: (409) 880-8121 <>
<> Dept. of Mech. Eng. | EMAIL: carey...
1999 Apr 28
3
License manager
...remely interested
in talking with you as we are trying to install Parametric Technology's
ProEngineer on our Samba file server. We do have a copy of the
Unix version of the license manager, but I am not sure how I can get
the Win95 client to talk to it.
Any and all help much appreciated!
Carey
======================================================================
<> Carey F. Cox, PhD | PHONE: (409) 880-8770 <>
<> Assistant Professor | FAX: (409) 880-8121 <>
<> Dept. of Mech. Eng. | EMAIL: carey...
1999 May 05
0
? lmhosts ?
...gt; Topics covered in this issue include:
>
> 1) Unable to map network drives
> by julie.kilbourne@amd.com
> 2) Re: german umlaute win95 client vs. Linux-Samba file server
> by Andy Bakun <abakun@reac.com>
> 3) Re: License manager
> by "Carey F. Cox" <carey@tabasco.lamar.edu>
> 4) smbpasswd
> by "Carey F. Cox" <carey@tabasco.lamar.edu>
> 5) NT4 access help
> by "Rutherford, John (Library)" <Rutherford@mail.ccsu.edu>
> 6) SAMBA digest 2074
> by Kbk...
2005 Jan 03
9
Just saw your [Asterisk] xJack Segfault in Asterisk
Hi:
Just saw your post while trying to solve a similar asterisk problem. Did
not see any responses. Was your problem solved and what was the solution?
Carey
1999 Apr 15
0
[RETRY] Help with preexec (fwd)
Having received no responses, I will try again. I can't seem to get
preexec to work as stated in my earlier email given below. Any help
would be most appreciated. I am using samba-2.0.3-19990228 in
combination with RH 5.2 with kernel-2.2.1.
Thanks,
Carey
---------- Forwarded message ----------
Date: Tue, 13 Apr 1999 11:35:03 -0500 (CDT)
From: Carey F. Cox <carey@tabasco.lamar.edu>
To: Samba Mailing List <samba@samba.org>
Subject: Help with preexec
I am trying to incorporate nonstandard home directories into my "homes"
sha...
2017 Sep 22
2
Subset
Hi,
How do I extract just numbers from the following list:
a=c("<0.1",NA,0.3,5,Nil)
so I want to obtain: 0.3 and 5 from the above list
Thanks
--
Le gach dea ghui,
*Shane Carey*
*GIS and Data Solutions Consultant*
[[alternative HTML version deleted]]
2002 Jan 02
7
Weird Keys in Counterstrike
...config file, it worked OK. By weird I mean that
normally when I move the mouse my player looks around but under wine he
starts a slow slide across the floor. Has anyone else had any similar
problems?
Package Versions are,
XFree-4.1.0.17mdk
wine-20011108 CVS updated to current.
Thanks,
Mark Carey
_________________________________________________________________
MSN Photos is the easiest way to share and print your photos:
http://photos.msn.com/support/worldwide.aspx
2017 Sep 22
0
Subset
..., 0.3, 5, "Nil")
> a
[1] "<0.1" NA "0.3" "5" "Nil"
> b <- as.numeric(a)
Warning message:
NAs introduced by coercion
> b
[1] NA NA 0.3 5.0 NA
> b[! is.na(b)]
[1] 0.3 5.0
B.
> On Sep 22, 2017, at 11:48 AM, Shane Carey <careyshan at gmail.com> wrote:
>
> Hi,
>
> How do I extract just numbers from the following list:
>
> a=c("<0.1",NA,0.3,5,Nil)
>
> so I want to obtain: 0.3 and 5 from the above list
>
> Thanks
>
>
> --
> Le gach dea ghui,
> *S...
2006 Jun 20
3
TDM400P bad echo problem, tried lots of things
...and FXO that I have this echo problem. This means my headset and IP
phones are fine (of course).
So, what else can I try? :-)
Any ideas why this is so consistent and persistent? Maybe it's something
to do with my phone cable or something of that nature (hmm?)?
Any input appreciated.
Thanks,
Carey O'Shea.