search for: crutch

Displaying 20 results from an estimated 76 matches for "crutch".

Did you mean: crunch
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 specify when a register is used for some other purpose, leaving the debugger no clue about when...
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...
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...
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...
2010 Jan 06
3
Removal of Non-KMS support
...-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 chipsets (particularly on GF8 and up) than the UMS code ever will. I've left the Xv overlay code intact, but ifdef'd out. I want to bring support back with KMS enabled (thinking of older chipsets where the blitter sucks), so it made sense to l...
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() (or, preferably, the plot generic) can be used with "rlm" objects. This is not the case for "lqs" objects. John Maindonald. On 17 Mar 2007, at 10:00 PM, Andy Lia...
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
...projects to share the driver (or at least the driver infrastructure), and I'd like to give flang a C preprocessor based on Clang's. Regarding other code sharing, we'll need to do some serious thinking about what parts should actually be shared in the long run vs. what's acting as a crutch right now. -Hal > > Joerg > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > -- Hal Finkel Assistant Computational Scientist Leade...
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 pr...
2013 Jul 16
0
[LLVMdev] [LLVM Dev] [Discussion] Function-based parallel LLVM backend code generation
...the use-def lists of globals, commandline flags, and static state variables. While our intent has been to avoid problems with the last two that could preclude parallelism, it seems unlikely that we have succeeded without thorough testing to this point. Instead, I fear we have leaned heavily on the crutch of one-thread-per-LLVMContext. 5) It adds more complexity onto the poorly designed pass manager infrastructure. Personally, I think that cleanups to the design and architecture of the pass manager should be prioritized above adding new functionality like parallelism. However, so far no one has rea...
2017 Nov 16
0
R6 object that is a list of referenced object
..., You don't seem to be very familiar with either R or conventional object-oriented design. Although I am giving you a reprex below, I recommend that you avoid R6 until you are more familiar with how normal functional programming and S3 object oriented coding styles work in R. Using R6 as a crutch to avoid that learning process will only lead you to frustration and inefficient data handling. That is, this whole thing should just be a data frame. ######################################## library(R6) Person <- R6Class( "Person" , public = list( idPerson = NA...
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
.... Not outright off limits, > but the same time might be better invested in moving typeless pointers > forward if the contributor is so inclined/able to shift in that direction. > > But if we're talking about the work to make the optimization not use > the type of pointers as a crutch - that work is a necessary precursor > to the typeless pointer work and would be most welcome. > > - David > > On Tue, Mar 22, 2016 at 12:39 PM, Mehdi Amini <mehdi.amini at apple.com > <mailto:mehdi.amini at apple.com>> wrote: > > I don't really mind, b...