Skip to content

Instantly share code, notes, and snippets.

View dmmfll's full-sized avatar

Don Morehouse dmmfll

  • Fort Lauderdale, Florida
View GitHub Profile
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
<?xml version="1.0" encoding="UTF-8"?>
<!-- Do not edit this file, it will be overwritten on install.
Copy the file to $HOME/.config/openbox/ instead. -->
<openbox_config xmlns="http://openbox.org/3.4/rc" xmlns:xi="http://www.w3.org/2001/XInclude">
<resistance>
<strength>10</strength>
<screen_edge_strength>20</screen_edge_strength>
</resistance>
<focus>
<focusNew>yes</focusNew>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>canvas image spike</title>
</head>
<body>
<div id="root">
<h2>Hello, world.</h2>
<canvas id="canvas" style="border:1px solid black;" width="256" height="256"></canvas>
'use strict'
var fs = require('fs'),
Task = require('data.task'),
util = require('util'),
{
curry,
map,
sequence,
toString,
unnest,
@dmmfll
dmmfll / .gitignore
Last active December 17, 2016 17:20
A way to load a url resource such as a gist into a Jupyter notebook cell.
.ipynb_checkpoints/
@dmmfll
dmmfll / .gitignore
Last active December 18, 2016 15:31
.ipynb_checkpoints/
Untitled.txt
README.py
convert2rst