Skip to content

Instantly share code, notes, and snippets.

@lancehunt
Forked from zubairov/flow.json
Created April 21, 2012 23:29
Show Gist options
  • Save lancehunt/2440238 to your computer and use it in GitHub Desktop.
Save lancehunt/2440238 to your computer and use it in GitHub Desktop.
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"
}
],
"connections": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment