Skip to content
View jranson's full-sized avatar

Organizations

@trickstercache
Block or Report

Block or report jranson

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. trickstercache/trickster trickstercache/trickster Public

    Open Source HTTP Reverse Proxy Cache and Time Series Dashboard Accelerator

    Go 2k 177

  2. trickstercache/trickster-docker-images trickstercache/trickster-docker-images Public

    Maintains and publishes the Dockerfile and Docker Images for Trickster

    Dockerfile

  3. trickstercache/helm-charts trickstercache/helm-charts Public

    Helm Charts Repository for Trickster

    Mustache 13 18

  4. GarageFob GarageFob Public

    Arduino-based solution for Garage Access Control with HID-compatible reader and fobs

    Arduino 1 1

  5. PiCam Time Lapse Maker w/ ffmpeg PiCam Time Lapse Maker w/ ffmpeg
    1
    #!/bin/bash
    2
    
                  
    3
    # PREREQUISITES
    4
    #
    5
    # fswebcam (sudo apt-get install fswebcam)
  6. deepgrep (recursive grep with globs) deepgrep (recursive grep with globs)
    1
    # add this function to your .bash_profile or .zshrc
    2
    #
    3
    # usage (all files): deepgrep 'my[Expression]'
    4
    # usage (filtered files): deepgrep '*.go' MyString
    5
    #