search for: wholy

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

Did you mean: whole
2006 Feb 04
1
Recommendations for securing a webserver
...one, and ironically, when security updates came out, they weren't applied within the chroot jail, (eg, installed via yum) making it more likely to get compromised! Is there an easier/better way to do this? Can you mix/match chroot'ed websites with those that aren't, without running a wholy separate webserver daemon? What other actions would the knowledgeable crowd here suggest? -Ben -- "The best way to predict the future is to invent it." - XEROX PARC slogan, circa 1978
2003 Jan 30
2
mgcv, gam
...Rotavirus,Total)~ s( I(sin((MesN/12)*2*pi)), bs="cr" )+ + s( I(cos((MesN/12)*2*pi)), bs="cr" ), data=na.omit(Rot), + family=binomial) Warning messages: 1: Termwise estimate degrees of freedom are unreliable but this does not seem to be wholy satisfactory. Especially, the result of plot.gam shows smooths with confidence bounds which cannot be discriminated visually from the smooth itself!, and the warning messages about unreliable estimated degrees of freedom. I would be happy if you could comment some about this. Thanks, Kjetil...
2014 Aug 06
4
[LLVMdev] LLVM as a shared library
...and that could in turn break a C API user that was relying on the way old LLVM worked. The solution is to offer two levels of C API, one intended for people to use to bind to their own language. This matches the C++ API closely and changes when the C++ API changes. (It could even be partially/wholy auto-generated via a clang tool?) Users of it will be broken with newer versions. Secondly, some people really want a stable interface, so we give them an API expressed in higher-level tasks they want to achieve, so that we can change the underlying workings of how LLVM works without disturbin...
2014 Aug 05
13
[LLVMdev] LLVM as a shared library
Hello LLVM community, Over the last few years the LLVM team here at Apple and development teams elsewhere have been busily working on finding new and interesting uses for LLVM. Some of these uses are traditional compilers, but a growing number of them aren’t. Some of LLVM’s new clients, like WebKit, are embedding LLVM into existing applications. These embedded uses of LLVM have their own unique