search for: _able_

Displaying 3 results from an estimated 3 matches for "_able_".

2006 Jan 17
3
Vorbis at first place in "Public, Multiformat Listening Test @ 128 kbps"
Vorbis, using the AoTuV beta4.51 encoder, come first in a "Public, Multiformat Listening Test @ 128 kbps" organized on Hydrogenaudio forum. Hydrogenaudio thread: http://www.hydrogenaudio.org/forums/index.php?showtopic=40607 Presentation: http://www.maresweb.de/listening-tests/mf-128-1/ Results: http://www.maresweb.de/listening-tests/mf-128-1/results.htm
2003 Sep 05
1
Debian bug #201444: More verbose logging
I brought this up a while ago but the submitter is wondering if there has been any progress on this issue. He says: It would be extremely nice to have a little bit more detailed logging, and I believe it doesn't really require that much code. I use now a daemon which logs login (name, ip; as dovecot does), and logout (with name, logout reason if any special) with the numbers of
2018 Nov 26
4
[RFC] Checking inline assembly for validity
GCC-style inline assembly is notoriously hard to write correctly, because it is the user's responsibility to tell the compiler about the requirements of the assembly (inputs, output, modified registers, memory access), and getting this wrong results in silently generating incorrect code. This is also dependent on register allocation and scheduling decisions made by the compiler, so an inline