Skip to content
View rdgd's full-sized avatar

Block or report rdgd

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
rdgd/README.md

I'm a software engineer turned enginering leader. I still love to learn and build new things.

Pinned Loading

  1. twly twly Public

    Wanna get DRY? Static analysis tool for detecting repeat code.

    JavaScript 47 1

  2. scryfall-clj scryfall-clj Public

    Client for accessing the Scryfall API

    Clojure 2

  3. file-reloader.nvim file-reloader.nvim Public

    An Neovim plugin for reloading opened files when they are updated on disk.

    Lua 2

  4. timeline.nvim timeline.nvim Public

    File access and editing timeline in vim which allows you to quickly navigate to files in your history.

    Lua 2

  5. trimax trimax Public

    Simple batteries included browser history/navigation solution for Clojurescript SPA's

    Clojure

  6. Babashka version bump utility. Will ... Babashka version bump utility. Will increment semantic version in pom.xml and added a new structured changelog map to changelog file. File extension added for syntax highlighting, can remove.
    1
    #!/usr/bin/env bb
    2
    
                  
    3
    (defn inc-ver
    4
      [ver mode]
    5
      (let [[major minor bugfix] (map #(Integer. %) (clojure.string/split ver #"\."))