Displaying 20 results from an estimated 38 matches for "mince".
Did you mean:
since
2004 Jan 21
1
silhoutte.default bugs
Hello all,
This might have been fixed in later versions (I am using R1.7.0), r-help
archive contains messages reporting similar problems but no reports of
codes fixes. I have encountered a couple of problems using the
silhouette function. one occurs when the clustering contains clusters
composed of 1 element (Martin Maechler posted code few months ago that
fixes a similar problem that occurs
1998 Jun 23
1
Browse list problem sorted
...to the files. D'oh!
I thought I just post to let you know the solution (so hopefully someone
won't be as dumb as me in future ;-).
- Bob
----------------------------------------------------------------------------
I also seek adventure and fortune in the New World! -> esteban@mince.net
----------------------------------------------------------------------------
Bob "Mince" Franklin ~{], CNE ;), MCSE ;) Tel. (0118) 931 8432
Systems and Communications Fax. (0118) 975 3094
Computer Services Centre R.C.Frankl...
1997 Nov 30
2
nmbd crashing as domain controller
...work with reliable support for 95/etc. clients?
----------------------------------------------------------------------------
"You know, there are people who would be unsettled by you." -- Rob P
----------------------------------------------------------------------------
Bob "Mince" Franklin ~{] Tel. (0118) 931 8432
Systems and Communications Fax. (0118) 975 3094
Computer Services Centre R.C.Franklin@reading.ac.uk
University of Reading, U.K. http://www.compsoc.man.ac.uk/~mince/
-------...
1998 May 05
0
WINS-only server? nmbd?
...p
someone happy with regards security ;-).
Can I just run nmbd on it to offer a WINS/browsing service -- since
that's all I'm after?
- Bob
----------------------------------------------------------------------------
I also seek adventure and fortune in the New World! -> esteban@mince.net
----------------------------------------------------------------------------
Bob "Mince" Franklin ~{], CNE ;), MCSE ;) Tel. (0118) 931 8432
Systems and Communications Fax. (0118) 975 3094
Computer Services Centre R.C.Frankl...
1998 May 11
0
Browsing broken in 1.9.18p5?
...;SUNT1" "RUCSCNT"
"ARCHAEOLOGY" c0001000 "LAPC2" "ARCHAEOLOGY"
----------------------------------------------------------------------------
I also seek adventure and fortune in the New World! -> esteban@mince.net
----------------------------------------------------------------------------
Bob "Mince" Franklin ~{], CNE ;), MCSE ;) Tel. (0118) 931 8432
Systems and Communications Fax. (0118) 975 3094
Computer Services Centre R.C.Frankl...
1998 Oct 18
2
Changing "Shutdown" to "Log off" in Win95?
The Samba set up we're using to support 25 or so Win 95 clients
is working well, but my users are usually not up to complicated
tasks. Has anyone found a way to get logging out down to a single
action (like, Start/Logout), instead of Start/Shutdown/Close all
programs and log in as another user/Yes?
I'm tired of explaining this already! :)
Daryl
Daryl Biberdorf darylb@superserve.com
1998 May 20
0
Wierd browse problem
...- Bob
P.S. I sent something about this a few days ago, but got cut short and I
don't know if it made sense to the point where I'd go to.
----------------------------------------------------------------------------
I also seek adventure and fortune in the New World! -> esteban@mince.net
----------------------------------------------------------------------------
Bob "Mince" Franklin ~{], CNE ;), MCSE ;) Tel. (0118) 931 8432
Systems and Communications Fax. (0118) 975 3094
Computer Services Centre R.C.Frankl...
1998 Jul 03
1
Cross-subnet browsing with multiple domains/workgroups
...roblem with Samba not being able to pass information
down for the master browser back to the local browser for different
(non-local subnets)?
- Bob
----------------------------------------------------------------------------
I also seek adventure and fortune in the New World! -> esteban@mince.net
----------------------------------------------------------------------------
Bob "Mince" Franklin ~{], CNE ;), MCSE ;) Tel. (0118) 931 8432
Systems and Communications Fax. (0118) 975 3094
Computer Services Centre R.C.Frankl...
2003 Feb 06
2
function 'silhouette' in package 'cluster'
Dear all,
I am trying (without much success) to use the fuction 'silhouette'.
Would anyone encountered that before (or would know where I am wrong ?)
Please find below the R ouput. Thanks in advance,
L.
> s <- silhouette(ct, as.dist(metric))
Error in "[<-"(*tmp*, iC, "sil_width", value = s.i) :
number of items to replace is not a multiple of replacement
2005 Sep 22
2
LDAP howto
Does anyone know of a good Samba-LDAP howto for Debian (Sarge) systems?
I probably don't need it for my home network, but I'd like to learn how
to do it anyway. My previous attempts to get it working have failed. :(
2005 Sep 23
0
RES: LDAP howto
Congratulations! If you need help with your howto, please count on me! I
will be more than happy to take whatever you can write down, try it
here, and tweak your howto based on my results. I can also help clean up
the language (sorry, but your english is a little confusing in places :) ).
S?rgio A P Ferreira wrote:
>Hello Gary,
>
>about 2 mouths ago I have started a challenge, put
1998 Jan 23
2
SAMBA digest 1565 - Netlogon problems
...away. (Well, it did for
me. ;-)
- Bob
----------------------------------------------------------------------------
Plot => [(x, y) | x <- [0..width - 1], y <- [0..height - 1], x & y == 0]
----------------------------------------------------------------------------
Bob "Mince" Franklin ~{] Tel. (0118) 931 8432
Systems and Communications Fax. (0118) 975 3094
Computer Services Centre R.C.Franklin@reading.ac.uk
University of Reading, U.K. http://www.compsoc.man.ac.uk/~mince/
-------...
2006 Apr 18
12
Formatting data drawn from a DB
...rea:
1 1/2 lbs. beef top sirloin, thinly sliced
1/3 cup white sugar
1/3 cup rice wine vinegar
2 tablespoons frozen OJ concentrate
1 teaspoon salt
1 tablespoon soy sauce
1 cup long grain rice
2 cups water
1/4 cup cornstarch
2 teaspoons orange zest
3 tablespoons grated fresh ginger
1 1/2 tablespoons minced garlic
2 cups oil for frying
but when I draw it out of the DB and display it on the page it shows up
like:
1 1/2 lbs. beef top sirloin, thinly sliced 1/3 cup white sugar 1/3 cup
rice wine vinegar 2 tablespoons frozen OJ concentrate 1 teaspoon salt 1
tablespoon soy sauce 1 cup long grain rice...
2007 Aug 05
1
Selectively shading areas under two density curves
Dear Listers,
I am drawing a plot of two density curves, for male and female incomes. I would
like to shade/hatch/color (whatever) the areas under the curves which are
distinctive for each gender. This is the code I have tried so far:
m <- density(topmal.d$y, bw = "sj")
f <- density(topfem.d$y, bw = "sj")
par(mfrow = c(1,1))
plot(x = c(0,400), y = c(0,0.02), type =
1997 Jul 18
2
DHCP & WINS
I have a little problem. I realize this may not be the right place to
ask this, but I'll bet luke or someone else here knows the answer :->
I'm not the site network administrator, and she's not willing/able to
figure out the changes necessary to fix a small problem that cropped up
this week:
For months my department's PCs have been booting and configuring
themselves from the
1999 May 21
2
Suggestion for new 'dns proxy' feature?
...f looking for
something non-existant.
Thanks,
- Bob
----------------------------------------------------------------------------
The Day Today ... because FACT times IMPORTANCE equals NEWS!
----------------------------------------------------------------------------
Bob "Mince" Franklin ~{], CNE ;), MCSE ;) Tel. (0118) 931 8432
Systems and Communications Fax. (0118) 975 3094
IT Services r.c.franklin@reading.ac.uk
University of Reading, U.K. http://www.reading.ac.uk/~suq96rcf/
-------...
2000 Jul 26
0
John Tukey
------- Forwarded Message
From: "Wainer, Howard" <hwainer at ets.org>
Subject: John Tukey
Dear Friends and colleagues,
John Wilder Tukey died last night of an accumulation of physical problems.
We shared a mince pie (his favorite) on Monday night in his hospital room,
and he was in good spirits, but in the end his body failed him.
He left us with his mind intact; despite the physical problems that plagued
him,
in the end he was still John Tukey.
If you have any specific question please write and I wil...
2008 Aug 21
0
Edgeworth expansions
Hi All,
I am trying to estimate a functional form in terms of cumulants /
moments from the results of a MC simulation. My first idea was to use an
Edgeworth expansion, but this looks pretty difficult to implement.
Before I go ahead and write some code to do this, could anyone tell me
if this has already been done, and which package I could find it in if
it has?
If it hasn't, does anyone know
1998 Oct 13
0
Bizarre multi-homed name resolution with nmbd?
...with nmbd in this kind of
situation.
Ta,
- Bob
----------------------------------------------------------------------------
I do mail, web, news, DNS and C++... but I don't understand any of it...
----------------------------------------------------------------------------
Bob "Mince" Franklin ~{], CNE ;), MCSE ;) Tel. (0118) 931 8432
Systems and Communications Fax. (0118) 975 3094
Computer Services Centre R.C.Franklin@reading.ac.uk
University of Reading, U.K. http://www.reading.ac.uk/~suq96rcf/
-------...
1998 Nov 18
0
Multi-homed interface name resolution
...gestions? (I'm using Samba 1.9.18p10.)
- Bob
----------------------------------------------------------------------------
I do mail, web, news, DNS and C++... but I don't understand any of it...
----------------------------------------------------------------------------
Bob "Mince" Franklin ~{], CNE ;), MCSE ;) Tel. (0118) 931 8432
Systems and Communications Fax. (0118) 975 3094
Computer Services Centre R.C.Franklin@reading.ac.uk
University of Reading, U.K. http://www.reading.ac.uk/~suq96rcf/
-------...