Skip to content

Instantly share code, notes, and snippets.

@lancehunt
lancehunt / flow.json
Created April 21, 2012 23:30
Untitled_336
{
"nodes": [
{
"title": "HTTP Response",
"icon": "images/icons/http_64.png",
"top": 82,
"left": 828,
"compID": "http_response",
"id": "step_437"
},
@lancehunt
lancehunt / flow.json
Created April 21, 2012 23:29 — forked from zubairov/flow.json
Show CPUs
{
"nodes": [
{
"title": "Code",
"icon": "images/icons/code_64.png",
"top": 126,
"left": 227,
"compID": "code",
"code": "console.log(JSON.stringify(require('os').cpus(), null, '\\t'));\nconsole.log(this.get('flowID'));",
"id": "step_106"
@lancehunt
lancehunt / flow.json
Created April 21, 2012 23:28 — forked from zubairov/flow.json
Twitter Timeline to Log
{
"nodes": [
{
"title": "Timeline",
"icon": "images/icons/twitter_64.png",
"top": 149,
"left": 182,
"compID": "twitter",
"username": "lancehunt",
"backFill": "15",
@lancehunt
lancehunt / flow.json
Created April 21, 2012 23:27
Untitled_0
{
"nodes": [
{
"title": "MongoDB Insert",
"icon": "images/icons/mongodb_64.png",
"top": 94,
"left": 329,
"compID": "mongodb_insert",
"database": "elasticdb",
"collection": "myCollection",