Skip to content

Instantly share code, notes, and snippets.

@mrichards42
mrichards42 / datadog_us_states.js
Last active January 4, 2021 19:25
Code to generate a map of US states in Datadog
#!/usr/bin/env node
const fs = require('fs');
// Creates a datadog square states map based on a metric
DASHBOARD_TITLE='New US States Screenboard';
// -- METRIC CONFIGURATION AND LAYOUT --
AGGREGATOR='sum';
METRIC='your_metric_here';

Keybase proof

I hereby claim:

  • I am mrichards42 on github.
  • I am mrichards42 (https://keybase.io/mrichards42) on keybase.
  • I have a public key ASBkZzGK4m82soXr1HFlDDgriY5V1HCYPk0sGjT4ITSCSQo

To claim this, I am signing this object:

@mrichards42
mrichards42 / boxstarter.ps1
Last active January 31, 2018 19:18 — forked from jessfraz/boxstarter.ps1
Boxstarter Commands for a new Windows box.
# Run this boxstarter by calling the following from an **elevated** command-prompt:
# start http://boxstarter.org/package/url?https://gist.githubusercontent.com/mrichards42/fa7eb6dbb5994855552a1d964d4754de/raw
#------------------------------------------------------------------------------
# TEMPORARY
#------------------------------------------------------------------------------
Disable-UAC
#------------------------------------------------------------------------------