Skip to content

Instantly share code, notes, and snippets.

@druuu
druuu / README.md
Created January 11, 2018 10:04 — forked from mrbar42/README.md
bash scripts to create VOD HLS stream with ffmpeg almighty (tested on Linux and OS X)

running:

bash create-vod-hls.sh beach.mkv

will produce:

    beach/
      |- playlist.m3u8
 |- 360p.m3u8
@druuu
druuu / .block
Created November 13, 2017 20:12 — forked from Kcnarf/.block
Weighted Voronoi Treemap in D3v4
license: mit
height: 1000
@druuu
druuu / pedantically_commented_playbook.yml
Created January 22, 2016 08:37 — forked from marktheunissen/pedantically_commented_playbook.yml
Insanely complete Ansible playbook, showing off all the options
---
# ^^^ YAML documents must begin with the document separator "---"
#
#### Example docblock, I like to put a descriptive comment at the top of my
#### playbooks.
#
# Overview: Playbook to bootstrap a new host for configuration management.
# Applies to: production
# Description:
# Ensures that a host is configured for management with Ansible.