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...
Reading List May - September 2018
The Book of Joy by the 14th Dalai Lama, the Archbishop Desmond Tutu and Douglas Carlton I loved this book. It is a documentation of a...
Pittsburgh Bike Trails
So this isn't much of a trip (compared to a backpacking adventure) but I had a blast exploring Pittsburgh's bike trails today! I took my...
Literature Review
This is probably overdue but I am now getting around to doing a proper literature review for the start of my graduate research. As far as...
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...