Displaying 6 results from an estimated 6 matches for "kilt".
Did you mean:
kill
2008 Mar 10
1
Check errors using R2.6.2
...errors:
making bayesmc.d from bayesmc.c
make[3]:gcc-sjlj: Command not found
etc.
my gcc is version 3.4.2
I'm using Windows XP.
Any thoughts?
thanks!
peter r
................................
Peter E. Rossi
Joseph T. and Bernice S. Lewis Professor of Marketing and Statistics
Director, Kilts Center for Marketing
Editor, Quantitative Marketing and Economics
Rm 353, Graduate School of Business, U of Chicago
5807 S. Woodlawn Ave, Chicago IL 60637
Tel: (773) 702-7513 | Fax: (773) 834-2081
WWW: http://ChicagoGsb.edu/fac/peter.rossi
SSRN: http://ssrn.com/author=22862
2006 Apr 01
4
problems getting ActionMailer working (on server)
...tionMailer a few times.
Seems pretty straight forward. Unfortunately I can''t get my
application to actually send mail.
I uploaded my application to the web server and tried to get a mail
message sent. Nothing happened. I looked in the log file and it says
Sent mail:
From: service@freedomkilts.com
To: petermichaux@gmail.com
Bcc: petermichaux@gmail.com
Subject: Freedom Kilts Order Confirmation
Content-Type: text/plain; charset=utf-8
and I don''t see any errors. Does this mean that the rails app was
happy and able to connect to the mail server?
In my configuration.rb file I have...
2018 May 25
0
Update announcement request
...the other lists.
Related to that, a new kernel was released to the Centosplus repo, kernel-plus-3.10.0-862.2.3.el7.centos.plus, but perf and python-perf were not updated for the new kernel. Is this an oversight? perf doesn't complain about mismatched versions though.
Thanks!
Al McCann
Wear a Kilt, but carry a big Bagpipe.
2008 Mar 07
0
bayesm version 2.2-0
...or and a
normal base
2. linear instrumental variable models with unknown error distributions
(the Bayesian analogue of IV methods). Achieved via DP priors.
peter r
................................
Peter E. Rossi
Joseph T. and Bernice S. Lewis Professor of Marketing and Statistics
Director, Kilts Center for Marketing
Editor, Quantitative Marketing and Economics
Rm 353, Graduate School of Business, U of Chicago
5807 S. Woodlawn Ave, Chicago IL 60637
Tel: (773) 702-7513 | Fax: (773) 834-2081
WWW: http://ChicagoGsb.edu/fac/peter.rossi
SSRN: http://ssrn.com/author=22862
___________...
2005 Apr 09
0
not everybody uses bash
...'type -p $(PERL)') > $@ || ( rm -f $@ ; exit 1 )
+ $(shell which perl) > $@ || ( rm -f $@ ; exit 1 )
chmod a+x $@
# Han
--
_ (.".) _ And if sometime, somewhere, someone
'-'/. .\'-' asketh thee, Who kilt thee?, tell them it
/_ _\ _...._ 'twas the Doones of Bagworthy!
(` o o `)---` '.
jgs /"---"` \
2006 Feb 22
15
Fixtures and Relationships
In my daily development, I migrate back and forth between versions, and
often do: rake load_fixtures...
... in order to populate my development database with fun data.
Now, with any HABTM relationship, there are failures, as there is no way to
say "which" fixtures to load first.
Within an actual functional or unit test case, you could simply load them in
the proper order, but