search for: 0amy

Displaying 4 results from an estimated 4 matches for "0amy".

2020 Jun 17
1
Deduplication and block size
...--LQksG6bCIzRHxTLp Content-Type: application/x-perl Content-Disposition: attachment; filename="dedup.pl" Content-Transfer-Encoding: quoted-printable #!/usr/bin/perl -w=0A=0Ause strict;=0A=0Ause Digest::MD5 qw(md5_hex);=0A=0A= die "$0 disk blocksize\n" unless @ARGV =3D=3D 2;=0A=0Amy $bs =3D $ARGV[1];= =0A=0Amy %h;=0A=0Amy $blocks =3D 0;=0Amy $zeroes =3D 0;=0Aopen DISK, $ARGV[= 0] or die "open: $!";=0Amy $size =3D (stat ($ARGV[0]))[7];=0Aprint "disk si= ze =3D $size\n";=0Aprint "\n";=0A=0Afor (my $i =3D 0; $i < $size; $i +=3D $= bs) {=0A my $...
2017 Nov 16
0
Re: [Qemu-devel] [qemu-img] support for XVA
...blog: http://rwmj.wordpress.com virt-builder quickly builds VMs from scratch http://libguestfs.org/virt-builder.1.html --7AUc2qLy4jB3hD7Z Content-Type: application/x-perl Content-Disposition: attachment; filename="xva-reader.pl" Content-Transfer-Encoding: quoted-printable use strict;=0A=0Amy %config =3D ();=0Amy %block =3D ();=0A=0A# XXX Should p= arse the virtual size from size from the XML document.=0A# Instead we estim= ate the size here, and the user can override=0A# it by setting the optional= size=3D... parameter.=0Amy $estimated_size;=0A=0A# Does XVA define this? = We might ne...
2017 Nov 15
10
Re: [Qemu-devel] [qemu-img] support for XVA
2017-11-15 21:29 GMT+01:00 Richard W.M. Jones <rjones@redhat.com>: > Gandalf, is there an XVA file publically available (pref. not > too big) that we can look at? I can try to provide one, but it's simple: # tar tvf 20160630_124823_aa72_.xva.gz | head -n 50 ---------- 0/0 42353 1970-01-01 01:00 ova.xml ---------- 0/0 1048576 1970-01-01 01:00 Ref:175/00000000
2004 Aug 06
0
Re: Please confirm your message
...> --Boundary_(ID_B5UzRzS66A32MzciCEYquw) > Content-type: text/plain; charset=iso-8859-1 > Content-transfer-encoding: QUOTED-PRINTABLE > > Hello I'm working about audio and video codecs. I'm making a research= > about the state-of-the-art in coding technologies. =0D=0A=0D=0AMy q= > uestion is about the speex codec 1.0. I would like to know the name = > of the algorithms that it uses.(LPC,CELP..). It uses more or less the= > same algorithm for narrowband and wideband?=0D=0A=0D=0AFinally i wou= > ld like to ask about future codec developement projects.=0D=0A=...