Skip to content

Instantly share code, notes, and snippets.

View clarkhacks's full-sized avatar
🏢
Working from the office

Clark Weckmann clarkhacks

🏢
Working from the office
View GitHub Profile
/*!
* =====================================================
* 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.
* =====================================================
*/
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',
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) {
<Response>
<Say voice="alice">Test</Say>
</Response>
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC90C1ZqXZOgHuekiPvAPsiUSNGSgOh38JY7eo7Trx6Ddg3lxzxyasTQl88A9DEzHQIhbuc/I/gTG9DZRzol8ShNCjut++nmvTHyfmgD6UYwohLnyBArgweJkQRiSZwkao5fenGus20et7FNJnYEfPsJJNKJEdyGMS18nnF1KUFXLdPyJeRRLS2O5hHKNzsZ/lYO1IlLmc44UkgPlSAEPpRqfqFzceOFSZwtTbIsquyRdjNC6v2AlYnvBwZmKcfSu4q+uSk9KQ23PvrWJS2A6B/owCis8U7Op/wBzy1mXgtVpxYxUtTC32h7pMuYI43QYSex7J4gKzgzCL8NRBQbiX3 [email protected]
@clarkhacks
clarkhacks / GoogleSpreadsheet.html
Created August 27, 2020 17:44 — forked from terrywbrady/GoogleSpreadsheet.html
Sample HTML/JS to parse a Google Spreadsheet
<!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;
}
@clarkhacks
clarkhacks / GoogleSpreadsheet.html
Created August 27, 2020 17:44 — forked from terrywbrady/GoogleSpreadsheet.html
Sample HTML/JS to parse a Google Spreadsheet
<!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;
}
[{"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
@clarkhacks
clarkhacks / breadly.json
Last active July 26, 2022 02:18
Breadly Dashboard Links
{
"links": [
{
"title": "WKMN Development",
"target": "_blank",
"href": "https://www.wkmn.dev",
"icon": "fa fa-link"
},
{
"title": "Firebase",
https://linksharing.samsungcloud.com/6OK3iy6nYdqL