Skip to content

Instantly share code, notes, and snippets.

View tomjakubowski's full-sized avatar

Tom Jakubowski tomjakubowski

View GitHub Profile

Keybase proof

I hereby claim:

  • I am tomjakubowski on github.
  • I am tj2s (https://keybase.io/tj2s) on keybase.
  • I have a public key whose fingerprint is 3CC5 637C 9D99 0146 7B76 31B5 D8D8 CD0A 57E6 E07E

To claim this, I am signing this object:

@tomjakubowski
tomjakubowski / # watchman - 2018-10-20_20-53-25.txt
Created October 21, 2018 03:53
watchman on macOS 10.14 - Homebrew build logs
Homebrew build logs for watchman on macOS 10.14
Build date: 2018-10-20 20:53:25
@tomjakubowski
tomjakubowski / # watchman - 2018-10-20_18-37-46.txt
Last active October 21, 2018 01:51
watchman on macOS 10.14 - Homebrew build logs
Homebrew build logs for watchman on macOS 10.14
Build date: 2018-10-20 18:37:46
@tomjakubowski
tomjakubowski / agnes-dix-obituary.md
Created June 23, 2018 06:25
agnes dix obituary archive

Agnes S. Dix, of Fort Collins, Colorado, died peacefully at home, surrounded by family, on February 27, 2009 after a long battle with liver disease. Agnes was born May 3, 1928, in Washington, DC. She grew up in Washington, and graduated from Holy Cross Academy there. In 1950, Agnes earned a BA in Art at The Catholic University of America in Washington, where she met her future husband, Ralph Leo Dix, when a friend asked Agnes to tutor a science major struggling with French. They were married in 1951 and moved to Madison, Wisconsin where Ralph pursued graduate work in botany and Agnes did design and display work for area department stores. Agnes’s career reflected her interest in art and education, but she was, first and foremost, an artist. She was a lifelong ceramicist, print maker and painter. Her friends and family long cherished her annual handmade Christmas cards, complete with a personal note. When Ralph’s academic career took the Dixes to Marquette University, Agnes taught high school art in Milwaukee,

@tomjakubowski
tomjakubowski / reddit.py
Last active December 30, 2017 16:42
aiohttp client example for python 3.5
# updated from http://stackabuse.com/python-async-await-tutorial/
# still doesn't properly deal with KeyboardInterrupt OMM :(
import signal
import sys
import asyncio
import aiohttp
import json
@tomjakubowski
tomjakubowski / syntax-rules.txt
Created December 1, 2017 23:49
"syntax-rules Primer for the Merely Eccentric" by Joe Marshall
JRM's Syntax-rules Primer for the Merely Eccentric
In learning to write Scheme macros, I have noticed that it is easy to
find both trivial examples and extraordinarily complex examples, but
there seem to be no intermediate ones. I have discovered a few tricks
in writing macros and perhaps some people will find them helpful.
The basic purpose of a macro is *syntactic* abstraction. As functions
allow you to extend the functionality of the underlying Scheme
language, macros allow you to extend the syntax. A well designed
@tomjakubowski
tomjakubowski / .block
Created October 17, 2017 01:08 — forked from mbostock/.block
Polar Plot
license: gpl-3.0
// Grammar for pegjs
// missing: floating point numbers, sets, "discard"
{
function Sym(name, prefix) {
this.name = name;
this.prefix = prefix;
}
Sym.prototype.toString = function() {
@tomjakubowski
tomjakubowski / keybase.md
Created May 8, 2016 23:04
keybase proof

Keybase proof

I hereby claim:

  • I am tomjakubowski on github.
  • I am tomjakubowski (https://keybase.io/tomjakubowski) on keybase.
  • I have a public key ASDeC-G15nUxykx5AqQ-IlDaKMc515E91pGtgtx508ux3Ao

To claim this, I am signing this object:

@tomjakubowski
tomjakubowski / .block
Created March 23, 2016 03:33 — forked from mbostock/.block
Poisson-Disc II
license: gpl-3.0