search for: revisiting

Displaying 20 results from an estimated 1365 matches for "revisiting".

2001 Mar 01
1
Fw: Winamp plug-in; http streaming revisited
what the heck... i sent this one before the last '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 ----- >
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
...(), E = I->op_end(); OI != E; ++OI) if (Instruction *Used = dyn_cast<Instruction>(*OI)) Operands.push_back(Used); // Remove the instruction. I->eraseFromParent(); // Only add the operands to the worklist if their uses are now empty, // to avoid needlessly revisiting instructions. for (auto U : Operands) if (U->use_empty()) WorkList.insert(U); return true; } if (Value *SimpleV = SimplifyInstruction(I, DL)) { // Add the users to the worklist. for (User *U : I->users()) WorkList.insert(cast<Instruction>(U));...
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
Hello - I never heard back on this and continue to experience this bug. Can someone help me to locate the patch for this so that I can be sure it's included in my source? It's not happening on every boot, but about every other or third. And just as described in the bug report (the boot works OK, but at the end rather than GDM starting nicely, I get a "fuzzy" screen and the
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
...VS2013, please speak up. > > --paulr > > > > *From:* Reid Kleckner [mailto:rnk at google.com] > *Sent:* Wednesday, August 31, 2016 4:07 PM > *To:* Robinson, Paul > *Cc:* James Molloy; Nico Weber; llvm-dev; cfe-dev at lists.llvm.org > *Subject:* Re: [llvm-dev] [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...
2016 Aug 31
3
[cfe-dev] Revisiting our informal policy to support two versions of MSVC
...n't gone > through yet. > > --paulr > > > > *From:* James Molloy [mailto:james at jamesmolloy.co.uk] > *Sent:* Wednesday, August 03, 2016 1:54 AM > *To:* Nico Weber; Robinson, Paul > *Cc:* llvm-dev; cfe-dev at lists.llvm.org > *Subject:* Re: [cfe-dev] [llvm-dev] Revisiting our informal policy to > support two versions of MSVC > > > > Hi, > > > > This sounds like a decent idea to me. However we use 2013 for all our > windows builds at the moment and it will take around 2 weeks to upgrade the > installations on our cluster. We're pu...
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.