Skip to content

Instantly share code, notes, and snippets.

View mdbloice's full-sized avatar
☘️
Steady as she goes

Marcus D. Bloice mdbloice

☘️
Steady as she goes
View GitHub Profile

Keybase proof

I hereby claim:

  • I am mdbloice on github.
  • I am mdbloice (https://keybase.io/mdbloice) on keybase.
  • I have a public key ASAlHh6e5ZNPY8tgyaOn6n1U01_KpQF10WbqGKOqTmtJFgo

To claim this, I am signing this object:

@mdbloice
mdbloice / jupyterhub
Created October 23, 2018 14:11 — forked from lambdalisue/jupyterhub
A service (init.d) script for jupyterhub
#! /bin/sh
### BEGIN INIT INFO
# Provides: jupyterhub
# Required-Start: $remote_fs $syslog
# Required-Stop: $remote_fs $syslog
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Start jupyterhub
# Description: This file should be used to construct scripts to be
# placed in /etc/init.d.
@mdbloice
mdbloice / 0_reuse_code.js
Created June 30, 2016 07:22
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