Basics While playing with a Matlab provided demo I discovered that it used the Live Script format as it did not look like a normal (.m) file. So I decided to look into the Matlab live scripts (.mlx) more to see if they were a viable format. The idea is that they work like Jupiter… Continue reading Matlab Live Scripts
Category: Software
It’s Over 9000 – ZSH Theme installation
What is ZSH ZSH is an interactive shell, although it can also used as a powerful scripting language. Many of the useful features of bash, ksh, and tcsh were incorporated into zsh and many new features were added. It is basically just another shell so if you already have an expansive bashrc you will have… Continue reading It’s Over 9000 – ZSH Theme installation