Displaying 20 results from an estimated 5000 matches similar to: "intersection of two matrices(updated)"
2011 Apr 04
5
Creating multiple vector/list names-novice
Hi I have very simple issue as I am still new to the group of R
I have basically
vector of names for which i want to create mutliple combinations and then
place them in different vectors. In some other language I can just place a
third dimension to separate list (or matrix) but i do not know how to do it
in R.
My issue is simple I use
cc<-combn(colnames(DD),2)
I would need to have this
2013 Feb 21
0
[LLVMdev] llvm-ar llvm-link
Hi Ankur,
Why do you need archive in this case? The other way of doing this is to merge all bitcode files into single file:
$ clang -c -emit-llvm abc.c -o abc.bc
$ clang -c -emit-llvm bcd.c -o bcd.bc
llvm-link bcd.bc abc.bc -o merged.bc
Cheers,
Ahmad
From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of ankur deshwal
Sent: 21 February 2013 17:54
To:
2009 Feb 10
2
arithmetic comparison over corresponding values from two vectors
Hi,
I have scenario in which I wish to check whether numeric values in one array
falls within the range of numbers defined over corresponding values in two
other vectors:
starts = c(12,45,67,110)
ends=c(24, 58,102,150)
trgroup=c(18,87)
The result should be "1,3" , indices of vector starts/ends.
which(trgroup>=starts & trgroup<=ends) wouldn't give required result.
I
2013 Feb 21
2
[LLVMdev] llvm-ar llvm-link
Hi,
I tried to build an llvm archive and link it against an llvm bc file.
However, it fails. Following is the procedure I followed ( abc.c is file
which calls a function whose definition is present in bcd.c)
$ clang -c -emit-llvm abc.c
$ clang -c -emit-llvm bcd.c
$ llvm-ar cr bsd.ar bcd.o
$ llvm-link abc.o bsd.ar
llvm-link: bsd.ar:1:2: error: expected integer
!<arch>
^
llvm-link:
2013 Feb 22
1
[LLVMdev] llvm-ar llvm-link
Hi Ahmad,
Yes, merging works good.
However, my problem is like this - I have a C library which consists of
1000's of functions spread through various files. The functions do not have
dependency amoung each other. I want to link only relavant files( files
which have functions called from my application). Since ar has a global
symbol table, I believe it should be faster to look for a symol in
2010 Mar 07
3
Can PXElinux be used to dynamically pass DHCP option 252 to a PXE client?
All (and hpa in particular),
I know that the question in the subject line of this message may come across as a bit silly, given that PXElinux is not a DHCP server, but hear me out...
Those of you who have been working on PXE-booting Windows PE instances or the new Windows installer images that make use of the Windows Boot Manager and ".wim" files may have come across the general
2016 Jun 09
1
Unable to setup messaging listener
Hello people,
Today I noticed that there's a lot of this messages in the
/var/log/messages:
Jun 9 13:23:00 bcd samba[14033]: [2016/06/09 13:23:00.772684, 0]
../source4/lib/messaging/messaging.c:644(imessaging_init)
Jun 9 13:23:00 bcd samba[14033]: Unable to setup messaging listener
for '/opt/samba/private/smbd.tmp/msg/msg.14033.41':NT_STATUS_DISK_FULL
Jun 9 13:23:00 bcd
2018 May 04
4
Discovering patterns in textual strings
R Help Forum
Is there a R library (or a way) that I can extract unique character strings,
or repeating patterns in textual strings. Say for example I have the
following records:
Abc_1234_kjhksh_276
Abc
Abc_1234_lakdofyo_324
Bce_876_skdhk_*&^%*&
Bce
Bce_454
And I would like to see the following results
Abc
Abc_1234
Bce
Jeff Reichman
[[alternative HTML version
2009 Mar 03
1
bce: unable to fix media
Hi,
tuning my network fixing nic's speed and duplex (both on server and
switch) i got this error with bce driver:
# ifconfig bce0
bce0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=1bb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,TSO4>
ether 00:15:c5:fe:11:01
inet 192.168.1.13 netmask 0xffffff00 broadcast
2010 Oct 25
2
Find index of a string inside a string?
Hi,
I am searching for the equivalent of the function Index from SAS.
In SAS: index("abcd", "bcd") will return 2 because bcd is located in the 2nd cell of the abcd string.
The equivalent in R should do this:
> myIndex <- foo("abcd", "bcd") #return 2.
What is the function that I am looking for?
I want to use the return value in substr, like I do
2015 Sep 01
2
Samba AD - Issue with winbindd: Could not write result
Hi Rowland, thanks for your response.
Both samba is self compiled .
DC 1:
[root at wdc samba]# uname -a
Linux wdc 2.6.32-504.23.4.el6.x86_64 #1 SMP Tue Jun 9 20:57:37 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
[root at wdc samba]# cat /etc/redhat-release
CentOS release 6.6 (Final)
[root at wdc samba]# cat /etc/resolv.conf
search DOMAIN
nameserver 172.16.5.22
nameserver 172.16.5.1
2018 May 05
1
Discovering patterns in textual strings
"Does that help?"
No. I am not your private consultant. You need to reply to the list, which
I have cc'ed here, not just me.
I am still somewhat confused by your specifications, but others may not be.
Part of my confusion stems from your failure to provide a reproducible
example (see e.g. the posting guide linked below). For example, I cannot
tell from your text whether the Abc
2014 Aug 30
0
PXE booting WinPE with UEFI architecture
On Fri, Aug 29, 2014 at 8:01 PM, Spike White <spikewhitetx at gmail.com> wrote:
> But chain-loading into WinPE would be useful too.
> In order to use "wimboot", I have to use ./efi64/com32/modules/pxechn.c32
> to chain-load into ipxe? As so:
pxechn.c32 contains BIOS-only code and is not going to work in any EFI
environment.
> LABEL WinPE
> MENU LABEL
2015 Sep 01
2
Samba AD - Issue with winbindd: Could not write result
----- Mensagem original -----
De: "Rowland Penny" <rowlandpenny241155 at gmail.com>
Para: samba at lists.samba.org
Enviadas: Terça-feira, 1 de Setembro de 2015 12:05:20
Assunto: Re: [Samba] Samba AD - Issue with winbindd: Could not write result
On 01/09/15 15:33, Rafael Domiciano wrote:
> Hi Rowland, thanks for your response.
>
> Both samba is self compiled.
>
2013 Apr 14
1
possible loop problem
Hi,
It would be better if you provided the output of dput(dataset).? I am not sure about the structure of your dataset.
Just from reading the data as is shown.
dat1<- read.table(text="
separator,tissID
>,>,2
,2,1
,6,5
,11,13
>,>,4
,4,9
,6,2
,7,3
,21,1
,23,58
,25,9
,26,4
>,>,11
,1,12
>,>,21
,4,1
,11,3
2018 May 07
0
Discovering patterns in textual strings
Bert
Here are some examples of the type of text strings I?m dealing with:
??????.??.???
??????.??.??????????
?Torrent? Pro - Torrent App
?Torrent?-Torrent Downloader
1 Pic 8 Words - Syllables
1 Pic 8 Words - Syllables
27043_Spanish songs for children
28.android.com.alpha.horoscope
28.android.com.bravo.horoscope
28.Card Game - Offline
28.card Game Multiplayer
37045_Spanish songs
2014 Aug 30
2
PXE booting WinPE with UEFI architecture
> Date: Fri, 29 Aug 2014 13:02:10 +0100
> From: Michael Brown <mcb30 at ipxe.org>
> To: Jason Jones <jason.s.jones at convergys.com>, "syslinux at zytor.com"
> <syslinux at zytor.com>
> Subject: Re: [syslinux] PXE booting WinPE with UEFI architecture
> Message-ID: <54006BC2.3090703 at ipxe.org>
> Content-Type: text/plain;
2015 Sep 02
2
Samba AD - Issue with winbindd: Could not write result
On 02/09/15 13:34, Rafael Domiciano wrote:
> The same problem ocurred today. The same log in /var/log/messages in
> DC, and I have to stop and start the samba service. Any help is
> appreciate.
>
> Regards,
>
> Rafael
>
>
> ------------------------------------------------------------------------
> *De: *"Rafael Domiciano" <r.domiciano at
2008 Dec 15
1
bce reporting fantom input errors?
Hi,
After changing cables,switches,ports, I came to the conclusion
that bce is reporting input errors that are not there, or creating them.
I checked this with 3 different boxes, all Dell-2950/Broadcom NetXtreme II
BCM5708 1000Base-T (B2), and one of them, while running Solaris, reported
0 errors after a week, and freebsd after a few minutes its count was > 100.
The errors appear under
2011 Nov 03
2
optimising a loop
Dear R community,
I'm trying to remove a loop from my code but I'm stock and I can't find a good way to do it. Hopefully one of you will have something clever to propose.
Here is a simplified example:
I have a squared matrix:
> nom.plac2 <- c("102", "103", "301", "303","304", "403")
> poids2 <- matrix(NA, 6,6,