Displaying 20 results from an estimated 21 matches for "n20".
Did you mean:
20
2010 Jul 24
1
Doubt about a population competition function
Hi,
I'm doing a function that describe two populations in competition.
that's the function that i wrote:
exclusao<-function(n10, n20, k1, k2, alfa, beta, t){
n1<-k1-(alfa*n20)
n2<-k2-(beta*n10)
if(t==0){plot(t, n10, type='b', xlim=range(c(1:t),c
(1:t)), ylim=range(n10, n20), xlab='tempo',
ylab='tamanho populacional')
points(t, n20, type='b', col="red")
points(t,n10,type="b&...
2009 Jan 10
1
Setting a contingency table
...le like the following.
col1 col2 Total
row1 a b n10
rp1 rp2 100
cp1 cp2 rtp1
---------------------------------------------
row2 c d n20
rp3 rp4 100
cp3 cp4 rtp2
---------------------------------------------
Total n01 n02 n
ctp1 ctp2 100
100 100 100
Suppose
a<-67; b...
2010 Feb 26
2
Email Problem
...S 0:00 supervise qmail-smtpd
8011 pts/0 S+ 0:00 grep qmail
21589 ? S 0:00 qmail-send
21590 ? S 0:00 tcpserver -H -R -v -c100 0 110 qmail-popup
mail.13gems.com /home/vpopmail/bin/vchkpw qmail-pop3d Maildir
21591 ? S 0:00 multilog t s100000 n20 /var/log/qmail/qmail-pop3d
21593 ? S 0:00 /usr/local/bin/tcpserver -v -R -l
mail.13gems.com-x /etc/tcp.smtp.cdb -c 30 -u 508 -g 503 0 smtp
/var/qmail/bin/qmail-smtpd
mail.13gems.com /home/vpopmail/bin/vchkpw /usr/bin/true
21595 ? S 0:00 multilog t s100000 n20 /var/log/qmai...
2011 Oct 18
2
Fried Email Server! Perl Problem
...0????? 0 209.216.9.56:25???????????? 65.98.228.108:6326????????? SYN_RECV???
tcp??????? 0????? 0 209.216.9.56:25???????????? 205.156.137.71:8785???????? TIME_WAIT??
and ps
[root at toast jack]# ps wax|grep qmail
11571 ???????? S????? 0:00 qmail-send
11573 ???????? S????? 0:00 multilog t s100000 n20 /var/log/qmail/qmail-send
11575 ???????? S????? 0:00 /usr/local/bin/tcpserver -v -x /etc/tcp.smtp.cdb -c 20 -R -u 502 -g 501 0 smtp /var/qmail/bin/qmail-smtpd mail.13gems.com /home/vpopmail/bin/vchkpw /usr/bin/true
11579 ???????? S????? 0:00 multilog t s100000 n20 /var/log/qmail/qmail-smtpd
11580 ?...
2004 Oct 04
3
SX4000Lite RAID Drivers
Hi I have tried to install Centos v3.3 with a PRomise SX4000Lite IDE RAID controller but without success.
Can anyone give me a hint why ??? this is the first time that I use something besides what's included in the kernel.
Gatox
www.promise.com/support/download/download2_eng.asp?productId=111&category=driver&os=3
2007 Jul 22
1
Issue with CentOS 4.5 as DomU
...y notebook and make the mounted
iso available via nfs I start on my CentOS 5 xen machine following command:
virt-install -n myServer --ram=512 -f /virt/myServer.disk -s 150
--nographics -p --location=nfs:nbk:/media/centos
This works for CentOS 5 DomUs but CentOS 4.5 brings following error:
tail -n20 /var/log/xen/xend.log:
[2007-07-22 13:46:23 xend 2385] DEBUG (image:203) cmdline =
method=nfs:nbk:/media/centos
[2007-07-22 13:46:23 xend 2385] DEBUG (image:204) ramdisk =
/var/lib/xen/initrd.img.MVoEr1
[2007-07-22 13:46:23 xend 2385] DEBUG (image:205) vcpus = 1
[2007-07-22...
2010 Feb 20
1
windows users can login but OS X users cannot
...yes
unix password sync = yes
pam password change = no
map to guest = bad user
usershare allow guests = no
[asgs]
comment = ASGS
path = /shares/asgs
browsable = Yes
valid users = @ad\ASGSFileUsers
write list = @ad\ASGSFileUsers
create mask = 2660
directory mask = 2770
The tail n20 of the log of the conecting ip shows this for an OS X attempt:
[2010/02/20 00:56:16, 3] smbd/oplock_linux.c:219(linux_init_kernel_oplocks)
Linux kernel oplocks enabled
[2010/02/20 00:56:16, 3] smbd/process.c:1453(process_smb)
Transaction 0 of length 51 (0 toread)
[2010/02/20 00:56:16, 3] smb...
2019 Dec 10
0
[PATCH] drm/virtio: fix mmap page attributes
...h still uses writecombine for
imported buffers. Virtio does not need this?
Aside from this, do you think we could handle all special cases within
shmem?
Best regards
Thomas
[1]
https://cgit.freedesktop.org/drm/drm-tip/tree/drivers/gpu/drm/udl/udl_gem.c?id=28ecf94a6f1072fc4744c06f5b3d267297125b37#n20
> +
> static const struct drm_gem_object_funcs virtio_gpu_gem_funcs = {
> .free = virtio_gpu_free_object,
> .open = virtio_gpu_gem_object_open,
> @@ -86,7 +102,7 @@ static const struct drm_gem_object_funcs virtio_gpu_gem_funcs = {
> .get_sg_table = drm_gem_shmem_get_sg_tab...
2011 Apr 16
0
Question abt power calculation in multistrata data using Hmisc or other package
...t it is meant for two groups such as reference/control versus
cases.
This is the sample of data in each of the two groups:
Treatment_stat Death MonthsToEvent
1 0 60.0
2 1 55.3
0 1 36.7
0 1 39.9
number of cases in treatment strata :
group 1: n12=110; n11=25;n10=15 (N2=150)
group 2: n22=43;n21=8;n20=9 (N2=60)
Coxph
output indicates significant different survival in group 1 data but not
in group 2. How can one be sure that the lack of significance of
survival difference is true in group 2 and it is not because of fewer
number of cases in group 1 ?
Is there any function for this type of calcul...
2006 Apr 27
0
MULTIPATH: how to control chache expiration time?
...pe link src 192.168.90.1
default proto static
nexthop via 192.168.1.1 dev eth4 weight 1
nexthop via 192.168.2.1 dev eth5 weight 1
nexthop via 192.168.3.1 dev eth6 weight 1
root@server1:/backup/ftp# ip ro show cache | egrep ''eth4|eth5|eth6'' -B1 | tail
-n20
201.216.128.100 from 192.168.90.5 via 192.168.3.1 dev eth6 src 192.168.90.1
--
192.168.90.5 from 201.240.149.1 dev eth2 src 192.168.1.2
cache mtu 1500 advmss 1460 hoplimit 64 iif eth5
--
cache <src-direct> mtu 1500 advmss 1460 hoplimit 64 iif eth2
200.114.138.45 from 192.168.90.5...
2019 Dec 10
3
[PATCH] drm/virtio: fix mmap page attributes
virtio-gpu uses cached mappings. shmem helpers use writecombine though.
So roll our own mmap function, wrapping drm_gem_shmem_mmap(), to tweak
vm_page_prot accordingly.
Reported-by: Gurchetan Singh <gurchetansingh at chromium.org>
Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>
---
drivers/gpu/drm/virtio/virtgpu_object.c | 18 +++++++++++++++++-
1 file changed, 17 insertions(+),
2019 Dec 10
3
[PATCH] drm/virtio: fix mmap page attributes
virtio-gpu uses cached mappings. shmem helpers use writecombine though.
So roll our own mmap function, wrapping drm_gem_shmem_mmap(), to tweak
vm_page_prot accordingly.
Reported-by: Gurchetan Singh <gurchetansingh at chromium.org>
Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>
---
drivers/gpu/drm/virtio/virtgpu_object.c | 18 +++++++++++++++++-
1 file changed, 17 insertions(+),
2013 May 26
10
[Bug 1990] sftp segfaults when tab-completing a directory which contains umlauts
...CC| |codl at codl.fr
--- Comment #8 from Corentin Delcourt <codl at codl.fr> ---
Note that Arch Linux's version of libedit has wide character support
enabled [0].
[0]:
https://projects.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/libedit#n20
--
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
2009 Nov 06
0
High ping time from domU , normal time when tcpdump is running
...es from 10.12.6.1: icmp_seq=20 ttl=64 time=4.12 ms
--- 10.12.6.1 ping statistics ---
20 packets transmitted, 20 received, 0% packet loss, time 19002ms
rtt min/avg/max/mdev = 1.260/4.003/4.164/0.630 ms
Could be a cpu issue ? I think no because uptime tells:
load average: 0.24, 0.16, 0.18
and nice -n20 doesn''t help here.
But I read about cpu won''t dedicate enought time to network card ..
I can''t get my domU with two cpus, does it should works ?
dom0 # grep cpu|net /etc/xen/domU
vcpus=2
cpus = "1,2"
dom0# xm vcpu-list domU
Name...
2010 Jul 26
1
After writing data in MMF using SEXP structure, can i reference in R?
...population competition function
Message-ID: <[106]SNT111-DS23835E9F6F65737C7B0BEDBBA40 at phx.gbl>
Content-Type: text/plain
Hi,
I'm doing a function that describe two populations in competition.
that's the function that i wrote:
exclusao<-function(n10, n20, k1, k2, alfa, beta, t){
n1<-k1-(alfa*n20)
n2<-k2-(beta*n10)
if(t==0){plot(t, n10, type='b', xlim=range(c(1:t), c
(1:t)), ylim=range(n10, n20), xlab='tempo',
ylab='tamanho populacional')
points(t, n20, type='b', col="red"...
2019 Jul 11
6
[PATCH 0/4] Refuse to load if the power cable are not connected
trello card:
https://trello.com/c/admzDRvd/50-reduce-performance-refuse-to-boot-if-not-all-the-power-connectors-are-plugged
Mark Menzynski (4):
moved gpio so it is sorted by values
gpio: checking if gpu power cable is connected
gpio: added power check for another GPIO
gpio: added power check for another GPIO
drm/nouveau/include/nvkm/subdev/bios/gpio.h | 5 ++++-
2009 Jan 15
2
Interface to open source Reporting tools
...col1 col2 Total
> row1 a b n10
> rp1 rp2 100
> cp1 cp2 rtp1
> ---------------------------------------------
> row2 c d n20
> rp3 rp4 100
> cp3 cp4 rtp2
> ---------------------------------------------
> Total n01 n02 n
> ctp1 ctp2 100
> 100 100...
2015 May 09
10
v2.2.17 release candidate released
http://dovecot.org/releases/2.2/rc/dovecot-2.2.17.rc1.tar.gz
http://dovecot.org/releases/2.2/rc/dovecot-2.2.17.rc1.tar.gz.sig
Quite a lot of changes, so here's a release candidate first. If no problems are reported I'll make v2.2.17 release early next week. Please test especially non-Linux systems as there are some larger configure/Makefile changes done since v2.2.16.
* Dovecot no
2015 May 09
10
v2.2.17 release candidate released
http://dovecot.org/releases/2.2/rc/dovecot-2.2.17.rc1.tar.gz
http://dovecot.org/releases/2.2/rc/dovecot-2.2.17.rc1.tar.gz.sig
Quite a lot of changes, so here's a release candidate first. If no problems are reported I'll make v2.2.17 release early next week. Please test especially non-Linux systems as there are some larger configure/Makefile changes done since v2.2.16.
* Dovecot no
2001 Nov 14
0
OPEN ssh pkg
...?R%\7+,XUKM>">%*D!A<B14#?ZNP#[>?:9MW>/;WN#B!+UEP3-K at UO:<L<_
MX1$/A(ZKW]KBAKX1UBYR!J0@%:0 at GAUFT)&H@^3S5B<%*G@&!3/4'.><< 31
M%>$(BX,AYK;V/-+53PI7D%H15),UJ75.CH9T7! 6&;K<N2Z,M#0"(J,VM2E4
M[6I9*\(&VU?()'PQ"$006R#A\D77;:\N20!E\;C)FRKX#GPM?&$1%H0[,2R)
M0W- at 0QY2I#,:)09 _0(!&HZB+\BL at 6'7BLM<E&@V@=+%+I4I X*N)"25*2:?
M!JW+7: &:.<Q3AT(!$5YM,&9QEH,(4YC%_NP"&"_"5(;T +'=C F3FXX*6>
MR8N4F+(&OX3A#/CI3I784-,0N*4'+0"J4(-*U*$:M:A([4%;1L#4MRQA47?H
M3E\8PQ...