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
| dispatch {} | |
| global { | |
| Q2 = <<Great Job! Q2: Can you name the majestic tree that Lisa Simpson climbed in an effort to save it? Alas, it was hit by lightning.>>; | |
| Congrats = <<Great Job! You’ve been entered into the Cylon Drawing. We’ll text you if you win. (powered by Kynetx + Twilio) www.kynetx.com>>; | |
| Invite = <<Free Dev Day with Kynetx Fri in Broomfield. Get a dev accnt www.kynetx.com Integrate Twilio, Twitter, Facebook, Amz and more. Reply MORE for details.>>; | |
| MoreInfo = <<Free Dev Day Fri in Broomfield. 9-5 Learn more about events, webhooks and more. Twilio to present also. Register http://kdevdayco.eventbrite.com>>; | |
| Sorry = <<Sorry, I don't recognize your response or you answered the question wrong. Try again :)>>; | |
| //logging form |
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
| meta { | |
| name "TSA Customer Feedback" | |
| description << | |
| Customer Feedback Number | |
| >> | |
| author "Sam" | |
| logging off | |
| key twitter { | |
| "consumer_key" : "REDACTED", |
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
| meta { | |
| name "Facebook Groups in Search Results" | |
| description << | |
| Kynetx Facebook Integration | |
| >> | |
| author "bjo" | |
| key facebook { | |
| "consumer_key":"REDACTED", | |
| "consumer_secret":"REDACTED" |
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
| meta { | |
| name "TwitterBook" | |
| author "Jesse Stay" | |
| description << | |
| Allows you to like any Tweet on Twitter.com and have that like appear on Facebook. Also adds other Facebook features to Twitter.com. | |
| >> | |
| logging on | |
| key facebook { | |
| "consumer_key" : "REDACTED", |
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
| meta { | |
| name "fb_flickr_likr" | |
| description << | |
| >> | |
| author "Mark Horstmeier / Brad Hintze" | |
| // Uncomment this line to require Marketplace purchase to use this app. | |
| // authz require user | |
| logging on |
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
| ruleset a876x14 { | |
| meta { | |
| name "Sweetter Search" | |
| author "Cid Dennis" | |
| logging on | |
| key twitter { | |
| "consumer_key" : "REDACTED", | |
| "consumer_secret" : "REDACTED" | |
| } | |
| } |
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
| meta { | |
| name "Huflix" | |
| description << | |
| When searching in Netflix, see up to 3 matched search results for Hulu. Hover over the Hulu logo to see the title of the video and click to go to the video on hulu. Hulu search results are normal free Hulu episodes and Hulu plus. | |
| >> | |
| author "David Godfrey" | |
| // Uncomment this line to require Marketplace purchase to use this app. | |
| // authz require user | |
| logging off |
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
| meta { | |
| name "YQL=>siteexplorer table" | |
| description << | |
| YQL=>siteexplorer table | |
| >> | |
| author "AKO" | |
| logging on | |
| use javascript resource jquery_ui_js | |
| use css resource jquery_ui_redmond_css |
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
| rule initialize is active { | |
| select using ".*" setting () | |
| pre { | |
| InitializedDiv = << | |
| <div id="FlickrPublicFeed" style="overflow-y:scroll; overflow-x:hidden; height:450px; margin: 3px;"> | |
| </div> | |
| >>; | |
| } | |
| notify("Flickr Public Feed", InitializedDiv) |
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
| ruleset a876x16 { | |
| meta { | |
| name "Flickr Dataset Tutorial" | |
| description << | |
| Dataset tutorial using the Flickr Public Feed | |
| >> | |
| author "Brad Hintze" | |
| logging on | |
| } |
OlderNewer