Skip to content

Instantly share code, notes, and snippets.

@DixieKorley
DixieKorley / README-Template.md
Created January 11, 2018 05:26 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

// Whitespace and tabs have no meaning outside of quotation marks. Tabs help with readability.
//Parentheses help with order of oprations.
2 * 3 + 5; // 11
2 * (3 + 5); // 16
//Concatenation
@DixieKorley
DixieKorley / index.html
Created November 27, 2017 10:04
Measure Me
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Measure Me</title>
<link rel="stylesheet" href="style.css">
</head>
<body class="main">
<div>
@DixieKorley
DixieKorley / git_cheat-sheet.md
Created November 26, 2017 20:13 — forked from davfre/git_cheat-sheet.md
git commandline cheat-sheet