Displaying 20 results from an estimated 42 matches for "guises".
Did you mean:
guides
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
I have a very large data frame, and I'm doing a conversion of all columns
into factors. Takes a while (thanks to folks here though, for making
faster!), but am wondering about optimization from a memory perspective...
Internally, am I better off assigning into a new data frame, or doing one of
these:
dataframe<-someoperation(dataframe)
It would seem that re-assigning into the same data
2007 Mar 15
2
replacing all NA's in a dataframe with zeros...
I've seen how to replace the NA's in a single column with a data frame
*> mydata$ncigs[is.na(mydata$ncigs)]<-0
*But this is just one column... I have thousands of columns (!) that I need
to do this, and I can't figure out a way, outside of the dreaded loop, do
replace all NA's in an entire data frame (all vars) without naming each var
separately. Yikes.
I'm racking my
2007 Feb 07
2
Is anybody else dealing with Security Metrics?
Seems that some of the credit card processors demand the use of Security
Metrics to test their web hosting for meeting a fairly good security
standard.
First, it doesn't matter if they do online credit card processing or
not, just credit card processing period. This makes some sense, as
someone could hack in a form pretending to ask for this information...
so there is at least some
2014 Jan 22
2
[LLVMdev] Why should we have the LoopPass and LoopPassManager? Can we get rid of this complexity?
On Wed, Jan 22, 2014 at 12:33 AM, Andrew Trick <atrick at apple.com> wrote:
> > There appear to be two chunks of "functionality" provided by loop passes:
> >
> > 1) A worklist of loops to process. This is very rarely used:
> > 1.1) LoopSimplify and LoopUnswitch add loops to the queue.
>
> I’m making this up without much thought, but we may benefit
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
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 e...
2014 Mar 14
1
Replying to Posts
On Thu, March 13, 2014 15:32, Kevin Larsen wrote:
>> On 13/3/14 6:27 pm, Eric Wieling wrote:
>> > This is an example of why I top post. Who wrote what?
>>
+1-1 = 0
I do not care about where people put their replies so long as I can figure out
who is answering what. What I do not like to read is this interminable
religious dogma about the 'natural' order of
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.co...
2007 May 08
0
How might I -remove- a tree from a random forest?
I see the function "getTree", which is very interesting. As I'm trying to
teach myself more and more about R, and dealing with lists, it occurred to
me that it might be fun to remove (as in delete) a single tree from a
forest...say to go from 500 to 499.
I know, I know... "why?"
Why, to play, of course!
I've been doing a lot of reading on various tuning parameters,
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
2003 May 08
0
Removing Domain machine account
We are running Samba 2.2.8a on Solaris 2.6 as a domain controller.
This in general works fine.
One of our member PCs (running Windows XP) had software installed that changed
the machine name.
However on the change (at which I was not present) the machine does not appear
to have successfully told the Samba domain controller. There is still a
machine account for the old machine name but none for
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?
On Wed, Jan 22, 2014 at 1:01 AM, Andrew Trick <atrick at apple.com> wrote:
> On Jan 22, 2014, at 12:44 AM, Chandler Carruth <chandlerc at gmail.com>
> wrote:
>
>
> On Wed, Jan 22, 2014 at 12:33 AM, Andrew Trick <atrick at apple.com> wrote:
>
>> > There appear to be two chunks of "functionality" provided by loop
>> passes:
>> >
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