search for: fastidious

Displaying 15 results from an estimated 15 matches for "fastidious".

2006 Mar 14
2
Multi-line paste function
...For readability reasons, it is often preferable to have complex commands (SQL for example) spread on several lines. However, the normal paste function requires to add additional ' ", ' at the end of each line and another ' " ' at the beginning of each new line. It becomes fastidious for long commands. Multi-line paste function: multi.line.paste <-function (..., sep = " ", collapse = NULL) { args <- list(...) if (length(args) == 0) if (length(collapse) == 0) character(0) else "" else { for (i in seq(...
2005 Apr 16
2
Getting subsets of a data frame
I was reading in the Reference Manual about Extract.data.frame. There is a list of examples of expressions using [ and [[, with the outcomes. I was puzzled by the fact that, if sw is a data frame, then sw[, 1:3] is also a data frame, but sw[, 1] is just a vector. Since R has no scalars, it must be the case that 1 and 1:1 are the same: > 1 == 1:1 [1] TRUE Then why isn't sw[,1] =
2002 May 21
4
setClass() and packages
Where should the setClass() ('methods' package) calls be placed in a package? I try to follow a one-class-one-file principe, but since setClass("ClassA", "ClassB") has to come a after setClass("ClassB", [snip]) it is not possible to fully follow this rule. So the best I can do now is to put all setClass() calls in a file named "000.R" (I know this
2016 Jun 21
2
what became LLC -march=cpp?
Hi, I came on an old post (2012 or 2013) where somebody used this tool with the cpp arch option. I tried to use it too but it fails because no "cpp" architecture was referenced. Still on old posts I saw that it wasn't enabled by default for cmake builds so I added the flag -DLLVM_TARGETS_TO_BUILD="cpp" and "all" but still nothing. Was it removed from LLVM?
2001 Jul 09
1
polynomial regression and poly
When doing polynomial regression I believe it is a good idea to use the poly function to generate orthogonal polynomials. When doing this in Splus there is a handy function (transform.poly I think) to convert the coefficients produced by regression with the poly function back to the original scale. Has somebody written something similar for R ? Robert
2007 Sep 10
0
The use for an XML based metadata format
...escribes the collection of the logical streams and their relations. On the one hand we might have a concert recording where the overall description for the stream would name the artists, on the other a film where the musicians might be relegated to the description for the soundtrack (depending how fastidious the metadata supplier is). Yes there are special bits needed for things like captions and multi-track audio, but these are just relationships to the whole. (Suggests ensure 4) can address whole bitstream too.) The model I've got in my head is a tree which describes properties of the physical...
2009 Mar 11
11
Progams not load after Ubuntu Security Notice USN-732-1 dash
Yesterday I was using normally my " wine programs" under Ubuntu 8.10 / Wine 1.1.16 . Ubuntu pop up a request for critical securiy update ( Ubuntu Security Notice USN-732-1 March 10, 2009 dash vulnerability CVE-2009-0854 ) . Applied . Today I logon on Ubuntu and some programs under wine do not load more . I means they do not start at all . Some other yes . Depend program by program .
2005 Dec 21
13
Too many login generators?
there is a blog about it http://www.realityforge.org/articles/2005/11/12/aaa_in_rails There are so many Authentication/Authorization/Auditing generators now, just like the situation in java''s world, Too many components doing the samething just make me confusion. Why not add one to rails core lib and everybody can extend it for their requirement ? -- Posted via
2006 Mar 02
17
can''t get rails to connect to mySQL - HELP!!!!!!!!!
Sorry, but this is really NOT as easy as the tutorials/books make out. I''m really struggling at the first hurdle here. And while I''m not a programmer by design I do know my way around most stuff. And if I can''t get this to work I suspect more people will have the same issues. There seems to be too many variables to address. I have winXP, I have ruby and rails all
2005 Mar 08
19
find_by_sql ON STEROID possible?
...and a.id = ab.author_id and b.id = ab.book_id and a.university_id = u.id that fetch every association in the (publisher book author university) db model active record is based on NAMING CONVENTIONS so why can''t we do that? (no matter if it''s fastidious because it''s optimization time of the dev process !!!!!!) Books.find_by_sql( "SELECT b.*, p.name as book_publisher_name, p.id as book_publisher_id, a.name as book_author_name, a.id as book_author_id, u.name as author_u...
2020 Jul 13
2
Problem with network browsing
On Mon, Jul 13, 2020 at 2:03 AM Rowland penny via samba < samba at lists.samba.org> wrote: > On 13/07/2020 04:29, Michael Jones via samba wrote: > > I'm trying to diagnose why my windows 10 clients can't do network > browsing. > > The network neighborhood doesn't show any of my machines running samba. > > > > Any advice? > > > Sorry, but it
2003 May 30
2
Creating a vector class
I'm trying to create a package for working on orientation data, i.e. data where the observations are 3D rotations. There are several different representations of orientations in common use: SO(3) matrices, Euler angles, unit quaternions, etc. One thing I'd like is to make it convenient to work in any representation, and have conversions to others done as needed. I'm trying to do
2007 Sep 10
8
The use for an XML based metadata format
What I've gotten out of this discussion so far: 1) we need to introduce a means in which to do captions; this could be done through adding a "caption" element to CMML, or in another time-continuous annotation format; so far I am not sure which would be the better way 2) we need a XML annotation format for audio - in particular for music - that is more structured than vorbiscomment
2012 Jan 04
3
informal conventions/checklist for new predictive modeling packages
Working on the caret package has exposed me to the wide variety of approaches that different authors have taken to creating predictive modeling functions (aka machine learning)(aka pattern recognition). I suspect that many package authors are neophyte R users and are stumbling through the process of writing their first R package (or R code). As such, they may not have been exposed to some of the
2003 Dec 01
0
No subject
...http://lists.samba.org/pipermail/samba/ Hi, i used to work on Tru64UNIX at Compaq i've done some tests with many source code from application of some clients. I've always had many warnings. The reason is simple the compaq compiler makes many verifications on the code the compiler is very fastidious... cheers Le 03/07/2001 ` 12:53 Gabauer Dietmar a icrit : >> Hi there, >> >> I try to compile Samba 2.2.0 on true64 (OSF1 4.0F, Alpha DS20E), but get >> the following output with many warnings. >> What causes the problem?? >> >> Please advice! >>...