Skip to content

Instantly share code, notes, and snippets.

@tfennelly
Forked from zubairov/flow.json
Created April 15, 2012 19:22

Revisions

  1. tfennelly revised this gist Apr 15, 2012. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions flow.json
    Original file line number Diff line number Diff line change
    @@ -3,8 +3,8 @@
    {
    "title": "Postmark Inbound",
    "icon": "images/icons/postmark_64.png",
    "top": 150,
    "left": 165,
    "top": 133,
    "left": 173,
    "compID": "postmark_receive",
    "id": "step_160"
    },
  2. tfennelly revised this gist Apr 15, 2012. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions flow.json
    Original file line number Diff line number Diff line change
    @@ -3,8 +3,8 @@
    {
    "title": "Postmark Inbound",
    "icon": "images/icons/postmark_64.png",
    "top": 133,
    "left": 174,
    "top": 150,
    "left": 165,
    "compID": "postmark_receive",
    "id": "step_160"
    },
  3. @zubairov zubairov revised this gist Apr 15, 2012. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions flow.json
    Original file line number Diff line number Diff line change
    @@ -29,8 +29,8 @@
    {
    "title": "Dropbox",
    "icon": "images/icons/dropbox_64.png",
    "top": 137,
    "left": 796,
    "top": 134,
    "left": 765,
    "compID": "dropbox",
    "path": "tweets/drobiazko",
    "id": "step_182"
  4. @drobiazko drobiazko revised this gist Apr 15, 2012. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion flow.json
    Original file line number Diff line number Diff line change
    @@ -23,7 +23,7 @@
    "top": 135,
    "left": 537,
    "compID": "code",
    "code": "var attachments = data.Attachments;\nfor(var index in attachments){\n next(null, attachments);\n}",
    "code": "var attachments = data.Attachments;\n\nfor(var index in attachments){\n next(null, attachments[index]);\n}",
    "id": "step_170"
    },
    {
  5. @drobiazko drobiazko revised this gist Apr 15, 2012. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion flow.json
    Original file line number Diff line number Diff line change
    @@ -23,7 +23,7 @@
    "top": 135,
    "left": 537,
    "compID": "code",
    "code": "var attachments = data.Attachments;\nfor(var attachment in attachments){\n next(null, attachment);\n}",
    "code": "var attachments = data.Attachments;\nfor(var index in attachments){\n next(null, attachments);\n}",
    "id": "step_170"
    },
    {
  6. @drobiazko drobiazko revised this gist Apr 15, 2012. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion flow.json
    Original file line number Diff line number Diff line change
    @@ -23,7 +23,7 @@
    "top": 135,
    "left": 537,
    "compID": "code",
    "code": "var attachment = data.Attachments;\nfor(var attachment in data.Attachments){\n next(null, attachment);\n}",
    "code": "var attachments = data.Attachments;\nfor(var attachment in attachments){\n next(null, attachment);\n}",
    "id": "step_170"
    },
    {
  7. @drobiazko drobiazko revised this gist Apr 15, 2012. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion flow.json
    Original file line number Diff line number Diff line change
    @@ -23,7 +23,7 @@
    "top": 135,
    "left": 537,
    "compID": "code",
    "code": "data.Attachments;\nfor(var attachment in data.Attachments){\n next(null, attachment);\n}",
    "code": "var attachment = data.Attachments;\nfor(var attachment in data.Attachments){\n next(null, attachment);\n}",
    "id": "step_170"
    },
    {
  8. @drobiazko drobiazko revised this gist Apr 15, 2012. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion flow.json
    Original file line number Diff line number Diff line change
    @@ -23,7 +23,7 @@
    "top": 135,
    "left": 537,
    "compID": "code",
    "code": "for(var attachment in data.Attachments){\n next(null, attachment);\n}",
    "code": "data.Attachments;\nfor(var attachment in data.Attachments){\n next(null, attachment);\n}",
    "id": "step_170"
    },
    {
  9. @drobiazko drobiazko revised this gist Apr 15, 2012. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion flow.json
    Original file line number Diff line number Diff line change
    @@ -23,7 +23,7 @@
    "top": 135,
    "left": 537,
    "compID": "code",
    "code": "for(var attachment in data.Attachments){\n next(null, { message : \"Hello world!\" });\n}",
    "code": "for(var attachment in data.Attachments){\n next(null, attachment);\n}",
    "id": "step_170"
    },
    {
  10. @drobiazko drobiazko revised this gist Apr 15, 2012. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion flow.json
    Original file line number Diff line number Diff line change
    @@ -23,7 +23,7 @@
    "top": 135,
    "left": 537,
    "compID": "code",
    "code": "for(var attachment in data.Attachments){\n \n}",
    "code": "for(var attachment in data.Attachments){\n next(null, { message : \"Hello world!\" });\n}",
    "id": "step_170"
    },
    {
  11. @drobiazko drobiazko revised this gist Apr 15, 2012. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion flow.json
    Original file line number Diff line number Diff line change
    @@ -23,7 +23,7 @@
    "top": 135,
    "left": 537,
    "compID": "code",
    "code": "for(var attachment in data.Attachments)\nnext(null, { message : \"Hello world!\" });",
    "code": "for(var attachment in data.Attachments){\n \n}",
    "id": "step_170"
    },
    {
  12. @drobiazko drobiazko revised this gist Apr 15, 2012. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion flow.json
    Original file line number Diff line number Diff line change
    @@ -23,7 +23,7 @@
    "top": 135,
    "left": 537,
    "compID": "code",
    "code": "for(var attac)\nnext(null, { message : \"Hello world!\" });",
    "code": "for(var attachment in data.Attachments)\nnext(null, { message : \"Hello world!\" });",
    "id": "step_170"
    },
    {
  13. @drobiazko drobiazko revised this gist Apr 15, 2012. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion flow.json
    Original file line number Diff line number Diff line change
    @@ -23,7 +23,7 @@
    "top": 135,
    "left": 537,
    "compID": "code",
    "code": "for(at)\nnext(null, { message : \"Hello world!\" });",
    "code": "for(var attac)\nnext(null, { message : \"Hello world!\" });",
    "id": "step_170"
    },
    {
  14. @drobiazko drobiazko revised this gist Apr 15, 2012. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion flow.json
    Original file line number Diff line number Diff line change
    @@ -23,7 +23,7 @@
    "top": 135,
    "left": 537,
    "compID": "code",
    "code": "for()\nnext(null, { message : \"Hello world!\" });",
    "code": "for(at)\nnext(null, { message : \"Hello world!\" });",
    "id": "step_170"
    },
    {
  15. @drobiazko drobiazko revised this gist Apr 15, 2012. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion flow.json
    Original file line number Diff line number Diff line change
    @@ -23,7 +23,7 @@
    "top": 135,
    "left": 537,
    "compID": "code",
    "code": "next(null, { message : \"Hello world!\" });",
    "code": "for()\nnext(null, { message : \"Hello world!\" });",
    "id": "step_170"
    },
    {
  16. @drobiazko drobiazko revised this gist Apr 15, 2012. 1 changed file with 4 additions and 0 deletions.
    4 changes: 4 additions & 0 deletions flow.json
    Original file line number Diff line number Diff line change
    @@ -44,6 +44,10 @@
    {
    "from": "step_162",
    "to": "step_170"
    },
    {
    "from": "step_170",
    "to": "step_182"
    }
    ]
    }
  17. @drobiazko drobiazko revised this gist Apr 15, 2012. 1 changed file with 9 additions and 0 deletions.
    9 changes: 9 additions & 0 deletions flow.json
    Original file line number Diff line number Diff line change
    @@ -25,6 +25,15 @@
    "compID": "code",
    "code": "next(null, { message : \"Hello world!\" });",
    "id": "step_170"
    },
    {
    "title": "Dropbox",
    "icon": "images/icons/dropbox_64.png",
    "top": 137,
    "left": 796,
    "compID": "dropbox",
    "path": "tweets/drobiazko",
    "id": "step_182"
    }
    ],
    "connections": [
  18. @drobiazko drobiazko revised this gist Apr 15, 2012. 1 changed file with 4 additions and 0 deletions.
    4 changes: 4 additions & 0 deletions flow.json
    Original file line number Diff line number Diff line change
    @@ -31,6 +31,10 @@
    {
    "from": "step_160",
    "to": "step_162"
    },
    {
    "from": "step_162",
    "to": "step_170"
    }
    ]
    }
  19. @drobiazko drobiazko revised this gist Apr 15, 2012. 1 changed file with 9 additions and 0 deletions.
    9 changes: 9 additions & 0 deletions flow.json
    Original file line number Diff line number Diff line change
    @@ -16,6 +16,15 @@
    "compID": "log",
    "level": "debug",
    "id": "step_162"
    },
    {
    "title": "Code",
    "icon": "images/icons/code_64.png",
    "top": 135,
    "left": 537,
    "compID": "code",
    "code": "next(null, { message : \"Hello world!\" });",
    "id": "step_170"
    }
    ],
    "connections": [
  20. @drobiazko drobiazko revised this gist Apr 15, 2012. 1 changed file with 8 additions and 3 deletions.
    11 changes: 8 additions & 3 deletions flow.json
    Original file line number Diff line number Diff line change
    @@ -11,12 +11,17 @@
    {
    "title": "Log",
    "icon": "images/icons/log_64.png",
    "top": 136,
    "left": 374,
    "top": 134,
    "left": 362,
    "compID": "log",
    "level": "debug",
    "id": "step_162"
    }
    ],
    "connections": []
    "connections": [
    {
    "from": "step_160",
    "to": "step_162"
    }
    ]
    }
  21. @drobiazko drobiazko revised this gist Apr 15, 2012. 1 changed file with 9 additions and 0 deletions.
    9 changes: 9 additions & 0 deletions flow.json
    Original file line number Diff line number Diff line change
    @@ -7,6 +7,15 @@
    "left": 174,
    "compID": "postmark_receive",
    "id": "step_160"
    },
    {
    "title": "Log",
    "icon": "images/icons/log_64.png",
    "top": 136,
    "left": 374,
    "compID": "log",
    "level": "debug",
    "id": "step_162"
    }
    ],
    "connections": []
  22. @drobiazko drobiazko revised this gist Apr 15, 2012. 1 changed file with 10 additions and 1 deletion.
    11 changes: 10 additions & 1 deletion flow.json
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,13 @@
    {
    "nodes": [],
    "nodes": [
    {
    "title": "Postmark Inbound",
    "icon": "images/icons/postmark_64.png",
    "top": 133,
    "left": 174,
    "compID": "postmark_receive",
    "id": "step_160"
    }
    ],
    "connections": []
    }
  23. @drobiazko drobiazko revised this gist Apr 15, 2012. 1 changed file with 4 additions and 1 deletion.
    5 changes: 4 additions & 1 deletion flow.json
    Original file line number Diff line number Diff line change
    @@ -1 +1,4 @@
    {}
    {
    "nodes": [],
    "connections": []
    }
  24. @drobiazko drobiazko created this gist Apr 15, 2012.
    1 change: 1 addition & 0 deletions flow.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    {}