Displaying 6 results from an estimated 6 matches similar to: "CAST5 encryption"
2001 Dec 22
2
.plan to avoid unhappy users
Hi,
I am on a developpers list for mandrake: cooker@ and the rsync-servers
broke which resulted in a lot of very unhappy people cause their rsync
directories got empied.
My idea is the following.
rsync is a mirroring tool.
The usual thing that happens in a mirroring tool is that packages do
not disappear.
You server that archive: like the linux-kernel server. And you got
servers that update
2000 Sep 20
2
Streaming
Hi,
I have been browins through the archives for a bit now, however I cannot
seem to find any direct answer to a question I have. What streaming tools
are/will be available for ogg vorbis?
I found this quote on vorbis.com:
"What about streaming in Ogg Vorbis format?
Streaming is an important component of Vorbis. The format has
been designed from the ground-up to be easily streamable. The
2009 Aug 02
1
Non sparse extend init issue
The patch was created against a 1.4 tree. However, it applies cleanly to mainline too.
The patch has been lightly tested. I am running fill_verify_holes on a non sparse volume
currently.
Please review.
Sunil
2000 Oct 26
8
Vorbis licensing...
We spent a little time here taking a look at
the Vorbis licensing scheme and ran into some
possible issues. In particular, the Vorbis
FAQ page here says that the LGPL license applies
to Vorbis libraries and GPL applies to source
code (at least that's what I gather).
http://www.vorbis.com/faq.html#flic
http://www.fsf.org/copyleft/lesser.html
Reading the text of these Gnu
2009 Feb 20
3
[PATCH 1/1] OCFS2: anti stale inode for nfs (V4)
changes from v3:
1, move codes that checks inode allocation bit to subfunction
ocfs2_test_inode_bit().
2, release the suballoc lock just after we get it. we should release it asap
and doing so doesn't affect functionility.
3, add inode alloc slot validation.
Signed-off-by: Wengang Wang <wen.gang.wang at oracle.com>
--
dlmglue.c | 45 +++++++++++++++++
dlmglue.h | 2
2010 Mar 11
1
Calculate mean slope of a function
Hallo,
hope you can help me with this question:
I have calculated a function using f<-smooth.spline(data) and
approxfun(f). Now I want to calculate the mean slope of the resulting
function.
Haven't found the right R command yet, maybe you can give me a hint.
Thanx, Antje