search for: resa

Displaying 13 results from an estimated 13 matches for "resa".

Did you mean: res
2004 May 12
2
How to know the row number of raw matrix after resampling?
> DATA [,1] [1,] -2.0314185 [2,] -0.3594015 [3,] -1.3225832 [4,] 1.5050892 [5,] -0.4535558 [6,] 3.6335036 [7,] 5.1965750 [8,] 4.2923129 [9,] 6.0913187 [10,] 4.9131070 > RESA [,1] [,2] [,3] [,4] [,5] [1,] -2.0314185 1.5050892 -1.3225832 -1.3225832 -2.0314185 [2,] -0.3594015 -0.3594015 4.2923129 -0.3594015 -0.4535558 [3,] 4.9131070 4.9131070 -2.0314185 4.9131070 3.6335036 [4,] 3.6335036 -0.4535558 3.6335036 1.5050892 -0.35...
2002 Apr 26
13
New HTB docs
Hi, for interested in participation on finishing new HTB developement I created simple docs regarding it. It is some insight into CBQ and HTB workings and problems. See luxik.cdi.cz/~devik/qos/htb/v3/
2003 Sep 12
2
partial mantel
Dear all, Has anyone written R code for partial Mantel Tests- as described for instance in Legtendre & Legendre (1998) ? In other words, in a community ecology analysis, I would like to calculate the correlation between two dissimilarity matrices, controlling for a third distance matrix representing geographical distances between sites. Thanks! Christophe Bouget Biodiversité et gestion des
2004 May 12
1
How to know the row number of raw matrix after r
[This email is either empty or too large to be displayed at this time]
2002 Nov 05
2
2.5.6 release
On Tue, Nov 05, 2002 at 08:37:00AM -0800, Martin Pool wrote: > On 10 Oct 2002, "Green, Paul" <Paul.Green@stratus.com> wrote: > > No new CVS messages have appeared on the rsync-cvs archives since August > > 30th. This seems rather odd-- perhaps a daemon stopped working? If there > > has truly been no activity since that date, I apologize for > >
2002 Oct 31
6
ipac/iptables + mrtg accounting
i''ve installed mrtg to make graphics of the trafic from the interfece throw the snmpd, and the same with ipac witch put iptables accounting rules colect them and store, and gets the output, but the "problem" is that ipac graphics are 3 times smaller that the snmpd. Why??? i did catch all the trafic with ipac so no problem here, and i know that ipac/iptables is at level 3, and
2003 Jul 05
2
Unhelpful error message when matching hosts in access list [PATCH]
...100 +++ rsync/access.c 2003-07-04 23:59:01.000000000 +0200 @@ -93,7 +93,10 @@ if (p) *p++ = '/'; if (gai) { - rprintf(FERROR,"malformed address %s\n", tok); + rprintf(FERROR, + "error matching address %s: %s\n", + tok, + gai_strerror(gai)); freeaddrinfo(resa); return 0; } @@ -192,6 +195,18 @@ return ret; } +/* Test if a string is likely to be an (IPv4 or IPv6) address */ +static int likely_address(char *s) +{ + size_t len = strlen(s); + + return ((strspn(s, ".0123456789") == len) +#ifdef INET6 + || (strspn(s, ":0123456789...
2002 Aug 22
6
Q: best solution to stop traffic to huge amount of unregistered hosts
Hi perhaps someone else already had the same problem. Problem description: I''m running a class B University network with approx 10k hosts attached. I would now like to stop traffic from and to hosts in my network not already registered in my DNS server. This means I''ve to handle with approx 50k rules|routes. Sure I can summarize the unalloctaed address space a little bit with
2018 Jan 19
0
Bayesian Analysis in GJR-GARCH (p, d) model with Student-t innovations
Good day Ma'am/Sir, I am Resa Mae R. Sangco a Master of Statistics student from the MSU- Iligan Institute of Technology located in Iligan City, Philippines. I am currently doing my thesis entitled ?Bayesian Analysis in GJR-GARCH (p,d) model with Student-t innovations". In finding my posterior distribution since it is hard...
2008 Jun 11
5
OT - host/asset tracking
Can anyone recommend something for tracking assets particularly computer. I'm looking to capture: hostname OS/arch Hardware info(cpu, mem, etc) Function(i.e. what is the machine used for) -Mark
2008 Oct 24
0
Name lookup failures and CIDR regression under cygwin ( patch attached )
...) { // CIDR notation int bits = atoi(p+1); if (bits == 0) return 1; if (bits <= 0 || bits > 32) { rprintf(FLOG,"malformed mask in %s\n", tok); return 0; } } else if (inet_pton(resa->ai_addr->sa_family, p, mask) <= 0) { // Dot notation ( netmask ) Unified diffs in the zip attached ( if it gets through ). Regards Steve ================================================ This e.mail is private and confidential between Multiplay (UK) Ltd. and the pers...
2007 Jun 20
3
Prio class HTB
Hello everyone, We are working on HTB with TC and would like some clarifications from your part. Our example is as follows. We have one HTB root class and two HTB classes attached to it, as in this figure : 1: HTB | | |
2008 Oct 24
5
DO NOT REPLY [Bug 5851] New: Name lookup failures and CIDR regression
...) { // CIDR notation int bits = atoi(p+1); if (bits == 0) return 1; if (bits <= 0 || bits > 32) { rprintf(FLOG,"malformed mask in %s\n", tok); return 0; } } else if (inet_pton(resa->ai_addr->sa_family, p, mask) <= 0) { // Dot notation ( netmask ) -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.