Skip to content
View Checksum's full-sized avatar
:octocat:
Doing stuff
:octocat:
Doing stuff
Block or Report

Block or report Checksum

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
Checksum/README.md

G'day 🤠 I'm Srinath and I live down under 🇦🇺. I am a digital mason who dabbles in whatever interests me. I don't get too caught up with programming languages, frameworks or libraries and believe in using the best tool for the job.

Work

JavaScript, TypeScript, Node.js, Go, Terraform, AWS, Nginx + Lua, Python, Bash

Play

Elm, Rust

Toys

git-cloc - Embeddable lines of code report for your git repository [Go]

ghviz - Visualize GitHub orgs and repos [JavaScript, React]

Deckosaur - Markdown powered presentation deck [Elm]

Pinned

  1. critic.sh critic.sh Public

    Dead simple testing framework for Bash with coverage reporting

    Shell 448 11

  2. esbuild-elm-loader esbuild-elm-loader Public

    Elm loader for esbuild

    JavaScript 6

  3. ghviz ghviz Public

    Visualize and discover interesting GitHub repos

    JavaScript

  4. nginx-echo-server nginx-echo-server Public

    A very poor man's version of httpbin

    Lua 4

  5. Assertion library for jq Assertion library for jq
    1
    # A simple assertion library for jq (https://github.com/stedolan/jq)
    2
    # Author: Srinath Sankar
    3
    
                  
    4
    def assert(level; expr; msg):
    5
      if expr then
  6. JSON diff and patch for jq JSON diff and patch for jq
    1
    # JSON diff and patch for jq (https://stedolan.github.io/jq/)
    2
    # Author: Srinath Sankar
    3
    #
    4
    # Usage:
    5
    # diff: jq -sS 'include "diff-patch"; diff' a.json b.json > patch.json