Displaying 20 results from an estimated 88 matches for "pla".
Did you mean:
pa
2009 Apr 29
1
How do I sample "cases" within a matrix?
...ple, they
always show 140 interactions. But what I want is to sample "cases" within
each cell. My sample matrix S could have =<140 interactions between species
1 and 1, =<100 between species 1 and 2, etc. Again, if some combination is
absent from the sample matrix, that's OK.
pla<- c(10, 9, 6, 5, 3) #abundance of pla species
pol<- c(14, 10, 9, 4, 2) #abundance of pol species
m<-pla%*%t(pol) #matrix of interactions according to pla and pol abundance
m
[,1] [,2] [,3] [,4] [,5]
[1,] 140 100 90 40 20
[2,] 126 90 81 36 18
[3,] 84 60 54 24...
2011 Oct 18
1
How to read data sequentially into R (line by line)?
I have a data set like this in one .txt file (cols separated by !):
APE!KKU!684!
APE!VAL!!
APE!UASU!!
APE!PLA!1!
APE!E!10!
APE!TPVA!17122009!
APE!STAP!1!
GG!KK!KK!
APE!KKU!684!
APE!VAL!!
APE!UASU!!
APE!PLA!1!
APE!E!10!
APE!TPVA!17122009!
APE!STAP!1!
GG!KK!KK!
APE!KKU!684!
APE!VAL!!
APE!UASU!!
APE!PLA!1!
APE!E!10!
APE!TPVA!17122009!
APE!STAP!1!
GG!KK!KK!
it contains over 14 000 000 records. Now because I...
2024 Aug 06
2
Upgrade from 4.13 to 4.20 failed
/etc/resolv.conf (Both DC's (windows) listed)
domain ho-pla.se
search ho-pla.se
nameserver 10.0.2.10
nameserver 10.0.2.64
/etc/krb5.conf
[libdefaults]
dns_lookup_realm = false
dns_lookup_kdc = true
default_realm = HO-PLA.SE
On Tue, Aug 6, 2024 at 9:01?PM Luis Peromarta via samba
<samba at lists.samba.org> wrote:
>
> What?s the content...
2003 May 06
0
Samba 2.2.8a not plaing nice with tcpd under Solaris8
I'm having a problem with Samba v2.2.8a under Solaris with tcp wrappers.
Here's my current setup:
Software:
Solaris8 w/current recommended patch cluster
gcc v3.2.2
Samba 2.2.8a with the following config directives: --prefix=/server/sw/18
--with-acl-support
tcpd v7.6
Inetd.conf lines:
netbios-ssn stream tcp nowait root /opt/common/sbin/tcpd
/server/sw/prod_samba/sbin/smbd
2006 Feb 12
0
floor and ceiling can't handle more than 15 decimal pla (PR#8591)
On 12-Feb-06 benphalan at gmail.com wrote:
> Full_Name: Ben Phalan
> Version: 2.2.1
> OS: Win XP
> Submission from: (NULL) (131.111.111.231)
>
>
> I have noticed that floor returns the wrong number when there are more
> than 15
> decimal places:
>
>> floor(6.999999999999999)
> [1] 6
>> floor(6.9999999999999999)
> [1] 7
>
> There is a similar problem with ceiling, so this may apply to all/most
> rounding functions?
>
>> ceiling (2.000000000000001)
> [1] 3
>> ceiling (2.0000000000000001)...
2010 Sep 20
5
Strange Font
...dora 12, and just recently I opened a box and found several of my old windows games. Starcraft, Heroes, Age of Empires, Stronghold, etc, some of which I installed.
Then I came to Masters of Orion. This game I figured my crappy netbook could handle, and I get a bunch of "??????????" s in place of the actual text in the install prompt (like thats what the entire licensed agreement was). The game installed just fine actually, but it gives me an error messge which i have a feeling is "insert cd-rom" (i converted them to a ISO image so i could use it on my netbook because it has...
2014 Jul 04
2
[LLVMdev] MOS6502 target
...ers itself. It means single byte values
>> will be incredibly inefficient... Tricky stuff.
>>
>
> You absolutely don't want anything on the hardware stack except function
> return addresses and possibly very temp storage e.g. PHA (push A); do
> something that destroys A, PLA (pull A). Or you could use a ZP temp for
> that. STA ZP; LDA ZP is I think cycle or two faster, PHA/PLA is two bytes
> smaller ... size usually wins.
>
> The "C" local variables stack absolutely needs to be somewhere else,
> bigger, and using a pair of ZP locations as the s...
2002 May 27
1
nlme cross-over and fixed nested
...r the question is very stupid. In the past I had asked this
before, and never got a reply (in other cases, the response was within
hours). I also checked the S-list, where several similar enquiries of other
people are orphaned.
We have a cross-over design, where patient are treated two weeks with
placebo, two weeks with a drug ("verum"), and a washout phase in between.
For each phase, there is ONE number (let's call it "glucose level")
describing the treatment effect. Blind treatement sequence is Seq=1 for
placebo/verum, Seq=2 for verum/placebo.
In Pinheiro/Bates, cross...
2006 Oct 03
3
How to get podcasters to adopt Speex?
Ah, but speex.org should lead by example. Instead of posting wav files, why
not post the actual speex files as well? Then make it plaingly obvious for
people to download the plugins with links to the page you just posted.
George
-----Original Message-----
From: Jean-Marc Valin [mailto:jean-marc.valin@usherbrooke.ca]
Sent: Tuesday, October 03, 2006 12:59 AM
To: George Ou
Cc: speex-dev@xiph.org
Subject: Re: [Speex-dev] How to...
2005 Jan 26
4
apply for nested lists
Hi,
I am working with lists whose terms are lists whose terms are lists. Although
the real ones contain locuslink identifiers and GO annotations (I work with the
Bioconductor GO) package, I have prepared an simplified example of what I have
and what I would like to do with it:
Imagine I have a list such as:
2014 Jul 04
2
[LLVMdev] MOS6502 target
Well, the stack pointer be a single byte, so pushing things on there doesn't work terribly well.
Assuming I pass by reference, that's 128 values absolutely total before it wraps around and silently clobbers itself. It means single byte values will be incredibly inefficient... Tricky stuff.
I'm lucky on the C64 since it's rare to exit back to the kernel with machine language apps
2003 Dec 01
0
No subject
more specific on what your problem is?
cheers, jerry
---------------------------------------------------------------------
http://www.valinux.com/ VA Linux Systems gcarter@valinux.com
http://www.samba.org/ SAMBA Team jerry@samba.org
http://www.plainjoe.org/ jerry@plainjoe.org
--"I never saved anything for the swim back." Ethan Hawk in Gattaca--
Return-Path: <oliver@samera.com.py>
Delivered-To: samba@samba.org
Received: from Polaris.Pla.net.PY (polaris.pla.net.py [216.250.196.10])
by lists.samba.o...
2024 Aug 06
1
Upgrade from 4.13 to 4.20 failed
...; 4.13, the clients was able to connect to the shares again. I did not
> change anything in the smb.conf file, so this may or may not be the
> reason for the failure.
>
> Here is my samba config (masked domain)
>
> [global]
> security = ADS
> workgroup = HPXX
> realm = HO-PLAT.SE
> server role = member server
> log file = /var/log/samba/%m.log
> log level = 2 winbind:5
> bind interfaces only = yes
> interfaces = lo enp1s0
>
> # Needed due to the ancient industrial system with Linux/Samba 3.x
>
> client min protocol = NT1
> server min protoc...
2018 Sep 05
1
Shared clipboard not working
Hi!
I have been plaing arround with libvirt and I've ran into a problem
that I don't seem to able to fix, sharing the clipboard.
Both my host and my guest are running Arch Linux. I have properly
installed, enabled and started spice-vdagent on both machines and I
don't see any error in the logs. Am I doing...
2004 Aug 06
1
libshout2 (perl) + shoutcast: bitrate
Hi,
currently I'm plaing around with the original shoutcast and use libshout for
transmitting to the server.
It works mostly perfect, with one little problem:
The streams bitrate is not correctly reported to shoutcast. I tried the
following:
$conn->set_audio_info(SHOUT_AI_BITRATE => 128);
$conn is the shout-object...
2020 Nov 23
0
Different results from 'lm' for different 32-bit Windows versions
...ll:
lm(formula = y ~ x, data = data.frame(x = c(1, 2, 3), y = c(1,
2, 3)))
Coefficients:
(Intercept) x
-4.441e-16 1.000e+00
Both versions behave identically until the call C_Cdqrls in the fit.lm function. What causes this changed behavior?
Best regards,
Andreas Fromkorth.
Next PLA 3.0 Trainings (Business classes): www.bioassay.de/training <http://www.bioassay.de/training>
_____________________________________________________
Dr. Andreas Fromkorth
Project Manager
andreas.fromkorth at stegmannsystems.com
Stegmann Systems GmbH, Raiffeisenstr. 2, 63110 Rodgau, Germany
Fon...
2012 Dec 18
1
Samba4 and phpLdapAdmin
Hi,
i'm using samba4.0.0 and phpLdapAdmin 1.2.2 in Debian Wheezy server.
Can anyone point me a direction to create AD users using PLA?
My installation has only samba3 template.
Thanks.
2017 Nov 28
1
Repeated measures Tukey
Thanks in advance for your help.
I am running a repeated measures ANOVA in r. The same group undergoes to
four different treatment conditions. So, all individuals are treated with
treatments A, B, C and D in four different occasions.
Once I get a significant ANOVA, I first run a paired samples t-test using
the code:
t.test(X1,X2,paired=TRUE) #being x1 the punctuation after treatment 1 and
x2 the
2004 Aug 06
2
Error compiling ices-0.3
...Hat 9, kernel 2.4.23 box and I
receive the following error:
: the use of `tmpnam_r' is dangerous, better use `mkstemp'
/usr/lib/python2.2/config/libpython2.2.a(posixmodule.o)(.text+0x385e):
In function `posix_tempnam':
: the use of `tempnam' is dangerous, better use `mkstemp'
playlist/libplaylist.a(pm_perl.o)(.text+0x515): In function
`pl_perl_eval':
/usr/src/ices-0.3/src/playlist/pm_perl.c:253: undefined reference to
`PL_thr_key'
playlist/libplaylist.a(pm_perl.o)(.text+0x65d):/usr/src/ices-0.3/src/pla
ylist/pm_perl.c:238:
undefined reference to `PL_thr_key'
c...
2011 Nov 16
4
Limit monthly calls by context
...eature.
I was thinking something like checking the CDR before make the call, I know it may permit some "extra" minutes to be used, but it really doesn't need to be that exact. A couple of extra minutes won't hurt.
Ideas, suggestions ?
Hans Goossen
Investigaci?n & Desarrollo
Planet S.A.
http://www.pla.net.py