Displaying 5 results from an estimated 5 matches for "subsequential".
Did you mean:
subsequentially
2001 Mar 16
1
Catching error messages (from nls(), e.g.)
I try to fit subsequentially different nonlinear models to data.
Up to now I tried a first model and if I could not fit this one
proceeded to another one.
Now I would like to handle this automatically. But much to my
chagrin I did not find a way for dealing with the error messages
from nls(), e.g. getting them as "cont...
2005 Jan 11
1
an RPM conundrum
I have an interesting chicken-and-egg problem that I hope someone can help me
out of.
I have a machine on which I originally loaded White Box. I subsequenty
converted to CentOS using the instructions found numerous times in the group
-- e.g. get the redhat-package RPM (thus changing /etc/redhat-release), then
configuring yum and then yum -y upgrade.
Everything has been going fine... that
2019 May 06
4
Proposal to add preprocessor warning for unused command line macros
This is a proposal for either adding a new, or updating an existing
command line option such that a diagnostic can optionally be produced
for unused -D macros.
Long-lived large projects with thousands of files and many
contributors have a tendency to accumulate build options over time. As
time passes some build options like macros become replaced, obsolete,
or simply no longer used.
At the same
2024 Aug 14
2
samba-tool user add - weird resulting
On Wed, 14 Aug 2024 11:05:23 +0200
Franta Hanzlik via samba <samba at lists.samba.org> wrote:
> Rowland, thank you for response.
> But I still think there's nothing stopping Samba from being better
> than Windows at this, and introducing some switches like
> --displayname
> --commonname
> --name
> --exclude-initials-in-dn
> or something similar.
>
2006 Jul 17
7
SSL [X.509] Authentication in Rails?
Been doing some research but haven''t been able to determine much - has
anyone had any experience parsing incoming [on the request] x.509
certificates? Specifically, getting name, CA, etc. Here''s how you do in
Java Servlets for reference:
X509Certificate[] certs = (X509Certificate[])
request.getAttribute("javax.servlet.request.X509Certificate");
Thanks.
--