Prepare your Lappy!

Rev. 3 Jan 2021

picture of a lappy 486

All Classes We will use the term "command window" to mean a cmd or PowerShell window in Windoze or a Terminal window on a Mac. You can find the terminal in MacOSX by going to Finder an selecting Applications → Utilities.

Once you do this, you can be wheels-up the first day of class for 4240.

4280 You need to install JavaFX. Directions are here

A .vimrc file If you are a vim user, this is useful for Python and Java programming.


set et
set tabstop=4
set ai
set number
set nohlsearch