search for: trumped

Displaying 20 results from an estimated 211 matches for "trumped".

Did you mean: trumpet
2007 Apr 18
0
palm crab no-trump
"she is a great fool for going away, if she liked him."<BR>and the liberty of a manor, it was doubtful to many of those who best knew the easiness of his temper,<BR>and aunt so well, that i am not afraid of requesting it, though i have still something more to ask of the<BR>commerce; but with respect to any other leading characteristic, i do not imagine that much has
2007 Apr 18
0
palm crab no-trump
"she is a great fool for going away, if she liked him."<BR>and the liberty of a manor, it was doubtful to many of those who best knew the easiness of his temper,<BR>and aunt so well, that i am not afraid of requesting it, though i have still something more to ask of the<BR>commerce; but with respect to any other leading characteristic, i do not imagine that much has
2007 Oct 24
5
Access.log
I'm using Simplecast to feed 8 mount points of a 24/7 live stream to Icecast on a win platform. When I have the Statistics Relays graphing activated, I get an entry each minute in Access.log for each of the mount points. That particular entry is pretty much useless but of course, being able to see the IP address of client drops can be useful. This log grows to mammoth proportions unless I
2013 Jul 18
4
[LLVMdev] About LLVM switch instruction
Hi Mark, This will workaround the problem of "default" branch restriction on the switch instruction. The trouble with this technique is that it will trump later optimization phases such as constant propagation. When a block was part of a case, because of the knowledge of the case value, the block was a candidate for better optimization. However, when we move the body of the case into
2005 Aug 20
2
Forcing individual clients to alternate mount points
Greetings I'm new to the forum but have been streaming successfully with SimpleCast/IceCast2 for about 8 months. Both Simplecast and IceCast2 are running on the same Win2K system. Now I want to do something that has me stumped. It really is a two pronged problem. Here's the setup: Icecast is encoding the same live audio to multiple mount points, allowing me to easily track the
2013 Oct 02
2
Resource map sanity check fails after GRUB "keeps" the gfx mode
Hi Pavel On Wed, Oct 2, 2013 at 11:46 PM, Pavel Roskin <proski at gnu.org> wrote: > On Wed, 2 Oct 2013 16:47:29 +0200 > David Herrmann <dh.herrmann at gmail.com> wrote: > >> Thanks for your investigations. I finally sent my patch and put you on >> CC. Sorry for the delay, but I have mostly catched up with all emails >> now. >> >> This really just
2006 Feb 08
8
Riding the Rails to acquisition
Guys, I think many of us on this list would consider ourselves entrepreneurs. I''m willing to bet at least 40% of you are working on ideas for startups...hoping that you just might have the next Flickr, Oddpost, del.icio.us, etc. Me too, for what it''s worth. Rails is good for this, in that it enables you to move quickly (after the learning curve) and it''s
2020 Aug 12
2
[Sharing] CentOS 8.2 (2004) Linux Server is Compatible with Dell PowerEdge R640 1U Server
Subject: [Sharing] CentOS 8.2 (2004) Linux Server is Compatible with Dell PowerEdge R640 1U Server Good day from Singapore, I have just installed CentOS 8.2 (2004) Linux Server on Dell PowerEdge R640 1U Server for "Donald Trump and Xi Jinping Investment Company LLP" (fictitious/fictional company name used) in Singapore on 11 August 2020 Tuesday. I can confirm that CentOS 8.2
2017 Apr 01
3
mean(x) != mean(rev(x)) different with x <- c(NA, NaN) for some builds
In R 3.3.3, I observe the following on Ubuntu 16.04 (when building from source as well as for the sudo apt r-base build): > x <- c(NA, NaN) > mean(x) [1] NA > mean(rev(x)) [1] NaN > rowMeans(matrix(x, nrow = 1, ncol = 2)) [1] NA > rowMeans(matrix(rev(x), nrow = 1, ncol = 2)) [1] NaN > .rowMeans(x, m = 1, n = 2) [1] NA > .rowMeans(rev(x), m = 1, n = 2) [1] NaN >
2015 Jun 12
2
idmap & migration to rfc2307
Thanks buhorojo. The sssd list came up trumps here. When changing ID mappings, the sssd database must be manually removed (rm /var/lib/sss/db/*). I now have sssd working again :) I shall keep an eye on the mappings during the day today.. On 12 June 2015 at 07:36, buhorojo <buhorojo.lcb at gmail.com> wrote: > On 12/06/15 01:34, Jonathan Hunter wrote: >> >> On 11 June 2015 at
2013 Jul 18
0
[LLVMdev] About LLVM switch instruction
On Jul 17, 2013, at 10:09 PM, Milind Chabbi <Milind.Chabbi at rice.edu> wrote: > Hi Mark, > > This will workaround the problem of "default" branch restriction on > the switch instruction. The trouble with this technique is that it > will trump later optimization phases such as constant propagation. > When a block was part of a case, because of the knowledge of
2016 Aug 24
1
Gnome weather applet stranded
On Wed, August 24, 2016 10:46 am, m.roth at 5-cent.us wrote: > isdtor wrote: >> The Gnome weather report applet has ceased working on CentOS5/6. >> http://weather.noaa.gov/ says "This service is no longer available". Are >> there any good alternatives? I liked the applet as it allowed the use of >> a >> custom radar map. >> >> As I just
2018 Oct 03
1
Trouble installing with Nvidia card
> > Why? 7.5.1804 has been out since May of this year. You're going to > end up downloading a ton of updates the first time. > For a specialized software, we have to wait for the developers to certify each new OS. They are still recommending 7.3. One reason in particular is that 7.5 has a fix for Meltdown and Spectre, which known to reduce performance. This machine will be
2020 Nov 03
1
Group with RWX acl cannot delete as file/dir owned by user with RWX
I have read through that and that's where I'm at now. I cannot understand why I have permissions fighting and the group permissions are being trumped by the owner. Regards Karl -----Original Message----- From: Rowland penny via samba <samba at lists.samba.org> Reply-To: Rowland penny <rpenny at samba.org> To: samba at lists.samba.org Subject: Re: [Samba] Group with RWX acl cannot delete as file/dir owned by user with RWX Date: Tue...
2013 Oct 03
0
Resource map sanity check fails after GRUB "keeps" the gfx mode
Hi David, On Thu, 3 Oct 2013 00:19:56 +0200 David Herrmann <dh.herrmann at gmail.com> wrote: > >> And your PCI-BAR adjustment doesn't change > >> anything either, sorry. > > > > I simply tried another approach to pacify the resource checker. > > > > However, there is some difference. nvidiafb cannot access the > > resources if
2009 Sep 25
0
[LLVMdev] MemoryBuffer
On Thu, Sep 24, 2009 at 5:38 PM, Gordon Henriksen <gordonhenriksen at me.com> wrote: > On 2009-09-24, at 18:56, OvermindDL1 wrote: > > Out of curiosity, what code in Clang is optimized by doing a > pointer derefence then compare to 0, rather then just comparing two > points directly? Does not seem that efficient when laid out like that, > which is why I am curious what
2007 Oct 24
2
24/7/365 ogg-vorbis client
Don't know if this is the proper place for this question ... I'm setting up an audio stream from a public radio station's studios to a remote transmitter. We're using icecast for the server, and it's performed remarkably well (it's been up for over two years now). I need a client for the remote location. Requirements are it must run on linux, come up at boot, operate
2008 Sep 05
2
schedule a fallback and / 2 sources streaming at 1 server ???
Hi everyone. I was wondering if it is possible to schedule a fallback. I know there is the option when no source is streaming then icecast server falls back to another mount point. So my question is if it is possible to schedule some sort of fallback to another mount point whenever i want to. Let me give you an example: source 1 is streaming to server from 16:00 until 16:59 at mount point 1.
2007 Mar 13
1
BUG? re-ordering of tos routes in table
It seems like tos should be considered when sorting routes on insertion. Consider this out-of-order route creation: # ip route add 1.1.0.0/24 table 3 nexthop via 192.168.0.23 # ip route add 1.1.0.1/32 table 3 nexthop via 192.168.0.24 # ip route show table 3 1.1.0.1 via 192.168.0.24 dev eth3 1.1.0.0/24 via 192.168.0.23 dev eth3 ok... it''s re-ordered the routes - it makes sense, the
2015 Oct 14
3
RFC: Introducing an LLVM Community Code of Conduct
Am 14.10.2015 um 14:57 schrieb Krzysztof Parzyszek via llvm-dev: > Is there an ongoing problem with the types of discussions on this, and > other LLVM-related lists? Not currently. > What problem is the proposed CoC trying to solve? Stop possible future harrassment before it can happen. It's a legitimate concern actually.