Displaying 20 results from an estimated 10573 matches for "multy".
Did you mean:
multi
2008 Jul 12
1
Reading Multi-value data fields for descriptive analysis
Hello,
I'm looking for help on the best approach to get "multi-value" data fields into R for simple descriptive analysis.
-------------------------------------
I am new to this list and new to R, but I really want to get over the hump and get productive with it. Some help with how to best get the following data into R would be greatly appreciated. I have programming experience
2005 Jul 06
3
asterisk perl radiusclient
hello
how to solve these errors
/var/lib/asterisk/agi-bin/agi-rad-auth.pl line 10
use Asterisk::AGI;
vi /etc/asterisk/extensions.conf
exten =>
_X.,1,agi,agi-rad-auth.pl|Routing=SIP&AuthorizeBy=SIP
vi /etc/asterisk/modules.conf
load => res_agi.so
<---------------errors------------------------>
*CLI> Can't locate Asterisk/AGI.pm in @INC (@INC
contains:
2012 Jul 24
2
Wilcoxon V = 0
I am running a pairwise wilcoxon signed rank test, and I am not sure how to
interpret the result. I would like to see if there is a difference between
the values in conditions a and b. It doesn't seem possible to have a V = 0,
but a significant p value. Am I doing something wrong?
The command I used is this:
wilcox.test(x=a$x,y=b$x,paired=TRUE)
The output looks like this:
Wilcoxon
2008 Jul 12
0
Reading Multi-value data fields for descriptive analysis (resend)
(I checked the archive and it seems the entire text of my post was 'scrubbed' - trying again)
Hello,
I'm looking for help on the best approach to get "multi-value" data fields into R for simple descriptive analysis.
-------------------------------------
I am new to this list and new to R, but I really want to get over the hump and get productive with it. Some help with
2012 Apr 12
1
Legend of Grimrock won't start
I just bought Legend of Grimrock and I can't get it to run in wine on my Arch Linux 64 bit machine. Several users have reported getting it to work under wine in Kubuntu and on Mac with wine. When I try to run it I get the following error
Code:
[af at andre ~]$ env WINEPREFIX="/home/af/.local/share/wineprefixes/log" wine C:\\windows\\command\\start.exe /Unix
2013 Sep 05
1
MDL-ERROR
I have 2 ISDN BRI boxes, each with 4 spans, where the first one is configured as CPE, the second
one as NET(so I don't need real lines for developing and testing).
Once in a while I do see the following libpri error messages simultaneously on both boxes:
PRI Span: 1 TEI=0 MDL-ERROR (A): Got supervisory frame with F=1 in state 7(Multi-frame established)
PRI Span: 2 TEI=0 MDL-ERROR (A): Got
2019 Apr 22
1
Compress interleaved multi-channels pcm/wav with opus
Hello everyone,
I tried to compress audio with opus-1.3.1/src/opus_demo.c recently, which works fine on mono and stereo data .
Now I want to compress interleaved 7 channels pcm/wav ( recorded by Microphone array :6mic+ 1reference signal ) with opus, But I have not found an interface that compress multi-channels pcm/wav.
1、Is there a multi-channel compression interface can be used in my case?
If
2014 Mar 19
0
Feature request: Samba4 acts as multi domain master browsers or multi local master browsers for multi groups !
Can somebody takes part in adding the following functionality to Samba4:
It is necassary to do Samba4 computer as multi DMB or I think more likely
as multi LMB for multigroups additionally to default main domain / group.
That is necasary to add to Samba4 such functionality in Samba4 code and add
to smb.conf at least 3 parameters:
- multi browser support = yes/no - switch on / off this feature
-
2013 Jul 15
0
[LLVMdev] [Proposal] Parallelize post-IPO stage.
On Jul 12, 2013, at 3:49 PM, Shuxin Yang <shuxin.llvm at gmail.com> wrote:
> 3.2 Compile partitions independently
> --------------------------------------
>
> There are two camps: one camp advocate compiling partitions via multi-process,
> the other one favor multi-thread.
>
> Inside Apple compiler teams, I'm the only one belong to the 1st comp. I think
>
2013 Jun 26
6
[RFC] Proposed XenStore Interactions for Multi-Queue VIFs
I''m posting this for an initial round of comments; I don''t have any code
at present to implement this, and wanted to get some feedback before
getting started. All comments welcome :)
Andrew.
Proposed XenStore Interactions for Multi-Queue VIFs
========================================================================
Andrew J. Bennieston
2007 Sep 04
1
CPAN error
Hi all im not sure if this is the right mailing list but im using centos
anyway. i run CPAN by perl -MCPAN -e shell and got through the first time
configuration and after selecting the mirror sites i got this error and i
can't get any modules to be installed. I haven't encountered this before and
not very familiar with cpan.
Constant subroutine __USE_POSIX undefined at
2007 Oct 26
2
perl question on CentOS
I'm trying to use nmap2nagios (a perl script) on CentOS, but when I
run it, I get the following error:
(If this is offtopic for this list, please let me know)
./nmap2nagios.pl -v -r /tmp/nmap.xml -o /tmp/new.cfg
./nmap2nagios.pl: line 9: use: command not found
./nmap2nagios.pl: line 10: use: command not found
./nmap2nagios.pl: line 11: use: command not found
./nmap2nagios.pl: line 14: use:
2009 Jun 12
1
SAMBA+PDC+Mysql authentication Backend
I ne w in samba world but i was configured a Samba with shares folder linkable to users and it was successfull.
Now i try to extend to PDC but the client can't logon into the server:
the log.smbd could this
[2009/06/12 15:51:21, 0] smbd/server.c:main(1209)
smbd version 3.2.3 started.
Copyright Andrew Tridgell and the Samba Team 1992-2008
[2009/06/12 15:51:21, 1]
2010 Jan 04
0
[RFC 03/12 RESEND PATCH] Btrfs: Reorder __btrfs_map_block to make code more efficient.
Allocate multi structure only after we know the correct size
and do not do unneeded steps when we are only returning length.
Signed-off-by: jim owens <jowens@hp.com>
---
fs/btrfs/volumes.c | 65 +++++++++++++++++++--------------------------------
1 files changed, 24 insertions(+), 41 deletions(-)
diff --git a/fs/btrfs/volumes.c b/fs/btrfs/volumes.c
index 5af76fc..e6599ef 100644
---
2009 Feb 18
1
How to verify R is running with multi-threads
Hi all,
I've compiled R (version 2.8.1) from the source code with "--with-
blas=" option in order to use external multi-threaded blas package.
However, it's very hard to verify that compilation is correct and R is
using multi-threads correctly or not. Which command or operation in R
will run with multi-threads?
I assumed that matrix multiplication %*% may call multi-threaded
2004 Apr 03
2
kernel with multi-LUN SCSI support
I am running CentOS 3.1 and everything is working beautifully except my
HP12000e tape library that requires multi-LUN support. Every time I
re-compile the 2.4.21 kernel with the multi-LUN SCSI option, I get the
multi-LUN to work but something else breaks.
Is there a pre-compiled kernel somewhere that is similar to the stock
CentOS kernel except that it includes the multi-LUN feature?
thanks!
2009 Dec 10
1
option for multi thread or multi core machines
I notice that R basic installation does not take advantage of multi-thread or multi-core processors. Is there an option for multi-threaded processors? I currently run all of my analysis on thinkpad laptop and most processing is very quick, however, when I run stepAIC with interaction terms it can take a couple of hours to complete. I have tried running the same process and a quad core machine 64
2013 Jul 16
2
[LLVMdev] [Proposal] Parallelize post-IPO stage.
A third approach is to decouple the backend compilation and
parallelism strategy from the partitioning. The partitioning can
spits out partition BC files and some action records in some standard
format. All of this can be fed into some driver tools that converts
the compilation action file into make/build file of the underlying
build system of your choice:
1) it can simply a compiler driver that
2013 May 17
1
Multi-Track-Single-Logical-Stream Ogg-Vorbis (mogg) vs Multi-Track-Multi-Logical-Stream Ogg-Vorbis
Hi All,
I am in the midst of developing a library for easily recording multi-track
audio for a court recording system. Well, it can be used for anything, but
this is its first intended use.
The idea is to simultaneously capture/compress/archive 8 to 16 mono
sources (microphones) in an Ogg container using Vorbis. Then later, be
able to play back only selected logical streams, or
2012 Apr 17
3
[Bug 781] New: iptables-multi no manual
http://bugzilla.netfilter.org/show_bug.cgi?id=781
Summary: iptables-multi no manual
Product: iptables
Version: unspecified
Platform: x86_64
OS/Version: Debian GNU/Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: iptables
AssignedTo: netfilter-buglog at lists.netfilter.org