Skip to content

Instantly share code, notes, and snippets.

View matrunchyk's full-sized avatar
🇺🇦
If you want to go fast, go alone. If you want to go far, bring others along.

Serhii Matrunchyk matrunchyk

🇺🇦
If you want to go fast, go alone. If you want to go far, bring others along.
View GitHub Profile

DRUM SEQUENCER w/ SAMPLE PAD

Just lay out your beat and press "Q, W, E or R" for live sample playback!

A Pen by Jacob Kucera on CodePen.

License.

@matrunchyk
matrunchyk / beanstalkd.config
Last active August 8, 2017 22:19 — forked from broklyngagah/beanstalkd.config
beanstalkd.config
sources:
/tmp: https://github.com/kr/beanstalkd/archive/v1.10.tar.gz
commands:
01_make_beanstalkd:
cwd: /tmp/beanstalkd-1.10
command: make
02_install_beanstalkd:
cwd: /tmp/beanstalkd-1.10