Audiophiles, \(\text{Bit rate} = \text{sampling rate} \times \text{bit depth} \times \text{number of channels}\) ; Don’t forget L,R channels.
In Julia on my mac, I found to use Pkg.*() I needed to: git config –global url.https://.insteadOf git://
To simply list all files in a git repo in conflict git config –global alias.conflicts “diff –name-only –diff-filter=U”
Better to use ~/.ssh/config than and alias in your .bashrc
How to get GDB working on Mavericks: http://wiki.lazarus.freepascal.org/GDB_on_OS_X_Mavericks_and_Xcode_5#Codesigning_gdb
git push –force: a savior at times
Finding tmux to be quite useful and very easy to install on machines.
Use http://nickmanderfield.com/2014/08/ultimate-guide-to-fixing-and-resetting-osx-yosemite-launchpad/ to fix a Yosemite OS X broken launchpad.
Going to test out pyspread as a possible performance recorder
Unix ‘screen’ is such a great tool when working on remote machines.