Skip to content

Instantly share code, notes, and snippets.

@bjcoombs
bjcoombs / title The Whistleblower Complaint Timeline.mermaid
Last active October 14, 2019 08:06
The Whistleblower Complaint Timeline
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
# OSX doesn't support the linux version of xargs, so I installed findutils via brew first.
# brew update; brew install findutils
< urls.txt gxargs -r -L 1 -P 10 curl > /dev/null
@bjcoombs
bjcoombs / jenkins.py
Last active August 29, 2015 14:25
Get jenkins status, send to blink1
import urllib, json
import time
from subprocess import call
def blink(colors):
if ( "red_anime" in colors):
call(["blink1-tool", "--red"])
elif ( "red" in colors):
call(["blink1-tool", "--red"])
@bjcoombs
bjcoombs / blink
Last active August 29, 2015 14:06
blink for blink1-tool