Useful C++ Code Snippets
Source: xkcd.com Again for my Fall 2018 C++ course at CMU. These are snippets of code that I use a lot and want to remember. Main...
Complete Installation of SSD in Windows 10 and Ubuntu 18.04
This weekend I installed a new 1TB SSD in my Lenovo T530 laptop, and installed Windows 10 and Ubuntu 18.04 on the drive in a dual...
Notes on Writing in C++
I am taking a class on programming in C++ this semester and we are coding in Visual Studio. There are a couple tricks to writing the code...
Running MATLAB in Ubuntu
I finally figured this one out!!! Thanks to the university I was able to download a student version of MATLAB to my Ubuntu OS, but I was...
Mounting Box as Local Folder on Linux/Ubuntu 18.04
I just got this to work and wanted to throw down some notes really fast. Thanks to my sources listed at the end for all the help....
Dual Booting in Ubuntu and Windows 10
This weekend I decided to add Ubuntu to my laptop, mainly because I wanted to get experience using Linux (of which Ubuntu is one kind of...
Terminal Tutorial
Useful tips from William Shotts [1] (unless otherwise indicated) To set focus mode to follow mouse in Ubuntu: gsettings set...
Aftermath of MLSE 2018
This week marked the second annual Machine Learning in Science and Engineering conference, jointly organized by Georgia Tech and Carnegie...
Hexadecimals are hard
Still working through Daniel Weller and Sharat Chikkerur's course 6.087 on MIT OCW [1] and I struggled with hexadecimals. I wanted to...
Some Basic Notes on C
Thanks to Daniel Weller and Sharat Chikkerur who wrote MIT's 6.087 course that is available on MIT OCW, I have been learning the basics...