Displaying 3 results from an estimated 3 matches for "lemented".
Did you mean:
lamented
2006 Jun 29
0
Sortables question
Hello,
I am new to Scriptaculous, and was recently brought into a project using
it to create an email Newsletter builder. The idea is that the user
will have lists of elements that he can add to the email page by
dragging the element he wants to add from an "available sections"
container, to a "loaded sections" container. Dragging from the loaded
to available will
2006 Sep 22
1
Update to Dillo browser question
...now.
The idea is to implement this with dpip (dillo plugin protocol)
but it has not being done yet, becuase of lack of manpower.
> second: I have seen emails concerning running dillo in server mode
> (dillo -s server). I tried it, but dillo didn't know -s. Is this feature
> imp[lemented, and if yes, how can I access it?
Not in the official dillo.
>
> Thanks a lot for a brilliant lightning fast browser,
:-)
--
Cheers
Jorge.-
--
Rainer M. Krug, Dipl. Phys. (Germany), MSc Conservation
Biology (UCT)
Department of Conservation Ecology and Entomology
Universi...
2008 Aug 15
2
cor() btwn columns in two matrices - no complete element pairs
Hi everyone,
I'm trying to calculate correlation coefficients between corresponding
columns in two matrices with identical dimensions but different data. The
problem is that the matrices contain NAs in different locations. I am using
the following code to try to calculate correlations between complete sets of
data:
#Code start
maxcol<-ncol(mat1)
for (i in 1:maxcol)
{