search for: 2004b

Displaying 6 results from an estimated 6 matches for "2004b".

Did you mean: 2004
2005 May 06
0
Re: imap on Centos 4 -- UW IMAP 2004b for FC3/RHEL4
From: Matt Hyclak <hyclak at math.ohiou.edu> > Actually, the more direct replacement would be Dovecot. > Cyrus can be complicated to set up and get running. I actually modified the old UW IMAP 2002 SPEC file from RHL9/FC1, and modified a few config files, to support UW IMAP 2004b. I made one with both RFC3501 (no text passwords over SSL) and non-RFC3501 (legacy, text passwords allowed over SSL). I originally released it for Fedora Core 2, e.g. (links no longer work): https://www.redhat.com/archives/fedora-list/2004-August/msg01501.html I have updated it for UW IMAP 20...
2004 Aug 09
5
Questionaire :
Hi, I have read quitea bit of the available resources and have this idea of asterisk. Would someone kindly answer these briefly 1-) Asterisk does not need a sound card...but if i am to record voice into an extension or dial from CLI ( basically use asterisk itself as a softphone ) then i need a sound card. : Yes/No a-) If yes creative soundblaster pci 128 is my best bet. Yes/No 2-) Which is
2004 Dec 29
0
libFLAC bitbuffer optimizations
...ted. Right now I'm just looking at compiler output in asm, > and > counting ops (especially branch calls). > > Anyways, here goes the patch I described in my first paragraph: > > * added files > > > {arch}/flac/flac--ipod/flac--ipod--1.1.0/eric@petta-tech.com--2004b-ordinary/patch-log/patch-27 > > * modified files > > --- orig/src/libFLAC/bitbuffer.c > +++ mod/src/libFLAC/bitbuffer.c > @@ -233,11 +233,26 @@ > > /* first shift the unconsumed buffer data toward the front as much > as possible */ > if(bb->total_consumed_bi...
2004 Dec 28
2
libFLAC bitbuffer optimizations
...for the ARM. Help would be greatly appreciated. Right now I'm just looking at compiler output in asm, and counting ops (especially branch calls). Anyways, here goes the patch I described in my first paragraph: * added files {arch}/flac/flac--ipod/flac--ipod--1.1.0/eric@petta-tech.com--2004b-ordinary/patch-log/patch-27 * modified files --- orig/src/libFLAC/bitbuffer.c +++ mod/src/libFLAC/bitbuffer.c @@ -233,11 +233,26 @@ /* first shift the unconsumed buffer data toward the front as much as possible */ if(bb->total_consumed_bits >= FLAC__BITS_PER_BLURB) { +#if FLAC__BITS_P...
2005 Sep 23
4
books about MCMC to use MCMC R packages?
Dear list users, I need to learn about MCMC methods, and since there are several packages in R that deal with this subject, I want to use them. I want to buy a book (or more than one, if necessary) that satisfies the following requirements: - it teaches well MCMC methods; - it is easy to implement numerically the ideas of the book, and notation and concepts are similar to the corresponding R
2004 Dec 28
4
Developing R classes
Hi, I´m trying to write some R classes but I din´t find documentation enought to develop them. I read there is 2 ways to write classes, using S3 ou S4 models. And it seems that S4 is the best model, so I thing I should use this one. I´m new user of R and I´m searched on the net some information about creating new classes. I found this document: