Skip to content

Instantly share code, notes, and snippets.

@dominictarr
Created November 7, 2012 00:26
Show Gist options
  • Save dominictarr/4028683 to your computer and use it in GitHub Desktop.
Save dominictarr/4028683 to your computer and use it in GitHub Desktop.
this script does nothing
var convoy = require('convoy-stream');
var split = require('event-stream').split
var through = require('through');
var header = convoy();
var h = header.createStream();
h.write('beep\n');
var _header = convoy()
var _h = _header.createStream()
_h.pipe(split()).pipe(through(function (line) {
console.dir(line);
}));
header.pipe(_header).pipe(header)
@skycoffin
Copy link

While playing Slice Master, you'll be exposed to calming pictures and noises intended to elicit ASMR. Make an attempt to avoid everything in your path as you walk down the road.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment