search for: dinger

Displaying 16 results from an estimated 16 matches for "dinger".

Did you mean: linger
2001 Nov 16
2
DGESDD from Lapack for R-1.4.0?
....2.1 libraries for G4 from www.netlib.org, R-1.3.1: > m <- matrix(rnorm(25e4), 5e2, 5e2) > system.time(svd(m)) [1] 22.31 0.10 23.01 0.00 0.00 > system.time(La.svd(m)) [1] 29.60 0.10 29.78 0.00 0.00 > system.time(La.sdd(m)) [1] 7.28 0.12 8.00 0.00 0.00 Thanks, Keith Richards-Dinger P.S. I would have checked if DGESDD is in r-devel but I could not figure out how to check r-devel out of CVS. <http://developer.R-project.org/CVStips.html> says "This info is for reference to the core developers. Use of anonymous CVS for outsiders is not yet covered here, but may be...
2001 Sep 28
3
evaluating the contents of a string
Hi, suppose I do: b <- matrix(1:9,3,3) bname <- "b" now dim(b) returns [1] 3 3 and dim(bname) returns NULL is there a function to pass bname to such that dim returns the dimensions of b? like dim(somefunc(bname)) returns [1] 3 3 does 'somefunc' exist? daver +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ |David Richmond It
2023 Feb 13
2
An interesting chat with ChatGPT
Duncan - Indeed, this has now been well documented; I have called these constructions "Schr?dinger Facts", since they arise from a superposition of truths in the training data that collapse into an untruth when observed. https://sentientsyllabus.substack.com/p/chatgpts-achilles-heel Now, the curious question is: why can it program. Why is its production of R-syntax less vulnerable to t...
2001 Jan 22
3
several (different and seperate) compiling problems
...alling and compiling beta3 ogg and vorbis source RPMS: ogg goes ok...only after its compiled, and I've generated an RPM, it doesn't install the header files in /usr/include/ogg...it doesn't, in fact install them anywhere. minor problem, easily corrected by hand for now. but the real hum-dinger is when i try to configure vorbis, from the source RPM's or from the tarball...it complains that ogg has not been installed! error: -logg is an invalid library (on test compiles). however, /usr/lib/libogg.so.0 (or whatever the shared library is called, can't remember off the top of my head)...
2016 Feb 25
0
Anyone know whats up with wki?
...o do so. If you want help from me, just ask. Doing that off-list is also fine, I will treat it confidentially. Yes, this is a volunteer who steps forward. Groeten Geert Stappers -- Schr???dinger's backup hypothesis: the condition of any backu undefined until a restore is attempted. -- andrewsh ------------- volgend deel ------------ Een niet-tekst bijlage is gescrubt... Naam: signature.asc Type: application/pgp-signature Grootte: 836 bytes Omschrijving: Digital signature URL : <http...
2003 Feb 03
1
No -b (bind) with SCP?
In man ssh: -b bind_address Specify the interface to transmit from on machines with multiple interfaces or aliased addresses. For ssh, but also looked in SCP manpage, didn't find anything, anyone know if this option will be supported in future versions of OpenSSH? $ scp -b scp: illegal option -- b usage: scp [-pqrvBC46] [-F config] [-S program] [-P port]
2009 Sep 26
1
range coding experiments?
Hi demo pages http://web.mit.edu/xiphmont/Public/theora/demo.html http://web.mit.edu/xiphmont/Public/theora/demo2.html discussed opportunity to add range coding there is already some xiph code: http://svn.xiph.org/trunk/ghost/libentcode/ and Timothy B. Terriberry wrote some time ago === I'd estimate that you'd save ~12% by switching from Huffman to something arithmetic coding-based
2014 Jan 01
2
[Bug 883] New: Uninitialized values in libnetfilter_log.c
...ment 431 --> https://bugzilla.netfilter.org/attachment.cgi?id=431 unitialized values patch for libnetfilter_log-1.0.1 I think I found few bugs by valgrind and ulogd. See the patch in attachment. Version: libnetfilter_log-1.0.1 GCC: 4.8.2 20131212 (Red Hat 4.8.2-7) OS: Fedora release 19 (Schr?dinger?s Cat) Kernel: 3.12.5-200.fc19.x86_64 Regards, Ivan Homoliak. -- Configure bugmail: https://bugzilla.netfilter.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
2018 Jan 20
2
Can anyone help with a quick app_record.c module improvement and can explain over-riding modules?
...gt; >> > >> https://community.asterisk.org/t/can-anyone-help-with-a-quick-app-record > >> -c-module-improvement-and-can-explain-over-riding-modules/73221 but > >> no-one bit, so, I'm hoping this list can help. > >> > >> Many thanks! -- Schr?dinger's rule of data integrity: the condition of any backup is unknown until a restore is attempted. Please reply to the list; please *don't* CC me.
2003 Jun 10
1
Samba 2.2.7 as PDC causing BSOD on 2K domain logon
...the owner structure on the PDC /home/%U stuff could be messed up (see below) (not sure how this would cause the BSOD though) * the //dl280/profile share doesn't show when listing the shares (see below), should it? (also unsure how this would cause the BSOD) * I've made a darn stupid hum-dinger of a rookie error (and really, what better way to expose your ignorance than to post to a list - right?) Follows some helpful(?) stats: ********************* $ smbclient -L //dl380 -U anders-l added interface ip=192.168.0.191 bcast=192.168.0.255 nmask=255.255.255.0 Password: Domain=[PN-TRADING]...
2014 Apr 22
1
Can't find sieve files
...r years in my Fedora 14 host without errors. But, there are some configuration differences that I just kind of guessed at. Any ideas on how to get sieve working would be appreciated. $ dovecot -n # 2.2.12: /etc/dovecot/dovecot.conf # OS: Linux 3.13.5-101.fc19.x86_64 x86_64 Fedora release 19 (Schr?dinger?s Cat) login_trusted_networks = 172.25.33.32/5 mail_location = maildir:~/Maildir:LAYOUT=fs managesieve_notify_capability = mailto managesieve_sieve_capability = fileinto reject envelope encoded-character vacation subaddress comparator-i;ascii-numeric relational regex imap4flags copy include variabl...
2023 Feb 13
1
An interesting chat with ChatGPT
I was wondering which anchor would match in the regular expression "(a)|(b)" if both "a" and "b" matches the target string. What appears to happen is that the first match wins, and that's how it is documented in Python, but I was looking for docs on this in R. As far as I can see, the ?regex help page doesn't resolve this. So just for fun, I decided to
2016 Feb 24
5
Anyone know whats up with wki?
On Tue, Feb 23, 2016 at 1:38 PM, Shao Miller via Syslinux <syslinux at zytor.com> wrote: > I don't think the MySQL daemon is running. I'm looking around for someone > who can help. - Shao > > P. S. No, I don't like scrolling to read what's most recent. Top-posting > forever. Just kidding. Nicer clients can fold. I know GMail's web interface is but one
2013 Aug 05
3
How to troubleshoot LDA or LMTP?
...g mail via IMAP? I would prefer to use LMTP rather than LDA. *My environment* Fedora 19 & sendmail. Is any other information relevant, apart from the dovecot configuration? Thank you, John .2.4: /etc/dovecot/dovecot.conf # OS: Linux 3.10.4-300.fc19.x86_64 x86_64 Fedora release 19 (Schr?dinger?s Cat) auth_socket_path = /var/run/dovecot/auth-userdb debug_log_path = /var/log/dovecot-debug.log disable_plaintext_auth = no hostname = falcon.novoalexandrovsk.ru info_log_path = /var/log/dovecot-info.log lda_mailbox_autocreate = yes lda_mailbox_autosubscribe = yes login_greeting = Dovecot ready...
2013 Jul 14
2
constant Log synchronization error's
...hkQA+xz17> 11:46:05 Y dovecot: imap-login: Login: user=<X>, method=PLAIN, rip=62.199.61.123, lip=192.168.0.5, mpid=21574, TLS, session=<+zbNnHXhBAA+xz17> My config is: # dovecot -n # 2.2.4: /etc/dovecot/dovecot.conf # OS: Linux 3.9.9-301.fc19.x86_64 x86_64 Fedora release 19 (Schr?dinger?s Cat) ext4 mail_location = mdbox:/var/mail/%u/mdbox mbox_write_locks = fcntl namespace inbox { inbox = yes location = mailbox Drafts { special_use = \Drafts } mailbox Junk { special_use = \Junk } mailbox Sent { special_use = \Sent } mailbox "Sent Messages" { special_use = \Sent } mailbox...
2018 Jan 20
2
Can anyone help with a quick app_record.c module improvement and can explain over-riding modules?
Just a quick and dirty thought, try the MONITOR application. Pseudo-code: Anchor-point PLAYBACK ("press or say") MONITOR (use the split audio files mode, not the mixed - this way you can roughly separate which side did the "talking") READ (audio file "1 to 5", try to grab one digit) STOPMONITOR IF (READ variable timed-out, send the incoming half of the monitor file