Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am mlilley on github.
  • I am mlilley (https://keybase.io/mlilley) on keybase.
  • I have a public key ASAh-AgIow9Q-TuPMzN6UVSQhgzrHHcfFmnX5eCAHTdp_Ao

To claim this, I am signing this object:

@mlilley
mlilley / index.erl
Created March 19, 2017 02:06
Futurelearn Erlang Assignment Week 2
-module(index).
-export([index/1,index/2]).
-include_lib("eunit/include/eunit.hrl").
% Michael Lilley
% 2017-03-18
%
% To run:
% $ erl
% > c(index).
@mlilley
mlilley / 0_reuse_code.js
Created February 14, 2017 11:02
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