Casper Fabricius has a nice shell script for creating new git repositories on DreamHost. Unfortunately, this works only for creating new repositories.
Read more…
Software
backup, bash, dreamhost, git, script, shell
One problem I had with the expression-to-C converter is that CForm converts negations of terms into a negation of parenthesized terms.
Read more…
Languages, Mathematica, Software
I frequently use Mathematica to rearrange or solve symbolic equations to use in C++ programs. While Mathematica is quite powerful for that, it has no facility to hoist common subexpressions into variables.
Read more…
Languages, Mathematica, Software