search for: ancilliary

Displaying 11 results from an estimated 11 matches for "ancilliary".

Did you mean: ancillary
2000 May 09
4
Dispersion in summary.glm() with binomial & poisson link
Following p.206 of "Statistical Models in S", I wish to change the code for summary.glm() so that it estimates the dispersion for binomial & poisson models when the parameter dispersion is set to zero. The following changes [insertion of ||dispersion==0 at one point; and !is.null(dispersion) at another] will do the trick: "summary.glm" <- function(object, dispersion =
2020 Jun 17
3
client host certificates and receiving host configuration
On 17/06/20, Damien Miller (djm at mindrot.org) wrote: > > Firstly, given a host CA signing key on the sshagentca server, would an > > appropriately constructed host certificate added to a forwarded agent > > replace the necessity for a '@cert-authority' line in a user's known_hosts > > file? > > I'm not sure I want to add yet another path (the agent)
2004 Nov 22
0
RT_SIGNAL_* issue - samba 3.0.9
This is part of the log and strace output from samba 3.0.9 running on kernel 2.4.27. The output from samba 3.0.8 on kernel 2.6.9 looked somewhat similar... I haven't seen much on the list or ancilliary documentation recently, other than "it is fixed for samba > 3.0"... Could someone please shed some light on this? Syslog entries: Nov 22 22:25:48 toshiba smbd[32209]: [2004/11/22 22:25:48, 0] smbd/oplock_linux. c:linux_init_kernel_oplocks(289) Nov 22 22:25:48 toshiba smbd[32209]:...
2001 Jun 28
1
mp3pro bitrates
Sort of off topic, but I was wondering about how the SBR data factors into an mp3pro bitrate. If you encode a "64kbps" mp3pro stream, I'm guessing that 64kbps would include the SBR data. So, when played in a normal MP3 player, would a 64kbps mp3pro stream actually sound worse than a 64kbps MP3 stream? Tony Arcieri --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg
2005 Nov 08
0
meta is not a plural of metum
although data is a plural of datum but Rails is insisting that it is... as usage of "meta" to refer to ancilliary information is fairly common, I''m sure others are going to run into it Thomas
2003 Sep 17
2
FreeBSD Security Advisory FreeBSD-SA-03:12.openssh [REVISED]
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 ============================================================================= FreeBSD-SA-03:12 Security Advisory FreeBSD, Inc. Topic: OpenSSH buffer management error Category: core, ports Module: openssh, ports_openssh,
2003 Sep 17
2
FreeBSD Security Advisory FreeBSD-SA-03:12.openssh [REVISED]
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 ============================================================================= FreeBSD-SA-03:12 Security Advisory FreeBSD, Inc. Topic: OpenSSH buffer management error Category: core, ports Module: openssh, ports_openssh,
2000 Jun 14
1
(no subject)
...t; Also, is there a MNG mailing list? I couldn't find one on the > web site. While it's still marked a 'draft specification' mng has been frozen since May 1999, so you'd have to be pretty compelling to effect any design modifications at this point. We could probably add an ancilliary chuck type if it were necessary. As for lists, I think the original png development took place on the comp.graphics newsgroups. I don't know about mng. However, the libmng implementer has a list <libmng-public@lists.sourceforge.net> you might try. libmng itself is very much under develop...
1999 Jan 02
1
R on MkLinux DR3
Hi, Maybe somebody could help me with my problem installing R on my PowerBook G3/292 with MkLinux DR3 installed on the internal HD: When installing R with rpm -Uhv R-base-0.63-3.ppc.rpm I got the following message: /var/tmp/rpm-tmp.47537: [: !=: unary operator expected /var/tmp/rpm-tmp.47537: /bin/R: no such file or directory execution of script failed error:
2010 Mar 13
1
klibc build trouble
as the next klibc release 1.5.16 looks like shaping up, I have a trouble to build that for Debian. currently I build depent on linux-libc-dev, I don't know what against I can build latest klibc, see klibc fails to build due too: make -C linux/ ARCH=x86_64 INSTALL_HDR_PATH=debian/tmp/usr/lib/klibc/ headers_install make[3]: *** No rule to make target `headers_install'. Stop. make[2]: ***
2010 Jul 07
0
[git pull v2] x86_32, sh4, getrusage()
...ormation + * Ancillary data consits of a sequence of pairs of + * (cmsghdr, cmsg_data[]) + */ + +struct cmsghdr { + __kernel_size_t cmsg_len; /* data byte count, including hdr */ + int cmsg_level; /* originating protocol */ + int cmsg_type; /* protocol-specific type */ +}; + +/* + * Ancilliary data object information MACROS + * Table 5-14 of POSIX 1003.1g + */ + +#define __CMSG_NXTHDR(ctl, len, cmsg) __cmsg_nxthdr((ctl),(len),(cmsg)) +#define CMSG_NXTHDR(mhdr, cmsg) cmsg_nxthdr((mhdr), (cmsg)) + +#define CMSG_ALIGN(len) ( ((len)+sizeof(long)-1) & ~(sizeof(long)-1) ) + +#define CMSG_D...