Displaying 20 results from an estimated 128 matches for "sneaky".
Did you mean:
sneak
2008 Apr 02
2
Sneaky Windows install through Wine
Hello. I tried to search for an answer to this question, but found it difficult to phrase in a way that wouldn't bury the pertinent information in an avalanche of more common usage situations.
My situation is this: My work machine has Windows XP on one partition, and Ubuntu 7.10 on another. Windows is so horribly locked down that I can't install a lot of the software that I need to do
2005 Nov 15
3
[Fwd: [suse-amd64] OFF-TOPIC - *very* bad]
I saw this on the SuSE AMD64 list & decided to pass it along, since it
seems like a sneaky problem. Later posts confirm it is *NOT*
AMD64-specific, nor SuSE 9.3 specific ....
--
William A. Mahaffey III
---------------------------------------------------------------------
Remember, ignorance is bliss, but
willful ignorance is LIBERALISM !!!!
-------------- next part --------------...
2017 Sep 19
3
CentOS, PHP & OwnCloud/Nextcloud: the version dilemma
On Tue, September 19, 2017 1:42 pm, Nux! wrote:
> Unfortunately the same can be said about Ruby, RoR, Python etc etc etc.
It is not as much true about languages themselves (though it is true, and
I for one call python "sneaky snake" just because of that ;-), as about
how the software using these languages is written. E.g. well known
mailman. I never had it give me any trouble wherever I have/had it
installed, even though it is written in "sneaky snake" (python). This is
example of brilliantly written soft...
2005 Mar 15
2
Lemon drops
...coef[,1,drop=F]
deg0NA
(Intercept) 462
where I really wanted neither, but
(Intercept)
462
Anyone happen to know a neat way out of the conundrum?
I can think of
rowSums(coef[,1,drop=F])
or of course
val <- coef[,1]
names(val) <- rownames(x))
but the first one is sneaky and the second gets a bit tedious...
--
O__ ---- Peter Dalgaard Blegdamsvej 3
c/ /'_ --- Dept. of Biostatistics 2200 Cph. N
(*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918
~~~~~~~~~~ - (p.dalgaard@biostat.ku.dk) FAX: (+45) 3532790...
2018 Apr 06
3
Semi-OT: install python package in userspace
...ng pip version 8.1.2, however version 9.0.3 is available.
> You should consider upgrading via the 'pip install --upgrade pip' command.
>
> But on my testbox, i'm not sucessful to use the system numpy and scipy
> packages. i had to install them using pip.
Python is a "sneaky snake" ;-)
Valeri
>
> best regards
> Ulf
> _______________________________________________
> CentOS mailing list
> CentOS at centos.org
> https://lists.centos.org/mailman/listinfo/centos
>
--
++++++++++++++++++++++++++++++++++++++++
Valeri Galtsev
Sr System Admini...
2000 Dec 14
3
pho: [Fwd: new MS codecs]
...> Check it out (the url is probably wrapped):
> http://www.microsoft.com/windows/windowsmedia/en/compare/quality.asp
For those of us without a windows machine, could someone hand me a
.wav decompression of the windows media samples? Yeah, yeah, I know
the license says don't do it. Be sneaky.
Of course, I think it just boils down to 'Microsoft has an odd
definition of CD quality". But I won't know that till hearing the samples.
(also, are those mono or stereo samples? I'd imagine they're stereo,
but if they're not, well, geez :-)
Monty
--- >8 ----
List...
2007 Mar 09
6
AssertSelect for strings?
Hi,
Is there a way to use the have_tag matcher on a string instead of the
response body from a view? I have a helper in a method rails project
that returns an html fragment which I would like to test.
Like this:
module SomeHelper
def some_helper_method
"<p>foo</p>"
end
end
context "The SomeHelper"
helper_name :some
specify do
2008 Sep 03
8
SAS or SATA HBA with write cache
Anyone know of a SATA and/or SAS HBA with battery backed write cache?
Seems like using a full-blown RAID controller and exporting each individual drive back to ZFS as a single LUN is a waste of power and $$$. Looking for any thoughts or ideas.
Thanks.
-Matt
--
This message posted from opensolaris.org
2017 Sep 20
1
[OT] CentOS, PHP & OwnCloud/Nextcloud: the version dilemma
Straying OT ...
> > On Tue, September 19, 2017 1:42 pm, Nux! wrote:
> > > Unfortunately the same can be said about Ruby, RoR, Python etc etc etc.
> >
> > It is not as much true about languages themselves (though it is true, and
> > I for one call python "sneaky snake" just because of that ;-), as about
>
> <snip>
> Yeah, in addition to my reaction to "you're using *whitespace* as a syntax
> element?!", I had an early dislike of python, when each new sub-release
> broke things that had worked in the previous.
>...
2008 Jul 22
1
[LLVMdev] LICM/store-aliasing of global loads
Hi,
> One way to fix this would be to have AliasSetTracker pretend that
> pointers to constant memory never alias anything. That's a little
> sneaky though, ...
on the other hand it is simple and (presumably) effective.
Do you think it really could cause trouble?
Ciao,
Duncan.
1997 Apr 08
1
R-alpha: User friendly functions
...ere are variables of the same name in the
global environment)
similarly, how about
dfr.sub<-subset.frame(dfr,sex==1 && age > 30)
rather than
dfr.sub<-dfr[dfr$sex==1 && dfr$age > 30,]
Both would seem to be quite possible to implement, although they do
need to do some sneaky bits of computing-on-the-language internally.
--
O__ ---- Peter Dalgaard Blegdamsvej 3
c/ /'_ --- Dept. of Biostatistics 2200 Cph. N
(*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918
~~~~~~~~~~ - (p.dalgaard@biostat.ku.dk) FAX: (+45...
2006 Jun 26
1
How to model attribute and attribute-value dependencies
I''m being sneaky and reposting this question; I got no anwsers perhaps
because I posted it over the w/end. I apologize for this but I''m
completely stumped and need either an answer or some clue about how my
approach is flawed. Thanks...
I have a rails application which has a table ''cells''...
2003 Jun 10
3
tftp server error
I have got a Solaris 9 package build from the latest tftp software at
ftp.kernel.org.
When I do the following:
./in.tftpd -l -s /tftpboot -m /tftprules -v
The tftp server does not start. The error in /var/adm/messages is
"too many -s directories".
If i do
./in.tftpd -l -s /tftpboot -v
then it works fine. But i need remap feature for my project.
The message I get when i do
2008 Jul 22
0
[LLVMdev] LICM/store-aliasing of global loads
...TOT,
> opt -basicaa -licm for example will not move the invariant loads of @b
> and @a (into %tmp3 and %tmp5) out of the body of the for loop.
Good catch!
One way to fix this would be to have AliasSetTracker pretend that
pointers to constant memory never alias anything. That's a little
sneaky though, so offhand I think an approach such as what's in
your patch is better.
> If I apply the patch found further down, LICM moves the loads out (as
> expected), but of course this is a fairly specific fix.
Slightly better than checking for GlobalVariabls directly
is to call the Alias...
2014 Jul 05
6
[LLVMdev] Instructions on a target with no general purpose registers
I've mentioned my sneaky plans to target the MOS6502 here before.
The big issue I think is that a lot of instructions don't really have a choice for output register. It all just goes into the accumulator, X index, or Y index based on the specific instruction.
So, my question is, when I'm defining my ins, outs and...
2006 Oct 12
2
1.0rc8: another problem? Possibly 64-bit index?
...tion simply not getting logged?)
Note that our index files (and mail spool (INBOX, folder) areas) are on an
NFS (NetApp) shared area accessed by all three classes of our machines:
o existing UW-IMAP (which doesn't use the indexes)
o yesterday-dovecot (32-bit)
o today-dovecot (64-bit)
My sneaky suspicion is that this is a subtle 64-bit-ism, either on its
own, or in some sort of interaction with an indexes created from
yesterday's 32-bit client.
(Yes, theoretically, I could try another test to attempt to confirm or
eliminate the 32/64 difference. But these issues didn't show up u...
2024 Jul 31
1
[PATCH 2/2] [v6] drm/nouveau: expose GSP-RM logging buffers via debugfs
...ure of nvif_log_shutdown() to
> >
> > static inline void nvif_log_shutdown(struct nvif_log *logs)
> >
> > you can just call
> >
> > gsp_logs.shutdown(&gsp_logs);
> >
> > in nouveau_drm_exit().
> >
> > Admittedly, maybe a bit too sneaky though. :)
>
> gsp_logs.shutdown(&gsp_logs) -- are you sure you want this? ?This is some
> weird C++ wanna-be code, IMHO. ?I don't think this is an improvement. I'd
> rather keep it as-is.
That's why I wrote "maybe a bit too sneaky". :)
I think what I asked...
2003 Mar 01
2
density(), with argument of length 1 (PR#2593)
The following is from version 1.6.2 of R under Windows,
or 1.6.1 under Mac OSX/X11
> density(1)
Error in if (!(lo <- min(hi, IQR(x)/1.34))) (lo <- hi) || (lo <- abs(x[1])) || :
missing value where logical needed
I am not sure how this should be handled. I encountered it
in connection with densityplot(). In that connection, it
might be enough to modify density() so that it
2008 May 13
7
[LLVMdev] LLVM as a DLL
Michael T. Richter wrote:
> Apparently the APIs in the LLVM docs missed your
> attention. They're sneaky that way because, you know,
> they just form the bulk of available documentation.
I began my original message saying that I was providing
"constructive criticism". That means I want to HELP if I
can. Your sarcastic attitude is unprofessional.
> The command-line tools are conv...
2006 Aug 24
4
Looks like 3.8 is not ready to download
This is just a heads up that 3.8 does not look ready to download.
There are 3.8 files at the CentOS mirrors, but the files (including the
iso images) are constantly changing or disappearing. It looks like
the hard-working diligent CentOS workers are making some last minute
changes before getting CentOS 3.8 out the door. I presume that
there will be a posting made to this list when 3.8 is