Displaying 20 results from an estimated 24 matches for "gruesom".
Did you mean:
gruesome
2012 Jan 31
3
seq.Date bug?
R> seq(as.Date(Sys.Date()), by="-1 months", length=6)
[1] "2012-01-31" "2011-12-31" "2011-12-01" "2011-10-31" "2011-10-01" "2011-08-31"
R>
Notice how October appears twice.
Now, date arithmetic is gruesome but the documentation for seq.Date et al
does not hint it wouldn't honour the by= argument. So a bug, or merely a
somewhat less than desirable features.
(And yes, I think I know that Hadley's lubridate has code for this too, but
so may my RcppBDT which is sitting on top of Boost::DateTim...
2003 May 05
2
(PR#1289)
..._________________________________________
The optimist thinks that this is the best of all possible worlds,
and the pessimist knows it.
-- J. Robert Oppenheimer, "Bulletin of Atomic Scientists"
We scientists, whose tragic destiny it has been to make the methods
of annihilation ever more gruesome and more effective, must consider
it our solemn and transcendent duty to do all in our power in
preventing these weapons from being used for the brutal purpose for
which they were invented.
-- Albert Einstein, "Bulletin of Atomic Scientists"
2015 Oct 20
1
[PATCH v3 07/13] v2v: factor out copying of output data
...l error: qemu corrupted the overlay file");
-
- (* Give the input module a chance to adjust the parameters
- * of the overlay/backing file. This allows us to increase
- * the readahead parameter when copying (see RHBZ#1151033 and
- * RHBZ#1153589 for the gruesome details).
- *)
- input#adjust_overlay_parameters t.target_overlay;
-
- (* It turns out that libguestfs's disk creation code is
- * considerably more flexible and easier to use than
- * qemu-img, so create the disk explicitly using libguestfs
-...
2011 Mar 10
2
Not sure how to handle hazard in my survival model
...based on completely independent deaths such as dying from cancer,
time to flowering etc where the event could happen at the same time for all
the individuals.
Can anyone help me get my head around this or maybe point me to some good
information in a book or online?
Just realised this sounds a bit gruesome, but the prey are frozen bloodworms
and the predator a small fish.
Thank you ever so much,
Freya
--
View this message in context: http://r.789695.n4.nabble.com/Not-sure-how-to-handle-hazard-in-my-survival-model-tp3345615p3345615.html
Sent from the R help mailing list archive at Nabble.com.
2005 Sep 20
1
Is there a clever way to page a group of extensions?
...calling (because call waiting is enabled on
most extensions by default) - effectively giving me the ability to
page all other extensions from any phone. The solutions I've come up
with so far (individual contexts for each extension or customised
dial strings for each extensions) are pretty gruesome. Is there a
neat way of achieving this functionality?
Thanks
Patrick
2000 Mar 12
0
Microsoft and roving profile Outlook woes. Fixed.
Hi,
One for the archives:
Problem:
Microsoft Outlook Express client takes a woefully gruesomely long time
to start when using roving profiles on a Samba share.
Fix:
Turn off oplocks on the share.
Eg:
[netlogon]
writeable = yes
browseable = yes
oplocks = no
...
...
Eddie.
-------------- next part --------------
HTML attachment scrubbed and removed
2011 Apr 11
1
[LLVMdev] RFC: GSoC Project
...situation.
Either fall back to the standard stack (but that would more-or-less
defeat the purpose of this all).
Or make the code generators deal with stacks that have segmented
per-function stack frames (whether that's even feasible, I have no idea,
but I guess it wouldn't be without a gruesome amount of work, and this
project would stay restricted to those backends that happen to get
maintained for this).
Or deal with such cases by redirecting all allocas to the heap. With the
possible option of moving them back to the stack where the compiler can
indeed infer the stack requirement...
2003 May 05
1
problems compiling R on AIX5.1
..._________________________________________
The optimist thinks that this is the best of all possible worlds,
and the pessimist knows it.
-- J. Robert Oppenheimer, "Bulletin of Atomic Scientists"
We scientists, whose tragic destiny it has been to make the methods
of annihilation ever more gruesome and more effective, must consider
it our solemn and transcendent duty to do all in our power in
preventing these weapons from being used for the brutal purpose for
which they were invented.
-- Albert Einstein, "Bulletin of Atomic Scientists"
2003 May 08
0
problems compiling R on AIX5.1 (PR#2953)
..._________________________________________
The optimist thinks that this is the best of all possible worlds,
and the pessimist knows it.
-- J. Robert Oppenheimer, "Bulletin of Atomic Scientists"
We scientists, whose tragic destiny it has been to make the methods
of annihilation ever more gruesome and more effective, must consider
it our solemn and transcendent duty to do all in our power in
preventing these weapons from being used for the brutal purpose for
which they were invented.
-- Albert Einstein, "Bulletin of Atomic Scientists"
2006 Feb 13
4
Table Relationships and ActiveRecord Associations
...I use an "in between" table? Would it be easier to
serialize the information? If so, how does that work?
I''m not terribly concerned about portability. We use DreamHost as our
host, who is wonderful enough to support Ruby, and we plan to stay with
them.
I apologize for the gruesomely newbish form of this inquiry, but I would
love to further the use of Ruby on the Web.
Sincerely,
Adam
--
Posted via http://www.ruby-forum.com/.
2001 Sep 14
2
[Fwd: Bush's Press Conference: Into the Abyss]
...ence: Into the Abyss
> by Rick Rozoff [Posted 12 September 2001]
>
> [Mr. Rozzoff is an editor of Emperor's Clothes]
> =======================================
>
> As many of you have, I just watched US President Bush's White House press
> conference on yesterday's gruesome events in New York City and Washington,
> D.C.
>
> Bush and the United States federal government have officially declared
> war...only it is not evident against whom.
>
> Subsequent reports indicate that Bush will appear before the U.S. Congress to
> invoke the War Powers Ac...
2007 Jul 11
2
inquiry about anova and ancova
Dear R users,
I have a rather knotty analysis problem and I was hoping that
someone on this list would be able to help. I was advised to try this list
by a colleague who uses R but it is a statistical inquiry not about how to
use R.
In brief I have a 3x2 anova, 2 tasks under 3 conditions, within subjects. I
also took a variety of personality measures that might influence the results
under the
2002 Jan 23
5
X.509 support in ssh (revisited)
Hi there,
Forgive me for repeating a question asked about a year ago:
> Hi,
>
> Just wondered if anyone had got the following to work or if there
are any
> plans to add this functionality.
>
> * X.509 certificate support for authentication. As used in the likes of
> stunnel, mod_ssl etc for client auth.
>
> * Directory based (LDAP) key lookup. Either
2004 Dec 05
4
What is the most useful way to detect nonlinearity in logistic regression?
It is easy to spot response nonlinearity in normal linear models using
plot(something.lm).
However plot(something.glm) produces artifactual peculiarities since the
diagnostic residuals are constrained by the fact that y can only take
values 0 or 1.
What do R users find most useful in checking the linearity assumption of
logistic regression (i.e. log-odds =a+bx)?
Patrick Foley
patfoley at
2011 Apr 10
0
[LLVMdev] RFC: GSoC Project
I wonder - would something like this allow for multiple stacks for a single
thread? I'm thinking of something like continuations / fibers / green
threads, which would be very handy.
On Wed, Mar 23, 2011 at 3:07 AM, Sanjoy Das
<sanjoy at playingwithpointers.com>wrote:
> Hi All!
>
> I will be applying to the LLVM project for this GSoC, and I wanted some
> preliminary sanity
2003 May 08
1
problems compiling R on AIX5.1
..._________________________________________
The optimist thinks that this is the best of all possible worlds,
and the pessimist knows it.
-- J. Robert Oppenheimer, "Bulletin of Atomic Scientists"
We scientists, whose tragic destiny it has been to make the methods
of annihilation ever more gruesome and more effective, must consider
it our solemn and transcendent duty to do all in our power in
preventing these weapons from being used for the brutal purpose for
which they were invented.
-- Albert Einstein, "Bulletin of Atomic Scientists"
2016 Apr 05
12
[Bug 94832] New: Reverse Prime corruption with nouveau using radeon outputs
https://bugs.freedesktop.org/show_bug.cgi?id=94832
Bug ID: 94832
Summary: Reverse Prime corruption with nouveau using radeon
outputs
Product: xorg
Version: unspecified
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
2007 Aug 21
2
Optimization problem
Hello Folks,
Very new to R so bear with me, running 5.2 on XP. Trying to do a zero-inflated negative binomial regression on placental scar data as dependent. Lactation, location, number of tick larvae present and mass of mouse are independents. Dataframe and attributes below:
Location Lac Scars Lar Mass Lacfac
1 Tullychurry 0 0 15 13.87 0
2 Somerset 0 0 0
2011 Mar 23
5
[LLVMdev] RFC: GSoC Project
Hi All!
I will be applying to the LLVM project for this GSoC, and I wanted some
preliminary sanity check on my project idea.
I intend to implement split (segmented) stacks for LLVM (like we have in
Go, and as being implemented for GCC [1]). A lot of what follows is
lifted from [1]; I will progressively add more details as I get more
familiar with the LLVM codebase.
I intend to start with
2015 Aug 11
41
[PATCH v2 00/17] v2v: add --in-place mode
This series is a second attempt to add a mode of virt-v2v operation
where it leaves the config and disk image conversion, rollback on
errors, registering with the destination hypervisor, etc. to a
third-party toolset, and performs only tuning of the guest OS to run in
the KVM-based hypervisor.
The first 14 patches are just refactoring and rearrangement of the code,
factoring the implementation