search for: subsequenty

Displaying 4 results from an estimated 4 matches for "subsequenty".

Did you mean: subsequently
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 "control information" or at least just returning from nls() without a
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 is until I tried installing the rpm-build package. Now I...
2019 May 06
4
Proposal to add preprocessor warning for unused command line macros
...nce would have been sufficient. There are two command line options that at present do not produce a diagnostic for an unused command line macro, but which might be expanded to do this task also; -Wunused-macros Produces diagnostic only for macros defined in the main source code file that are not subsequenty used. No diagnostic for command line macros, and no diagnostic for macros defined in header files included by the source code file. -Wunused-command-line-argument Produces diagnostic for command line arguments that are not applicable. But there is no diagnostic for command line macros that are no...
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. --