search for: 6392

Displaying 20 results from an estimated 53 matches for "6392".

Did you mean: 392
2010 Sep 03
7
Function Gini or Ineq
Hi listers, Does it necessary to install any package in order to use the GINI or INEQ functions. If I use the following command the R tells me that didn't find the GINI function. x<-c(541, 1463, 2445, 3438, 4437, 5401, 6392, 8304, 11904, 22261) G<-gini(x) Thanks in advance, Marcio -- View this message in context: http://r.789695.n4.nabble.com/Function-Gini-or-Ineq-tp2525852p2525852.html Sent from the R help mailing list archive at Nabble.com.
2005 Sep 28
2
chan_capi-cm, Euro ISDN bus: 2 extensions on same BRI port not working
Hello, I am using a system with an AVM ISDN PCI card (fcpci) and asterisk with chan_capi-cm-0.6. The hardware is connected to a Siemens Hipath 3550 PBX. As a BRI connection has 2 channels and allows 2 simultaneous calls, numbers/MSNs 6391 and 6392 were for provisioned for each channel. The system is working (partly, read on), the trick is the correct cable wiring and setup the PBX's port as "S0 Euro Bus". Calls from asterisk to PBX are working ok, really nice! But calls from PBX to asterisk are partly working. Calls to 6391...
2004 Aug 18
2
perl code for manipulating Samba LDAP attributes?
...uff? If no one comes forth I guess I will look at the code for smbpasswd and do it myself, but I would hate to re-invent the wheel. Jeff Saxton Sr. Support Engineer Addamark Technologies, Inc. http://www.addamark.com <http://www.addamark.com/> mailto:support@addamark.com CELL: +1 415-640-6392
2009 May 26
5
offlineimap with dovecot and sieve
...p (with both types = IMAP), which works very well. But it seems, that my sieve-scripts on the local dovecot server are not recognised by this combination. Is there a good debugging way for this? -- Dieter Faulbaum Elektronenspeicherring BESSY II Albert-Einstein-Str. 15, 12489 Berlin phone +49 30 6392-4652 fax +49 30 6392-2939 mail Dieter.Faulbaum at bessy.de
2014 Sep 08
0
blktap_2.0.90-3_amd64.changes ACCEPTED into unstable
...NVAL (Closes: #760504). * Add uuid-dev dependency in blktap-dev package (Closes: #738720). * Add Nanakos Chrysostomos in Uploaders field. * Standards-Version: 3.9.5. Checksums-Sha1: 2c67d94f48d869ee1abfd4f07206df2eb782fa07 2244 blktap_2.0.90-3.dsc e23cc6e762ddc362d6ba006d6822775c304dca4a 6392 blktap_2.0.90-3.debian.tar.xz cdb17eff90fff0586c9f35dbdaba3ca4f8393456 89138 blktap-dev_2.0.90-3_amd64.deb 1f62e6ede7cdf7512b45365f48c9d4928e125c8b 97724 blktap-utils_2.0.90-3_amd64.deb 208eec597b8cf75c30c766a60ceb8ac3ccf34b64 62868 libvhd0_2.0.90-3_amd64.deb 717b54798ad7a21566ed079439c801a9424...
2006 Mar 23
1
NLME Covariates
...about 100 teams with teamsizes form 2 to 5. Any advice? Thanks Robin _____________________________________________________________ Dr Robin Martin School of Psychology University of Queensland Brisbane, QLD 4072 Australia Level 1, Room 132, McElwain Bldg tel. +61 7 3365 6392 fax. +61 7 3365 4466 email r.martin at psy.uq.edu.au web-page http://www.psy.uq.edu.au/people/personal.html?id=275
2017 Dec 16
0
[PATCH] opus_defines.h: disable restrict with gcc < 3.4
With gcc-3.3, building opus fails with the following error: In file included from silk/float/pitch_analysis_core_FLP.c:38: celt/pitch.h:53: error: invalid use of `restrict' This is because __restrict is broken with gcc < 3.4. See: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=6392 Therefore, disable restrict with gcc versions older than 3.4. --- include/opus_defines.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/include/opus_defines.h b/include/opus_defines.h index 33c5acd..306887d 100644 --- a/include/opus_defines.h +++ b/include/opus_defines.h...
2005 Jan 03
2
Swat not working
I recently decided to set up a Linux machine with the intent to run samba on it. I am running Mandrake 10 and I have installed the latest version of samba from the website. But I can't seem to get samba and swat to work. Because when I go to http://localhost:901 <http://localhost:901/> I receive an error, informing me that it cannot be reached. This is what I have done so
2012 Feb 02
2
[LLVMdev] Disjoint types after reading several modules
...as well. We are basically using a slightly extended version of the MapValue function. So let's concentrate on how to get the types unique ;) Cheers, Clemens -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 6392 bytes Desc: S/MIME Cryptographic Signature URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120202/db1d3cc7/attachment.bin>
2004 Aug 19
2
SUMMARY: Samba3 PDC with ldap backend in ldaps
The ca certificate path must be entered in the ldap.conf of the openldap lib used by Samba. For me that was /usr/local/etc/openldap/ldap.conf Thanks everyone -----Original Message----- From: Bousquet Francois Sent: August 18, 2004 1:39 PM To: 'samba@lists.samba.org' Subject: Samba3 PDC with ldap backend in ldaps I have a Samba 3.0.4 installed on Solaris 7 as a PDC connecting to an
2004 Aug 30
2
start tls problem
I'm having trouble getting tls working. It used to work until I changed the smb.conf file to to poing to a different host. I think I have tracked it down to ldap servers ssl cert issuer(CA). I keep getting errors like "self signed certificate in certificate chain" while using openssl commands or a ldapsearch w/ tls and debug mode. So my question is... Where can I put a
2012 Feb 02
2
[LLVMdev] Disjoint types after reading several modules
...g modules". Eventually some code will get copied over to the main module to be executed, and that's why they need to use the same types. Cheers, Clemens -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 6392 bytes Desc: S/MIME Cryptographic Signature URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120202/7d96d23a/attachment.bin>
2012 Mar 06
2
[LLVMdev] Performance degradation when repeatedly exchanging JITted functions
...;t think that a patch implementing any of those approaches would be accepted, that's why I am tending towards implementing it outside of LLVM. Cheers, Clemens -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 6392 bytes Desc: S/MIME Cryptographic Signature URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120306/7ba10b6c/attachment.bin>
2012 Jan 31
2
[LLVMdev] Disjoint types after reading several modules
...written out at one single point. That's why we discarded that idea for now. If anything is unclear, I can provide examples. Thanks for any comments, Clemens -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 6392 bytes Desc: S/MIME Cryptographic Signature URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120131/3c65ed6f/attachment.bin>
2013 Jun 12
1
Permission denied / missing +r perm
...vecot/anvil > root 20814 0.0 0.1 2752 1072 ? S 05:34 0:00 dovecot/log > root 20818 0.0 0.2 4348 2524 ? S 05:34 0:00 dovecot/config > dovenull 21046 0.0 0.2 5248 2500 ? S 05:35 0:00 dovecot/imap-login > mail 21047 0.0 0.2 6392 2088 ? S 05:35 0:00 dovecot/imap > dovenull 21056 0.0 0.2 5248 2500 ? S 05:35 0:00 dovecot/imap-login > mail 21057 0.0 0.2 6752 2576 ? S 05:35 0:00 dovecot/imap > dovenull 21292 0.0 0.2 5248 2500 ? S 05:37 0:00 dovecot/ima...
2012 Feb 02
0
[LLVMdev] Disjoint types after reading several modules
Hi Clemens, On 02/02/12 14:25, Clemens Hammacher wrote: > On 2/2/12 1:51 PM, Duncan Sands wrote: ... >> what do you mean by "copied over to the main module"? If you want to add >> additional IR to the main module then you should link it in using the linker. > > I think that the linker would indeed be able to remap the types correctly, but > the main obstacle here
2012 Mar 06
0
[LLVMdev] Performance degradation when repeatedly exchanging JITted functions
On Tue, Mar 06, 2012 at 04:09:36PM +0000, James Molloy wrote: > Surely you need to patch *all* functions, not just the initial? Depends on whether you always link to the original address or not. If you use link with the latest address, you have to patch all versions to point to the latest, otherwise you can just patch the first. Advantage of using the latest address: one saved jmp per call.
2012 Mar 27
0
[LLVMdev] llvm::Type as llvm::Value in metadata
...ference to a llvm::Type within the LLVM metadata? Not directly, but you can store a null value (Constant::getNullValue()) of the respective type. Cheers, Clemens -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 6392 bytes Desc: S/MIME Cryptographic Signature URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120327/d4043471/attachment.bin>
2007 Apr 26
2
OGG Vorbis I
...derstand why vorbis I spec dictates that "Ogg stream must be unmultiplexed". Ogg can include both audio and video, that means one Ogg stream can both have vorbis and theora multiplexed. How vorbis I spec say could not allowed? Thanks! Best Regards, Emily Gao Tel:86-21-38764688 ext:6392(WWID 0760) VIA-VEPD-APP-CODEC -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/ogg-dev/attachments/20070426/ca416a15/attachment.htm
2007 Aug 24
1
OGG Vorbis I
...derstand why vorbis I spec dictates that "Ogg stream must be unmultiplexed". Ogg can include both audio and video, that means one Ogg stream can both have vorbis and theora multiplexed. How vorbis I spec say could not allowed? Thanks! Best Regards, Emily Gao Tel:86-21-38764688 ext:6392(WWID 0760) VIA-VEPD-APP-CODEC -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/ogg-dev/attachments/20070426/c83a75ec/attachment.html