Skip to content
View drkibitz's full-sized avatar
🎩
deducing
🎩
deducing

Block or report drkibitz

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

Pinned Loading

  1. github github Public

    Shared GitHub composite actions and reusable workflows by @drkibitz.

  2. parallel.bash parallel.bash
    1
    #!/usr/bin/env bash
    2
    ## parallel.bash
    3
    ## -------------
    4
    ## A bash script that executes provided tasks in parallel, with added handling
    5
    ## for errors, logs, and signals (within reason).
  3. childprocess-lifecycle-manager childprocess-lifecycle-manager Public

    Functional core / imperative shell, around a spawned child_process

    TypeScript

  4. openfl-drkibitzmark openfl-drkibitzmark Public

    Benchmark Rendering Implementations for OpenFL

    Haxe 2 1

  5. DebugKit DebugKit Public

    Little swift package that provides iOS app debug utilities.

    Swift 3

  6. Monty Hall Problem Monty Hall Problem
    1
    /**
    2
     * The Monty Hall Problem
    3
     * https://en.wikipedia.org/wiki/Monty_Hall_problem
    4
     */
    5