search for: yow

Displaying 20 results from an estimated 25 matches for "yow".

Did you mean: you
2009 Jun 18
3
Fixing ogg vorbis corruption caused by bad metadata
...00 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? . > > 00:00:00.419: serialno 1225743615, calc. gpos 18496, packetno 3: 1 byte > ? ? ?0000: 0a > > [etc, same through packetno 16] > > 00:00:00.460: serialno 1225743615, calc. gpos 20288, packetno 17: 448 bytes > > [real data here] yow, that's pretty badly corrupted, the vorbis codebooks (usually the third packet) is completely gone. It looks like you'd need to throw away the first 16 packets, start with fresh headers, and copy in the rest of the data (packet by packet, or page by page?) K.
2007 Mar 14
2
packets and OGG pages
...ditional header pages per logical bitstream."Sounds like ogg would ALWAYS use a total of three header PAGES for its three header PACKAGES. Is this actually the case? > > Ouch. This is incorrect. It should read "It uses two additional header > packets per logical bitstream." Yow. Ralph, Silvia, should we consider creating an updated Ogg Internet-Draft and fixing / clarifying this and any other recent issues? Silvia, do you still have the source for RFC3533? Conrad.
2009 Sep 02
2
Dependencies of packages' CHECK....
...ad to -lots- of installed packages. :) ggplot2, which was the initial itch I was trying to scratch, 'Depends' only on R. But if I have to recursively expand according to these 'build requires', I need 63 packages. And more painfully, I have to leave CRAN and go grok Bioconductor. Yow. So: does this seem silly, or is that just The Way It is? - Allen S. Rout
2019 Feb 14
1
Trying to compile icecast in Toradex apalis imx6
Hi! I'm using a Toradex apalis imx6 board to make a project for my bussiness and I need Icecast running on it, but I can't compile it in the board. It shows an error in "xslt" while compiling- I'm using Yocto. Do yow have any idea how can I compile Icecast source code in my Toradex apalis board without using this xslt? Thanks in advance! <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail> Livre de vírus. www.avast.com <https://www....
2005 Dec 29
1
A new bitorrent record?
...rgotten the 4.2 DVD in the office, a 2 hour drive back and forth. So I suggested she fire up her notebook which has a DVD burner and download the DVD via bitorrent instead. So she plugged her notebook in to a free port on our core switch and had the entire DVD downloaded in under 20 minutes. Yow!!! So I thought I'd offer a big thanks to those of you who keep the ISO available for download. Cheers,
2016 Apr 07
1
identifying outliers
Thanks for writing this great piece of code. x = rnorm(100) boxplot(x) # you shouldn't see any outliers here although sometimes yow will # lets add some outliers intentionally x = c(21, 20, 25, x) # now 10, 15 and 20 are outliers myboxplot <- boxplot(x) # now you should see your three outliers myboxplot$out # it will print the values of the outliers How does one amend this code to produce the outliers by a g...
2007 Apr 14
0
packets and OGG pages
...a total of three header PAGES for its three header PACKAGES. Is this actually the case? > > > > Ouch. This is incorrect. It should read "It uses two additional header > > packets per logical bitstream." Oh! A "packet" "page" twister! Damned... > Yow. Ralph, Silvia, should we consider creating an updated Ogg > Internet-Draft and fixing / clarifying this and any other recent > issues? This requires to replace the old RFC with a new one and going through the whole RFC process again and deprecate the old spec. I would suggest if we want to...
2007 Jan 11
1
play music while continue executing dial plan
Hi all, Is there any application can let the dial plan to execute while playing music? Say I have a lot of command to do in the dial plan but I don't want to keep silence while execution of dial plan. I notice Background(file) can play music but it will hold until pressing a key. I want something like background and it plays music with continuing execute the rest of the command in dial
2008 Mar 06
2
Not using "." as separator?
...9;s e-mail addresses (that's a default behavior in mutt), and "." is a pretty popular character in e-mail addresses. Ideally, I'd like to use "/". Is "." allowed in mailbox names when using mbox storage? -- Grant Edwards grante Yow! As President I have at to go vacuum my coin visi.com collection!
1999 Mar 02
1
How to set axis labels?
...ents Thanks for the help (again). ______________________________________________________________________ Stuart Luppescu -=-=- University of Chicago ºÍʸ ¤ÈÃÒÆàÈþ¤ÎÉã(EUC) -=-=- s-luppescu at uchicago.edu http://www.consortium-chicago.org/people/sl/sl.html ICQ #21172047 AIM: psycho7070 Yow! Is my fallout shelter termite proof? >> Sent on 02-Mar-99 at 12:51:23 with xfmail -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un...
1999 Mar 02
1
How to set axis labels?
...ents Thanks for the help (again). ______________________________________________________________________ Stuart Luppescu -=-=- University of Chicago ºÍʸ ¤ÈÃÒÆàÈþ¤ÎÉã(EUC) -=-=- s-luppescu at uchicago.edu http://www.consortium-chicago.org/people/sl/sl.html ICQ #21172047 AIM: psycho7070 Yow! Is my fallout shelter termite proof? >> Sent on 02-Mar-99 at 12:51:23 with xfmail -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un...
2009 Jun 18
2
Fixing ogg vorbis corruption caused by bad metadata
On 6/18/09, Conrad Parker <conrad at metadecks.org> wrote: > This sounds like it needs a new tool specifically for fixing broken > Ogg files. I see two solutions: 1) the new vcut which I reckon will fix the problem since it has to split and rebuild the audio in a new Ogg 2) an Hex editor, even if just to check what's wrong in the metadata section -Ivo
2005 Aug 03
1
linking, exported symbols
Hi all, I've got an application here (flumotion) which uses libtheora (via gstreamer, though I think that's irrelevant here) and many other bits of code, one of which is PIL (Python Imaging Library), which also has chunks implemented in native code. When I run this, I get a crash in libtheora, the top of the stacktrace looking like: #0 0xb6a71bbf in quantize () from
2007 Aug 30
15
ZFS, XFS, and EXT4 compared
I have a lot of people whispering "zfs" in my virtual ear these days, and at the same time I have an irrational attachment to xfs based entirely on its lack of the 32000 subdirectory limit. I''m not afraid of ext4''s newness, since really a lot of that stuff has been in Lustre for years. So a-benchmarking I went. Results at the bottom:
2006 Apr 04
9
Very slow domU network performance
I set up a domU as a backup server, but it has very, very poor network performance with external computers. I ran some tests with iperf and found some very weird results. Using iperf, I get these approximate numbers (the left column is the iperf client and the right column is the iperf server): domU --> domU 1.77 Gbits/sec (using 127.0.0.1) domU --> domU 1.85 Gbits/sec (using domU
2006 Apr 04
9
Very slow domU network performance
I set up a domU as a backup server, but it has very, very poor network performance with external computers. I ran some tests with iperf and found some very weird results. Using iperf, I get these approximate numbers (the left column is the iperf client and the right column is the iperf server): domU --> domU 1.77 Gbits/sec (using 127.0.0.1) domU --> domU 1.85 Gbits/sec (using domU
2007 Mar 15
1
AW: packets and OGG pages
...ought it must be this way. >You have to know the codec embedding (or >use a skeleton "meta-header" stream) to find the boundary between the >headers and the data, if any. Yes, but in case of vorbis it's clear since I know that the first three packets are the headers. >Yow. Ralph, Silvia, should we consider creating an updated Ogg >Internet-Draft and fixing / clarifying this and any other recent >issues? I would really appreciate that, at least for the vorbis comments. I think most vorbis interested developers mainly care about the comments because of tagging...
2007 Mar 14
2
AW: packets and OGG pages
Thanks for your replys. >packets don't always begin at the >start of a page OK, since I only want to read / write the Vorbis comments, I can limit it to the Vorbis header packets. http://xiph.org/vorbis/doc/Vorbis_I_spec.html stats that the comment header always begins on the second ogg page. Since the length of the precedent identification header is fixed, this even is a fixed offset
2002 Mar 26
2
SSH / PAM / Kerberos / password aging
Ok, so, things are complicated. The PAM standard insists on password aging being done after account authorization, which comes after user authentication. Kerberos can't authenticate users whose passwords are expired. So PAM_KRB5 implementations tend to return PAM_SUCCESS from pam_krb5:pam_sm_authenticate() and arrange for pam_krb5:pam_sm_acct_mgmt() to return PAM_NEW_AUTHTOK_REQD, as
2006 Dec 14
11
Puppet and Cfengine Differences
Hello, I''ve recently begun looking at Puppet as an alternative to Cfengine and I have a couple of questions. 1) Besides the information posted on the Puppet website, are there any critical differences between Puppet and Cfengine? 2) Does Puppet allow for client-specific file text manipulation. For instance, in Cfengine I can add a line of text to a file if the line doesn''t