Skip to content
View cookandy's full-sized avatar

Organizations

@plexinc
Block or Report

Block or report cookandy

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. cloudflare-elk cloudflare-elk Public

    Quickly analyze your Cloudflare logs with ELK

    Shell 3 3

  2. docker-rclone docker-rclone Public

    Forked from tynor88/docker-rclone

    Docker for Rclone - a command line program to sync files and directories to and from various cloud services.

    Dockerfile

  3. stardew-mods stardew-mods Public

    A collection of mods for Stardew Valley.

    Lua 1 7

  4. Spotfiy to Slack Spotfiy to Slack
    1
    #!/bin/bash
    2
    # this script updates your slack status with the current playing track in spotify in OS X
    3
    
                  
    4
    #########################################
    5
    ##### to run this script at startup #####
  5. last.fm to Slack last.fm to Slack
    1
    #!/bin/bash
    2
    # this script updates your slack status with the current playing track from last.fm
    3
    # requires URI::Escape perl module (cpan URI::Escape) and jq
    4
    # make sure to update slack_api_key, last_fm_api_key, and last_fm_username
    5
    
                  
  6. Check ETH validator withdrawal again... Check ETH validator withdrawal against CLWP repo
    1
    #!/bin/bash
    2
    # usage ./checkValidator <space separated list of validators>
    3
    
                  
    4
    
                  
    5
    NOT_FOUND="Not Found"