Displaying 6 results from an estimated 6 matches for "dankelley".
Did you mean:
danielle
2007 Feb 04
10
where to install script.aculo.us ?
I''d like to try autocompletion, and my understanding based on AWDWR:2,
and on various website tutorials, is that I should install the
script.aculos.us
javascript library.
My question is how to do that. The instructions on their site tell me
to "Put prototype.js, scriptaculous.js, builder.js, effects.js,
dragdrop.js, slider.js and controls.js in a directory of your website,
2007 Dec 03
3
strsplit on comma, with a trailing comma in input
I have a comma-separated data file in which trailing commas sometimes occur.
I am using strsplit to extract the data from this file, and it seems great
except in cases with trailing comma characters.
The example below illustrates. What I'd like is to get a fourth element in
the answer, being an empty string just like the second element. Is there a
way I can express my patter (or perhaps
2007 Feb 11
3
RoR programming style guide?
Is there a style guide for RoR? For example, I see that rails likes
to create things like
<% ... %>
<% ... %>
<% ... %>
and I''m tempted to write this as
<%
...
...
...
%>
but I''m not sure if doing so will make my code "look wrong".
Since I''m a beginner, I''d like to get into the habit of writing code
that has a conventional
2008 Jan 10
2
how to calculate time offset between timezones?
#QUESTION#
Is there a way to calculate the offset between timezones, e.g. from "AST" to
"GMT"?
#DETAILS#
I am working with data files that use local time, and that indicate the
timezone by e.g. "AST" (Atlantic Standard Time, my local time) in a header.
I was guessing that
> ISOdatetime(2008,1,1,1,0,0,tz="GMT") -
>
2007 Dec 02
0
problem installing 2.6.1 on OSX Leopard (after failed MacPorts install)
This message reports a problem, and its solution. I found the solution while
posting. Since others may have the same problem, I am continuing with the
post.
PROBLEM
I am having a different problem than the one that others have reported (e.g.
http://www.nabble.com/Problem-Installing-2.6.0-on-Mac-tf4778736.html#a13674247).
Whether I try to install R as a whole, or individual packages, the
2007 Dec 12
1
how to shorten elements in a data frame?
I have a data frame ("res$data" in the example below), and I'd like to walk
through it, doing an approx() to interpolate each element in turn based on
the value of the item named "pressure" that is in the data.frame.
I've put some code below. I had hoped that the commented-out "length() <-"
line would let me adjust the lengths of the items, but that has