Skip to content

Instantly share code, notes, and snippets.

@ga-wolf
ga-wolf / ubuntu_vm.md
Created March 12, 2018 04:10
Installing a Ubuntu Virtual Machine on a Windows Computer

Installing a Ubuntu Virtual Machine on Windows

This tutorial is targetted at installing a Ubuntu Virtual Machine on a Windows computer.

Some Terminology

  • A Virtual Machine (VM) is a fancy program that emulates computers
    • Why would you use them? Great for developing and testing software on different platforms, offers extraordinary amounts of flexibility, great for businesses (because you have full control - it can save you money, make maintenance easier, allow for remote workstations, plus they can be manipulated, started and stopped instantly)
    • The downsides... They aren't nearly as fast. You do still have to pay licensing fees for software that requires that (things like Windows 10 for example), the support isn't quite as good for certain hardware components, there can be network constraints, and there is an additional layer of debugging if something goes wrong
  • Ideally you don't have to use them
@ga-wolf
ga-wolf / wordy_calculator_two.md
Last active September 20, 2015 23:00
Wordy Calculator 2

Wordy Calculator 2

Write some code that takes word problems in the following formats:

What is 5 plus 13?

What is 7 minus 5?

What is -6 multiplied by 4?

@ga-wolf
ga-wolf / google_material_design_color_palette.css.sass
Last active August 29, 2015 14:23
Google Material Design - Color Palette - SASS
$white: #FFFFFF
$black: #000000
$red50: #FFEBEE
$red100: #FFCDD2
$red200: #EF9A9A
$red300: #E57373
$red400: #EF5350
$red500: #F44336
$red600: #E53935