search for: kilts

Displaying 6 results from an estimated 6 matches for "kilts".

Did you mean: kills
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
Hi, Can the updated files added to the Centosplus repo be sent to the announcement list please? I can't find them announced in any of 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
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
Though most people do have which installed somewhere. --- klibc/Makefile.orig 2005-04-08 18:34:56.827117248 +0200 +++ klibc/Makefile 2005-04-08 18:36:08.000297280 +0200 @@ -18,12 +18,12 @@ echo 'ARCH=$(ARCH)' >> $@ echo 'CROSS=$(CROSS)' >> $@ echo 'KCROSS=$(KCROSS)' >> $@ - echo "CC=$(shell bash -c 'type -p
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