Displaying 9 results from an estimated 9 matches for "rody".
Did you mean:
body
2008 Feb 07
3
replacement for IMAP_EMPTYTRASH=Trash:7
...==================================
Now, can i just put a script like this in /etc/hourly or do i have to add
things like stopping the dovecot deamon (i sure hope not!) in order to
prevent file-corruption?
Or has dovecot in the meantime got a config option that does this just like
courier does?
Rody
2012 Jun 28
3
loop through and modify multiple data frames
Hi
Newbie question:
I have a set of data frames that I want to do the same calculations on each.
I've found out that I can put them in a list and loop through the list
to do the calculation, but not put the results back into each
data.frame..
For example three data frames cats, dogs, birds
where >cats
name eats_kg
1 bob 3
2 garfield 4
3 chuck 6
and dogs and birds are similar but not
2017 Feb 13
0
MIB error
...hernet Mac Address : D0:00:00:00:A7:39
Card Ethernet Speed : 100 MBit
*NB:*
Verstuur uw IT gerelateerde verzoeken aan it at doedijns.com
Please send your IT related questions to it at doedijns.com
Met vriendelijke groet / Kind Regards / dengan ikhlas / ????? / ??? ??
????? ?? / ?? ???? ???????
Rody Klop
___________________________________________________________
Rody Klop | IT Support | Doedijns BV | Member of DGI
Coenecoop 103-105 | Waddinxveen | PO Box 179 | 2740 AD Waddinxveen
Tel: +31 182 302844 | Mob: +31 623364639 | www.doedijns.com
This e-mail may contain information which is privil...
2007 Mar 16
1
prefdm still unfinished?
...t; = GNOME ]; then
preferred=gdm
elif [ "$DISPLAYMANAGER" = KDE ]; then
preferred=kdm
elif [ "$DISPLAYMANAGER" = XDM ]; then
preferred=xdm
fi
fi
fi
It all seems basic scripting to me so i wonder if no-one simply never noticed
or never cared to finish this one.
Rody
2007 Aug 06
2
11kbps narrowband on a 24bit DSP
Hi,
I am using speex 1.2beta2 on a 24bit DSP that has a severe program and
data space limitations. I am only interested in the speex decoder for
11kbps narrowband implementation.
I am using the following parameters and structures
160, /*frameSize*/
40, /*subframeSize*/
10, /*lpcSize*/
17, /*pitchStart*/
144, /*pitchEnd*/
/* 11 kbps medium bit-rate
2008 Feb 12
1
Deleting messages from MailDir
Hello,
I have dovecot running with MailDir as a backend to store email and I would like to remove mail that is older that 30 days.
I can do this by running 'find' on the MailDir but will this cause any issues with dovecot?
Thanks,
Matt.
--
Matt Richards
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
2008 Dec 24
0
merry christmas!
Hallo,
"BUON ANNO"
"JOYEUX NOEL"
"VESELE VANOCE"
"MELE KALIKIMAKA"
"NODLAG SONA DHUIT"
"BLWYDDYN NEWYDD
2007 Aug 06
0
11kbps narrowband on a 24bit DSP
I've never tried Speex on a 24-bit DSP, but I would suggest actually
leaving the code (nearly) as-is. The scaling factors actually should not
change because I'm using integer multiplications, not fractional
multiplications. So what should happen is that the top 8 bits or 24-bit
values and the top 16-bit of 48-bit values will be unused (filled with
sign bits). There may be a few cases where
2017 Oct 20
1
Illegal Logical Values
I'm wondering if WRE Section 5.2 should be a little more explicit about misuse of integer values other than NA, 0, and 1 in LGLSXPs.? I'm thinking of this passage:
> Logical values are sent as 0 (FALSE), 1 (TRUE) or INT_MIN = -2147483648 (NA, but only if NAOK is true), and the compiled code should return one of these three values. (Non-zero values other than INT_MIN are mapped to