Skip to content

Instantly share code, notes, and snippets.

@mrtns
mrtns / README.md
Last active February 13, 2023 14:26
Data Landscape 2021

201x BI tools

SaaS

Acquired

  • BIME
    • Acquired by Zendesk October 2015
@mrtns
mrtns / README.md
Last active June 7, 2018 14:24
Git rebase, skip merge-commits
@mrtns
mrtns / README.md
Last active January 30, 2023 06:53
Docker Host and Container User Mapping
@mrtns
mrtns / README.md
Last active January 14, 2023 05:07
Markdown-based Literate Programming

R Ecosystem

  • R Markdown

    Use a productive notebook interface to weave together narrative text and code to produce elegantly formatted output. Use multiple languages including R, Python, and SQL.

Python Ecosystem

  • Pweave

    Pweave is a scientific report generator and a literate programming tool for Python. It can capture the results and plots from data analysis and works well with numpy, scipy and matplotlib.

  • podoc
@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: