Displaying 20 results from an estimated 30 matches for "paulson".
Did you mean:
paulsson
2011 Oct 29
15
[Bug 42384] New: X fails on NV11 with Error allocating scanout buffer: 0
https://bugs.freedesktop.org/show_bug.cgi?id=42384
Bug #: 42384
Summary: X fails on NV11 with Error allocating scanout buffer:
0
Classification: Unclassified
Product: xorg
Version: git
Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
2012 Oct 27
47
[Bug 56461] New: NV11 black screen & kernel hang on loading nouveaufb
https://bugs.freedesktop.org/show_bug.cgi?id=56461
Priority: medium
Bug ID: 56461
Assignee: nouveau at lists.freedesktop.org
Summary: NV11 black screen & kernel hang on loading nouveaufb
QA Contact: xorg-team at lists.x.org
Severity: normal
Classification: Unclassified
OS: Linux (All)
Reporter: chris at
2016 Apr 12
0
[FORGED] Re: identical() versus sapply()
Use all.equal instead of identical if you want to gloss over
integer/numeric class differences and minor floating point differences (and
a host of others).
Bill Dunlap
TIBCO Software
wdunlap tibco.com
On Mon, Apr 11, 2016 at 5:25 PM, Paulson, Ariel <apa at stowers.org> wrote:
> Hi Jeff,
>
>
> We are splitting hairs because R is splitting hairs, and causing us
> problems. Integer and numeric are different R classes with different
> properties, mathematical relationships notwithstanding. For instance, the
>...
2016 Apr 12
6
[FORGED] Re: identical() versus sapply()
...TRUE FALSE
> sapply(1:2, function(i) identical(as(i,"numeric"),1) )
[1] FALSE FALSE
These are the results of R's hair-splitting!
Ariel
________________________________
From: Jeff Newmiller <jdnewmil at dcn.davis.ca.us>
Sent: Monday, April 11, 2016 6:49 PM
To: Bert Gunter; Paulson, Ariel
Cc: Rolf Turner; r-help at r-project.org
Subject: Re: [R] [FORGED] Re: identical() versus sapply()
Hypothesis regarding the thought process: integer is a perfect subset of numeric, so why split hairs?
--
Sent from my phone. Please excuse my brevity.
On April 11, 2016 12:36:56 PM PDT, Bert...
2016 Apr 12
0
[FORGED] Re: identical() versus sapply()
On 11/04/2016 8:25 PM, Paulson, Ariel wrote:
> Hi Jeff,
>
>
> We are splitting hairs because R is splitting hairs, and causing us problems. Integer and numeric are different R classes with different properties, mathematical relationships notwithstanding. For instance, the counterintuitive result:
The issue here is...
2004 Jul 30
2
samba server onto a Windows 2000 server
How do I install any version of samba onto a Windows 2000 server?
Larry
2016 Apr 12
2
[FORGED] Re: identical() versus sapply()
...trouble with having an open mind is that people keep coming along
and sticking things into it."
-- Opus (aka Berkeley Breathed in his "Bloom County" comic strip )
On Mon, Apr 11, 2016 at 6:09 PM, Duncan Murdoch
<murdoch.duncan at gmail.com> wrote:
> On 11/04/2016 8:25 PM, Paulson, Ariel wrote:
>>
>> Hi Jeff,
>>
>>
>> We are splitting hairs because R is splitting hairs, and causing us
>> problems. Integer and numeric are different R classes with different
>> properties, mathematical relationships notwithstanding. For instance, the...
2016 Apr 11
0
[FORGED] Re: identical() versus sapply()
...Cheers,
>Bert
>
>
>
>Bert Gunter
>
>"The trouble with having an open mind is that people keep coming along
>and sticking things into it."
>-- Opus (aka Berkeley Breathed in his "Bloom County" comic strip )
>
>
>On Mon, Apr 11, 2016 at 9:30 AM, Paulson, Ariel <apa at stowers.org>
>wrote:
>> Ok, I see the difference between 1 and 1:2, I'll just leave it as one
>of those "only in R" things.
>>
>> But it seems then, that as.numeric() should guarantee a FALSE
>outcome, yet it does not.
>>
>>...
2004 Aug 02
2
Windows Server 2000 Server installation
Is there a procedure for installing and configuring SAMBA 3.0 for a Windows
2000 server so as to share files from the Windows 2000 server for Sun
Solaris 8 workstations?
Thanks,
Larry
2016 Apr 11
5
[FORGED] Re: identical() versus sapply()
...sses, but I certainly don't get it
either.
Cheers,
Bert
Bert Gunter
"The trouble with having an open mind is that people keep coming along
and sticking things into it."
-- Opus (aka Berkeley Breathed in his "Bloom County" comic strip )
On Mon, Apr 11, 2016 at 9:30 AM, Paulson, Ariel <apa at stowers.org> wrote:
> Ok, I see the difference between 1 and 1:2, I'll just leave it as one of those "only in R" things.
>
> But it seems then, that as.numeric() should guarantee a FALSE outcome, yet it does not.
>
> To build on what Rolf pointed ou...
2016 Apr 12
0
[FORGED] Re: identical() versus sapply()
...is that people keep coming along
> and sticking things into it."
> -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip )
>
>
> On Mon, Apr 11, 2016 at 6:09 PM, Duncan Murdoch
> <murdoch.duncan at gmail.com> wrote:
>> On 11/04/2016 8:25 PM, Paulson, Ariel wrote:
>>>
>>> Hi Jeff,
>>>
>>>
>>> We are splitting hairs because R is splitting hairs, and causing us
>>> problems. Integer and numeric are different R classes with different
>>> properties, mathematical relationships notwi...
2016 Apr 12
0
[FORGED] Re: identical() versus sapply()
...d is that people keep coming along
> and sticking things into it."
> -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip )
>
>
> On Mon, Apr 11, 2016 at 6:09 PM, Duncan Murdoch
> <murdoch.duncan at gmail.com> wrote:
>> On 11/04/2016 8:25 PM, Paulson, Ariel wrote:
>>>
>>> Hi Jeff,
>>>
>>>
>>> We are splitting hairs because R is splitting hairs, and causing us
>>> problems. Integer and numeric are different R classes with different
>>> properties, mathematical relationships notwiths...
2016 Apr 11
0
[FORGED] Re: identical() versus sapply()
...the class is "numeric" or it isn't; I did not call as.integer() here. 2) method of recasting should not affect final class.
Thanks,
Ariel
-----Original Message-----
From: Rolf Turner [mailto:r.turner at auckland.ac.nz]
Sent: Saturday, April 09, 2016 5:27 AM
To: Jeff Newmiller
Cc: Paulson, Ariel; 'r-help at r-project.org'
Subject: Re: [FORGED] Re: [R] identical() versus sapply()
On 09/04/16 16:24, Jeff Newmiller wrote:
> I highly recommend making friends with the str function. Try
>
> str( 1 )
> str( 1:2 )
Interesting. But to me counter-intuitive. Since R mak...
2007 Jun 05
1
Mysterious Javascript showing up & trashing page
...;/font><br />
<a href="http://www.heritagemuseumsandgardens.org/walking_club">The
Walking Club</a> -<em> for Members only</em><br />
<a href="http://www.heritagemuseumsandgardens.org/yoga">Yoga in the
Gardens</a>, with Catherine Paulson<br />
<a
href="http://www.heritagemuseumsandgardens.org/mornings_in_the_garden">Mornings
in the Gardens</a><br />
<a href="http://www.heritagemuseumsandgardens.org/hypertufa">Hypertufa
Trough Workshop</a> <br />
<a href="http://w...
2011 Apr 02
2
Matrix manipulation
Hi all!
I have a vector, let's say for example int <- sample(1:20,10);
for now:
now I have a matrix...
M = m x n
where the first column is a "feature" column and most likely shares at least
one of the int (interesting) numbers.
I want to extract the rows where int[] = M[,1]
I thought:
rownames(int)<-int;
rownames(M)<-M[,1];
M[rownames(int),] would work, but it
2010 Jul 09
2
C module causing rounding errors?
Hi all!
I am currently writing a C-module for a for loop in which I permute columns
in a matrix (bootstrapping) and I send a couple of variables into C
initially. All of it is working, except the initial values I send to R are
rounded/truncated (I believe rounded).
I am using a 32 bit machine to compile, I am using (I believe) 32 bit R....
While debugging I print the values I am sending to C,
2014 Sep 17
5
[Bug 2278] New: 'configure --disable-lastlog' should mark PrintLastLog as unsupported in servconf.c
...ervconf.c
Product: Portable OpenSSH
Version: 6.6p1
Hardware: All
OS: Solaris
Status: NEW
Severity: minor
Priority: P5
Component: sshd
Assignee: unassigned-bugs at mindrot.org
Reporter: brent.paulson at gmail.com
Created attachment 2476
--> https://bugzilla.mindrot.org/attachment.cgi?id=2476&action=edit
mark PrintLastLog as unsupported if DISABLE_LASTLOG is true
It is possible to disable all lastlog references in OpenSSH by using
the
following configure option:
--disable-lastlog...
2013 Apr 10
1
problem quitting
Many thanks to Peter and Brian for their help; it was indeed a permissions problem; thanks also to Josh Paulson of the RStudio team for pointing me to instructions for making the necessary changes.
But at the risk of seeming not only ungrateful and pedantic, but also off-topic, can I point out that all this strictly only answers part of my question, which was "why **all of a sudden** I can't quit?&...
2015 Jul 06
10
[Bug 2425] New: sshd doesn't need to call setproject() when configured to use PAM on Solaris
...Solaris
Product: Portable OpenSSH
Version: 6.9p1
Hardware: Sparc
OS: Solaris
Status: NEW
Severity: minor
Priority: P5
Component: sshd
Assignee: unassigned-bugs at mindrot.org
Reporter: brent.paulson at gmail.com
Created attachment 2661
--> https://bugzilla.mindrot.org/attachment.cgi?id=2661&action=edit
patch to limit setproject(3PROJECT) calls to non-PAM configurations
The OpenSSH bug:
1824 Added project(4) support for Solaris 10
https://bugzilla.mindrot.org/show_bug.cgi?id=1824
a...
2015 Jul 07
2
[Bug 2426] New: OpenSSH doesn't need the second call to do_pam_setcred() on non-Linux platforms
...Product: Portable OpenSSH
Version: 6.9p1
Hardware: Sparc
OS: Solaris
Status: NEW
Severity: minor
Priority: P5
Component: PAM support
Assignee: unassigned-bugs at mindrot.org
Reporter: brent.paulson at gmail.com
There is a second call to do_pam_setcred() in
platform.c:platform_setusercontext_post_groups() which was made via the
following changeset which doesn't mention a bugID:
https://anongit.mindrot.org/openssh.git/commit/platform.c?id=cc12418e18242ce1f61d7035da4956274ba13a96
The comm...