- New Hampshire
- https://mccutch.org/
- @mccutchen.xyz
Pinned Loading
-
go-httpbin
go-httpbin PublicA reasonably complete and well-tested golang port of httpbin, with zero dependencies outside the go stdlib.
-
websocket
websocket PublicA zero-dependency Golang implementation of the websocket protocol (RFC 6455)
Go
-
humortree.org
humortree.org PublicEarly web experiments in programming and design (mostly 1999-2004)
HTML 2
-
-
strftime.org
strftime.org PublicA single-serving-site that provides a reference for Python's strftime formatting options
-
speculatively
speculatively PublicPackage speculatively provides a simple mechanism to re-execute a task in parallel only after some initial timeout has elapsed.
Go 10
1,277 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Contribution activity
April 2025
Created 3 commits in 2 repositories
Created a pull request in mccutchen/go-httpbin that received 1 comment
fix: /response-headers does not need escaping by default
So it turns out that the fix for GHSA-528q-4pgm-wvg2 in 0decfd1 made an unintentionally breaking change, by HTML-escaping the body of the /response…