Displaying 8 results from an estimated 8 matches for "eccles".
Did you mean:
cycles
2006 Apr 21
4
WebDAV library for fastcgi/webbrick
Hello,
I am trying to find a WebDAV library for Ruby that works with fastcgi
(production) and Webbrick (development).
I''ve found this link which mentions a Webbrick WebDAV library:
http://redhanded.hobix.com/inspect/
webrickWebdavHandlerSafelyExtractedFromTheWild.html
Unfortunately it sounds limited to Webbrick which will not suit the
production environment.
Does anyone know of a
2009 Nov 04
2
A Suggestion for Strikethrough Syntax
...sAndBold {
my $text = shift;
# <strong> must go first:
$text =~ s{ (\*\*|__) (?=\S) (.+?[*_]*) (?<=\S) \1 }
{<strong>$2</strong>}gsx;
$text =~ s{ (\*|_) (?=\S) (.+?) (?<=\S) \1 }
{<em>$2</em>}gsx;
# These lines added by Bill Eccles, 2008-07-04
$text =~ s{ (\s) (-) (?=\S) (.+?) (?<=\S) (-) }
{$1<strike>$3</strike>}gsx;
return $text;
}
It converts
-text to be struck through-
to
<strike>text to be struck through</strike>.
Simple, and it works for me.
(I detail it at <http:...
2014 Apr 28
3
Why does it appear that dovecot is deleting messages after migration?
Hi, y'all, long-time Mac OS X Server user Bill here with a thorny question for the mailing list since nobody at discussions.apple.com can quite put their finger on the answer. While well-aquainted with other aspects of Server, Dovecot is a bit of a mystery still to me. So here it goes:
Background
I'm struggling to migrate from MacOS X 10.6 to 10.9. I tried twice using the "live
2011 Nov 01
1
btrfs-progs
...lumes.o utils.o btrfs-list.o btrfslabel.o -luuid
ls mkfs.c
mkfs.c
gcc -Wp,-MMD,./.mkfs.o.d,-MT,mkfs.o -Wall -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -g -Werror -Os -c mkfs.c
mkfs.c:39:24: fatal error: attr/xattr.h: No such file or directory
compilation terminated.
make: *** [mkfs.o] Error 1
andy@eccles:~/btrfs-progs$
Is attr a required dependency of btrfs-progs now?
If I sed -i ''s#attr/#sys/#'' mkfs.c then it compiles and installs (I''ve
not tried to use any of the tools yet). Is it wise to do this? I don''t
use any extended attributes, I don''t have ext...
2008 Nov 16
8
Mirror and RaidZ on only 3 disks
Hi,
I have a small Linux server PC at home (Intel Core2 Q9300, 4 GB RAM),
and I''m seriously considering switching to OpenSolaris (Indiana,
2008.11) in the near future, mainly because of ZFS. The idea is to run
the existing CentOS 4.7 system inside a VM and let it NFS mount home
directories and other filesystems from OpenSolaris. I might migrate more
services from Linux over time, but for
2014 Apr 28
0
Why does it appear that dovecot is deleting messages after migration?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Mon, 28 Apr 2014, Bill Eccles wrote:
> correctly. But it's only a matter of time before Dovecot, or something,
> runs "doveadm index -u (usernames) (mailboxes)" on all of the mailboxes.
> As it does, it deletes thousands of messages, leaving, for example, the
> same 17 in INBOX and 3695 in "De...
2006 May 09
2
Anybody using Macromedia''s Flex with Rails?
Yeah I know this is a bit of a weird question since everybody seems to be
going ajax - just curious
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060509/8537fdc3/attachment.html
2004 Oct 18
0
I seem to be doing Dcv wrong
...cv in some
detail. There's an extra scaling step, which multiplies the diagonal
elements by weights between 1/#values and 1 inclusive, but that only
changes the magnitudes of the diagonal elements, not their sign.
Ad (3), I make mistakes as often as the next man (hello, Eccles!), which is
why I'm asking here if anyone can see the mistake.
The only structucal properties of C that I am sure of are
- all the elements are between 0 and 1
- it is symmetric
- the diagonal elements are all 1.
random.C.like.matrix <- function (n) {
x <- matrix(runif(n*...