Sunday 19 June 2011

Styling Tables in Mathematica

The video demonstrates some code I have written to make styling tables a little bit easier.



Code for styling tables can be downloaded here. This is "scaled down" code that is not as elegant IMO as that used in the video but probably more straight forward to follow. The video code is primarily based on TaggingRules.

Saturday 18 June 2011

Data processing with Mathematica and MySQL

Example of a small database driven application. Data, in the form of PDFs, are imported into Mathematica, scraped, and the data displayed. If the scrape was error free the data is saved to a MySQL database. Errors can be edited and then data saved.

The other part of the application is retrieving data from the database on the fly and displaying it.