Displaying posts tagged: mac-os-x

Installing OpenBUGS or WinBUGS in Mac OS X using WineBottler

2 Comments

It seems like Mac users get the short end of the Bayesian analysis stick: WinBUGS and OpenBUGS are Windows-only, and JAGS, while promising, still has some rough edges. At the end of the day, all we want is to be able to run WinBUGS on our Macs—so here’s how to do it, as easily as I ...

Citations with Scrivener, MultiMarkDown, BibDesk, and TeXShop

3 Comments

I’ve set up a nice writing environment for my Master’s thesis that uses the following tools:

Compiling JAGS on Mac OS X

No Comments

JAGS is essentially a cross-platform, command-line WinBUGS replacement. What does that mean? You can do Bayesian analysis natively on Linux and Mac OS X.

XAMPP with Xdebug on Snow Leopard

No Comments

If you compiled the xdebug module and see the following in your log file:

How to globally ignore .DS_Store when using Git

1 Comment

If you don’t want OS X mucking up your Git repo with DS_Store files, you can set up a global ignore file. As per freshsauce, you simply execute the following two commands: