Skip to content
View zish's full-sized avatar
😎
Perpetually Coding
😎
Perpetually Coding

Block or report zish

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. syshlted/cantil syshlted/cantil Public

    Purpose-built hardware CA for embedded device identity. Keys are generated in hardware, encrypted at rest, and never leave the device — provisioning happens over an encrypted local channel, with no…

    C 1

  2. vim-colorschemecycle vim-colorschemecycle Public

    Easily cycle through locally-installed Vim ColorSchemes.

    Vim Script 1

  3. Bash multi-fork - Crude batch proces... Bash multi-fork - Crude batch processing with child processes.
    1
    #!/usr/bin/env bash
    2
    
                  
    3
    func () {
    4
      #-- These will make sense shortly.
    5
      local TMP_NAME="${1}-${2}"
  4. syshlted/timepitch-bench syshlted/timepitch-bench Public

    Reproducible quality + CPU benchmark for time-stretch, pitch-shift, and sample-rate-conversion libraries.

    C++

  5. Greylisting iRule for F5 load-balanc... Greylisting iRule for F5 load-balancers, to incrementally throttle requests to matching URIs.
    1
    # Author: Jeremy Melanson <1080872+zish@users.noreply.github.com>
    2
    
                  
    3
    #-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
    4
    #
    5
    # This is an iRule for the F5 Big-IP family of load-balancers. It creates
  6. leafdump leafdump Public

    Make nested data greppable: every value on its own line, with the full path to it. JSON, YAML, TOML, MessagePack and 20-odd more, in 15 pseudocode notations. Zero dependencies.

    Python