-
Agoric
- New Hampshire
- @gibson042
Pinned Loading
-
canonicaljson-spec
canonicaljson-spec PublicSpecification of canonical-form JSON for equivalence comparison.
-
tc39/proposal-json-parse-with-source
tc39/proposal-json-parse-with-source PublicProposal for extending JSON.parse to expose input source text.
-
Focus Search user script
Focus Search user script 1// ==UserScript==
2// @name Focus Search
3// @namespace https://github.com/gibson042
4// @description Responds to <{Command,Ctrl}+/> by attempting to find and focus a page's search box.
5// @source https://gist.github.com/gibson042/c9b3406bc54f55726ec4
-
highlight.awk - ANSI-format matching...
highlight.awk - ANSI-format matching input (e.g. to supplement grep) 1#!/usr/bin/awk -f
2BEGIN {
3USAGE="Usage: %s rule=<awk ERE pattern>/<ANSI SGR format>[.<extra format>]... [rule=...]...";
4EXAMPLE="Example: </etc/resolv.conf %s rule='#.*'/dim rule='([0-9]+[.]){3}[0-9]+'/bold.red";
5CMD=ENVIRON["_"];
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.