search for: k2a

Displaying 8 results from an estimated 8 matches for "k2a".

Did you mean: 2a
2005 Sep 14
3
Logging of attribute changes when no data is transferred?
...or data transfer) when no content needs to be transferred but attributes (owner, group, mode, ...) are changed? -- Dave Mielke | 2213 Fox Crescent | I believe that the Bible is the Phone: 1-613-726-0014 | Ottawa, Ontario | Word of God. Please contact me EMail: dave@mielke.cc | Canada K2A 1H7 | if you're concerned about Hell. http://FamilyRadio.com/ | http://Mielke.cc/bible/
2005 Sep 15
1
--backup leaves window where file doesn't exist.
...ame() with link() instead? This, of course, could only be done when the backup directory is on the same volume. -- Dave Mielke | 2213 Fox Crescent | I believe that the Bible is the Phone: 1-613-726-0014 | Ottawa, Ontario | Word of God. Please contact me EMail: dave@mielke.cc | Canada K2A 1H7 | if you're concerned about Hell. http://FamilyRadio.com/ | http://Mielke.cc/bible/
2002 Aug 30
1
syslinux unable to find vmlinuz
...oblem is manifested when applying mkbd to the RH7.3 boot.img but not when applying it to the RH7.2 boot.img. -- Dave Mielke | 2213 Fox Crescent | I believe that the Bible is the Phone: 1-613-726-0014 | Ottawa, Ontario | Word of God. Please contact me EMail: dave at mielke.cc | Canada K2A 1H7 | if you're concerned about Hell. http://familyradio.com -------------- next part -------------- #!/bin/sh set -e # Make local mount points mkdir -p mnt1 mnt2 # Work on a copy of bootdisk image cp -f boot.img myboot.img mount myboot.img mnt1 -o loop -t msdos # Modify syslinux.cfg cat...
2005 Nov 10
1
Dynamically determined include/exclude list.
...ind? If it can't be done today, is it the sort of feature which would be considered for future development? -- Dave Mielke | 2213 Fox Crescent | I believe that the Bible is the Phone: 1-613-726-0014 | Ottawa, Ontario | Word of God. Please contact me EMail: dave@mielke.cc | Canada K2A 1H7 | if you're concerned about Hell. http://FamilyRadio.com/ | http://Mielke.cc/bible/
2006 Mar 13
1
Default user when name not defined.
...#39;d be much better to be able to name a default user. The same, of course, applies to groups as well. Thanks. -- Dave Mielke | 2213 Fox Crescent | I believe that the Bible is the Phone: 1-613-726-0014 | Ottawa, Ontario | Word of God. Please contact me EMail: dave@mielke.cc | Canada K2A 1H7 | if you're concerned about Hell. http://FamilyRadio.com/ | http://Mielke.cc/bible/
2009 Nov 11
3
anchoring of patterns for per-directory merge files
Hi, I'm extremely confused about anchoring of patterns for per-directory merge files, as what I see seems to not be the behaviour the documentation suggests. On the receiver side I have rsync version 3.0.3 protocol version 30. On the sender I have rsync version 2.6.9 protocol version 29. I'm calling: rsync --filter='dir-merge /.rsync-filter' -avz --delete \ --numeric-ids
2006 Feb 09
5
Rsync 2.6.7pre1 is now available
Rsync version 2.6.7pre1 is now available for release testing. Please give it a try and send email to the regular mailing list with any questions, comments, bug reports, etc. You can read all about the latest improvements and bug-fixes in the NEWS file: http://rsync.samba.org/ftp/rsync/preview/rsync-2.6.7pre1-NEWS For the tar file itself, you'll find it here (with its signature):
2016 Jul 28
0
[PATCH] Optimize silk_LPC_analysis_filter() for ARM NEON
...00644 --- a/silk/SigProc_FIX.h +++ b/silk/SigProc_FIX.h @@ -35,6 +35,7 @@ extern "C" /*#define silk_MACRO_COUNT */ /* Used to enable WMOPS counting */ +#define USE_CELT_FIR 0 #define SILK_MAX_ORDER_LPC 24 /* max order of the LPC analysis in schur() and k2a() */ #include <string.h> /* for memset(), memcpy(), memmove() */ @@ -48,6 +49,7 @@ extern "C" #endif #if (defined(OPUS_ARM_ASM) || defined(OPUS_ARM_MAY_HAVE_NEON_INTR)) +#include "arm/LPC_analysis_filter_arm.h" #include "arm/LPC...