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:
I hereby claim:
To claim this, I am signing this object:
Homebrew build logs for watchman on macOS 10.14 | |
Build date: 2018-10-20 20:53:25 |
Homebrew build logs for watchman on macOS 10.14 | |
Build date: 2018-10-20 18:37:46 |
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,
# 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 | |
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 |
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() { |
I hereby claim:
To claim this, I am signing this object:
license: gpl-3.0 |