Displaying 20 results from an estimated 78 matches for "crutched".
Did you mean:
crunched
2011 Mar 30
2
[LLVMdev] DWARF location lists
In the version of LLVM I'm using (Apple tag 2352.1), it seems that the DWARF emitter cannot produce DWARF location lists to outline when user variables live and where. Instead it uses a crutch of DW_AT_start_scope to specify each solitary location where an assignment to a user variable does occur.
This is unsatisfactory for machines that put user variables in registers because it doesn't
2007 Nov 09
4
variables in templates
Here''s the problem I''m trying to solve.
I use apache, for lots of things, some of those things are configured from a
performance standpoint differently.
In less vague terms I need to be able to change the MaxClients setting to
different things based on the different purposes apache serves. (say proxy
vs. app)
Under previous CMS/templating engines I would have a httpd.conf that
2003 Sep 23
2
Plotting of the lm
...e if by typing plot (lm(y~x)) would this show me the
plot of the fitted line? I tried this function previously but I was only
able to get the last 4 plots starting with Residuals vs fitted.
Thank You.
Melissa
************************************************************
JLT Risk Solutions Ltd
6 Crutched Friars, London EC3N 2PH. Co Reg No 1536540
Tel: (44) (0)20 7528 4000 Fax: (44) (0)20 7528 4500
http://www.jltgroup.com
Lloyd's Broker. Regulated by the General Insurance
Standards Council
------------------------------------------------------------
The content of this e-mail (including any a...
2003 Sep 23
2
How to extract data from Excel
Hi,
I would like to know how to extract the data from Excel Spreadsheet.
Thank you very much.
Melissa
************************************************************
JLT Risk Solutions Ltd
6 Crutched Friars, London EC3N 2PH. Co Reg No 1536540
Tel: (44) (0)20 7528 4000 Fax: (44) (0)20 7528 4500
http://www.jltgroup.com
Lloyd's Broker. Regulated by the General Insurance
Standards Council
------------------------------------------------------------
The content of this e-mail (including any a...
2004 Dec 13
0
Re: Help : generating correlation matrix with a particula r
...me result as our code, but it
will be much better behaved in the wild than ours will.
BTW Troels Ring [tring at gvdnet.dk] found the Rebonato paper at
http://www.quarchome.com/correlationmatrix.pdf
Thank you Troels.
Best regards,
Herb
Herbert G. Desson, ACAS, MAAA
Actuary
JLT Risk Solutions
6 Crutched Friars
London EC3N 2PH
phone: +44 (0)20 7528 4702
fax: +44 (0)20 7558 3785
-----Original Message-----
************************************************************
JLT Risk Solutions Ltd
6 Crutched Friars, London EC3N 2PH. Co Reg No 1536540
Tel: (44) (0)20 7528 4000 Fax: (44) (0)20 75...
2010 Jan 06
3
Removal of Non-KMS support
I did a very quick pass at removing all the non-KMS support from the
DDX. It's tested on G80 but nowhere else currently, I thought some
discussion would be a good idea rather than just ripping it out :)
The non-KMS paths are messy, and lets face it, rotting badly. IMO the
KMS code is stable enough now that we can continue without the UMS
crutch, and indeed, the KMS code supports a lot more
2006 Apr 28
4
Accessing Rails Models/app from command line script
Hi,
Can someone point me to some info on how to access Rails models /
ActiveRecord classes from a Ruby command line script?
Say I have a plain text file that is put into some directory by an
outside process, and I want to have a Ruby script run, via a cron job,
that can open and parse that data file. It would then delete all
records in some lookup table in my database and load it with the data
2019 Oct 31
3
[PATCH 1/2] loop: fix loop_info struct
Otherwise, stack can be corrupted resulting in incorrect runtime
behaviour. For example, overriding argc from main().
References: https://bugs.launchpad.net/ubuntu/+source/klibc/+bug/1850184
Signed-off-by: Michael Hudson-Doyle <michael.hudson at ubuntu.com>
Signed-off-by: Adam Conrad <adconrad at ubuntu.com>
Signed-off-by: Dimitri John Ledkov <xnox at ubuntu.com>
---
2018 Jun 24
2
Build and testing issues
While setting up a development environment on a clean Fedora 28 host,
I got some errors.
I followed the instructions in
http://libguestfs.org/guestfs-building.1.html
dnf builddep libguestfs
./autogen.sh
autogen.sh failed:
./configure: line 57694: syntax error near unexpected token `external'
./configure: line 57694: `AM_GNU_GETTEXT(external)'
Checking the entire log show that
2007 Mar 18
0
Bad points in regression [Broadcast]
None of Andy's comments) are inconsistent with the point that
rlm() and lqs(), if they disagree with lm(), likely offer better
places to start than does lm(), in identifying points that should
be examined as in some sense outliers. All such methods are
to be used, not as crutches, but as sources of insight.
Incidentally, the "rlm" class inherits from "lm", and plot.lm()
2008 Apr 04
5
Usefull dll overrides
I've been trying to get a game running that is sooo close, but just not there, and I see from the Office 2007 thread that other people are pretty much shooting in the dark about which dll overrides are useful for different things too.
I was wondering if we could gather the different overrides that work for different apps and put them in one place, maybe make it sticky? Maybe we need one
2013 Sep 24
1
[LLVMdev] [GSoC] Flang's end of GSoC report
----- Original Message -----
> On Tue, Sep 24, 2013 at 12:01:46AM +0700, "C. Bergström" wrote:
> > On 09/23/13 11:54 PM, Chris Lattner wrote:
> > >
> > >On Sep 23, 2013, at 5:25 AM, Alex L <arphaman at gmail.com
> > ><mailto:arphaman at gmail.com>> wrote:
> > >
> > >>Hi everyone!
> > >>
> >
2004 Dec 13
1
Re: Help : generating correlation matrix with a particular
...(i in 1:nrow(b)){b[i,]<-b[i,]/sqrt(sum(b[i,]^2))}
ap<-b%*%t(b)
ap
It is based on a paper by Rebonato etal that formerly was at
www.rebonato.com/correlationmatrix.pdf.
Unfortunately the website has disappeared.
Best regards,
Herb
Herbert G. Desson, ACAS, MAAA
Actuary
JLT Risk Solutions
6 Crutched Friars
London EC3N 2PH
phone: +44 (0)20 7528 4702
fax: +44 (0)20 7558 3785
>Message: 2
>Date: 12 Dec 2004 14:58:38 +0100
>From: Peter Dalgaard <p.dalgaard at biostat.ku.dk>
>Subject: Re: [R] Help : generating correlation matrix with a
> particular structure
>To:...
2006 Mar 28
5
combining two models in one controller/view "set"
I''m going to take another stab at this question (my first one received
no replies):
I have two models:
Author
has_many: books
Book
has_one: author
I have two tables:
authors
id
...
books
id
author_id
...
I let the scaffolding fly and it created the CRUD goodness for each
model, as expected.
However, I want to have only one view/controller "set" for both
models; when I
2015 May 07
3
[LLVMdev] LLD improvement plan
On 5/7/2015 8:38 AM, Joerg Sonnenberger wrote:
> On Wed, May 06, 2015 at 09:28:54PM -0500, Shankar Easwaran wrote:
>> The atom model allowed lld to have a single intermediate
>> representation for all the formats ELF/COFF/Mach-O. The native model
>> allowed the intermediate representation to be serialized to disk
>> too. If the intermediate representations data
2003 Jan 09
0
Installing R-Excel Interface - Help requested (long)
...stalling DCOM.
Details of all the error messages and the vbtest output can be found below.
I would be most grateful if someone can show me how to make this work
properly.
Thank you for your help.
Best regards,
Herb
Herbert G. Desson, ACAS, MAAA
Actuary
Capital Risk Group
JLT Risk Solutions
6 Crutched Friars
London EC3N 2PH
phone: +44 (0)20 7528 4702
fax: +44 (0)20 7558 3785
If the Rserver box is ticked within Tools / Addins upon launching Excel, I
get "invalid picture error (error 481)".
Invalid picture (Error 481)
An invalid graphics format was assigned to the Picture prop...
2013 Jul 16
0
[LLVMdev] [LLVM Dev] [Discussion] Function-based parallel LLVM backend code generation
While I think the end goal you're describing is close to the correct one, I
see the high-level strategy for getting there somewhat differently:
1) The code generators are only one collection of function passes that
might be parallelized. Many others might also be parallelized profitably.
The design for parallelism within LLVM's pass management infrastructure
should be sufficiently generic
2017 Nov 16
0
R6 object that is a list of referenced object
See below.
On Wed, 15 Nov 2017, Cristina Pascual wrote:
> Dear community,
>
> I am having a class, let's say Person,
>
> Person <- R6Class("Person",
> public = list(
> idPerson = NULL,
> name = NULL,
> age = NULL,
> initialize =
2017 Nov 15
2
R6 object that is a list of referenced object
Dear community,
I am having a class, let's say Person,
Person <- R6Class("Person",
public = list(
idPerson = NULL,
name = NULL,
age = NULL,
initialize = function(idPerson = NA, name = NA, age = NA) {
self$idPerson <- idPerson
2016 Mar 22
2
RFC: A change in InstCombine canonical form
I feel very strongly that blocking work on making optimization
bitcast-ignorant on the typeless pointer work would be a major mistake.
Unless we expected the typeless pointer work to be concluded within the
near term (say 3-6 months maximum), we should not block any development
which would be accepted in the typeless pointer work wasn't planned.
In my view, this is one of the largest