search for: intmax

Displaying 3 results from an estimated 3 matches for "intmax".

Did you mean: int_max
2004 Mar 17
1
ANCOVA when you don't know factor levels
...anyone wants a sample data set then I can email you one. Thanks for any input Rob Knell School of Biological Sciences Queen Mary, University of London 'Phone +44 (0)20 7882 7720 http://www.qmw.ac.uk/~ugbt794 http://www.mopane.org Here's the code: switchline<- function(X,Y,Intmin,Intmax,Intgap,Slopemin,Slopemax,Slopegap) { # X = unimodal variable (e.g. filename$bodysize) # Y = bimodal variable (e.g. filename$hornsize) # Intmin = Minimum switchline intercept # Slopemin = Minimum switchline slope # Intmax = Maximum switchline...
2009 Sep 11
1
[PATCH] .gitignore: Ignore a couple of auto-generate m4 scripts
...b/.gitignore index a6caaf9..ae3b16d 100644 --- a/.gitignore +++ b/.gitignore @@ -45,6 +45,7 @@ daemon/install-sh daemon/missing daemon/names.c daemon/stubs.c +daemon/m4/stddef_h.m4 depcomp .deps df/virt-df.1 @@ -114,6 +115,7 @@ libtool *.lo localconfigure ltmain.sh +m4/gnulib-cache.m4 m4/intmax.m4 m4/libtool.m4 m4/lt~obsolete.m4 -- 1.6.2.5
2013 Jul 25
19
[PATCH hivex 00/19] Fix read/write handling of li-records.
This is, hopefully, a full fix for handling of li-records. See: https://bugzilla.redhat.com/show_bug.cgi?id=717583 https://bugzilla.redhat.com/show_bug.cgi?id=987463 Rich.