search for: falter

Displaying 19 results from an estimated 19 matches for "falter".

Did you mean: alter
2007 Sep 07
5
Ruby IDE with wxRuby
Hello All, There seems to have been a lot of interest in getting wxScintilla incorperated, and I think most of us who want it, want it so we can create an editor, so to avoid multiple projects comming out with the same goal (Not really that bad of a problem....), I''m going to kick start this, and ask that anyone interested in developing a Editor with wxRuby and wxScintilla, to send
2017 Apr 17
2
Question on induction variable simplification pass
...in the IR as opposed to relying on ScalarEvolution to deduce it. I'll be happy to review patches making indvars behave better here (i.e. not "break" loop trip counts like this). I don't think the IV is the most relevant bit here though -- it looks like (only a guess) indvars is faltering here: https://github.com/llvm-mirror/llvm/blob/master/lib/Transforms/Scalar/IndVarSimplify.cpp#L2240 and that logic needs to be made smarter to account for how much the RHS of the LFTR'ed exit condition is simplified after extension. > Moving it to a different location can be done separ...
2013 Nov 25
2
Captive Portal
Hi All, I'm trying to set up a Captive Portal using a Centos6 box. I've been experimenting with WiFiDog but it looks like development has faltered and I'm chasing my tail getting all the bits of PHP together for it to run. Some bits I've got look like Alpha code. What I'm trying to accomplish is a a simple firewall type system for a public WiFi, that redirects users to a Web page when they first connect, accepts some credent...
2017 Apr 14
3
Question on induction variable simplification pass
Hi Sanjoy, I have attached the IR I got by compiling with -O2. This is just before we widen the IV. To get the backedge taken count info I ran indvars on it and then replaced zext with sext. I think regardless of where we decide to add this transformation in the pipeline, it should try to preserve as much information as it can. This means that we should generate sext for signed IVs and
2011 Sep 08
1
predict.rma (metafor package)
Hi (R 2.13.1, OSX 10.6.8) I am trying to use predict.rma with continuous and categorical variables. The argument newmods in predict.rma seems to handle coviariates, but appears to falter on factors. While I realise that the coefficients for factors provide the answers, the goal is to eventually use predict.rma with ANCOVA type model with an interaction. Here is a self contained example (poached in part from the MAd package): id<-c(1:20) n.1<-c(10,20,13,22,28,12,12,36,...
2013 Feb 19
2
Xyratex News Regarding Lustre - Press Release
...is today, and it?s how it will deliver the most value in the future. Several members of the Lustre community have endorsed these plans and voiced their support of our purchase, and contributed quotes which were included in our announcement today. Special thanks to our two community leaders Hugo Falter with EOFS and Norm Morse with OpenSFS for their support to date and into the future as we work to further the collaboration around Lustre. Expect to hear more soon as we head into the 2013 Lustre User Group meeting in San Diego. http://www.opensfs.org/events/lug13/ It should be an exciting event...
2008 Mar 06
3
Moving from RAID 0 to LVM RAID?
So I've learned a valuable RAID 0 lesson, and it fortunately was not a major catastrophy. I got lucky, and had a workable-enough backup on tape to make the user who needed some data happy. Now, from the OS side, LVM is an option. Say the RAID controller only allows hardware striping or mirroring for logical volumes, but I want to use more than two disks, and I don't want the RAID 0
2010 Mar 06
0
Audio problems ins conference zap->sip
...ith the customer sip and a normal telephone and communication is right, the cuts do not take place of audio. 2 Problema Another problem I have met with is in the same case than before, in a communication zap sip, when he is being spoken to at both ends to them time, the audio in the sense zap sip falters. This problem happens either detection does not make out which of silence so that you are always with a team with detection of silence same as for a normal telephone transmitting. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/ast...
2001 Sep 18
0
SWAT Bad Authorization!
...help, I have searched for info without success. BTW access to SWAT via Webmin is also dead. As many of you are in the USA I would like to add my condolences to all those affected by the recent tragedy, and to let you know that the British will be with you even if the support of the rest of Europe falters. Nigel
2007 Jul 08
3
Sparc
By chance, has there been any progress on a 5.0 version for an Ultra Sparc? -- Best regards, Chris Registerd Linux user number 448639
2003 Feb 11
4
postgres
Is anyone using R with postgres? I'd like to do so, but cannot seem to find any reasonable explanation of how to do so. Joshua Gramlich Chicago, IL
2006 Aug 15
2
nls convergence problem
I'm having problems getting nls to agree that convergence has occurred in a toy problem. nls.out never gets defined when there is an error in nls. Reaching the maximum number of iterations is alway an error, so nls.out never gets defined when the maximum number of iterations is reched. >From ?nls.control: tol: A positive numeric value specifying the tolerance level for the
2018 Jul 31
4
[RFC][SVE] Supporting SIMD instruction sets with variable vector lengths
On Tue, 31 Jul 2018 at 03:53, David A. Greene <dag at cray.com> wrote: > I wasn't talking about within an instruction but rather across > instructions in the same expression tree. Something like this would be > weird: Yes, that's what I was referring as "not in the API" therefore "user error". > The points where VL would be changed are limited and
2007 Jun 21
7
test program #2: mmaping
Attached another test program. I don't expect it to print any errors with any OS, but I'd like to confirm it for non-Linux SMP kernels. (Except for OpenBSD, it doesn't work correctly in it anyway because it doesn't support mixing write()s and mmap()) -------------- next part -------------- A non-text attachment was scrubbed... Name: concurrency.c Type: text/x-csrc Size: 2256
2013 May 10
0
Wine release 1.5.30
...g 2012 install fails because USER32.DLL GetListBoxInfo not found 29358 Vit Registry Fix 9.5 crashes when clicking "close" button in "about" dialog 29570 Some applications crash when being +relay traced due to ntdll's relay_call clobbering ECX (and EDX) 29650 MP3Gain falters and crashes 29847 comctl32: Sliders of disabled trackbars are rendered the same as enabled ones 30181 BloxxIt launcher frequently crashes in mshtml 30202 Steam crashes when viewing the store tab 31515 Planetside 2 (Beta), installer fails 32048 Microsoft SQL Server 2005 Express Editi...
2018 Jul 31
3
[RFC][SVE] Supporting SIMD instruction sets with variable vector lengths
...the call. The change > would not be visible to the caller. If a function is called and changes the length, does it restore back on return? > I am not so sure about that. Power requirements may very well drive > more dynamic vector lengths. Even today some AVX 512 implementations > falter if there are "too many" 512-bit operations. Scaling back SIMD > width statically is very common today and doing so dynamically seems > like an obvious extension. I don't know of any efforts to do this so > it's all speculative at this point. But the industry has done i...
2010 May 24
7
Icecast2 Station with multiple scheduled DJs?
I have been playing with Icecast only for a couple of days, and I am trying to figure out how to do something. I want a listener to have to only deal with one stream, but I want to be able to switch the source of that stream between multiple sources (DJs). The core idea is that the listener only deals with /live.mp3 while in the background I can problematically switch between a series of live
2009 Feb 17
32
Backing up ZFS snapshots
I have an OpenSolaris snv_105 server at home that holds my photos, docs, music, etc, in a zfs pool. I backup my laptops with rsync to the OpenSolaris server. All of my important data is in one place, on the OpenSolaris server. I want to backup this data. I want to protect against losing my data, and I would also like to recover previous versions of files when I make mistakes. * I do not have a
2006 Jan 27
59
Why Macs instead of AMD or Intel ? Just curious
My first computer was a Mac (SE30) but it was also my last so I am not without appreciation of Apples wonderful aptitude for design. Without starting a flame-fest why do so many ruby and rails developers use a Mac ? It seems to be a commonality within the ruby and RoR community. Especially laptops. The first ruby users group meeting I attended was about 50% Macs (or so it seemed to me - I