search for: goodale

Displaying 20 results from an estimated 45 matches for "goodale".

Did you mean: goodall
2009 Jun 10
1
ggplot, qplot: alpha channel for colors corresponding to factor
Hi, I have a qplot like the one in the minimal example below, except I also have faceting like this: qplot(jitter(Goodall),jitter(Better.adapt),colour=Second.adapt,facets=~Pol,data=d1) and with the real data I get quite a lot of overplotting, so I would like to add an alpha channel. In addition, I would like to be able to control which colors are used for each value of Second.adapt (which
2007 Apr 24
1
regarding 3d Bar Plot --- correction.
I mis-spoke. It seems I had two collections of functions in the same directory. One by Colin Goodall, and one by David Scott (I have no record of where he is/was located). It is the *latter* collection that does all its work from within Fortran. I'll have another look at what Colin Goodall actually wrote to see if it could be useful to guarav. cheers, Rolf Turner rolf at
2007 Sep 11
4
ext3 on zvols journal performance pathologies?
I''ve been seeing read and write performance pathologies with Linux ext3 over iSCSI to zvols, especially with small writes. Does running a journalled filesystem to a zvol turn the block storage into swiss cheese? I am considering serving ext3 journals (and possibly swap too) off a raw, hardware-mirrored device. Before I do (and I''ll write up any results) I''d like to know
2008 Jul 23
0
pvclust
...mments on this issue would be very much appreciated. Are there any other programs that might be able to produce similar results? Should I try to run the bootstrap analysis myself in R, and is there a good introductory test to tell me how to do this? With thanks and best wishes, Eben Eben Goodale NSF International Postdoctoral Fellow University of Colombo, Sri Lanka eben.goodale@gmail.com [[alternative HTML version deleted]]
2004 Jul 23
1
weakness in hash salt generation
Dovecot has routines for password hashing; two of these, crypt_generate and md5_generate, both use sizeof(salt_chars) when reducing a random string to salt. I became suspicious when I noted that all salts generated are composed only of "./01". Unfortunately salt_char is declared static const char * rather than static const char [], and so sizeof(salt_chars) is the size of a pointer.
2004 Dec 21
1
0.99.13-rc2
http://dovecot.org/rc/ Another one. Unless there are some bugs this will be the final version in a few days. * GNUTLS support hasn't been working for a while, so it's not even tried to be used anymore unless explicitly wanted. + Added CRAM-MD5 authentication mechanism. Patch by Joshua Goodall + Added SMD5 password scheme support and changed MD5 scheme with LDAP to act as
2005 Jan 06
0
0.99.13 released
v0.99.13 2005-01-06 Timo Sirainen <tss at iki.fi> * GNUTLS support hasn't been working for a while, so it's not even tried to be used anymore unless explicitly wanted. + Added CRAM-MD5 authentication mechanism. Patch by Joshua Goodall + Added SMD5 and LDAP-MD5 password schemes and changed MD5 scheme to use LDAP-MD5 if the password isn't in MD5crypt format. Patch by
2006 Feb 16
1
ugly hack to make maildir quotas work
Timo encouraged me to forward this to the list. Basically it pokes the right value into the right place to make quota deltas work properly when saving mail to Maildirs. It's a nasty hack workaround, so don't rely on it without understanding that it should be superseded in future. Without this, saving to a maildir doesn't increment quota. ---
2010 Jun 06
1
Using QueryParser results to populate UI
Hi, I would like to "pull apart" a search string to populate distinct search fields in a UI; something like how Google toggles between simple and advanced search modes. I realise going from simple to advanced may well be lossy but that's fine for my purposes. I thought the obvious place to start was xapian's QueryParser. Unfortunately, Query instances appear to be a little
2004 Jul 31
1
Patch: fix $-terminated MCF
p/t_strdup_until wasn't returning a terminated string: Index: src/lib/strfuncs.c =================================================================== RCS file: /home/cvs/dovecot/src/lib/strfuncs.c,v retrieving revision 1.41 diff -u -p -r1.41 strfuncs.c --- src/lib/strfuncs.c 18 Jul 2004 01:44:59 -0000 1.41 +++ src/lib/strfuncs.c 31 Jul 2004 08:43:35 -0000 @@ -154,6 +154,7 @@ char
2007 Apr 20
1
regarding 3d Bar Plot
Hi All R experts I have data in a two dimensional table. each row of the data adds upto 100 ( hence they are percentages ). it can be interpreted as like this A - I are the matches and P - X are the players. Thus Player P scored 20% of the runs during this season in Match C, 60% in Match D and remaining 20% in Match G. I want to plot 3-d bar plot, where X axis have players, Y axis have
2004 Sep 04
4
v0.99.11 released
v0.99.11 2004-09-04 Timo Sirainen <tss at iki.fi> + 127.* and ::1 IP addresses are treated as secured with disable_plaintext_auth = yes + auth_debug setting for extra authentication debugging + Some documentation and error message updates + Create PID file in /var/run/dovecot/master.pid + home setting is now optional in static userdb + Added mail setting to static userdb - After
2011 Jul 27
3
Searching using prefixes
Hi guys I'm trying to figure out how I can use probabilistic searching on a given field within a document; I've written to the list about this before, but haven't quite figured out what's required and, following a little research, I think I understand what I need to do but I'd like a clarification on this. o We have a database of a number of documents, with fields: title,
2007 Jun 26
2
Wishlist items
I''ve been saving up a few wishlist items for zfs. Time to share. 1. A verbose (-v) option to the zfs commandline. In particular zfs sometimes takes a while to return from zfs snapshot -r tank/volumes at foo in the case where there are a great many iscsi shared volumes underneath. A little progress feedback would go a long way. In general I feel the zfs tools lack sufficient feedback
2004 Feb 15
1
Basic questions concerning mail...
Hey all, A few minutes ago, I installed Dovecot, hoping things would get clear by just looking at the relevant config files, but since they don't, I hope someone here could give me a clue... What I want to achieve is really only basic functionality. It's just for personal use, so it shouldn't get too complicated. Up til now, I have been using fetchmail to get my mail off of several
2025 May 19
1
Looking for a function or a set of steps
Hello, You are right, I didn't think about that one. Here is another, esoteric, way. With `+` substituting for as.integer: +!x Hope this helps, Rui Barradas ?s 09:10 de 19/05/2025, Goodale, Tom escreveu: > Surely doing > > y <- 1 - x > > would be the simplest way? > > Best, > Tom > >> -----Original Message----- >> From: R-help <r-help-bounces at r-project.org> On Behalf Of Rui Barradas >> Sent: 19 May 2025 08:08 >> To: p...
2025 May 19
1
Looking for a function or a set of steps
...de 19/05/2025, Rui Barradas escreveu: > Hello, > > You are right, I didn't think about that one. > Here is another, esoteric, way. > With `+` substituting for as.integer: > > +!x > > > Hope this helps, > > Rui Barradas > > ?s 09:10 de 19/05/2025, Goodale, Tom escreveu: >> Surely doing >> >> y <- 1 - x >> >> would be the simplest way? >> >> Best, >> Tom >> >>> -----Original Message----- >>> From: R-help <r-help-bounces at r-project.org> On Behalf Of Rui Barradas >&gt...
2003 Feb 07
1
Forwarding ports
How can i open all of the firewall to see if i can use my program with out the firewall stopping it. Just to check to see if shorewall is the problem or not. Cant seem to get it to forward like all of the directions say it can. just want to make sure i can get through the firewall or find a firewall that will work for me. Thanks John
2003 Nov 10
2
PATCH: CRAM-MD5 for Dovecot
Hi Timo, Mozilla 1.5 doesn't understand DIGEST-MD5; it only speaks CRAM-MD5 or PLAIN. Maybe other clients have the same problem. My users like Mozilla, so I wrote new code for Dovecot to speak CRAM-MD5, using your mech-digest-md5.c as a reference. Attached diff in two formats i) for current CVS ii) against last release both tested and working with Mozilla and KMail's CRAM-MD5. I
2004 Feb 07
1
CRAM-MD5 support?
Hi, I'm wondering what is dovecot's support for CRAM-MD5? The mailing list for November 2003 seems to indicate that Timo has included it into the CVS tree, however the ChangeLogs in the latest version does not say anything about it. The online docs has indicated that it's supported, but the doc files in 0.99.10.4 doesn't seem to mention about it.... Thanks in advance.