Enfranchised Mind Blog

Category Archives: Code Samples

MSQuery Error When Refreshing the Pivot Cache

Sharing a fix to a somewhat surprising (but I bet not uncommon) bug.
Posted in Code Samples | Leave a comment

New Wiki, and SBL LaTeX Papers Revisited

New wiki at http://enfranchisedmind.com/wiki/ with an article "Using LaTeX for Society of Biblical Literature Style Papers".
Also posted in Admin, LaTeX, Open Source, School | Leave a comment

Using LaTeX to Write Society of Biblical Literature (SBL) Style Papers

Having become horribly annoyed with Word and OpenOffice’s inability to handle intermingled Hebrew and English words, I decided to shift to LaTeX for writing papers. Here's how you can, too.
Also posted in LaTeX, School | Tagged , | 10 Comments

Wanted: MySQL Magic Chanting

How do I work around MySQL's limitation for LOAD DATA in prepared statements?
Also posted in SQL | Tagged , | 2 Comments

log.debug { "$toStringMe only if necessary!" }

I've just updated the @WithLog AST transform for Groovy to defer evaluation of GStrings in logging messages.
Also posted in Groovy, Open Source | Leave a comment