Displaying 12 results from an estimated 12 matches for "halcyon".
2012 Mar 22
3
Recommendations regarding textbooks
...e also heard some good
thinks regarding ?An R Companion to Applied Regression?.
Has anything else really good come along in recent years?
Alternatively, are there any really good companion textbooks / lab
manuals to accompany standard texts?
Thanks in advance,
Richard
--
I think back to the halcyon dates of my youth, when indeterminate
Hessians had something to do with the Revolutionary War, where
conjugate priors were monks who had broken their vows, and the
expression (X'X)^-1(X'Y) was greek
Those were simpler times
2008 Jan 15
1
Population model question
Hi all,
I have a population in which I want to follow living and dead animals
through time ( 1 simulation, 100 years). I have created 2 arrays for living
and dead animals
In the starting population there are, say, 500, animals
To determine whether each of these animals survives to a following
age-class, a uniformal chance is generated, resulting in "TRUE" if the
animal lives, or
2007 May 09
0
printf in GUI App?
...his
was a console app. I LIKE THIS BEHAVIOR and do not know if it is a
bug in Wine. Technically I would say it is a bug since it is not the
behavior on a Windows machine.
Is there a way to achieve this behavior in Windows? Perhaps with a
simple compile flag? I googled and found this
http://www.halcyon.com/~ast/dload/guicon.htm which looks great in the
first paragraph, but requires modified code as I read on.
Why the different behaviors from unmodified code?
Or is this the answer, "The problem is that the older I/O streams were
designed to use UNIX-style "file descriptors," where...
1999 Aug 06
0
Need diagnosis help
...s on the
network. Running
> net view \\eserv
I get the error 'the specified network password is not correct'
I'm stuck. Hopefully someone can suggest a plan to get this working.
Sincerely,
Mat
----------------------------------------------------------------
Mathew D. Watson
matw@halcyon.com
----------------------------------------------------------------
1997 May 06
0
RE: Re: Re: Yet Another
...ed long time ago.
How very incorrect. They were not "fixed" a long time ago. Dip buffer
overruns can still be found on just about any site that didnt keep up
with bugtraq.. Any badly managed system will have these problems. Some
systems, are so bad as to not have shadow support yet!! Like halcyon.com
for example.
----------------------------------------------------------------------
Cosimo Leipold | Unix Administrator
Aiglon College | Web Page Development
1885 Chesieres-Villars | NT Administrator
Switzerland | http://www.clark.net/pub/cosimo
---------------------------------...
2009 Jul 24
0
google map
...ing but I want to display
marker and it''s information on page same as Google map i.e if we search
"coffee shop austin". map displays list of coffee shop on left and
corresponding marker in map(right)
as bellow
(MAP)
A => halcyon coffee house bar
.-------------------------------------.
B => Bouldin Creek Coffee Houseā .
.
. . A(marker)
.
. . B(marker)
.
. .
....
2006 Feb 21
2
building in AIXV5.3 using the IBM C for AIX compiler V6.0
...de, but here I am at the beginning of just such a joyous
and wondrous adventure.
I'm running the latest level of AIX (V5.3...V4.3 has been obsolete for
at least, what, 5 years) and using the IBM compiler (xlc is similarly
obsolete, from back when the compiler came with the O/S...oh, for the
halcyon days of Unix's youth) as above
The IBM compiler is now know as xlc rather than xlC, and configure
doesn't find it:
checking for xlC_r... no
checking for xlC... no
and it isn't happy with the quota stuff:
checking sys/quota.h usability... no
checking sys/quota.h presence... no
check...
2010 Jul 27
0
how to generate a random data from a empirical, distribition
...> thank you all in advance.
>
>
> -- View this message in context:
> http://r.789695.n4.nabble.com/how-to-generate-a-random-data-from-a-empirical-distribition-tp2302716p2302716.html
> Sent from the R help mailing list archive at Nabble.com.
Ah! This brings back memories of the halcyon days of my youth when, as a
junior in college, I took a course in introductory probability theory
around this time during the summer in preparation for working as a co-op
student the coming fall.
Conceptually, why not treat your empirical sample as an "urn" with
10,000 items. Then ta...
2008 Jan 15
4
how to go to a line in R
Hi, List
When I was writing R code, I notice that there is no number indicating how
many lines of codes you are writing. Is there a way to go to a line with
defined number? say I want to go to the 20th line.
Thanks,
Jack
[[alternative HTML version deleted]]
1998 Feb 10
5
How to set Netscape enviroment on Samba home drive ?
> Does anybody know if it is possible to configure Netscape in such a way
> that ALL netscape preferences and options (most important is email
> address) will be saved on samba home ?
You get this kind of stuff by default with roaming profiles.( ie
user.dat or ntuser.dat ) If you are referring to netscape 4 then just
point the profile to the home directory (mapped to a consistent drive
2008 Oct 21
2
Dragon NaturallySpeaking 7 install fails -ve memory reported
Hi folks,
I'm presently having my second foray into Wine. I'm running Ubuntu 8.04 on a machine with 3GB memory. I'm having problems installing Dragon NaturallySpeaking 7 and would welcome some guidance.
When I run "wine /media/cdrom1/autorun.exe" the install looks promising for a few moments, then an error message saying:
"Your computer does not meet the minimum
2010 Aug 02
7
Complex associations
I am working on a project that has some complex table associations,
and I am having a hard time declaring this association in a Model, and
fear it can''t be done.
Here is an example of my issue...
class StoreType < ActiveRecord::Base; end
class Store < ActiveRecord::Base; end
class Department < ActiveRecord::Base; end
class Product < ActiveRecord::Base; end
A StoreType has