Skip to content

Instantly share code, notes, and snippets.

@mrtns
mrtns / README.md
Last active June 2, 2017 13:51
Samus Yakkety Yak
@mrtns
mrtns / sense-io-embetter-output-tampermonkey.js
Last active September 6, 2016 14:02
A tampermonkey script to improve the output of sense.io consoles
// ==UserScript==
// @name Sense.io Embetter Output
// @version 0.5
// @description Embetters the output of the sense.io console
// @match https://*.cloudfront.net/dashboard.*.html?origin=https%3A%2F%2Fsense.io
// @grant none
// ==/UserScript==
/* jshint -W097 */
'use strict';
@mrtns
mrtns / README.md
Last active July 27, 2016 08:05
macOS Toolchain

Applications

  • BetterTouchTool
  • Caffeine
  • Contexts
  • Flux
  • iA Writer
  • Kindle
  • KeePassX
  • VMWare Fusion
@mrtns
mrtns / domo-tv-mode.user.js
Last active April 7, 2016 21:05
Domo TV Mode Tampermonkey Script
// ==UserScript==
// @name Domo Page TV Mode
// @version 0.3
// @description Turns a Domo page into a TV info radiator pretty mode. Hides the navigation, page header controls UI elements, and card controls UI elements.
// @match https://*.domo.com/page/*
// @grant none
// ==/UserScript==
/* jshint -W097 */
'use strict';
@mrtns
mrtns / README.md
Last active June 2, 2017 13:46
crouton unity i3wm
@mrtns
mrtns / README.md
Last active December 13, 2017 10:12
Data Streaming Reading List
  • The Dataflow Model: A Practical Approach to Balancing Correctness, Latency, and Cost in Massive-Scale, Unbounded, Out-of-Order Data Processing
    By Google (Akidau et al)
    In Proceedings of the VLDB Endowment, Vol. 8, No. 12
    August 2015
    http://www.vldb.org/pvldb/vol8/p1792-Akidau.pdf

  • MillWheel: Fault-Tolerant Stream Processing at Internet Scale
    By Google (Akidau et al)

@mrtns
mrtns / README.md
Last active July 10, 2019 13:45
AWS EMR Spark

Install Pre-Requisites

Install AWS CLI

sudo pip install awscli

Configure AWS CLI Keys

aws configure
@mrtns
mrtns / README.md
Created September 7, 2015 01:39
Data Visualization Notes
@mrtns
mrtns / README.md
Last active August 12, 2019 06:31
Reading and Writing Event Streams to S3