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
#!/usr/bin/env osascript -l JavaScript | |
function run(argv) { | |
var to = argv[0]; | |
var msg = argv[1]; | |
console.log("Sending message", "'" + msg + "'", "to", to); | |
messages = Application('Messages'); | |
var service; | |
for (var i in messages.services) { |
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="https://code.jquery.com/jquery-3.2.1.min.js" | |
integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" | |
crossorigin="anonymous"> | |
</script> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/flot/0.8.3/jquery.flot.min.js"></script> | |
<style> |
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
{ | |
"title":"SPS Canvas -> Metabase Link", | |
"scopes":[], | |
"extensions":[ | |
{ | |
"domain":"spstools.summitps.org", | |
"tool_id":"sps-canvas-metabase", | |
"platform":"canvas.instructure.com", | |
"settings":{ | |
"text":"SPS Analytics", |
OlderNewer