search for: intialised

Displaying 20 results from an estimated 24 matches for "intialised".

Did you mean: initialised
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 *iloc) { --------------- raw inode...
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 *iloc) { --------------- raw inode...
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
Hi all. After weeks of debugging etc. I found the problem. It would seem like its a compiler 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
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
...emove an unnecessary check from file_set_fd. server: Only call fchmod in file_set_fd if the mode actually changed. oleaut32: Add a check for a test that depends on the decimal separator being a dot. ole32: RegisterDragDrop should return E_OUTOFMEMORY in the case that COM isn't intialised, instead of CO_E_NOTINITIALIZED. Robert Shearman (1): mshtml: Set the SETUP_IS_CHROME_WRAPPER to FALSE as the embedded Gecko is always used to display content and not chrome. Roderick Colenbrander (12): wined3d: CreateFakeGLContxt/ReleaseFakeGLContext doesn't need ENTER_GL/LEAVE_G...
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
...s.samba.org/pipermail/samba/ Hi, I have installed samba-2.0.7 on Solaris8 (Intel platform) When i am testing smbclient sitting on my server using: smbclient -U% -L localhost First it starts with adding my nic ip address and then gives an error : SMBSERVER not found Please note that i have already intialised my daemons using smbd -D & nmbd -D Please HELP..... Thanks Rajeev Return-Path: <brichardson@lineone.net> Delivered-To: samba@lists.samba.org Received: from knossos.bruce (du-018-0203.claranet.co.uk [212.126.131.203]) by lists.samba.org (Postfix) with ESMTP id 1D1294164 for <samb...