Displaying 20 results from an estimated 20000 matches similar to: "Finding Equal Elements in Vectors"
2014 Dec 02
16
[Bug 86935] New: unknown kepler chipset
https://bugs.freedesktop.org/show_bug.cgi?id=86935
Bug ID: 86935
Summary: unknown kepler chipset
Product: xorg
Version: unspecified
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
Assignee: nouveau at lists.freedesktop.org
2009 Mar 11
3
2.6.28.7 domU oops: invalid opcode 0000
Hi,
below is the output of the kernel just before it goes down and crashes.
I have to use "xm destroy" to kill it.
I have tried the enable/disable the "Optimize for Size" setting in the
kernel. I hopes that it''s some kind of compiler bug because of the
"invalid opcode" thing. But actually I don''t a clue what this might be
caused by.
Do you
2006 Nov 10
1
Speed Optimization: Faster Way of Accessing data.frame in a Loop?
Hello,
currently I am using code, which basically works like this:
|
| for (i in 1:20) {
| for (j in 1:30) {
| df[i, j, 20] <- df[i,j,27] + df[i,j,30]
| }
| }
df is: `data.frame: 360 obs. of 30 variables'
Do you have any ideas whether I could get this code any faster?
Regards,
Sven C. Koehler
2003 Dec 17
2
Easiest way to get the mean of a row of a data.frame?
Dear r-helpers!
I am kind of new to R.
I would like to calculate the mean of the numbers of this expression:
data(USArrests)
USArrests[row.names(M) == "Alabama",]
class() tells me it's a ``data.frame,'' what I actually desire is to get
all numbers of a row as a vector or a list to let mean() calculate the mean
of the whole row. (I know this doesn't make sense
2004 Aug 03
1
Using MASSv3's example from 8.7 in R?
Dear list!
I am interested in learning about MLE and I wonder whether it is possible
to use the examples for maximum likelihood estimation given in 8.7 in
MASSv3 with R? AFAIU R does not have a direct replacement for S-PLUS's
ms() which the examples use for the fitting, but optim() may be of help
for me. However, I am not sure how I can convert the use of ms() using
optim()--is there an
2012 Sep 03
4
finding messages deleted before timespec
Hi!
I've been pondering about doveadm-search-query(7) and trying to
formulate a search query for some time now and it seems there is no way
to search for messages, which have been marked DELETED before a certain
time.
I want to use this to expunge all DELETED messages which have been in
that state for 24h or longer.
For example a cronjob runs at midnight to expunge those messages but a
user
2006 Jun 20
4
Prototype $A not defined
Hello,
I apologize for posting prototype related email to this list, yet I
have not seen any reference to email or list on the prototype web site
and I know the author of that library is part of the rails development
team so I am trying to reach him.
Basically I have installed "FireBug" which is a
javascript/html/css/dom debugger for firefox and since I plugged
prototype.js and
2013 Jan 05
38
[Bug 59057] New: Black screen after resume from s2ram
https://bugs.freedesktop.org/show_bug.cgi?id=59057
Priority: medium
Bug ID: 59057
Assignee: nouveau at lists.freedesktop.org
Summary: Black screen after resume from s2ram
QA Contact: xorg-team at lists.x.org
Severity: normal
Classification: Unclassified
OS: Linux (All)
Reporter: pontus.fuchs at gmail.com
2005 Oct 24
2
Compilation package error
Dear all,
I tried to install gstat package and add the following compilation error :
------------------------>
* Installing *source* package 'gstat' ...
creating cache ./config.cache
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether
2002 Sep 18
2
comparing elements in a vector
How about --
d is a vector as you described it, then define
d1 <- d[1:(length(d)-1)]
d2 <- d[2:length(d)]
d3 <- d1!=0 & d2!=0 & (d1-d2)!=0
I think d3 is the final vector you wanted.
I didn't test it, so I'm not sure my logic is right, but I think this is
definitely a path you can take...
-----Original Message-----
From: owner-r-help at stat.math.ethz.ch
2017 Apr 19
3
[cfe-dev] FE_INEXACT being set for an exact conversion from float to unsigned long long
Changing the list from cfe-dev to llvm-dev
> On 20 Apr 2017, at 4:52 AM, Michael Clark <michaeljclark at mac.com> wrote:
>
> I’m getting close. I think it may be an issue with an individual intrinsic. I’m looking for the X86 lowering of Instruction::FPToUI.
>
> I found a comment around the rationale for using a conditional move versus a branch. I believe the predicate logic
2017 May 11
3
FENV_ACCESS and floating point LibFunc calls
Thanks, Andy. I'm not sure how to solve that or my case given the DAG's
basic-block limit. Probably CodeGenPrepare or SelectionDAGBuilder...or we
wait until after isel and try to split it up in a machine instruction pass.
I filed my example here:
https://bugs.llvm.org/show_bug.cgi?id=33013
Feel free to comment there and/or open a new bug for the FP_TO_UINT case.
On Thu, May 11, 2017 at
2018 Feb 21
2
how to build wmic
Andrew,
Thanks very much. After sending my question, I discovered that the DCOM
area was disabled in the build as of 8 years ago, so it became clear that
this is not currently supported in any way.
Steve Koehler
On Wed, Feb 21, 2018 at 11:49 AM, Andrew Bartlett <abartlet at samba.org>
wrote:
> On Wed, 2018-02-21 at 11:16 -0600, Stephen Koehler via samba wrote:
> > I see that
2018 Feb 21
2
how to build wmic
I see that the Samba sources include the WMI client (wmic), but I have not
succeeded in getting the configure/make to build it. Does anyone know if
this feature is supported in current (4.7.4) Samba, and, if so, how to
build it?
Steve Koehler
2024 May 28
1
Security Implications of "ldap server require strong auth"?
Hi,
there is a suitable HowTo on how to create your own CA at:
https://checkmk.com/de/blog/how-become-your-own-certificate-authority
So long
Thom
Am 28.05.24 um 09:20 schrieb Matthias K?hne | Ellerhold
Aktiengesellschaft via samba:
> Hello Thomas,
>
> we've done the exact same thing: we have a few nextcloud instances bound
> to Samba (now 4.20, but 4.19 worked too).
>
2008 Sep 09
3
sort by value fails
hi all,
i want use sort_by_value to sort by "username".
so in the indexing process i add the value i want sort by as value
(lang is php)
$document->add_value(0, 'value');
when i sort i got all specialchars at the beginning
?
?
?
alf
the values be indexed as utf8.
what do i wrong? any suggestions?
regards,
sven
2003 Sep 24
10
SIP / GrandStream Configuration
Hi there!
I installed the BudgetTone (GrandStream) on my LAN without any problems.
Then, I moved it to another location using a D-Link NAT.
I opened 5060 (SIP) and 5000 to 5008 for RTP. I also fixed the IP address
of the BudgetTone.
When I receive a call on my Asterisk, it would ring my FXS as before.
However, after I pick up, it hangs within a few seconds (Hungup Zap1-1 in
the log).
The
2024 May 28
1
Security Implications of "ldap server require strong auth"?
Hello Thomas,
we've done the exact same thing: we have a few nextcloud instances bound
to Samba (now 4.20, but 4.19 worked too).
You HAVE to use "ldaps://<FQDN>" in the "Host" field and "636" in the
"Port" field.
For the certificates issues: either you create a CA, create the samba
certificates and add this CA to the trusted certificate
2008 Jul 29
2
Most often pairs of chars across grouping variable
Hi list,
is there a package or function to compute the frequencies of pairs of chars in a variable across a grouping variable? Eg:
d <- data.frame(ID=gl(2,3), F=c("A","B","C","A","C","D"))
> d
ID F
1 1 A
2 1 B
3 1 C
4 2 A
5 2 C
6 2 D
Now I want to summarize the frequencies of all pairs A-B, A-C, A-D, B-C, B-D, C-D
2018 Mar 02
4
how to simplify FP ops with an undef operand?
Thanks for expanding, Chris. Responses inline.
> On Mar 2, 2018, at 12:32 AM, Chris Lattner via llvm-dev <llvm-dev at lists.llvm.org> wrote:
<snip>
> - Because LLVM reorders and speculates the instruction forms, and because IEEE defines the corresponding IEEE operations as trapping on SNaNs, it is clear that SNaNs are outside of the domain of these LLVM operations. Either