search for: abomin

Displaying 20 results from an estimated 94 matches for "abomin".

Did you mean: aboman
2018 Dec 06
2
Can't configure GDM after update to CentOS 7.6
...ou could justify the effort it would have required to > effectively support an unsupported version of Gnome3, and backporting > I think would have been more than deeply unpleasant. Or they could simply have gone with KDE 4, a stable and mature desktop at the time RHEL 7.0 was out. And not an abomination that had to be potty-trained from scratch again while steadily losing features every other minor upgrade. Niki -- Microlinux - Solutions informatiques durables 7, place de l'?glise - 30730 Montpezat Site : https://www.microlinux.fr Blog : https://blog.microlinux.fr Mail : info at microl...
2017 Jun 12
5
Fedora 25 Samba and XP-SP3
...43 at email.uscc.net (140 char limit) \ / Ribbon Campaign Visit - URL: http://vidiot.com/ X Against http://vidiot.net/ / \ HTML Email "You're Sherlock Holmes, wear the damn hat!" - Watson to Sherlock Sherlock - The Abominable Bride - 1/01/16
2011 Dec 22
2
Stepwise in lme
...eliminated in the model). This didn't work as lme didn't recognise the vector. 2) setting the term I wished to drop to a column of 0's so it couldn't be used in the analysis, but this created a singularity which then stopped lme from working.... Hmm, perhaps I should abandon such abominations ... does anyone have some advice on how I might get such a crude method working or must I turn back and fight with stepAIC? Thank you! -- View this message in context: http://r.789695.n4.nabble.com/Stepwise-in-lme-tp4224724p4224724.html Sent from the R help mailing list archive at Nabble.co...
2007 Feb 05
1
long jumping out of code in specs
I wrote this abomination just now, and wonder if anyone else has had experience with the pattern behind it. In short, I''m specing an after_create hook on an ActiveRecord model, that calls a bunch of private methods. Instead of stubbing all those private methods (which is verboten anyway, as well as impossible...
2006 Jan 05
3
problem with using lines command on windows XP machine
...line appeared in the graph. The commands abline and segments work perfectly fine (so I am now using segments to plot the line I want), but I still think the lines command should work. Does anybody has similar problems drawing lines on XP machines (or laptops in general?)? Or I am doing something abominably wrong? Greetings and thanks in advance for any replies, Edwin Commandeur
2004 Jul 18
1
[LLVMdev] ConstantPointerRef Changes
LLVMers, The long awaited conclusion of bug 122 (VMCore cleanups) is very near. I have just committed all the changes to rid LLVM of the ConstantPointerRef abomination. This class no longer exists. Just use GlobalValue, GlobalVariable or Function directly. The changes pass 100% of Feature and Regression tests. Two minor discrepancies against the Programs tests were detected but these were attributed to either the test program (changes committed) or the t...
2017 Jun 12
2
Changing the IP Address of a Samba AD DC doesn't work - samba_dnsupdate crashes
...43 at email.uscc.net (140 char limit) \ / Ribbon Campaign Visit - URL: http://vidiot.com/ X Against http://vidiot.net/ / \ HTML Email "You're Sherlock Holmes, wear the damn hat!" - Watson to Sherlock Sherlock - The Abominable Bride - 1/01/16
2017 Jun 18
0
[FORGED] About error bars on barplots
...tach_ figures as *.pdf files, for instance. That being said, to answer your question, my advice (and that of many others) is: DON'T. Error bars on boxplots (such plots are sometimes known as "dynamite plots" or "detonator plots") are considered by the cognoscenti to be abominations. cheers, Rolf -- Technical Editor ANZJS Department of Statistics University of Auckland Phone: +64-9-373-7599 ext. 88276
2006 Jul 20
2
Q: winbindd, unqualfied users, & name conflicts (a.k.a "Death to 'winbind use default domain'!")
...in_user() to do a lookup_name() to try to figure out which domain to prepend to the username rather than just assuming its a domain user. But this means that we'll always choose the local user (due to the order of an isolated search in lookup_name()). The main problem is the use default domain abomination will confuse local and domain users of the same name and possibly return incorrect group membership. I am about a 1/2 inch from marking the smb.conf option as deprecated and adding similar option to pam_winbind.conf. This option just cannot work reliably. Do you have any suggestions? ch...
2017 Jun 12
2
[Solved] Fedora 25 Samba and XP-SP3
...43 at email.uscc.net (140 char limit) \ / Ribbon Campaign Visit - URL: http://vidiot.com/ X Against http://vidiot.net/ / \ HTML Email "You're Sherlock Holmes, wear the damn hat!" - Watson to Sherlock Sherlock - The Abominable Bride - 1/01/16
2013 Oct 02
2
[LLVMdev] builtin_apply?
...our users (for debug/trace purposes). /Patrik Hägglund From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of Eric Christopher Sent: den 2 oktober 2013 07:22 To: reed kotler Cc: LLVMdev at cs.uiuc.edu Subject: Re: [LLVMdev] builtin_apply? __builtin_apply is an abomination. Even in GCC it is held to have been a bad idea. --eric On Oct 1, 2013 10:03 PM, "reed kotler" <rkotler at mips.com<mailto:rkotler at mips.com>> wrote: why does clang not support builtin_apply? 6.5 Constructing Function Calls Using the built-in functions described below...
2013 Oct 02
0
[LLVMdev] builtin_apply?
__builtin_apply is an abomination. Even in GCC it is held to have been a bad idea. --eric On Oct 1, 2013 10:03 PM, "reed kotler" <rkotler at mips.com> wrote: > why does clang not support builtin_apply? > > 6.5 Constructing Function Calls > > Using the built-in functions described below, you ca...
2017 Jun 12
2
[Solved] Fedora 25 Samba and XP-SP3
...43 at email.uscc.net (140 char limit) \ / Ribbon Campaign Visit - URL: http://vidiot.com/ X Against http://vidiot.net/ / \ HTML Email "You're Sherlock Holmes, wear the damn hat!" - Watson to Sherlock Sherlock - The Abominable Bride - 1/01/16
2013 Oct 02
2
[LLVMdev] builtin_apply?
...nd > > *From:*llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] > *On Behalf Of *Eric Christopher > *Sent:* den 2 oktober 2013 07:22 > *To:* reed kotler > *Cc:* LLVMdev at cs.uiuc.edu > *Subject:* Re: [LLVMdev] builtin_apply? > > __builtin_apply is an abomination. Even in GCC it is held to have been a > bad idea. > > --eric > > On Oct 1, 2013 10:03 PM, "reed kotler" <rkotler at mips.com > <mailto:rkotler at mips.com>> wrote: > > why does clang not support builtin_apply? > > > 6.5 Constructing...
2017 Jun 12
2
[Solved] Fedora 25 Samba and XP-SP3
...43 at email.uscc.net (140 char limit) \ / Ribbon Campaign Visit - URL: http://vidiot.com/ X Against http://vidiot.net/ / \ HTML Email "You're Sherlock Holmes, wear the damn hat!" - Watson to Sherlock Sherlock - The Abominable Bride - 1/01/16
2009 Sep 08
1
[OT] "_" inserted in postings
...nce for people who want to test the code which people post to R-help. Ditto if someone should post code (such as the above) as a solution to someone else's problem: As received, it just would not work! Comment: I have for long time been under the impression, now apparently a delusion, that the abominable quoted-printable had found its due final resting-place in the Museum of Dishonorable Obsolescence; apparently not! Also, if people are using web-mailers (Yahoo or other) that wantonly insert this kind of rubbish, they should look into the possibility of either changing the configuration under...
2018 Feb 20
0
[RFC PATCH v3 0/3] Enable virtio_net to act as a backup for a passthru device
...ow we only have >a single bit so the goal for now is trying to keep this as simple as >possible. Oh. So there is really intention to do re-implementation of bonding in virtio. That is plain-wrong in my opinion. Could you just use bond/team, please, and don't reinvent the wheel with this abomination? > >> What is the reason for this abomination? According to: >> https://marc.info/?l=linux-virtualization&m=151189725224231&w=2 >> The reason is quite weak. >> User in the vm sees 2 (or more) netdevices, he puts them in bond/team >> and that's it....
2018 Feb 20
6
[RFC PATCH v3 0/3] Enable virtio_net to act as a backup for a passthru device
...hat we can look at doing a virtio-bond sort of device that will handle all this as well as providing a communication channel, but that is much further down the road. For now we only have a single bit so the goal for now is trying to keep this as simple as possible. > What is the reason for this abomination? According to: > https://marc.info/?l=linux-virtualization&m=151189725224231&w=2 > The reason is quite weak. > User in the vm sees 2 (or more) netdevices, he puts them in bond/team > and that's it. This works now! If the vm lacks some userspace features, > let's...
2018 Feb 20
6
[RFC PATCH v3 0/3] Enable virtio_net to act as a backup for a passthru device
...hat we can look at doing a virtio-bond sort of device that will handle all this as well as providing a communication channel, but that is much further down the road. For now we only have a single bit so the goal for now is trying to keep this as simple as possible. > What is the reason for this abomination? According to: > https://marc.info/?l=linux-virtualization&m=151189725224231&w=2 > The reason is quite weak. > User in the vm sees 2 (or more) netdevices, he puts them in bond/team > and that's it. This works now! If the vm lacks some userspace features, > let's...
2013 Oct 02
0
[LLVMdev] builtin_apply?
...nd > > *From:*llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] > *On Behalf Of *Eric Christopher > *Sent:* den 2 oktober 2013 07:22 > *To:* reed kotler > *Cc:* LLVMdev at cs.uiuc.edu > *Subject:* Re: [LLVMdev] builtin_apply? > > __builtin_apply is an abomination. Even in GCC it is held to have been a > bad idea. > > --eric > > On Oct 1, 2013 10:03 PM, "reed kotler" <rkotler at mips.com > <mailto:rkotler at mips.com>> wrote: > > why does clang not support builtin_apply? > > > 6.5 Constructing...