Skip to content

Instantly share code, notes, and snippets.

@bryanchance
bryanchance / hosts
Created January 2, 2019 05:30 — forked from jaredhoyt/hosts
Example Apache setup (with SSL)
# Secure local IPs:
#
# 127.0.0.2 - www.example.dev
#
127.0.0.1 localhost
# example.com
127.0.0.2 www.example.dev
@bryanchance
bryanchance / 0_reuse_code.js
Created August 31, 2014 08:29
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console