Displaying 2 results from an estimated 2 matches for "0afor".
Did you mean:
afor
2010 Jul 06
2
[Bug 1791] New: Newlines in filenames are converted to ^J
...1.png' altsci.com:altsci/cell/uploads/
Enter passphrase for key '/home/jvoss/.ssh/id_dsa':
waiting\^Jfor\^Jwhat1.png 100% 50KB 49.8KB/s 00:00
jvoss at dmitry:~/altsci/cell$ ls uploads/waiting*1.png
uploads/waiting\^Jfor\^Jwhat1.png
http://www.cell-game.com/uploads/waiting%0Afor%0Awhat1.png
--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
2020 Jun 17
1
Deduplication and block size
..."$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 $buf;=0A read DISK, $buf, $bs;=0A die (length $buf, " =
!=3D ", $bs) unless length $buf =3D=3D $bs;=0A if ($buf eq ("\0" x $bs))=
{=0A $zeroes++;=0A }=0A else {=0A my $digest =3D md5_h=
ex ($buf...