Skip to content

Instantly share code, notes, and snippets.

View phyllisstein's full-sized avatar

Daniel P. Shannon phyllisstein

View GitHub Profile
@phyllisstein
phyllisstein / tot.sh
Created May 28, 2020 02:47 — forked from chockenberry/tot.sh
A shell script for Tot
#!/bin/sh
basename=`basename $0`
if [ -z "$*" ]; then
echo "usage: ${basename} <dot> [ -o | -r | <file> | - ]"
echo ""
echo "options:"
echo " -o open dot in window with keyboard focus"
echo " -r read contents of dot"
@phyllisstein
phyllisstein / keybase.md
Created April 13, 2020 21:14
I am what I am.

Keybase proof

I hereby claim:

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

To claim this, I am signing this object:

@phyllisstein
phyllisstein / quellvetica.css
Created September 8, 2019 07:47
Swap Helvetica out for San Francisco, as God and Jony Ive intended.
/*
**
** ,ad8888ba, 88 88 88
** d8"' `"8b 88 88 ,d ""
** d8' `8b 88 88 88
** 88 88 88 88 ,adPPYba, 88 88 8b d8 ,adPPYba, MM88MMM 88 ,adPPYba, ,adPPYYba,
** 88 88 88 88 a8P_____88 88 88 `8b d8' a8P_____88 88 88 a8" "" "" `Y8
** Y8, "88,,8P 88 88 8PP""""""" 88 88 `8b d8' 8PP""""""" 88 88 8b ,adPPPPP88
** Y8a. Y88P "8a, ,a88 "8b, ,aa 88 88 `8b,d8' "8b, ,aa 88, 88 "8a, ,aa 88, ,88
** `"Y8888Y"Y8a `"YbbdP'Y8 `"Ybbd8"' 88 88 "8" `"Ybbd8"' "Y888 88 `"Ybbd8"' `"8bbdP"Y8
{
"listeners": {
"*:8080": {
"application": "hello-unit"
}
},
"applications": {
"hello-unit": {
"type": "external",
"working_directory": "/path/to/your/hello-unit",
#!/usr/bin/env node
const {
createServer,
IncomingMessage,
ServerResponse,
} = require('unit-http')
require('http').ServerResponse = ServerResponse
require('http').IncomingMessage = IncomingMessage
@phyllisstein
phyllisstein / fontawesome.sty
Last active July 17, 2023 14:03
FontAwesome 5.0.0-beta.6 mapping for XeLaTeX
% FontAwesome Pro 5.0.0-beta.6 (https://github.com/FortAwesome/Font-Awesome-Pro)
% bindings for XeLaTeX.
%
% Author: Honza Ustohal <honza@egoistic.biz>
% (https://gist.github.com/sway/3101743)
%
% Updated for FontAwesome 5 by Daniel P. Shannon <daniel@daniel.sh>.
%
% Translation of FontAwesome's private range characters into XeTeX symbols. All
% icons are camel-cased and prefixed with 'fa', i.e. what was .fa-address-book
@phyllisstein
phyllisstein / Contract Killer 3.md
Last active September 11, 2015 00:07 — forked from malarkey/Contract Killer 3.md
The latest version of my ‘killer contract’ for web designers and developers

Contract Killer

The popular open-source contract for web designers and developers by Stuff & Nonsense

  • Originally published: 23/12/2008
  • Revised date: 15/12/2013
  • Original post