Skip to content

Instantly share code, notes, and snippets.

View kbsymanz's full-sized avatar

Kurt Symanzik kbsymanz

  • Michigan, United States
View GitHub Profile
@kbsymanz
kbsymanz / FileInputTesting.html
Last active May 30, 2016 02:35
Elm File Input Testing
<html>
<head>
<title>File Input Testing</title>
</head>
<body>
<div id='app'></div>
<script type='text/javascript' src='./elm.js'></script>
<script>
var node = document.getElementById('app');
var app = Elm.Main.embed(node);
import io from 'socket.io-client'
import {
siteMessage,
systemMessage,
authenticationUpdate,
dataChange
} from '../actions'
import {

Keybase proof

I hereby claim:

  • I am kbsymanz on github.
  • I am kbsymanz (https://keybase.io/kbsymanz) on keybase.
  • I have a public key ASA_tm8b-2cmHyt66dmkNoAmDV_GmLsRc1gqXmNNH1ohTwo

To claim this, I am signing this object:

RUN bash -c "curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add -" && \
bash -c "echo 'deb https://deb.nodesource.com/node wheezy main' > /etc/apt/sources.list.d/nodesource.list" && \
bash -c "echo 'deb-src https://deb.nodesource.com/node wheezy main' >> /etc/apt/sources.list.d/nodesource.list" && \
apt-get update && apt-get install -y nodejs