Skip to content

Instantly share code, notes, and snippets.

<!DOCTYPE html>
<html>
<head>
<title>Chatzilla</title>
</head>
<body>
<div id='container'>
<h1>Chatzilla</h1>
@rcmiller
rcmiller / Vagrantfile
Last active August 29, 2015 14:01
Vagrantfile for installing Meteor on Windows.
$script = <<SCRIPT
# install meteor packages
sudo apt-get update
sudo apt-get install -y python-software-properties
sudo add-apt-repository -y ppa:chris-lea/node.js
sudo apt-get update
sudo apt-get remove -y node
sudo apt-get install -y git curl nodejs
curl https://install.meteor.com/ | sudo sh
sudo npm install -g meteorite
<html>
<head>
<meta charset="utf-8" />
<meta content="width=device-width, initial-scale=1" name="viewport" />
<title>Emoji Rebus Editor</title>
<!--<link rel="stylesheet" href="emojify.min.css">-->
<!--<script src="emojify.js"></script>-->
<style>
@rcmiller
rcmiller / gdoc2latex.py
Last active December 19, 2015 12:59
This gist has been superseded by a repo: https://github.com/uid/gdoc-downloader
// see new code at https://github.com/uid/gdoc-downloader