Displaying 20 results from an estimated 40 matches for "passabl".
Did you mean:
passable
2014 Feb 20
2
[LLVMdev] How is variable info retrieved in debugging for executables generated by llvm backend?
...because lldb is not able to
>> determine
>> the address of
>> XX from debug info.
>>
>
> I recently did some work with the debug info as generated by llvm, and
> there are a lot of bugs. LLVM writes wrong DWARF info. My impression is
> that DWARF writer is barely passable with clang-generated code, or maybe it
> malfunctions with clang as well. People don't hold debug info to the same
> high standard as the code itself.
>
> Here is an example when variable info generated is plain wrong:
> http://llvm.org/bugs/show_bug.cgi?id=18866
Certainly the...
2007 Jul 23
3
Scriptaculous blind animation jerky when DIV contains a lot of content
Hi
I have set up the following example to illustrates the problem I am
having with scriptaculous.
http://www.webmaint.com/scriptaculous_demo.html
You will notice the animation is very jerky and looks awful in
Firefox, and it just about passable in Internet Explorer
I presume this is because of the way the browser renders the data in
the select boxes.
Is there any work around that could create a smoother animation.
Thanks
Rob
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to...
2008 Oct 10
1
a question about diparate device quality
List,
I have a question about why plots sent to certain devices can be of so much
worse quality than others. Whenever I plot to x11 or pdf the graphs are of
excellent quality. eps is a bit poorer, but of passable quality, and jpeg
or tiff are terrible. I tried all manner of parameters, on many versions
of R (most major releases from about 2.2 - present) under linux and windows
and on a few different (pc) hardware setups and this patterns seems to be
invariant. Could anyone explain why this is the case?...
2009 Jan 21
1
Looking for a special date function in R
...n; -6)):
01.01.1999 01.07.1998
02.02.1999 02.08.1998
06.03.1999 06.09.1998
I am working with a zoo object where the row names are dates and for
particular rows I need to find values that were recorded 6 months
before (or return NA if the date is before the timeseries start).
Maybe someone knows a passable R function for that kind of operation?
Thanks in advance for help!
Best,
Sergey
2009 Feb 12
2
Messing with the "..." argument
..., ...) :
"myCustomVar" is not a graphical parameter
5: In box(...) : "myCustomVar" is not a graphical parameter
6: In title(...) : "myCustomVar" is not a graphical parameter
Depending on what the name of myCustomVar is, this can work even with
the warnings, which is passable. It might also bail if myCustomVar
happens to share a name with a real plotting var, but has an illegal
value for it.
Anyway, while there are ways it can work in this case, I'm just wondering
if I can remove elements from "..." and side-step these warning/error issues
altogether.
S...
2005 Jun 14
1
Speex hardware support?
...at I wish supported Speex, is a
dedicated recorder. It's shaped roughly like one of those USB flash
drives you can get that hold 128-1024 MB. It has a little display that
lets you see your recordings, when they were recorded and how long they
are. And it lets you choose between HQ ("barely passable quality"), FQ
("bad quality"), and "really bad quality" (I forget the real name of
this because I never use it). It can store 2, 4, or 8 hours of voice
recordings depending on the quality setting you use. Finally, it encodes
all of the audio in some terrible speech compres...
2004 Dec 20
2
ogg123 and Vorbis piped to stdin
...proper
bondaries.
Now, I see the same thing using stdin, if I'm trying to seek within
an Ogg Vorbis file with `dd' piped to my hacked `ogg123'. Should it
in theory be possible for `ogg123' to do the same thing on an Ogg
stream that, say, `mpg123' does, which is to seek until a passable
frame header is found, and then try to play that, sometimes even
getting the frame header right?
The purpose being to coarsely chop up some ogg files, as well as to
play files which unpatched-ogg123 isn't able to handle well (large
files, f'rinstance)
Thanks. And below, my hacks to be...
2011 Aug 30
0
[LLVMdev] ARMCodeEmitter.cpp JIT support very broken (2.9 and svn)
...ssues so far, and there are probably others. (None of these problems appear to be fixed in the current svn head either as far as I can tell.)
The non-MC-based ARM JIT path is known not to work, and nobody is working on fixing it. The MC-based instruction encoder is rapidly maturing is generally passable for static encoding, but the MCJIT is still in its infancy.
> 1) VFP/Neon instructions don't encode correctly at al, because the encoding methods generated by tablegen for them clobber the constructed binary value when they try to implement 'PostEncoderMethod' support , for example...
2011 Aug 30
2
[LLVMdev] ARMCodeEmitter.cpp JIT support very broken (2.9 and svn)
On Aug 30, 2011, at 3:12 PM, Owen Anderson wrote:
> The non-MC-based ARM JIT path is known not to work, and nobody is working on fixing it. The MC-based instruction encoder is rapidly maturing is generally passable for static encoding, but the MCJIT is still in its infancy.
I was relying on this support in LLVM 2.8, and while it is definitely incomplete, it does work if you don't depend on certain features. I found it worked adequately as long as you set the -thumb2,-t2xtpk attributes.
It would be nic...
2011 Aug 30
2
[LLVMdev] ARMCodeEmitter.cpp JIT support very broken (2.9 and svn)
I recently tried to update from LLVM 2.8 and 2.9 and ran into several bad issues with JIT support on ARM.
I ran into several distinct issues so far, and there are probably others. (None of these problems appear to be fixed in the current svn head either as far as I can tell.)
1) VFP/Neon instructions don't encode correctly at al, because the encoding methods generated by tablegen for them
2004 Feb 11
2
3.0.1-member-server-printing
...: printing
1.) sharing the printer(s) works ok, the only problem occurs with long
and short names of Printer shares, I've named the printer queues with
short names and load all printers for sharing, then gave additional
shares with log names referencing the proper queue. My question, is this
a passable solution ??
extract of smb.conf:
...
[printers]
comment = All printers
printable = yes
path = /var/spool/samba
browseable = no
guest ok = yes
public = yes
read only = yes
writable = no
printer admin = @ntadmin,DOMAIN+Administrator...
2011 Aug 30
0
[LLVMdev] ARMCodeEmitter.cpp JIT support very broken (2.9 and svn)
...son
Subject: Re: [LLVMdev] ARMCodeEmitter.cpp JIT support very broken (2.9 and svn)
On Aug 30, 2011, at 3:12 PM, Owen Anderson wrote:
> The non-MC-based ARM JIT path is known not to work, and nobody is working on fixing it. The MC-based instruction encoder is rapidly maturing is generally passable for static encoding, but the MCJIT is still in its infancy.
I was relying on this support in LLVM 2.8, and while it is definitely incomplete, it does work if you don't depend on certain features. I found it worked adequately as long as you set the -thumb2,-t2xtpk attributes.
It would be nic...
2014 Feb 18
4
[LLVMdev] How is variable info retrieved in debugging for executables generated by llvm backend?
Hi, all
I ported llvm backend and lldb recently. Both tools can basically work.
lldb is able to debug programs in asm style and frame unwinding is OK.
But "frame variable XX" does not work because lldb is not able to determine
the address of
XX from debug info.
Can someone give any clue?
Thanks in advance.
--
æšćć (Yang Yong-Yong)
-------------- next part --------------
An HTML
2019 Oct 18
2
[Openmp-dev] [cfe-dev] RFC: End-to-end testing
Renato Golin <rengolin at gmail.com> writes:
> On Thu, 17 Oct 2019 at 18:10, David Greene <greened at obbligato.org> wrote:
>> From other discussion, it sounds like at least some people are open to
>> asm tests under clang. I think that should be fine. But there are
>> probably other kinds of end-to-end tests that should not live under
>> clang.
>
>
2005 Feb 08
2
Adding custom iptables rules
Hello,
I''ve been using shorewall ever since Mandrake started shipping it, and
am passably familiar with the config files and the simple setups.
Recently I''ve discovered the "recent" module (no pun intended!) and want
to setup a few rules that use this module. I searched all through the
shorewall site (including
http://www.google.com/search?q=site%3Alists.shorewa...
2003 Aug 28
2
Video conference apps/appliances?
So, I keep seeing references in the codebase to "video conference"
uses for Asterisk. However, I am unaware of what end devices are
currently supported by Asterisk.
Searching through the archives for the term "video", I see a few
other people have asked the same question, with no real reply.
Nobody, it seems, has actually tested any video phones on Asterisk
other than
1999 Aug 30
1
interface w/ emacs (PR#261)
Full_Name: Laurent Gautier
Version: 0.65.0
OS: mips SGI-Irix 6.5
Submission from: (NULL) (195.110.4.98)
Using R through emacs with ess5.1.8, I cannot set R workspace (--vsize and
--nsize).
So far I was using R0.64.2 without such a problem. I am aware my bug report is a
bit light,
but just let me know if anything I could do with my R and emacs would be of any
help for\
specifying better what is
2013 Dec 23
0
Generation loss test
...the
following codecs at 96kbps:
- AAC (libfdk_aac)
- Opus (libopus)
- Vorbis (libvorbis)
I wanted to see what which codec is best to use for sites like YouTube were
content is often uploaded and downloaded, edited, then uploaded again in
cycles. The results are mildly interesting:
AAC was still passable by 10 generations, in subjective terms it just
sounds like most YouTube music videos uploaded before HD. Otherwise it took
roughly the same amount of time for each decode/encode run. However the
resulting filesize steadily grew from about 530 to 580KB, I'm not sure what
caused this, but when I...
2012 Mar 16
2
Odd thing with Realtek Ethernet card
Hi all, I swapped a Realtek 8139 100M Net Card for a Realtek 8169 Gig
Net card in a Centos 5.6 system.
After reconfiguring the network settings I find that on boot up the 8169
interface does not start. The startup script says something like "The
8169 is not available..."
ifconfig -a shows a device with the right mac address called
__tmpsomethingorother
I can get it going if I
2009 Aug 07
3
new wine user, basic advice needed
i am new to wine and linux in general, and i thought i would ask, for those few programs from windows that i'd want to stick with, how should i go about strengthening my install of wine? is there any add-on i might want to use? or any basic programs or files i need to copy into it to get things enhanced on a basic level? just basic beginner advice is really what im looking for.
thanks!