Skip to content
View joshzcold's full-sized avatar
  • SecurityMetrics
  • Orem, Utah
Block or Report

Block or report joshzcold

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

  1. easyclair easyclair Public

    bash script to start a clair scan easily

    Shell 16 2

  2. Cold-Family-Feud Cold-Family-Feud Public

    Host your own Family Feud game. Mobile friendly with built in buzzers.

    JavaScript 69 38

  3. Javascript generate random appealing... Javascript generate random appealing colors
    1
    /*
    2
     * Generate appealing random colors using HSV
    3
     * https://martin.ankerl.com/2009/12/09/how-to-create-random-colors-programmatically/ 
    4
     */
    5
    // needed to keep colors random from each other
  4. Run Selenium Testing and record brow... Run Selenium Testing and record browser along with testing log. This is geared towards TestNG and Gradle, but there is no reason you can't rip out the video section and use the testing tool of your choice.
    1
    #!/usr/bin/env bash
    2
    # set -x
    3
    # PS4='+${LINENO}: '
    4
    set -euo pipefail
    5
    IFS=$'\n\t'
  5. k8sdock-profile k8sdock-profile Public

    Simple python script to continuously get RAM and CPU data from either k8s pods or docker containers. This is for the purpose of making intelligent resource request in k8s .yaml definitions

    Python

  6. pibaby/pibaby pibaby/pibaby Public