search for: disorganised

Displaying 8 results from an estimated 8 matches for "disorganised".

2011 Feb 02
2
Indexing from two variables
Hello, thank you all for your patience and time I am essentially trying to get disorganised data into long form for linear modelling. I have 2 dataframes "rec" and "book" Each row in "book" needs to be pasted onto the end of several of the rows of "rec" according to two variables in the row:" MRN" and "COURSE" which match. I h...
2006 Jun 05
1
what''s the best way to organise lots functions in application.rb
Hi all, Please forgive me for this newbie question. I''m developing an application on RoR, and found I got more and more shared functions in application.rb. It looks very disorganised. And so I''m seeking your expertise for a better way to organise shared functions. After reading some open source code, I found some experienced developers are using modules, and put codes in /lib folder. But I don''t understander this very well. Do you know is there any articles o...
2016 Jul 28
1
[RFC] One or many git repositories?
...ost provide wide benefit to the community > such that the overall community benefit outweighs the impacts of the project > being in the repo Yup. I (personally) think RT's builtins should fulfill that role, as LLVM back-ends depend on the run-time library to work, but not in its current (disorganised) form. > (3) Projects in the mono-repo must conform to some defined set of standards. > LLVM’s coding standards might be a bit much, but something along those > lines. I'd say all projects in the LLVM official project should conform to the coding standards and developer policies, in...
2002 May 18
0
Fish and 'must read' statistics books. My last word, promise!
...favourite statistical author is definitely Sir David Cox. His writing is clear and lucid, his ideas are usually immensely powerful, perceptive and often more general than the context strictly requires. I'm not suggesting that everything is perfect or even easy, but even when things are a bit disorganised and some jagged edges are showing (for example in the 1971 book with Hinkley) you can learn something from the way things appear to be still developing as you go along. Bill Venables, CMIS, CSIRO Marine Laboratories, PO Box 120, Cleveland, Qld. 4163 AUSTRALIA Phone: +61 7 3826 7251 Fax: +6...
2007 May 05
2
OggDisk?
Hi! I've seen many new standards on the Xiph page. Have you thought about creating something like "OggDisk", that would correspond to CD, DVD, BD... disks? I mean data structure (propably on any filesystem) that could be used for audio and video (and perhaps for images too?). Desired features: - Ogg centric - designed to be filesystem/disk type independant (so that you can use
2016 Jul 28
0
[RFC] One or many git repositories?
> On Jul 28, 2016, at 12:59 AM, Renato Golin via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > On 28 Jul 2016 8:36 a.m., "David Chisnall via llvm-dev" <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote: > > This does not apply to libc++. We support building the entire LLVM suite with other C++ standard library implementations (at
2003 Dec 06
7
Windows Memory Issues
Hi all, I am currently building an application based on R 1.7.1 (+ compiled C/C++ code + MySql + VB). I am building this application to work on 2 different platforms (Windows XP Professional (500mb memory) and Windows NT 4.0 with service pack 6 (1gb memory)). This is a very memory intensive application performing sophisticated operations on "large" matrices (typically 5000x1500
2016 Jul 26
56
[RFC] One or many git repositories?
Hi Duncan, > […] > 2. Those working on projects *outside* the monolithic repo will get the downsides of both: a monolithic repo that they are only using parts of, and multiple repos that are somehow version-locked. > > 3. For many (most?) developers, changing to a monolithic git repo is a *bigger* workflow change than switching to separate git repos. Many people (and at least some