jhigdon - Overview

View jhigdon's full-sized avatar

Jonathan Higdon jhigdon

Block or report jhigdon

Hello fellow earthling,

I am here to write code and collaborate. Currently finding myself in a new quest to open source more of what I develop in my personal time!

Fun facts (yes very fun)

  • Not beholden to any particular programming language or framework
  • Has both vim and emacs fu
  • Constructed an atreus keyboard...(don't use it lol)
  • Try my best to keep fit

Pinned Loading

  1. 2

            rm -f ./build/protonpack && go build -o build/ ./cmd/protonpack

    4

    CMDPATHS := $(patsubst %/, %, $(dir ./cmd/*/))
  2. 1

    thing l = map (\x -> if (count x lower) > 1 then ')' else '(' ) lower 

    2

      where lower = map toLower l

    3

            count n = length . filter (==n)