Displaying 20 results from an estimated 900 matches similar to: "Patches"
2003 Sep 29
1
Handling of X-Status flags
Hi all,
I've done a bit of searching and haven't seen anybody else coming
across this problem yet:
I noticed that Dovecot uses the opposite flags for marking messages
as deleted and draft to most other MUAs I've seen or used:
With PINE, mutt and uw-imapd at least, messages are marked with
X-Status 'D' for Deleted, and 'T' for drafT. Dovecot reverses this
behaviour,
2003 Jul 16
2
Dovecot on Linux 2.6.0-test1-ac1
Hi all
For various reasons I was looking into 2.6, so I installed a copy on my
desktop. Everything works fine, except for dovecot - errors such as this
appeared in the syslog:
Jul 15 14:41:09 typhaon dovecot: Dovecot starting up
Jul 15 14:41:12 typhaon imap-login: setuid(113) failed: Resource
temporarily unavailable
Jul 15 14:41:12 typhaon dovecot: Login process died too early - shutting
down
I
2008 Jan 31
2
cron scheduling problem
I''m running a fresh checkout of release 1.0.1 ...
It''s now 11:32 am local time on January 31.
I''ve configured a single worker for a test.
If I use the following schedule in my background.yaml file:
:schedules:
:debugger_worker:
:ping:
:trigger_args: 0 35 11 * * * *
Backgroundrb starts up without error.
If I make the following
2004 Aug 06
4
Chopping off the wideband?
On Tue, Feb 18, 2003 at 09:06:16PM -0500, Jean-Marc Valin wrote:
> BTW, when you have something working and stable, I could include it in
> the main Speex distribution.
Hmmm, define working and stable :)
<braindump topic="speexcat">
It began as a merge between speexdec and speexenc from 1.0beta3,
with the encoding/decoding removed, and simply piped in and out from
ogg
2006 Oct 14
1
Setting environment
Not sure this is known behaviour but it seems that if want to set the
environment to, for example, test, and you want to use Active Record you
have to both explicitly set the RAILS_ENV and the BackgrounDRb environment.
So, if you have a config file backgroundrb_test.yml (as well as the
default) and set the environment to test in that, this is what *seems*
to happen:
$
2017 Aug 19
4
My very first loop!! I failed. May I have some start-up aid?
Dear all,
I have a data similar to this:
myframe<- data.frame (ID=c("Ernie", "Ernie","Ernie","Ernie"),
Timestamp=c("24.09.2012 08:00", "24.09.2012 09:00", "24.09.2012 10:00",
"25.09.2012 10:00"), Longitude=c("8.481","8.482","8.483","8.481"),
2004 Aug 06
2
patch for libspeex
On Wed, Dec 18, 2002 at 04:55:49PM +1100, Conrad Parker wrote:
> for a good time read:
> http://gcc.gnu.org/onlinedocs/gcc/Inline.html
*nod* makes it all that much clearer... tya!
> > Australian Linux Technical Conference 2003: http://www.linux.conf.au/
>
> oath, see you there :)
Where speex will be used to encode/compress the presentation audio
streams, and sweep will
2004 Aug 06
3
Chopping off the wideband?
On Tue, Feb 18, 2003 at 06:09:43PM -0500, Jean-Marc Valin wrote:
> Le mar 18/02/2003 ? 17:38, John Hayes a ?crit :
> > If I encode something in ultra-wideband, can I decode it in wideband by
> > chopping off bytes in every frame?
>
> All you have to do is use the --force-wb switch with speexdec. It will
> decode as if the file were wideband, ignoring the ultra-wideband
2004 Aug 06
2
linux.conf.au and streaming (was Re: patch for libspeex)
Hi Jens,
> There is already streaming support in the xmms-plugin.
> The 0.6.0 version found at http://jzb.rapanden.dk/speex/ is hopelessly
> outdated, but the nightly version should work.
D'oh, should've looked at this before hand. Seems you've done more
or less what I've done and taken the streaming code from the
mpeg/vorbis plugins and meshed it in with yours.
I
2009 Oct 07
1
Bug (PR#13987)
Full_Name: Clemens Bockmeyer
Version: 2.9.0
OS:
Submission from: (NULL) (193.174.111.250)
Dear helpdesk,
the following bug occurs when working with BRB Array tools trying to generate a
heat map:
Error in rgb (bitAnd(Max color 255), bit and Max color %/%256, 255 bit And Max
color...
could not find function "bitAnd".
Error occured while executing the following R command:
2004 Aug 06
2
patch for libspeex
I have a patch for libspeex, which optimises some of the loops in
vq_nbest and vq_nbest_sign that speeds up encoding - my results:
test file: 10s wav file at 16000 Hz, mono
encoding with wideband --quality 3, --comp 3
machine: PIII-900Mhz, 256MB RAM
before: 2.78s after: 2.38s
I'm still trying to grasp the code (I'm just a coder, no background
in sound processing), and just optimised
2004 Aug 06
2
patch for libspeex
On Sat, Dec 14, 2002 at 06:04:08PM -0500, Jean-Marc Valin wrote:
> Maybe not everything got re-compiled and some parts were left with -g or
> something? With the files you sent, I get (on my PIII 1 GHz, with -O3):
> speexenc --comp 3 --quality 3 sample.wav sample.spx
> 0,65s user 0,00s system 100% cpu 0,647 total
>
> strange...
I'm recompiling the lot, no debugging, -O3 (or
2004 Aug 06
3
Speex wishlist
Hello Bernard,
Friday, December 13, 2002, 7:22:54 AM, you wrote:
Bernard> I've one small request - an option on speexenc that allows you to
Bernard> specify a speex file to append to, allowing you to concatenate
Bernard> streams without losing quality by decoding & encoding. Ideally, it
Bernard> would:
But you can `cat speex1.ogg speex2.ogg> unionspeex.og` and still have
2017 Oct 26
2
Bug: lmtp proxy does not quote local parts with spaces
On 26/10/2017 18:38, Alexander Dalloz wrote:
> Am 26.10.2017 um 12:20 schrieb David Zambonini:
>>
>> There seems to be a bug with RFC822 processing in ltmp proxying that
>> doesn't
>> quote local parts that, for example, contain spaces.
>
> Newer related RFCs are RFC 5321 and 5322.
Typo, meant to say RFC2822, which they still supercede, not that the
2017 Aug 19
0
My very first loop!! I failed. May I have some start-up aid?
Thank you for providing the example code... for the request of running it
multiple times it would have helped if you could have confirmed that the
example ran through without errors... there were a lot of mistakes in it.
Look into using the reprex package to check your example next time.
I don't do this kind of analysis... I really don't know what to expect
from the functions. The
2004 Aug 06
2
patch for libspeex
On Sat, Dec 14, 2002 at 01:46:19AM -0500, Jean-Marc Valin wrote:
> Thanks for the patch. I applied it and it give me up to 15% in speed.
> Doesn't seem to change the results, which is a good thing (though you
> originally forgot a "used=0" in vq_nbest_sign). I'll check a thing or
> two and I'll apply to CVS.
D'oh. My carelessness, sorry! :)
> Strange...
2008 Sep 15
3
Best way to run hundreds of concurrent tasks?
Hi all,
I''m trying to figure out to run some asynchronous tasks in a Facebook app.
I''ve got things working, but BRB crashes after a little while, and I''m not
sure if my setup is ideal.
Here''s the scenario:
- whenever a user visits my app, I need to fire off a bunch of API calls.
- these calls need to start right away, because the user sees a
2007 Feb 14
2
[LLVMdev] Linux/ppc backend
Hi Chris,
Chris Lattner wrote:
>> 2) Line 369 of PPCInstrInfo.td, we declare the non-callee saved registers.
>> However, Linux and Darwin do not have the same set
>> of non-callee saved registers. I don't know how to make the if(isDarwin) test
>> in here
>>
>
> Take a look at ARM/ARMRegisterInfo.td for an example of this
I tried to define Defs just
2016 Jul 26
2
[BUG] Re: auth_bind with "()" in username not working
Hi guys,
I had a look in the sources about this problem.
the problem seems to be the ldap_escape function that is called from
ldap_verify_plain_auth_bind_userdn(..)
I dont really know if this escaping is needed at this point, but with
this change it works for me. No other problems discovered so far.
could somebody, who is deeper in the sources give me a hint if
this will make some troubles?
2017 Aug 19
0
My very first loop!! I failed. May I have some start-up aid?
[answers inline]
On 18 August 2017 at 20:08, Dagmar <Ramgad82 at gmx.net> wrote:
>
> myframe<- data.frame (ID=c("Ernie", "Ernie","Ernie","Ernie"),
> Timestamp=c("24.09.2012 08:00", "24.09.2012 09:00", "24.09.2012 10:00",
> "25.09.2012 10:00"),