The following is a bash shell script which I wrote to backup all databases on a MySQL server. It’s fairly simple to implement. First step is to fill in the necessary arguments in the commented region of the header. You will need: The name of a MySQL user account with sufficient privileges to perform a […]
Category Archives: Personal
Java Normal Probability Approximation Method
Recently, I’ve decided that I want to write my own statistics package in Java (I’m too bored for my own good). Originally, I wanted to write my own classes to handle the probability calculations under curves. However, this became a bit much when it came time to do f and student-T distributions. As such, I […]