Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
gibson042
Follow

Richard Gibson gibson042

Organizations

Block or report gibson042

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user's behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. canonicaljson-spec canonicaljson-spec Public

    Specification of canonical-form JSON for equivalence comparison.

    Awk 22 5

  2. tc39/proposal-json-parse-with-source tc39/proposal-json-parse-with-source Public

    Proposal for extending JSON.parse to expose input source text.

    HTML 252 10

  3. 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
  4. highlight.awk - ANSI-format matching... highlight.awk - ANSI-format matching input (e.g. to supplement grep)
    1 #!/usr/bin/awk -f
    2 BEGIN {
    3 USAGE="Usage: %s rule=/[.]... [rule=...]...";
    4 EXAMPLE="Example: ";
    5 CMD=ENVIRON["_"];