search for: _intended_

Displaying 6 results from an estimated 6 matches for "_intended_".

2008 Dec 22
2
Treatment of Date ODBC objects in R (RODBC)
...;2008-12-16"). I have 2 related questions: 1. Is there a way to control the conversion used by RODBC for types "Date"? or is this controlled by the ODBC Driver (in my case the Oracle driver in Windows and Actual on Mac OS X)? 2. What is the trick to get as.Date() to return the _intended_ date (the date that the OS X environment "correctly" reads)? Many thanks in advance for any guidance. Best regards, Ivan
2006 May 18
27
[PATCH] /sys/hypervisor/uuid
New /sys/hypervisor/uuid, containing this domain''s UUID. Stripping off /vm/ from the value of vm to get the UUID isn''t exactly nice. The alternative is to add a XENVER_get_uuid code to HYPERVISOR_xen_version(), but I''m not sure that''s worth it. Signed-off-by: Markus Armbruster <armbru@redhat.com> diff -r ddba92a5cba9 drivers/xen/core/xen_sysfs.c ---
2004 Aug 26
5
Surprise when mapping matrix to image
Start with: > x <- c(1:7,1) > dim(x) <- c(2,4) > x [,1] [,2] [,3] [,4] [1,] 1 3 5 7 [2,] 2 4 6 1 2 Rows of 4 Columns. Upper-left and lower-right elements of the matrix are the same. All to this point makes good sense. > image(x) However, this image shows 2 columns of 4 rows. The lower-left and upper-right elements are the same. This does
2008 Sep 08
13
list corner case
I'm curious how people think the following *should* be interpreted: - one 2. two http://babelmark.bobtfish.net/?markdown=-++one%0D%0A2.+two%0D%0A%0D%0A As you can see, implementations split into three groups here: (a) treat as an unordered list Markdown.pl, Python markdown, MultiMarkdown, BlueCloth, MarkdownJ, Showdown (b) treat as an unordered list with an ordered
2004 Aug 27
1
selecting unique columns of a matrix/data frame
...ion to the documentation? > > "The x axis corresponds to the rows of the matrix (first on the left > to last on the right). The y axis corresponds to the columns of the > matrix (first at the bottom to last at the top)." > > Once you know what image() is _intended_ to do with a matrix, > you can figure out the transposing and reversing you need for any > other view. It's knowing you need to that's the problem. > > > > ------------------------------ > > Message: 98 > Date: Thu, 26 Aug 2004 21:59:21 -0700 > From: rossi...
2008 Dec 29
0
Serial Correlation Test for Short Time Series
...quot;2008-12-16"). I have 2 related questions: 1. Is there a way to control the conversion used by RODBC for types "Date"? or is this controlled by the ODBC Driver (in my case the Oracle driver in Windows and Actual on Mac OS X)? 2. What is the trick to get as.Date() to return the _intended_ date (the date that the OS X environment "correctly" reads)? Many thanks in advance for any guidance. Best regards, Ivan ------------------------------ Message: 18 Date: Mon, 22 Dec 2008 16:52:13 +0000 From: aavram at mac.com Subject: Re: [R] Treatment of Date ODBC objects in R (ROD...