Displaying 3 results from an estimated 3 matches for "markd".
Did you mean:
mark
2010 Feb 26
2
R Experts
I am trying to understand why R is working in a particular way. I have a
data set with two variables; mark date (markd) and recap date (recapd). I
would like to know the number of days between capture dates. But if I
subtract recap date from mark date I often get the wrong results.
Example: Dataset - markd recapd
8/28/1991
12/24/1994...
1998 Aug 25
0
Advisory: NetManage ZPOP v1.0
...========================================================================
http://www.prism.net/secure/advisory/PTL.092498.ZPOP
-------------------------------------------------------------------------------
=== -Credit- ==================================================================
Mark Dowd - markd@prism.net
Michael Freeman - mikef@prism.net
===============================================================================
Discovered: August 24, 1998
Released: September 1, 1998
Operating Systems tested on: Linux, Solaris 2.6/SPARC
Information
-----------
The ZPOP server daemon available from...
2008 Oct 02
1
acts_as_taggable_on environment issues
Like most people, I''ve got two machines: one for development and one
for production. I''ve done everything I can to make sure the ruby/rails
environments are the same, but of course they''re not identical (I''ll
get into that in a moment). The error that I''m getting happens when I
call a method in a background task controller on the production
machine; I