search for: unalter

Displaying 20 results from an estimated 302 matches for "unalter".

Did you mean: alter
2004 Aug 06
3
Bad stuttering with Winamp 2.80
The only thing that has changed is the winamp version number. My radio streams are unaltered (to the point of the same process connecting to two versions of Winamp). What happens is that I begin to hear skips in the stream. Soon the stream is full on stuttering, as if a square wave was modulating the volume control. Anyone else experience this? ------ Dave Hayes - Consultant - Altade...
2006 May 11
3
sanitize dangers
I''ve noticed that it is possible to pass javascript unaltered through the sanitize function using CSS. For example: sanitize( "<style type=''text/css''>body{background-image:url(''javascript:window.alert(1)'') }</style>" ) IE will execute the javascript. Firefox will not. I haven''t tried...
2009 Aug 20
2
[LLVMdev] How to force MemoryDependenceAnalysis to run on original module
Hi, I do have a FunctionPass that does change the code. This FunctionPass requires another FunctionPass which performs all the necessary analyses. This AnalysisPass again requires MemoryDependenceAnalysis. The problem is, that I would like MemoryDependenceAnalysis to run on the unaltered module. I do not want to have dependencies to changed code. What is the cleanest way to do this? Sounds easy, but I do not get it right :D Thanks Marc
2017 Mar 22
2
The challenge of customizing Dovecot
...ert, > > What would be the benefit of using sed against making customized files and just copying them ? I'd probably just want to copy a working version of /etc/dovecot/ conf files instead of modifying my existing files with sed scripts (or create new ones with cat). new options are left unaltered. I learned this with postfix, to use postconf instead of trying to replace main.cf. I thought about mv old confs then cat new confs, but again, there are other things set up, and I worked at changing what needed customization, rather than wholesale replacement.
2006 Jan 24
17
Updated lighttpd to 1.4.9 - error running dispatch.fcgi
Hi all, I just updated lighttpd from 1.4.8 to 1.4.9 and it now refuses to start with the following error: 2006-01-24 23:12:24: (mod_fastcgi.c.989) execve failed for: public/ dispatch.fcgi No such file or directory 2006-01-24 23:12:24: (mod_fastcgi.c.1015) the fastcgi-backend public/ dispatch.fcgi failed to start: 2006-01-24 23:12:24: (mod_fastcgi.c.1019) child exited with status 2
2017 Mar 23
3
The challenge of customizing Dovecot
...t;> What would be the benefit of using sed against making customized files and just copying them ? I'd probably just want to copy a working version of /etc/dovecot/ conf files instead of modifying my existing files with sed scripts (or create new ones with cat). >> new options are left unaltered. I learned this with postfix, to use postconf instead of trying to replace main.cf. >> >> I thought about mv old confs then cat new confs, but again, there are other things set up, and I worked at changing what needed customization, rather than wholesale replacement. > Did you con...
2019 Jun 14
1
[R] Open a file which name contains a tilde
...gins with a tilde then it will try to open this filename without any preceding modification. So the tilde expansion is not really a unix idiom. It is rather an idiom of its unix shells like bash. But beware, the bash treats the tilde as home path not in all cases. Inside of quotes the tilde keeps unaltered. So bedides any cenvenience functionality which can lead to failing code the bash has a very clean way to access files in a unique way. And here is the problem wirh R. The R shell has no quoting mechanism for this use case. It provides the tilde expansion after a string has been defined. In the...
2009 Aug 20
0
[LLVMdev] How to force MemoryDependenceAnalysis to run on original module
...nctionPass that does change the code. This FunctionPass > requires another FunctionPass which performs all the necessary > analyses. > This AnalysisPass again requires MemoryDependenceAnalysis. > > The problem is, that I would like MemoryDependenceAnalysis to run on > the > unaltered module. I do not want to have dependencies to changed code. > What is the cleanest way to do this? > Sounds easy, but I do not get it right :D Hi Marc, This isn't really possible. The issue is that MemDep doesn't just "analyze your function". It is designed to be as...
2014 Dec 03
1
[PATCH] Improve LPC order guess
...material that suffers is usually quiet, not that all quiet material suffers. > I do a great deal of live recording, and the levels are always quiet in order to guard against clipping. These live recordings are then archived via FLAC to make sure nothing is lost. So do I, and I included a few unaltered samples with plenty of headroom in my standard test corpus for these improvements. > but recent 'improvements' are sacrificing performance in one area to enhance performance in another area. That is certainly not the case. The compression level retuning doesn't work beneficial...
2008 Aug 19
1
USB drive detected, but nothing gets mounted.
I have a brand new, unaltered (as yet) 4Gb USB flash drive from Micro Center that does not get automounted when I plug it into my 5.2 desktop (home or work). It shows up in lsusb, and I can mount it manually, so why would it not mount automatically? Note that when I plug in other flash drives on the same machine before and...
2013 Feb 28
1
header brakage on sieve redirect ?
...nated " field like Cc: xxx <xxx at plus.pl>, "asd, Grzegorz " <xxxxx at nsn.com> Subject: RE: RF after redirecting them Cc: xxx <xxx at plus.pl>, "asd,\ \ Grzegorz " <xxxxx at nsn.com> Subject: RE: RF mail delivered locally by dovecot-lda is unaltered lack of space before second \ brakes the headers. I'm investigating if this isn't cosed by qmail-inject, but my first suspect is sieve. dovecot 2.0.13, sieve 0.3.3, dovecot-delivery is used as an exclusive lda for qmail Regards, Michal Grzedzicki
2013 Apr 11
1
Dovecot distribution configuration files source
Where can I find unaltered distribution config files (/etc/dovecot/ and /etc/dovecot/config.d/) for Dovecot 2.1.7? I upgraded from version 1 and had to butcher them to get it working. Now that I understand it better, I'd like to do it right. -- Dave
2011 Jul 20
1
Changing a matrix based on eigen value
...y goal is to find the "nearest matrix" of "mat" for which the minimum eigen value is 0.20 (I would rather want to fix some arbitrary value). While finding that nearest matrix, I would like to keep all other properties (whatever are those) of my original matrix "mat" as unaltered as possible. Is there any algorithm to achieve that? Thanks for your help. [[alternative HTML version deleted]]
2009 Apr 05
1
Segfault in Sieve 1.2
...es sharing it: http://users.birkenwald.de/~berni/temp/deliver-segfault.mail It happens with this small sieve script (my normal one is larger, but this is the part that triggers the segfault): http://users.birkenwald.de/~berni/temp/deliver-segfault.sieve Note that I've been running this script unaltered for months, first with Dovecot 1.1 and CMUSieve and now with various versions of Dovecot 1.2 and the new sieve implementation for about three weeks, this is the first mail that got stuck. I got a coredump, but without debugging symbols it doesn't tell that much. If you can't reproduce it...
2003 Feb 05
1
samba and writing through hard/symbolic links
...it in Word, and then save it, when you go back to the directory there will be -rw-rw-r-- 1 francis galexia 2980 Feb 5 12:35 blah.doc -rw-rw-r-- 1 francis galexia 2567 Feb 5 12:33 blah.doc.bak > /somewhere/blah.doc ie samba has created a new *regular* file, and relegated the old (and unaltered) link to a .bak file, leaving the source file of the link unchanged. Is there a way to make samba follow the link when you save things as well? thanks in advance, francis -- ----------------------------------- Francis Vierboom francis@galexia.com Research Officer Galexia Consulting Pty L...
2005 Jun 06
1
Is it possible to mix encoded audio?
...e saving the conversation to a file. I'm using Speex in narrow band mode, 8 bits per sample, mono. i found at this link http://www.vttoth.com/digimix.htm a simple way to mix audio: ".........Let's say we have two signals, A and B. If A is quiet, we want to hear B on the output in unaltered form. If B is quiet, we want to hear A on the output (i.e., A and B are treated symmetrically.) If both A and B have a non-zero amplitude, the mixed signal must have an amplitude between the greater of A and B, and the maximum permissible amplitude. .................... In a practical implementat...
2004 Dec 09
3
fixture problem, TypeError: nil is not a symbol
When I run rake against Rails 8.5 to test unaltered model tests with yaml fixtures I get the error and stack trace reproduced below for every one of my model objects. Has anyone seen something this before? Any idea what could be going on here? The following ruby-talk thread may or may not be relevant: http://blade.nagaokaut.ac.jp/cgi-bin/scat...
2016 Jun 16
2
Recipient delimiter and lmtp proxying
Hi, I'm attempting to proxy lmtp using director to hash to the same backend as pop3/imap. My pop3/imap users are of the form: username and my lmtp users are of the form: <username at domain> Where domain is fairly redundant but does carry some useful information. Now, I can proxy lmtp using user=%{username} and destuser=%{orig_user}, and this all appears to work correctly.
1998 Nov 26
1
Saving memory usage -- .C(....., DUP = FALSE) danger?
...hen I wondered ``more generally'' : What exactly happens / can happen when calling, e.g., r <- .C("foo", x=x, y=as.double(y), DUP = FALSE) Will 'x' be altered after the call to .C(*) if in C's foo(double *x, double *y) x is altered? Will 'y' be unaltered anyway, since "as.double(y)" produces a a different object than 'y' anway? I know that I could make experiments and find out, but hopefully, one of you will know much better and explain to all R-develers. Really useful might be a comprehensive list of recommendations on wh...
2019 Jan 11
2
samba_dnsupdate options: --use-samba-tool vs. --use-nsupdate, and dhcpd dynamic updates
...s unacceptable Jan 11 10:00:36 dc01 > sh[1704]: dns_tkey_gssnegotiate: TKEY is unacceptable Jan 11 10:00:36 > dc01 dhcpd[1704]: execute: /usr/local/bin/dhcp-dyndns.sh exit status > 2816 Jan 11 10:00:36 dc01 dhcpd[1704]: reuse_lease: lease age 364 > (secs) under 25% threshold, reply with unaltered, existing lease for > 172.20.10.165 Jan 11 10:00:36 dc01 dhcpd[1704]: DHCPREQUEST for > 172.20.10.165 from d4:be:d9:22:9f:7d (mgmt01) via eno1 Jan 11 > 10:00:36 dc01 dhcpd[1704]: DHCPACK on 172.20.10.165 to > d4:be:d9:22:9f:7d (mgmt01) via eno1 > This shows the script is being ru...