Displaying 20 results from an estimated 24 matches for "gruesomely".
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
2003 May 05
2
(PR#1289)
Dear all,
I've found a bug report for R when installing it on an AIX5.1 system.
There's a followup (number 4) that comments a segmentation fault on R
when quitting "q()".
I'm using a newer version of R but on the same operating system and
I obtain the same error.
There was a way to solve this problem?
Best regards and thanks,
--
2015 Oct 20
1
[PATCH v3 07/13] v2v: factor out copying of output data
Factor out copying the overlays to final disk images into a separate
function.
Signed-off-by: Roman Kagan <rkagan@virtuozzo.com>
---
v2v/v2v.ml | 227 +++++++++++++++++++++++++++++++------------------------------
1 file changed, 114 insertions(+), 113 deletions(-)
diff --git a/v2v/v2v.ml b/v2v/v2v.ml
index afffde2..703038c 100644
--- a/v2v/v2v.ml
+++ b/v2v/v2v.ml
@@ -110,121 +110,9 @@ let
2011 Mar 10
2
Not sure how to handle hazard in my survival model
Hi R experts :)
I'm trying to carry out a survival model on my data, but I am unsure of
whether it's appropriate or if I should do something specific in regards to
hazard.
My data is time to death by predator where I have 8 prey and one predator in
the setting. This means that two prey can't possibly die at the same time
and I can't quite get my head around how to include this in
2005 Sep 20
1
Is there a clever way to page a group of extensions?
I want to be able to dial a 'pager' extension from an phone on my
asterisk server, and have it ring all other extensions *except* the
extension from which I am 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
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
(Sorry for replying to the wrong post, but the original one had gone out
of scope when this occurred to me.)
> On Wed, Mar 23, 2011 at 3:07 AM, Sanjoy Das
> <sanjoy at playingwithpointers.com>wrote:
>
>> In the prologue, a function will check whether the current block has
>> enough stack space. This is easily done for function which don't have
>> variable
2003 May 05
1
problems compiling R on AIX5.1
Hello,
I'm trying to compile R (versions 1.6.0, 1.6.1, 1.6.2 and 1.7.0) on
our IBM Power3 Machine for an external user.
I always used to configure with
./configure --prefix=/scratch_tmp/harald/instala
I've never achieved to compile 1.7.0 because it seems that a file
called R.exp is missing (or maybe it's not well referenced on the
makefile).
Output of make:
....
xlc_r
2003 May 08
0
problems compiling R on AIX5.1 (PR#2953)
Dear all,
after trying to compile R on our IBM Power3/AIX 5.1 machine I've
been able to run it correctly.
First of all I would thank all who responded my mails.
I explain here how I've done it:
First of all, it seems that configure and some shared libraries of
AIX does not work at the same time. I tried to configure & make with
the following environment vars
CC=xlc
F77=xlf
CCC=xlC
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]
Emperors1000@aol.com wrote:
>
> Dear reader,
> The emperorsclothes list does not seem to be working. Please forgive us if
> you receive this post twice. - Jared Israel, www.tenc.net
> **************************
> URL for this article: http://emperors-clothes.com/articles/rozoff/abyss.htm
>
> To join the Emperor's Clothes email list, go to
>
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
Dear all,
after trying to compile R on our IBM Power3/AIX 5.1 machine I've
been able to run it correctly.
First of all I would thank all who responded my mails.
I explain here how I've done it:
First of all, it seems that configure and some shared libraries of
AIX does not work at the same time. I tried to configure & make with
the following environment vars
CC=xlc
F77=xlf
CCC=xlC
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