Skip to content

Instantly share code, notes, and snippets.

@nhu313
nhu313 / casino.md
Last active February 22, 2019 14:18

Casino

Create the following classes:

Card

Instance variables/Fields

  • String suite
  • String faceValue

Constructors

1. Pick a laptop and a USB (I think USB 2 is good)
2. Restore a backup version from USB. I do this to erase all the student's data
1. Restart the computer and press Command (⌘) – R while it's starting
3. Select Restore from Time Machine Backup from the list of available options.
4. Click Continue.
5. Click Continue on the Restore Your System Page.
6. Select your Time Machine Backup.
7. Select USB
8. Select the most recent backup of your Mac's hard drive.
9. Click Continue.
FROM ruby:2.6.5-stretch as base
RUN apt-get update && apt-get install -y \
git \
build-essential \
g++ \
libpq-dev \
qt4-dev-tools \
libqt4-dev \
nodejs