search for: stared

Displaying 20 results from an estimated 730 matches for "stared".

Did you mean: shared
2018 Nov 05
5
Antw: Re: Antw: Re: Possible bug in Opus 1.3
On Nov 05 11:32:49, hans at stare.cz wrote: > On Nov 05 11:05:34, hans at stare.cz wrote: > > > Did you also try to listen at the beginning, shortly before the real tone appears in the audible spectrum? While significantly larger, Opus had produced significant ghost noise (much less than Vorbis did)... I experience the "same" low level noise even in a wav file, even on
2008 Jul 15
1
Error while staring "xend"
Hello, i installed a Xen 3.3 on Fedora 7 successfully I booted system with xen 3.3. checked using the command uname -r but while starting xend i will get an error please help me out this... error is as: ImportError: /usr/lib/python/xen/lowlevel/xs.so thanks in advance _______________________________________________ Xen-users mailing list
2006 Mar 22
3
Something wrong with content_columns
I have a database with a couple of tables. One table called spares has foreign keys in another called equipment. When I create a new record, it is added to the spares table however the list action does not show all the columns in the table. It only shows those columns that are not foreign keys. I am using the default action generated by scaffold for list. Why is that so? Do i need to re-write my
2018 Nov 06
0
Antw: Re: Antw: Re: Antw: Re: Possible bug in Opus 1.3
>>> Jan Stary <hans at stare.cz> schrieb am 05.11.2018 um 18:00 in Nachricht <20181105170002.GA72174 at www.stare.cz>: > On Nov 05 11:32:49, hans at stare.cz wrote: >> On Nov 05 11:05:34, hans at stare.cz wrote: >> > > Did you also try to listen at the beginning, shortly before the real tone > appears in the audible spectrum? While significantly
2008 Nov 28
2
question involving loops from intro level R programming class
a. Write a R function zerdiag.v1(m) using loop to output a square matrix whose diagonal elements are zero and the other elements are filled in by consecutive integers from 1 to m row-wise. For example, zerdiag.v1(6) = [0, 1, 2] [3, 0, 4] [5, 6, 0] This function should have error checking ability. If the input m cannot form a square matrix,
2014 Dec 05
7
metaflac --no-utf8-convert complains about UTF
This is 1.3.1 on OpenBSD/amd64. The --no-utf8-convert option of metaflac(1) does not work for me: $ metaflac --no-utf8-convert --set-tag="Artist=?ou?l??ek" aladin.flac aladin.flac: ERROR: tag value for 'Artist' is not valid UTF-8 (You probably can't see the Czech letters properly in my mail, but that's beside the point.) Indeed, it is not valid UTF8 (it's LATIN2),
2014 Nov 30
4
awk vs. mawk
On Nov 26 22:39:27, hans at stare.cz wrote: > ./test_replaygain.sh fails for me in tonegenerator(), saying: > > ./test_replaygain.sh[91]: mawk: not found > Testing FLAC replaygain 8000 (8000 x 1) ... -: ERROR: got partial sample > > Apparently, the tone-generating awk script does not work with > my system's awk, which is "awk version 20110810" as distributed
2005 May 10
3
xm save while VM is writing once per second?
I must not be understanding something trivial that I cannot find in the documentation. I am running Xen 2.0.5 with Fedora Core 3 successfully. I have a VM (VM4) running a test shell script that loops infinitely while writing the date and a counter every second (to /tmp/counter). The entire VM is using a file-backed VBD for all storage (/vm-images/vm-4-disk acting as sda1 to the VM). Running
2019 Nov 09
2
Fedora developer list is asking about progress for MIT Kerberos 5 compatibility
I've been involved in a thread over on the fedora-devel mailing list about the experimental MIT Kerberos 5 compatibility for Samba. I'm staring at https://wiki.samba.org/index.php/MIT_Build , and the list of incompatibilities is daunting. Is anyone over here doing the compatibility work and can comment on progress? Or, perhaps, is this just fundamentally unworkable? The experimental
2007 Aug 09
1
[Bridge] [PATCH] Fix typo in net/bridge/br_stp_if.c
Fixes a typo in net/bridge/br_stp_if.c --- a/net/bridge/br_stp_if.c +++ b/net/bridge/br_stp_if.c @@ -132,7 +132,7 @@ static void br_stp_start(struct net_bridge *br) } else { br->stp_enabled = BR_KERNEL_STP; printk(KERN_INFO "%s: starting userspace STP failed, " - "staring kernel STP\n",
2006 Jan 03
5
Are cache sweepers used?
After drawing many virtual blank stares in the IRC channel and finding zero results on the wiki for ''sweeper'' I''m left to wonder whether these are actually officially supported, or are on their way toward being deprecated. Is there a better way of expiring caches on model saves and deletions? Sincerely, Tom Lieber tom@alltom.com http://AllTom.com/
2007 Jun 13
0
Re: cl : Command line error D8037 : cannot create temporary il file; clean temp directory of old il files
Hi, > I installed VS Express and included the IDE in $LIB. It looks like wine > is able > to run 'cl.exe' but 'cl.exe' itself has a problem. We've tried a number > of variations > of setting %TMP% and %TEMP% to no avail. > > Any ideas. > > TIA. I don't know if this is of any use anymore, but I've had the same problem and google did not have
2018 Nov 05
0
Antw: Re: Antw: Re: Possible bug in Opus 1.3
On Nov 05 18:00:06, hans at stare.cz wrote: > On Nov 05 11:32:49, hans at stare.cz wrote: > > On Nov 05 11:05:34, hans at stare.cz wrote: > > > > Did you also try to listen at the beginning, shortly before the real tone appears in the audible spectrum? While significantly larger, Opus had produced significant ghost noise (much less than Vorbis did)... > > I experience
2006 May 01
5
Adding elements in an array where I have missing data.
This is a simple question but I cannot seem to find the answer. I have two vectors but with missing data and I want to add them together with the NA's being ignored. Clearly I need to get the NA ignored. na.action? I have done some searching and cannot get na.action to help. This must be a common enough issue that the answer is staring me in the face but I just don't see it. Simple
2009 Dec 01
2
go back a block of code in history
Suppose I run the following code in the R session. At the last prompt '>', I want to retrieve the second command (staring with 'y'). But I have to type up arrow many times, which is very inconvenient. I'm wondering if there is a way to configure R to skip block of code in the history? > x=list(a=c(1,2),b=c(3,4,5)) > y=list(a=c(1,2),b=c(3,4,5)) > lapply(seq(along=x)
2009 Dec 01
2
go back a block of code in history
Suppose I run the following code in the R session. At the last prompt '>', I want to retrieve the second command (staring with 'y'). But I have to type up arrow many times, which is very inconvenient. I'm wondering if there is a way to configure R to skip block of code in the history? > x=list(a=c(1,2),b=c(3,4,5)) > y=list(a=c(1,2),b=c(3,4,5)) > lapply(seq(along=x)
2007 Mar 09
3
Zaptel problem after upgrading to 1.2.16
Hi guys, I'm hoping I've made a silly mistake here, but I've been staring at the screen for the past few hours and I can't work it out. I upgraded to 1.2.16 recently, and am having problems with zaptel. The card is detected, I get a reasonable output from ztcfg -vv, and zttool shows the installed module (TDM400) with one FXS module. But when I start asterisk, I get
2003 Aug 07
2
nvi dying with "Resource temporarily unavailable"
Since I upgraded to FreeBSD 4.8 (from 4.5) I've noticed occasional failures of nvi. It will suddenly die as a key is pressed, emitting: Error: input: Resource temporarily unavailable and you are staring at your command prompt. I googled for this message and found that people here and there have been complaining of this since about FreeBSD 4.2, but that absolutely none of them have received
2004 Feb 03
3
[OT] Oldest Telephone
While the rest of you were chatting about the smallest * server, I was sitting her staring at the telephone hanging on the wall. It is a Western Electric set in a varnished pine box with an earpiece you hold in your left hand and a mouthpiece attached to the box. You crank the magneto with your right hand to signal the switchboard. The two dry cells inside are dated 1935, and I'm
2018 Nov 02
6
Antw: Re: Possible bug in Opus 1.3 (opus-tools-0.2-opus-1.3)?
Hi! Excuse the delay, but I had to deal with a corrupted NTFS file system that ate many important files on an USB stick... The FLAC version of the original is almost 6MB and it can be downloaded slowly from this time-limited link: https://sbr5vjid0jgmce4q.myfritz.net:40262/nas/filelink.lua?id=0ba5a10529a6fe7b On the meaning of a logarithmic sweep: If you use foobar2000 and the