Skip to content

Instantly share code, notes, and snippets.

@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 / gist:8305792
Last active July 15, 2016 09:49
.NET Caching
beastcrm / ICache.NET
https://github.com/beastcrm/ICache.NET
Metsys.Caching
http://openmymind.net/2010/8/24/My-DOTNET-ICache/
http://github.com/karlseguin/Metsys.Caching
http://geekswithblogs.net/Rhames/archive/2012/09/11/loosely-coupled-.net-cache-provider-using-dependency-injection.aspx
http://dougwork.blogspot.ca/2012/10/objectcache-in-net-4.html
@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 / 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 June 2, 2017 13:46
crouton unity i3wm
@mrtns
mrtns / README.md
Last active June 2, 2017 13:51
Samus Yakkety Yak
@mrtns
mrtns / README.md
Last active August 3, 2017 20:26
Docker SSH Tunnel
eval "$(ssh-agent -s)"
ssh-add
docker run -d --name tunnel_mysql -v $SSH_AUTH_SOCK:/ssh-agent kingsquare/tunnel *:3306:localhost:3306 user@some-url

and in docker-compose:

 external_links: