Displaying 9 results from an estimated 9 matches for "_including_".
2004 Jan 21
1
[3.0, LDAP] smbpasswd fails in adding new accounts
Hello,
I recently switched an environment from Samba 2.x to 3.0 without any
major problems. LDAP database was converted and everything worked fine,
_including_ chaning passwords with smbpasswd.
However, I now had to create a new account, which failed. I created an
LDAP entry first, because I use LDAP for Unix-Authentification as well.
Afterwards, I wanted to add the Samba-specific attributes (some unneeded
output skipped - please ask for it, if it _could...
2012 May 28
0
rms::cr.setup and Hmisc::fit.mult.impute
I have fitted a proportional odds model, but would like to compare it to
a continuation ratio model. However, I am unable to fit the CR model
_including_ imputated data.
I guess my troubles start with settuping the data for the CR model.
Any hint is appreciated!
Christian
library(Hmisc)
library(rms)
library(mice)
## simulating data (taken from rms::residuals.lrm)
set.seed(1)
n <- 400
age <- rnorm(n, 50, 10)
blood.pressure <- rnorm(n, 1...
2009 May 29
1
Problem with Logitech wireless keyboard EX110
...works, but the keyboard does not. (Apparently,
after I tried the following, it turned out to be a bad keyboard....)
If I replace the keyboard and reboot, oh, foo, bad keyboard. But! If
I reboot with a good keyboard, it works, and then I can switch back to
the wireless set and everything works, _including_ the number pad:
0.123456789/*-+
Is there a way to refresh the keyboard driver without rebooting?
Anyway, thoughts, suggestions, etc. welcome.
mhr
2011 Oct 28
0
the next mountain for markdown to climb up
...ally played with it much either.
it's emmanuel's converter:
> http://akaya.me/
what's potentially extremely exciting here is that it appears
-- on first glance, which is about all that i have given it --
that emmanuel's converter takes a broader range of input.
specifically _including_ text that came out of a text-editor.
which, obviously, was _not_ markdown text to begin with,
since it ain't too hard to convert markdown to markdown...
but converting raw text into markdown? that'd be _great_.
and it is precisely that task which is "the next mountain"...
her...
1997 Jul 23
2
cross-subnet browsing problems
I'm trying to set up cross-subnet browsing using Samba on a Linux box
and a Sparc UltraEnterprise with Win95 and NT Workstation clients. I'm
using the Sparc as the domain master and also as the WINS server on the
108 subnet. The Linux box is the local master on the 46 subnet. Both
are running Samba 1.9.17alpha4. I can see the conversation between the
two samba servers and the browse
2012 Nov 14
3
ctree
Hello,
I plotted a nice tree with "ctree" . It shows 3 nodes with the prediction of
my 2 groups. (see picture)
Unfortunately I need a larger scale to read the exact prediction of my
groups to get the specificity and sensitivity. I tried to change the scale
with "axis" but it didn't work, my guess because it's not a normal graph
with x and y axis.
Has someone an idea
2017 Dec 03
1
Discourage the weights= option of lm with summarized data
Peter,
This is a highly structured text. Just for the discussion, I separate
the building blocks, where (D) and (E) and (F) are new:
BEGIN OF TEXT --------------------
(A)
Non-?NULL? ?weights? can be used to indicate that different
observations have different variances (with the values in ?weights?
being inversely proportional to the variances);
(B)
or equivalently, when the elements of
2010 Sep 09
2
[PATCH]: add libxl python binding
...--
diff -r b19856f6dd76 tools/libxl/idl.txt
--- a/tools/libxl/idl.txt Thu Sep 09 09:24:24 2010 +0100
+++ b/tools/libxl/idl.txt Thu Sep 09 12:06:50 2010 +0100
@@ -13,7 +13,8 @@ contain the initial namespace element (e
how to specify a namespace.
The Type.typename contains the C name of the type _including_ the
-namespace element.
+namespace element while Type.rawname is always set to the ''base'' name
+of the type.
The libxltypes.Type base class has several other properties which
apply to all types. The properties are set by passing a named
@@ -48,6 +49,10 @@ Type.autogenerate_des...
2010 Aug 18
16
[PATCH 00 of 16] libxl: autogenerate type definitions and destructor functions
The series introduces auto-generation of the type definitions used in
the libxl interface followed by auto-generation of a destructor
function for each type. In the future it may be possible to use the
related data structures for other purposes, for example auto-generation
of the functions to marshal between C and language binding data types.
tools/_libxl_types.h should be identical both before