Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

To claim this, I am signing this object:

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>GistRun</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h1>Hello world!</h1>
<script src="script.js"></script>
@forest
forest / app.html
Created October 31, 2017 17:47 — forked from freshcutdevelopment/app.html
Aurelia Gist - RequireJS, Bootstrap, Fontawesome
<template>
<h1>${message}</h1>
</template>
export class GameActions {
constructor() { }
makeChoice() {
var result = this.getRandomInt(1,3);
switch (result) {
case 1: // rock
return { type: 'GAME_ROCK' };
case 2: // paper
Verifying my Blockstack ID is secured with the address 1QDBnDdmr45qQB1DCqm9qKriQzPvBpKSZj https://explorer.blockstack.org/address/1QDBnDdmr45qQB1DCqm9qKriQzPvBpKSZj
@forest
forest / keybindings.json
Created August 13, 2018 17:19
Running Elixir Tests in Visual Studio Code/ElixirLS
{
"key": "alt+t",
"command": "workbench.action.tasks.runTask",
"args": "mix test"
}