Displaying 20 results from an estimated 1370 matches for "revisited".
2001 Mar 01
1
Fw: Winamp plug-in; http streaming revisited
...st 'whoops' email, but it
didn't appear on the list.
forwarded sans httpstream.c
----- Original Message -----
From: "Chris Moeller" <chris@kode54.net>
To: <vorbis-dev@xiph.org>
Sent: Wed, Feb 28, 01 11:38 PM
Subject: Re: [vorbis-dev] Winamp plug-in; http streaming revisited
> ----- Original Message -----
> From: "Matthew James Brown" <mbrown@hotteam.org>
> To: <vorbis-dev@xiph.org>
> Sent: Wed, Feb 28, 01 10:21 AM
> Subject: Re: [vorbis-dev] Winamp plug-in; http streaming revisited
>
>
> > I am getting some reproducabl...
2012 Sep 22
2
Mechanize and Thread-Safety Revisited
This post from Aaron Patterson back in 2009 seems to be pretty definite about how to use Mechanize in a thread-safe way, but I thought I would revisit the question because there are several posts on StackOverflow since then that would seem to contradict it (of course, I trust Aaron''s answer more than random answers on StackOverlfow, but just in case I thought I would confirm it).
It is
2015 Sep 13
3
RFC: faster simplifyInstructionsInBlock/SimplifyInstructions pass
...worklist if they become unused after a dead instruction is removed, so we don’t have to visit them again in most cases.
3. Use a SmallSetVector to track the worklist.
4. Instead of pre-initting the SmallSetVector like in DeadCodeEliminationPass, only put things into the worklist if they have to be revisited after the first run-through. This minimizes how much the actual SmallSetVector gets used, which saves a lot of time.
static bool simplifyAndDCEInstruction(Instruction *I,
SmallSetVector<Instruction *, 16> &WorkList,...
2003 Jun 09
7
Quickbooks revisited
I did testing on generating this report from a 130 MB Quickbooks file.
Locally, 15 seconds. Samba Server, 1:35. Shared off of my win98
Workstation, 2+ mins. I do not understand the reason it is SOO slow. I
know it is a fairly large file. The only explanation I can come up with is
the way QuickBooks is accessing the files. Maybe jumping all around the
file, requiring many operations on the
2008 Jun 05
1
Graphing help revisited
Sorry, my last post came out unreadable. I'll try again. Here is the data. Think of them as transposed columns. A: 1,1,1,2,3,4,5,6,6, 7B: 5,5,6,7,7,7,8,9,10,11 Split the data into two groups, each of size 5, and make a scatterplot. Bill<-read.table('something here') attach(Bill)Bill.s<-split(Bill, rep(1:2, each=5))plot(A,B,col='black') Group
2006 Aug 29
1
Repost: System crash on loading gdm revisited
...e know.
Thanks,
Debbie
----- Forwarded message from Debbie Tropiano <debbiet at arlut.utexas.edu> -----
> Date: Tue, 25 Jul 2006 14:47:56 -0500
> From: Debbie Tropiano <debbiet at arlut.utexas.edu>
> To: centos at centos.org
> Subject: [CentOS] System crash on loading gdm revisited
>
> Hello -
>
> I've been seeing system crashes similar to this
> (http://bugs.centos.org/view.php?id=1045) on my
> Rocks head node. Instead of the standard kernel,
> I've got a SNARE patched 2.6.9-34 kernel running.
> Initially I'd used the RHEL kernel source...
2008 Jan 09
1
Subsetting Method [ Revisited
Hello Everyone:
As usual, thanks in advance for any help.
I was hoping to get some more advice on this question:
I'm trying to write a subsetting routine for an S3 object I've created --
lets call it myObject.
myObject has a few attributes basically of type string and numerics. Its
atomic value is just a vector of ints.
I want to write my own subsetting routine to subset myObject in
2016 Sep 01
2
[cfe-dev] Revisiting our informal policy to support two versions of MSVC
As mentioned upthread, we're still on update 2 for various reasons.
On Thu, Sep 1, 2016 at 1:07 PM, Robinson, Paul <paul.robinson at sony.com>
wrote:
> Hi Reid, first off thanks *very* much for all your help fixing
> 2013-related problems. We really appreciate it.
>
>
>
> Let me propose a target date of September 15 for advancing the minimum MS
> compiler to
2016 Aug 31
3
[cfe-dev] Revisiting our informal policy to support two versions of MSVC
I'd like to revisit this. As a person who spends a fair amount of time
monitoring our VS 2013 buildbots, I would say that I am ready to throw in
the towel on MSVC 2013. Since this discussion, I have committed five (!)
workarounds for MSVC 2013:
# in llvm
$ git log --author=rnk --grep=2013 --after='Aug 4 2016' --oneline
21a8ade Fix the MSVC 2013 build by using Elf_Word instead of
2005 Jan 13
3
TDM04B vs Dell revisited
Hi,
A week or so ago I wrote about the problems I was having using a Digium TDM04B
card in a Dell PowerEdge 750 IU running Fedora Core 1. Digium steadfastly
indicates
their card won't work in any PowerEdge 650, 700 and 750 series machines "do
(sic)
to a failure in interrupt handling between the pci bus and the card."
My question to the list is: for those of you using a TDM04B
2010 Apr 01
3
Using a string as a variable name - revisited
I would like to revisit a problem that was discussed previously (see
quoted discussion below). I am trying to do the same thing, using a
string to indicate a column with the same name. I am making "foo" a
string taken from a list of names. It matches the row where "item" =
5, and picks the corresponding "taxon"
> foo <- list$taxon[match(5,list$item)]
Let's
2016 Jul 29
2
Upgrading to MSVC 2015
https://www.visualstudio.com/en-us/news/vs2015-vs.aspx
Is it time?
2016-03-31 12:03 GMT-07:00 Aaron Ballman via llvm-dev <
llvm-dev at lists.llvm.org>:
> On Thu, Mar 31, 2016 at 2:57 PM, Zachary Turner <zturner at google.com>
> wrote:
> >
> >
> > On Tue, Mar 29, 2016 at 10:42 AM Aaron Ballman <aaron at aaronballman.com>
> > wrote:
> >>
2013 May 30
0
[LLVMdev] XPASS: Polly :: Isl/CodeGen/scevcodegen-1.ll (126 of 249) revisited
I finally had time to reproduce the failure in...
http://llvm.org/bugs/show_bug.cgi?id=15817
under x86_64 Fedora 15 linux and it fails the same way as under x86_64-apple-darwin*...
XPASS: Polly :: Isl/CodeGen/scevcodegen-1.ll (126 of 249)
******************** TEST 'Polly :: Isl/CodeGen/scevcodegen-1.ll' FAILED ********************
Script:
--
opt -load
2015 Oct 06
0
Can this be done with NUT? (ordered shutdown, revisited)
On Oct 6, 2015, at 5:40 AM, Steffen Grunewald <Steffen.Grunewald at aei.mpg.de> wrote:
>
> What I currently tried:
> - I found a longish discussion on this list, dating back to six years
> ago: http://lists.alioth.debian.org/pipermail/nut-upsuser/2009-February/004772.html
> In particular, Marco's requirements look quite similar to ours, but
> there was apparently no
2016 Nov 18
0
Can this be done with NUT? (ordered shutdown, revisited)
Reference the repeater mode of the dummy-ups driver used in the way
described by Steffen there is a characteristic which needs to be defined
better. I could not find any notes on what the driver does in terms of
shutdown.
If as a result of LB you issue a upsdrvctl shutdown from a secondary
server acting as a master for the repeated driver (which is pretending
to run out of battery early) you
2005 May 02
1
Re: Long Shorewall Startup Times Revisited
Gregory Pleau wrote:
>>
>> The problem that you had with LDAP causing long Shorewall startup has
>> resurfaced. In your mail to me, you mentioned that you had found that
>> the issue was a permissions problem but gave no details.
>>
>> Would you be so kind as to give me the details so I can pass them on to
>> the current sufferer? I notice that you are
2020 Mar 10
1
Revisiting minimum OCaml version
Previously discussed:
https://www.redhat.com/archives/libguestfs/2017-September/msg00203.html
Currently libguestfs and virt-v2v require OCaml >= 4.01. (That's
perhaps theoretical, as I don't think anyone is really compiling them
with such an old compiler). This causes a bunch of trouble. To my
mind the major things are:
- Having to have the "Bytes" compatibility module
2019 May 02
0
NUMA revisited
Moin libvirters,
I'm looking into the current numa settings for a large-ish libvirt/qemu
based setup and I ended up having a couple of questions:
1) Has kernel.numa_balancing completely replaced numad or is there still
a time and place for numad when we have a modern kernel?
2) Should I pin vCPUs to numa nodes and/or use numatune at all, when
using kernel.numa_balancing?
3) The libvirt
2007 Apr 18
0
[Bridge] Wireless bridge - revisited
Several weeks ago (July 1st), you may remember me asking about using a
Linksys WET11 (ethernet to wireless bridge) with bridge-utils.
Mark Mathews was kind enough to respond and described a situation he
called "b/mcast echo". From his reply:
"
Because of the games that have to be played to build WLAN station bridge
devices, some have a problem with what I call 'b/mcast
2009 Apr 13
0
bce and lagg revisited
well, I tried to narrow this down a bit by removing lagg from the
equation, but the switch requires LACP to be active on those ports
so I can't test in isolation unfortunately.
Is anyone running 7.2 on a DL360 G5 with working ether ?
-pete.