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
| /*! | |
| * ===================================================== | |
| * Ratchet v2.0.2 (http://goratchet.com) | |
| * Copyright 2014 Connor Sears | |
| * Licensed under MIT (https://github.com/twbs/ratchet/blob/master/LICENSE) | |
| * | |
| * v2.0.2 designed by @connors. | |
| * ===================================================== | |
| */ |
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
| Reveal.initialize({ | |
| controls: false, | |
| progress: true, | |
| history: true, | |
| center: true, | |
| transition: 'convex', | |
| touch: true, | |
| hideAddressBar: true, | |
| dependencies: [ { | |
| src: '//cdnjs.cloudflare.com/ajax/libs/reveal.js/3.2.0/plugin/zoom-js/zoom.min.js', |
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 express = require('express'); | |
| var serveIndex = require('serve-index'); | |
| var app = express(); | |
| app.use('/public', serveIndex('files')); // shows you the file list | |
| app.use('/public', express.static('files')); // serve the actual files | |
| app.get("/clear", function(req, res) { |
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
| <Response> | |
| <Say voice="alice">Test</Say> | |
| </Response> |
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
| ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC90C1ZqXZOgHuekiPvAPsiUSNGSgOh38JY7eo7Trx6Ddg3lxzxyasTQl88A9DEzHQIhbuc/I/gTG9DZRzol8ShNCjut++nmvTHyfmgD6UYwohLnyBArgweJkQRiSZwkao5fenGus20et7FNJnYEfPsJJNKJEdyGMS18nnF1KUFXLdPyJeRRLS2O5hHKNzsZ/lYO1IlLmc44UkgPlSAEPpRqfqFzceOFSZwtTbIsquyRdjNC6v2AlYnvBwZmKcfSu4q+uSk9KQ23PvrWJS2A6B/owCis8U7Op/wBzy1mXgtVpxYxUtTC32h7pMuYI43QYSex7J4gKzgzCL8NRBQbiX3 [email protected] |
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
| <!doctype html> | |
| <html> | |
| <head> | |
| <script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> | |
| <script type="text/javascript"> | |
| var spData = null; | |
| function doData(json) { | |
| spData = json.feed.entry; | |
| } | |
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
| <!doctype html> | |
| <html> | |
| <head> | |
| <script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> | |
| <script type="text/javascript"> | |
| var spData = null; | |
| function doData(json) { | |
| spData = json.feed.entry; | |
| } | |
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
| [{"City":"Lockport","Agent":"Claudia Gamache","Phone":"(815) 834-2700"},{"City":"Lockport","Agent":"Joe Ricker","Phone":"(815) 834-2100"},{"City":"Peoria","Agent":"Brian Patrick Burwell","Phone":"(309) 692-1290"},{"City":"Peoria","Agent":"Chuck Hubert","Phone":"(309) 681-0050"},{"City":"Peoria","Agent":"Seng Sophanavong","Phone":"(309) 682-6610"},{"City":"Peoria","Agent":"James A. Roberts","Phone":"(309) 692-2900"},{"City":"Peoria","Agent":"Brandes Cayson","Phone":"(309) 243-6110"},{"City":"Peoria","Agent":"Bryan Johnson","Phone":"(217) 280-3270"},{"City":"Arlington hts","Agent":"Roman Sher","Phone":"(847) 398-3600"},{"City":"Crest hill","Agent":"Abdallah Atshan","Phone":"(773) 498-1654"},{"City":"Channahon","Agent":"Daniel Avalos","Phone":"(815) 828-4688"},{"City":"Elgin","Agent":"Alejandro Talancon","Phone":"(847) 697-5900"},{"City":"Elgin","Agent":"Bruce King","Phone":"(847) 468-7500"},{"City":"Elgin","Agent":"Charles Suda","Phone":"(847) 742-3660"},{"City":"Elgin","Agent":"Kenneth French","Phone":"(224) 7 |
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
| { | |
| "links": [ | |
| { | |
| "title": "WKMN Development", | |
| "target": "_blank", | |
| "href": "https://www.wkmn.dev", | |
| "icon": "fa fa-link" | |
| }, | |
| { | |
| "title": "Firebase", |
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
| https://linksharing.samsungcloud.com/6OK3iy6nYdqL |