I recently relocated a number SVN repositories to a new hosting provider. To do so I ended up merging ideas from a number of different locations, so here is a quicknote that summarizes the various steps, both for the server & working copies: Moving the Repository On old host: Dump the entire repository to a… Continue reading Moving SVN Repositories
Category: Tips & Tools
Syntax Highlighting for GAMS in TextWrangler/BBEdit
I do a lot of GAMS (General Algebraic Modeling System) model development on my Mac, but there is no graphical interface under OSX. So I put together a simple language module (syntax highlighting plug-in) for my favorite Mac text editor: Text Wrangler, which is the free, but still feature rich version of BBEdit. The plug-in… Continue reading Syntax Highlighting for GAMS in TextWrangler/BBEdit
MATLAB to MySQL through SSH tunnel
A “QuickNote” about how to connect MATLAB to a remote MySQL server through an SSH tunnel. (updated 12/21/2011 to avoid port issues with Cisco VPN) Why: The server only accepts encrypted connections and I couldn’t figure out an easy way to use SSL directly within the JDBC driver. Additional note: the server’s main role is… Continue reading MATLAB to MySQL through SSH tunnel