search for: guise

Displaying 20 results from an estimated 42 matches for "guise".

Did you mean: guide
2009 Dec 23
2
Wine 1.1.35 DirectX error on OS X
Hi I have been using Wine to play Lotro on OS X 10.6.2 and everything has been fine until I upgraded to 1.1.35 yesterday. Now when I try to run the game I get a "Direct3D could not be initialised" error and in the terminal window I launched the game from the following errors appear:- err:wgl:has_opengl Failed to load libGL: dlopen(libGL.1.dylib, 266): image not found
2007 Mar 23
1
memory, speed, and assigning results into new v. existing variable
...e to be a "working copy" in memory until the operation was complete, right? Just curious about the inner workings of R. -- --------------------------------------- David L. Van Brunt, Ph.D. mailto:dlvanbrunt@gmail.com "If Tyranny and Oppression come to this land, it will be in the guise of fighting a foreign enemy." --James Madison [[alternative HTML version deleted]]
2007 Mar 15
2
replacing all NA's in a dataframe with zeros...
...s like I must be staring at the obvious, but it eludes me. Searches have come up CLOSE, but not quite what I need.. Any pointers? -- --------------------------------------- David L. Van Brunt, Ph.D. mailto:dlvanbrunt@gmail.com "If Tyranny and Oppression come to this land, it will be in the guise of fighting a foreign enemy." --James Madison [[alternative HTML version deleted]]
2007 Feb 07
2
Is anybody else dealing with Security Metrics?
...icy. :( One other thing that bothers me about them is they 'sell appliances'. So, if your server/host can't pass or doesn't want to deal with it, we can 'sell' them something, making more money which to me seems like a conflict of interest for someone operating under the guise of security.
2014 Jan 22
2
[LLVMdev] Why should we have the LoopPass and LoopPassManager? Can we get rid of this complexity?
...d alternative: we can either continue to > convert transforms into a utilities, or we can invent new pass manager > tricks. e.g. iterate over a set of function passes or selectively run a > pass on “dirty” regions. This is a really good point. Owen pointed it out to me as well in another guise: when we unroll a loop, we need to re-run a bunch of the passes, but re-running them when we *haven't* successfully unrolled a loop is a total waste. I'd like to think more about this, so a simpler option: what if we *just* extract LoopSimplify and LCSSA? If all the LoopPasses preserve the...
2020 May 19
3
linker adaptability ...
hello folks, I'm working to add runtime updating of code to the OCaml compiler which in its bytecode guise presents no barrier because there is only one linker and it is written in that language and full control is available. With native code on the other hand, there is reliance on the system linker and I got completely lost examining the GNU ld/dl library source code. The prospect of understanding and...
2010 Dec 30
1
Auto-Removal of Straggling File locks due to Ungraceful Client Disconnects
Hi all, This question has come up many times before in a number of guises. But I do not believe that it has ever been answered satisfactorily. This may well reflect fundamental difficulties in the CIFS protocol However, recent incarnations of Windows Server seem to handle the problem better possibly due to tweaks in the underlying TCP/IP stack vis-a-vis Linux. At the...
2014 Mar 14
1
Replying to Posts
...ive evidence whatsoever that top or bottom posting makes any difference to the reader's understanding of the message? Does any rigorously determined data exist to support that contention? If not then this is simply a matter of trying to impose a set of arbitrary cultural values cloaked in the guise of technical superiority. >> Of course, if you use a mail client that's capable of quoting correctly, > >> it all works beautifully. >> > > Outlook can quote correctly, but it is an all or nothing setting it would > appear. Lotus Notes actually handles it better...
2007 Dec 27
6
ActiveResource and (polymorphic) associations
Hi, I''m just playing with ActiveResource and I did''nt find anything about the support of (polymorphic) associations. Is there a support at all? Thanks in advance --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to
2003 Jul 09
2
Packages, generics, S3 and S4
...uidance on what is regarded as 'good practice' and will not lead to too many problems as the S3->S4 migration proceeds. Any indication of the planned S3->S4 migration path and timetable would be a welcome bonus. I realise that the second question has been aired before in different guises, but I regret to say I still do not know the answer. I am using NT, and R1.7.1, for the above examples. Regards Giles Heywood Portfolio & Risk Advisory Group Commerzbank Securities tel + 44 20 7653 7009 fax + 44 20 7562 5347 mobile + 44 7973 266343 mailto:giles.heywood@commerzbankib.c...
2007 May 08
0
How might I -remove- a tree from a random forest?
...to get me going. If this is a "new" thing, I'll post the function when I'm done for others to play with it, too. -- --------------------------------------- David L. Van Brunt, Ph.D. mailto:dlvanbrunt@gmail.com "If Tyranny and Oppression come to this land, it will be in the guise of fighting a foreign enemy." --James Madison [[alternative HTML version deleted]]
2006 Mar 10
1
High-Availability Clustering and drbd?
Does anyone here on this list have experience with HA clustering? I'm previewing drbd as a potential tool, and wanted to know if anyone here has experiemented with it at all... How stable is it? Does the additional likelyhood of failure given the additional complexity actually get compensated by a better overall system? http://www.drbd.org/ Any feedback is welcome... -Ben --
2007 Dec 16
0
Trixbox Arbitrary Command Execution Vulnerability
A set of scripts were recently discovered in the trixbox line of PBX products, which connect to a remote host every 24 hours, to retrieve an arbitrary list of commands to be executed locally. These scripts were added under the guise of submitting 'anonymous usage statistics', however, with the help of DNS pollution, or malice on the part of the sponsoring company (Fonality), all up-to-date versions of trixbox could be instantly disabled, or worse. According to trixbox Community Director, Kerry Gerrison, a new version...
2003 May 08
0
Removing Domain machine account
...e user, using more than one user name are not allowed. Disconnect all connections to the server ..." Changing the name back and try to rejoin the domain fails. Removing the smbpasswd entry fails to improve matters. I am unsure if the problem is that Samba still knows about the PC in its old guise or that the PC still has domain information or some combination. Anyhow what can I do short of reinstalling Windows on the PC? Thanks ... -- Peter Polkinghorne, IT Manager KSB Law, 14 Old Square, Tel: +44 (0) 20 7447 1200 Lincoln's Inn, Fax: +44 (0) 20 783...
1998 Mar 12
1
tmp files problem
Hi It seems that the problem is that you wish to make private for the user, some files, which, for other purposes, should yet remain possibly shared. This problem, for my own, is typically a resource-sharing problem, and may be simply solved in a password-like way. That is, each temp file should be generated with a randomized name. It has been said that this implies 1) modifying shell
2014 Jan 22
3
[LLVMdev] Why should we have the LoopPass and LoopPassManager? Can we get rid of this complexity?
...gt;> continue to convert transforms into a utilities, or we can invent new pass >> manager tricks. e.g. iterate over a set of function passes or selectively >> run a pass on “dirty” regions. > > > This is a really good point. Owen pointed it out to me as well in another > guise: when we unroll a loop, we need to re-run a bunch of the passes, but > re-running them when we *haven't* successfully unrolled a loop is a total > waste. > > I'd like to think more about this, so a simpler option: what if we *just* > extract LoopSimplify and LCSSA? If all the...
2008 Nov 03
1
qr() and Gram-Schmidt
Hi, Why the qr() produces a negative Q compared with Gram-Schmidt? (note example below, except Q[2,3]) Here is an example, I calculate the Q by Gram-Schmidt process and compare the output with qr.Q() a <- c(1,0,1) b <- c(1,0,0) c <- c(2,1,0) x <- matrix(c(a,b,c),3,3) ########################## # Gram-Schmidt ########################## A <- matrix(a,3,1) q1 <-
2006 Oct 18
1
samba 4
Hello List, Just woundering if there is any release date yet for samba v4 I see that there is a tp3 out but I would really like to know if there is a release date yet. -- Kind regards Per Qvindesland E-mail: per@qvtech.cc Web: www.qvtech.cc Fax: 0866730128
2000 Oct 25
1
problem with "breaks" in histogram (PR#710)
Full_Name: Matthew Wiener Version: 1.1.1 OS: linux Submission from: (NULL) (156.40.248.102) I've come across a glitch in hist. I can reproduce it on linux for Intel, linux for PPC, and Irix 6.5. t1 <- c(41, 42, 42, 43, 43, 43, 44, 44, 45, 46) hist(t1, breaks = 10) (OK) hist(t1/50, breaks = 10) Error in hist.defauilt(t1/50, breaks = 10): some 'x' not counted; maybe
2006 Jan 05
2
Linux HA may not be the best choice in your situation. High Availability using 2 sites
Just to clarify, I'm looking at this from an application layer Point of View. One of the reasons why I'm looking at it that way, is because Tim said he was looking at LinuxHA..."application level" redundancy that uses IP. Tim, just to let you know, I don't believe that LinuxHA will work in the way you described, only because of the different IP ranges. It looks like Linux