Skip to content

Instantly share code, notes, and snippets.

package handlers
import (
"net/http"
"fmt"
"bytes"
"github.com/shirou/gopsutil/mem"
"github.com/shirou/gopsutil/host"
"io"
)
package handlers
import (
"net/http"
"github.com/josdirksen/slackproxy/config"
"strings"
"net/url"
)
// Define a simple interface. Which provides access to the command that needs to be
// executed and the response writer, so that the handler can send information back.
package org.smartjava.dw
import java.io.{File, FileInputStream}
import com.github.mtailor.srtdissector.SrtDissector
import scala.annotation.tailrec
import scala.collection.immutable.ListMap
import scala.io.Source
import scala.util.{Failure, Success}
@josdirksen
josdirksen / default.css
Last active February 25, 2018 20:35
Voronoi fractals using d3.js
* {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
span {
font-size: smaller;
}