Displaying 20 results from an estimated 24 matches for "intialising".
Did you mean:
initialising
2008 Feb 08
2
learning S4
Hi the list.
I try to learn the S4 programming. I find the wiki and several doc. But
I still have few questions...
1. To define 'representation', we can use two syntax :
- representation=list(temps = 'numeric',traj = 'matrix')
- representation(temps = 'numeric',traj = 'matrix')
Is there any difference ?
2. 'validityMethod' check the
2005 Dec 08
4
AutoCompleter afterUpdateElement
Any ideas how I can submit say, a person ID instead of the person''s name
on an autocompleter input field? Surely this is a common need.
Thanks!
Daniel
2004 Aug 06
2
Error in compiling Speexdec code(Speex-1.1.5code)onWindows usingVC++6.0
Re: [speex-dev] Error in compiling Speexdec code (Speex-1.1.5 code)onWindows usingVC++6.0Actually one thing i should point out if you do decide to go this route.... currently my demuxer builds a seek table, which could potentially be a bit of a memory hog on a small device... though when i get around to adding the networking code, i will have to use my bisection seek code, so the use of the seek
2004 Aug 06
0
Kindly help me with VAD activation
Hi,
I had the same experience. The VAD done in the encoder does not
seem to work very well at all. However, the VAD done by
speex_preprocess() works much better. You will also get better
results if you enable the denoiser, I think.
peex_preprocess_ctl(preprocess, SPEEX_PREPROCESS_SET_DENOISE,
&denoise_enabled);
speex_preprocess_ctl(preprocess, SPEEX_PREPROCESS_SET_VAD,
2004 Aug 06
0
Kindly help me with VAD activation
Hello.
I have generated a dll out of speex-1.1.4 using VC++6. I did not want all the
ogg/wave header in the encoded stream. So I have replaced to codes of
speexenc/dec with that of sampleenc/dec from the manual. Thus now the dll
accepts the raw input, encodes it and returns the encoded data.
I also pass on nbBytes for each frame encoded to the decoder and no other
information.
I intialise the
2009 Apr 26
1
Edmax multifuctional printer manager under wine
Hi Guys
I am currently moving my home network to xubuntu/ubuntu/linux from windows/mac os.
I Have a PC in the lounge which is now set up and running mythbuntu 8.10, an eeepc (running xandros to get my wife to convert from mac os) and an imac 17inch 1.25ghz g4 in the kitchen which will eventualy run xubuntu.
So far I have the network setup and I can see all shares on all machines BUT I can only
2007 Feb 23
0
how to commit a directory entry to the disk
hey guys,
well i am stuck up at a trivial point of committing the directory
entry buffer to the disk
i have intialised the values of struct ext3_dir_entry_2 *de and now
want to commit it to the disk in the function
EXT3 FS----linux 2.6.18 ----/ext3/inode.c
static int ext33_do_update_inode(handle_t *handle,
struct inode *inode,
struct ext33_iloc
2007 Feb 24
0
how to commit a directory entry to the disk in EXT3 FS
hey guys,
well i am stuck up at a trivial point of committing the directory
entry buffer to the disk
i have intialised the values of struct ext3_dir_entry_2 *de and now
want to commit it to the disk in the function
EXT3 FS----linux 2.6.18 ----fs/ext3/inode.c
static int ext3_do_update_inode(handle_t *handle,
struct inode *inode,
struct ext3_iloc
2014 Feb 18
0
lxc state driver is not active
So I've followed this tutorial on a vanilla CentOS 6.5 (x64) hardware
install ... http://wiki.centos.org/HowTos/LXC-on-CentOS6 (barring the name
and location of the container)
I'm getting the following error when trying to intialise the container ...
# virt-install --connect lxc:/// --name dns --ram 512 --vcpu 1 --filesystem
/srv/lxc/dns,/ --noautoconsole
ERROR internal error lxc
2002 Sep 19
0
Unexpected Tag Errors - Solution
...er error on SCO, because in line 286 of io.c
-
read_unbuffered() - it declares a 'static' variable (type size_t) called
'remaining',
and while the ANSI standard says that static vars are automatically
initialised
to zero, it would seem that this is not always the case. By explicitly
intialising the variable to zero yourself, it would seem to solve the
problem.
Change:
Line 286 of io.c from:
static size_t remaining;
To:
static size_t remaining = 0;
Really confused, but it seems to work so I'm not going to argue with it :-)
--
Brad.
-----Original Message-----
From: Bradley...
2008 Apr 19
2
multiple separators in sep argument for read.table?
Hello,
Is there any way to add multiple separators in the sep= argument in
read.table? I would like to be able to create different columns if I see a
white space OR a "/".
Thanks in advance,
JJ
[[alternative HTML version deleted]]
2005 Mar 15
1
SMB signing broken? 3.0.7 -> 3.0.8
Hi all.
I originally suspected this problem was with netbios (which I have
disabled by default) and Jerry has helped me out a bit with but I've
been doing some more digging and I think the problem lies back further
than I expected.
I was trying to upgrade from 3.0.7 to 3.0.11 so I've recompiled all
versions back from 3.0.11 and the problem first occured in 3.0.8. The
issue is with
2000 Jul 12
0
Announce: portable OpenSSH 2.1.1p3
The 2.1.1p3 release of portable OpenSSH has been uploaded to the
OpenBSD ftp master site. In a few hours it will be available from one
of the many mirrors listed at:
http://www.openssh.com/portable.html
This release fixes several bugs reported since the previous release
and extends portability to NeXT and Reliant Unix.
As usual, the OpenBSD team has been hard at work further polishing and
2000 Jul 12
0
Announce: portable OpenSSH 2.1.1p3
The 2.1.1p3 release of portable OpenSSH has been uploaded to the
OpenBSD ftp master site. In a few hours it will be available from one
of the many mirrors listed at:
http://www.openssh.com/portable.html
This release fixes several bugs reported since the previous release
and extends portability to NeXT and Reliant Unix.
As usual, the OpenBSD team has been hard at work further polishing and
2000 Jul 11
3
Test snapshot
Can interested users please test the latest snapshot at
http://www.mindrot.org/misc/junk/openssh-SNAP-2000071102.tar.gz
It contains quite a few fixes for small problems that have been
reported in the last few weeks.
Pending feedback it is going to become 2.1.1p3
Regards,
Damien Miller
--------------- Changelog:
20000711
- (djm) Fixup for AIX getuserattr() support from Tom Bertelson
2012 May 25
0
[PATCH 3/3] gnttab: cleanup
- introduce local variables (shortcuts for frequently used <dom>->grant_table)
- adjust first parameter of mapcount()
- drop lock acquisition from gnttab_get_version()
- remove hard tabs and adjust formatting
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Tested-by: Andrew Thomas <andrew.thomas@oracle.com>
--- a/xen/common/grant_table.c
+++ b/xen/common/grant_table.c
@@
2007 Oct 12
0
Wine release 0.9.47
This is release 0.9.47 of Wine, a free implementation of Windows on Unix.
What's new in this release:
- New scheme for OpenGL support in child windows.
- Lots of fixes for regression test failures.
- A Tahoma replacement font.
- Lots of bug fixes.
Because of lags created by using mirrors, this message may reach you
before the release is available at the public sites. The sources will
2011 Mar 13
27
[Bug 35267] New: nouveau fails to load BIOS on EFI boot.
https://bugs.freedesktop.org/show_bug.cgi?id=35267
Summary: nouveau fails to load BIOS on EFI boot.
Product: xorg
Version: git
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau at lists.freedesktop.org
2007 Nov 30
0
Wine release 0.9.50
This is release 0.9.50 of Wine, a free implementation of Windows on Unix.
What's new in this release:
- Completed I/O completion.
- Improved user credentials management, including Mac Keychain support.
- More Valgrinding.
- Lots of bug fixes.
Because of lags created by using mirrors, this message may reach you
before the release is available at the public sites. The sources will
be
2003 Dec 01
0
No subject
apply to this (security=domain) case, since auth is via the PDC.
So, shouldn't winbind_lookup_sid() be succeeding. Should I be
trying to track the failure in that code?
In case it's helpful, ldd /usr/sbin/smbd shows:
libdl.so.2 => /usr/lib/libdl.so.2 (0x40017000)
libnsl.so.1 => /lib/libnsl.so.1 (0x4001a000)
libpam.so.0 => /lib/libpam.so.0 (0x40030000)
libc.so.6 =>