This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # We need to process the date into suitable for filename | |
| 'dc:date' -> KEY GetDate(GetObjectKey) | |
| '10' -> LIMIT CleanDate(SubStr) | |
| Split(Split) OUT -> IN GetDate() OUT -> IN CleanDate() | |
| # We also need the URL name for the filename | |
| 'dc:name' -> KEY GetName(GetObjectKey) | |
| Split() OUT -> IN GetName() | |
| # And finally we need the format |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var router = Backbone.Router.extend({ | |
| initialize: function (options) { | |
| this.collections = []; | |
| }, | |
| routes: { | |
| 'new': 'newColl', | |
| 'show/:id': 'showColl' | |
| }, |
Simple infinite scrolling slots example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "properties": { | |
| "name": "Clock Example", | |
| "environment": { | |
| "type": "noflo-browser", | |
| "content": "<div class='area' title='.area'><img id='clock' src='http://i.meemoo.me/v1/in/GJPUFPc8ThuRp9itdXC9_clock-face.png' style='position:absolute; width:300px; height:300px;' /><img id='hours' src='http://i.meemoo.me/v1/in/fRL213GT1uCRltIqXkK2_clock-hours.png' style='position:absolute; top:50px; left:130px; height:200px;' /><img id='minutes' src='http://i.meemoo.me/v1/in/23DZFKYoRTOIAjPA7sed_clock-minutes.png' style='position:absolute; top:0; left:140px; height:300px;' /><img id='seconds' src='http://i.meemoo.me/v1/in/VU2HqPmuTqucRpnUGGBj_clock-seconds.png' style='position:absolute; top:0; left:145px; height:300px;' /></div>", | |
| "width": 300, | |
| "height": 300 | |
| } | |
| }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "properties": { | |
| "environment": { | |
| "runtime": "websocket" | |
| }, | |
| "name": "AR.Drone server" | |
| }, | |
| "exports": [], | |
| "processes": { | |
| "ServeRequests_lkzpi": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "properties": { | |
| "environment": { | |
| "runtime": "html", | |
| "src": "./preview/iframe.html", | |
| "width": 300, | |
| "height": 300, | |
| "content": "<style>body { width: 100%; background-image:url(https://raw.github.com/cannonerd/flowDrone/master/gauges/core/app/asset/img/bg.jpg); overflow: hidden; } .gaugeframebg, .compassWrapper, .compassrotator, .compasscenter, .centerstatic, .attitudeWrapper, .attitudemoving, .attitudestaticouter, .attitudestatic, .speedometerWrapper, .speedometerstaticbg, .speedometerpointer, .altitudeWrapper,.altitudedisk, .altitudetaticbg, .altitudepointershort, .altitudepointerlong, .batteryWrapper, .batterystaticbg, .batterypointer { position: absolute; top:0; left:0; width: 100%; }</style><div class='batteryWrapper'><img class='gaugeframebg' src='https://raw.github.com/cannonerd/flowDrone/master/gauges/core/app/asset/img/frame/instrumentframe-without-screws.png' alt='gaugeframebg'><img class='batterystaticbg' src='https://raw.github. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "properties": { | |
| "environment": { | |
| "runtime": "html", | |
| "src": "./preview/iframe.html", | |
| "width": "300", | |
| "height": "340", | |
| "content": " <div style=\"position: relative; margin-top: 20px;\">\n <button style=\"padding: 2%\" id=\"takeoff\">Take off</button>\n <button style=\"padding: 2%\" id=\"land\">Land</button>\n <button style=\"padding: 2%; background-color: red\" id=\"stop\">Panic!!</button>\n <div>\n <button style=\"padding: 2%\" id=\"up\">Up</button>\n <button style=\"padding: 2%\" id=\"down\">Down</button>\n </div>\n <div>\n <button style=\"padding: 2%\" id=\"couterclockwise\">Couter Clockwise</button>\n <button style=\"padding: 2%\" id=\"clocwise\">Clockwise</button>\n </div>\n <div>\n <button style=\"padding: 2%; margin-left:4%\" id=\"forward\">\t↑</button>\n <div>\n <button style=\"padding: 2%\" id=\"left\"> ←</button>\n <button style=\"padding: 2%\" id=\"rig |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "properties": { | |
| "environment": { | |
| "runtime": "websocket", | |
| "wsUrl": "ws://127.0.0.1:3569" | |
| }, | |
| "name": "ControlDrone" | |
| }, | |
| "exports": [], | |
| "processes": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "properties": { | |
| "environment": { | |
| "runtime": "html", | |
| "src": "./preview/iframe.html", | |
| "width": "300", | |
| "height": "300", | |
| "content": "<style>\nbody {\n width: 1000px;\n height: 1000px;\n}\n</style>" | |
| }, | |
| "name": "Behavior" |