Skip to content

Instantly share code, notes, and snippets.

@romines
romines / 0_reuse_code.js
Created March 24, 2016 17:49
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
@romines
romines / index.html
Created November 5, 2015 21:09 — forked from deltaepsilon/index.html
Firebase Chat Demo - With Auth
<html>
<head>
<title>DM4 Firebase Chat App</title>
</head>
<body ng-app="firebaseChat">
<div ng-controller="chatCtrl">
<form name="loginForm" ng-if="!authData">
<fieldset>