Displaying 20 results from an estimated 222 matches for "illusions".
Did you mean:
illusion
2009 Aug 27
5
wine does n't open
...happily with ubuntu 8.04. Now I have ubuntu 9.04 clean install on a new machine. I could install wine but when I open wine-program-accessories-notepad nothing happens. Also configure wine does n't funtion.
Also when I try to install any exe file this message comes: here is one example
[/home/illusions/Desktop/TeamViewer_Setup.exe]
End-of-central-directory signature not found. Either this file is not
a zipfile, or it constitutes one disk of a multi-part archive. In the
latter case the central directory and zipfile comment will be found on
the last disk(s) of this archive.
note: /home/i...
2015 Mar 17
2
Proposing a change in the base::sink interface for type argument
Hi folks,
Here is the current interface:
sink(file=NULL, append=FALSE, type = c("output", "message"), split=FALSE)
However, reading the implementation there is implicit assumption that type
is a single character value:
https://github.com/wch/r-source/blob/trunk/src/library/base/R/sink.R#L23
I'm finding this very confusing as the interface is giving a default value
of a
2015 Mar 18
1
Proposing a change in the base::sink interface for type argument
In other words: this is a standard programming paradigm in R/S which
(unfortunately) is not widely known, based on my network. It is really
nice for developers.
Best,
Kasper
On Wed, Mar 18, 2015 at 5:42 PM, MacQueen, Don <macqueen1 at llnl.gov> wrote:
> It's only an illusion until one actually tries providing a vector.
>
> > sink('foo',
2008 Mar 01
5
rspec with continuations: very strange
I appear to have written code which travels backwards through time:
http://www.vimeo.com/742590
This disturbs me immensely. If anyone can explain it, that would be cool.
I think it''s an illusion brought about by how RSpec wraps the code it
executes, and by the sheer weirdness of continuations.
--
Giles Bowkett
Blog: http://gilesbowkett.blogspot.com
Portfolio:
2009 Apr 20
4
graph with 15 combinations
Dear R helpers,
I have a data set with 4 types (W, C, E & S). Now I have values for all
types plus all possible combinations (the order is unimportant): W, C,
WC, E, WE, CE, WCE, S, WS, CS, WCS, ES, WES, CES & WCES. Ideally I would
like to represent everything in one graph and as concise as possible.
Drawing 4 circles and depicting it as overlap just gives me 13 out of
the 15
2002 Nov 26
5
unexpected behaviour of rnorm()
Hello everyone.
If I do
f <- function(n){max(rnorm(n))}
plot(sapply(rep(5000,4000),f)) #[this takes my PC about 30 seconds]
then I get something quite unexpected: gaps in the distribution. For
me, the most noticable one is at about 3.6.
Do others get this? Is it an optical illusion? It can't be right,
can it? Or maybe I just don't understand the good ol' Gaussian very
2004 Jul 02
1
memdisk hdimage
Sorry to bother you,
but i want to use your genious memdisk feture, but i am
not able to create a hdimage that is compatible with
memdisk (see ML postings). I am not a Linux newbie, i
maintain a project at [1], so i cannot be too stupid
in making the image.
I really tried it for some weeks to create such an image,
i am not able to get a working image.
It would be nice if you can send me a step
2003 Jul 30
5
Dummy account/extension
Hi,
It is possible to create a dummy account (SIP or IAX type) in order to be
used in a "dummy" extension?
I want to be able to use it as a normal extension (as an IP phone connected
to it), but without the need to answer or call from that extension.
I want that when I call that extension to hear the ring, and after the
defined period of time to enter in the Voicemail system.
I
2013 Nov 27
2
[LLVMdev] Disabling certain optimizations at -O1?
> AFAIU, it's not OK for -g to affect code generation. I agree with the
> rest of your plan.
That's correct, -g must not affect code generation. This is a
fundamental mantra among debug-info people.
>
>
> On Wed, Nov 27, 2013 at 2:16 PM, Renato Golin <renato.golin at linaro.org>
> wrote:
> > On 27 November 2013 08:43, Evgeniy Stepanov
>
2013 Nov 27
0
[LLVMdev] Disabling certain optimizations at -O1?
On 27 November 2013 19:36, Robinson, Paul
<Paul_Robinson at playstation.sony.com> wrote:
> That's correct, -g must not affect code generation. This is a
> fundamental mantra among debug-info people.
I think you both got me on the wrong side, though I admit my email
wasn't clear. I didn't mean to suggest changing codegen for debug
purposes only, but on -O1 to be less
2006 Jun 14
13
Undefined method
I really hope this is not a bad question (as in he''s abusing the
list). However I could use a little direction (even though I''m
reading books, tutorials)
Right now I''m getting a
undefined method `category'' for 4:Fixnum
The specific lines from the rhtml file are:
<td><%= link_to position.category_id.category, :action => "show", :id
=>
2013 Nov 27
2
[LLVMdev] Disabling certain optimizations at -O1?
On 27 November 2013 08:43, Evgeniy Stepanov <eugeni.stepanov at gmail.com>wrote:
> Also note that tail merging of calls happens in CodeGen, not in
> SimplifyCFG.
>
Hi Evgenly,
What we need is the general information that we want to avoid too much code
motion, from choosing the passes, to choosing steps on the passes, to
lowering code differently.
On the front-end layer, It's
2013 Nov 28
2
[LLVMdev] Disabling certain optimizations at -O1?
> -----Original Message-----
> From: Renato Golin [mailto:renato.golin at linaro.org]
> Sent: Wednesday, November 27, 2013 12:02 PM
> To: Robinson, Paul
> Cc: Evgeniy Stepanov; LLVM Developers Mailing List
> Subject: Re: [LLVMdev] Disabling certain optimizations at -O1?
>
> On 27 November 2013 19:36, Robinson, Paul
> <Paul_Robinson at playstation.sony.com> wrote:
2008 Aug 15
2
Simplest (static?) build & config for loopback access?
I am installing Dovecot for the sole purpose of maintaining a local mail
store that I could 1) manage with any client; 2) keep duplicated on
several machines, using Unison; 3) hopefully, index using Spotlight
(http://article.gmane.org/gmane.mail.mh-e.user/1308 ...). In particular,
I have no intention to allow connections from anywhere but localhost.
I've followed the instructions at
2007 Mar 27
6
how does rails do this "find_by_?"
Hello there,
I''m wondering how do they create functions on the fly?
find_by_any_column_name ??
I want to do something similar with my models, but I don''t really know
how to do it?
user_current_nickname
user_current_id
user_current_role
etc.?
Regards,
Jamal
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this
2010 Feb 22
0
[LLVMdev] Paired register allocation problem
A related question: GCC does the same for 64-bit args in two 32-bit
registers, but always uses (Rn, Rn+1) pairs and is incapable of
scheduling the two 32-bit move instructions independently, since the
two are output at the very last minute by the last part of the
machine-dependent backend/
This is slow when moving such a 2x32-bit value to a 64-bit register in
one the ARM FPUs, since two 32-bit
2015 Mar 18
0
Proposing a change in the base::sink interface for type argument
It's only an illusion until one actually tries providing a vector.
> sink('foo', type=c('s','m'))
Error in match.arg(type) : 'arg' must be of length 1
The additional benefit of match.arg() which you may have not appreciated
is that it allows the user to abbreviate. That is,
> sink('foo', type='o')
is valid usage. The essential
2007 Nov 19
1
mail_location backends
Hello,
Where I work we have have an interesting setup, we have 2 machines with mail
accounts on them and both have dovecot. We would really like to centralize
all the mail accounts on one machine, but unfortunately the administration
has not approved it. However, if we could create the "illusion" that they
are on the same machine that would be acceptable. If we have a 3rd machine,
lets
2008 Jan 29
1
Fortunes - was Re: [OT] vernacular names for circular diagrams
I did not write that.
On Jan 29, 2008 9:05 AM, S Ellison <S.Ellison at lgc.co.uk> wrote:
> >>> "Gabor Grothendieck" <ggrothendieck at gmail.com> 29/01/2008 12:35:27
> >>>
> > As is common in human affairs, even
> > the illusion of understanding is preferred to a lofty digression
> upon
> > why the audience does not understand.
2009 May 09
3
す く る め い ト Schoolmate
Hi, I'm trying to help my friend run this Japanese game on Mac OSX.
The installation process was as instructed in the AppDB, but when the Schoolmate.exe is clicked, the following message pops up:
"Buffer overrun detected!
Program: C:\illusion\Schoolmate\SchoolMate.exe
A buffer overrun has been detected which as corrupted the program's internal state. The program cannot safely