Displaying 14 results from an estimated 14 matches for "compeltely".
Did you mean:
compeletely
2016 Dec 08
3
[PATCH] linux/types.h: enable endian checks for all sparse builds
On 12/07/16 21:54, Michael S. Tsirkin wrote:
> On Thu, Dec 08, 2016 at 05:21:47AM +0000, Bart Van Assche wrote:
>> Additionally, there are notable exceptions to the rule that most drivers
>> are endian-clean, e.g. drivers/scsi/qla2xxx. I would appreciate it if it
>> would remain possible to check such drivers with sparse without enabling
>> endianness checks. Have you
2016 Dec 08
3
[PATCH] linux/types.h: enable endian checks for all sparse builds
On 12/07/16 21:54, Michael S. Tsirkin wrote:
> On Thu, Dec 08, 2016 at 05:21:47AM +0000, Bart Van Assche wrote:
>> Additionally, there are notable exceptions to the rule that most drivers
>> are endian-clean, e.g. drivers/scsi/qla2xxx. I would appreciate it if it
>> would remain possible to check such drivers with sparse without enabling
>> endianness checks. Have you
2017 Mar 02
0
Mailbox size in log file
On 02.03.2017 18:21, Sergio Bastian Rodr?guez wrote:
> Hello Dovecot list.
>
> I need that Dovecot log writes mailbox size in all POP / IMAP connections, but I do not know if Dovecot can do that.
> I have been searching about that with not successful.
>
> For example, this is the log of our last email platform, different than Dovecot:
>
> 06:48:14 025BEE83 POP3 LOGIN
2006 Mar 14
1
invalid wav gsm frame size: 1 bytes ??
I couldn't find any specific reference to this but maybe Im missing
something completly...
anyways, when trying to mix a few wav files together post-recording (the
-in/-out files) using a pretty vanila soxmix line, I get the error:
Done Mixing OUT115-20060215-150749-1139976460.7898-out.WAV.....
Mixing OUT115-20060215-155022-1139979011.8787.....
/usr/bin/soxmix: invalid wav gsm frame size: 1
2020 Apr 22
3
how to add my own passes to LTO pass
Hi,
I have a module pass and I hope to use it to optimize a real-world program.
I need LTOļ¼and I have got LTO plugin.
But How can I add my passes to LTO Pass. I can't find solution.
What should I do?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200422/76d2b046/attachment.html>
2016 Dec 08
0
[PATCH] linux/types.h: enable endian checks for all sparse builds
On Thu, Dec 08, 2016 at 06:38:11AM +0000, Bart Van Assche wrote:
> On 12/07/16 21:54, Michael S. Tsirkin wrote:
> > On Thu, Dec 08, 2016 at 05:21:47AM +0000, Bart Van Assche wrote:
> >> Additionally, there are notable exceptions to the rule that most drivers
> >> are endian-clean, e.g. drivers/scsi/qla2xxx. I would appreciate it if it
> >> would remain possible
2010 Mar 25
3
include/exclude problems
Dear Wayne,
I am using rsync to synchronize my working files from home computer to
the work computer. I want to sync only the files in some directories and
no .files. However, I do need to sync several files from .mozilla
director (addressbook, calendar and bookmarks) which are located in the
.directory. I use the following command and the "excluded-utk.txt" file
rsync -aunvz
2016 Dec 09
2
[PATCH] linux/types.h: enable endian checks for all sparse builds
Hi Mike/Bart,
On 12/8/16, 8:17 AM, "virtualization-bounces at lists.linux-foundation.org on behalf of Michael S. Tsirkin" <virtualization-bounces at lists.linux-foundation.org on behalf of mst at redhat.com> wrote:
>On Thu, Dec 08, 2016 at 06:38:11AM +0000, Bart Van Assche wrote:
>> On 12/07/16 21:54, Michael S. Tsirkin wrote:
>> > On Thu, Dec 08, 2016 at
2016 Dec 09
2
[PATCH] linux/types.h: enable endian checks for all sparse builds
Hi Mike/Bart,
On 12/8/16, 8:17 AM, "virtualization-bounces at lists.linux-foundation.org on behalf of Michael S. Tsirkin" <virtualization-bounces at lists.linux-foundation.org on behalf of mst at redhat.com> wrote:
>On Thu, Dec 08, 2016 at 06:38:11AM +0000, Bart Van Assche wrote:
>> On 12/07/16 21:54, Michael S. Tsirkin wrote:
>> > On Thu, Dec 08, 2016 at
2017 Mar 02
4
Mailbox size in log file
Hello Dovecot list.
I need that Dovecot log writes mailbox size in all POP / IMAP connections, but I do not know if Dovecot can do that.
I have been searching about that with not successful.
For example, this is the log of our last email platform, different than Dovecot:
06:48:14 025BEE83 POP3 LOGIN user 'xxx at xxx.com' MailboxSize = 61708 Capacity = 2%
......
06:49:19 025BEE83 POP3
2007 Dec 06
3
number_to_currency
I am using the number to currency function because i live in the uk and
the company want me to only show values of the pound of course.I have
created all my application using ruby script/generate
scaffold_resource.... I have come across with a problem... this code is
in my applcation:
def number_to_currency(number, options = {})
options = options.stringify_keys
precision, unit, separator,
2011 Jun 10
1
[LLVMdev] Advice on architecture research project?
> I am interested in working on a little architecture project that
> involves modifying an ISA in some non-trivial ways and seeing what
> impact it has on instruction frequencies (and other such metrics).
> Clearly I'll need to hack on a compiler backend, and I thought that
> LLVM might be a good choice since among mature compiler
> infrastructures it's fairly young and
2005 Feb 13
2
Rsync friendly zlib/gzip compression - revisited
...t are the chances of that change messing up 2 checksum blocks instead of 1? In straghtforward rsync, messing up one or two blocks is not that big of a deal. Once the data is compressed, I'm thinking that it would tend to be amplified. I haven't done any statistics on this, and I could be compeltely off base - but my initial intuition is that having a smaller window size would lead to better ultimate rsync performance... I would be extremely interested in anyone else's thoughts on this point...
Results
=====
So - on to the testing:
For those of you who like making pretty graphs (actua...
2003 Jun 21
21
Newbie questions
Hi.....
I am new to this software, and I want to implement a client (SIP or IAX) with PHP or at least to pass the main functions (connection,call, transfer, hangup, call id etc) to a CRM.
Does anyone know if I could achive a project like that with AGI ? Any example using AGI with PHP ?
Do I have all the functionality with AGI ?
What about call id ? What is depend on ? (As I know * does not