Skip to content

Instantly share code, notes, and snippets.

View chrisroat's full-sized avatar
💭
contributing to the aggregate of tiny pushes by each honest worker

Chris Roat chrisroat

💭
contributing to the aggregate of tiny pushes by each honest worker
View GitHub Profile
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Jigsaw puzzle</title>
<script type="text/javascript">
function save(filename, data)
{
var blob = new Blob([data], {type: "text/csv"});