Simple Uptime Robot Dashing widget
Dashing widget to display a short list of Uptime Robot monitors.
##Usage
Add this to your Gemfile and run bundle install
:
Simple Uptime Robot Dashing widget
Dashing widget to display a short list of Uptime Robot monitors.
##Usage
Add this to your Gemfile and run bundle install
:
import tingbot | |
from tingbot import * | |
screen.fill(color='black') | |
screen.text('Waiting...') | |
@webhook('demo_sms') | |
def on_webhook(data): | |
screen.fill(color='black') | |
screen.text(data, color='green') |
#!/bin/bash | |
###################################################################### | |
# The ASCII lightsaber # | |
# # | |
# By: Jansen Price <[email protected]> # | |
# November 19, 2015 # | |
# βββββββββββββ βββββββββββββββββββββββββββββββββββββββββββββββ # | |
# |ββββββ£βββββββ| β # | |
# βββββββββββββ βββββββββββββββββββββββββββββββββββββββββββββββ # |
pico-8 cartridge // http://www.pico-8.com | |
version 16 | |
__lua__ | |
-- main | |
-- todo | |
-- music | |
-- sfx | |
-- fx |
(function (context, trackingId, options) { | |
const history = context.history; | |
const doc = document; | |
const nav = navigator || {}; | |
const storage = localStorage; | |
const encode = encodeURIComponent; | |
const pushState = history.pushState; | |
const typeException = 'exception'; | |
const generateId = () => Math.random().toString(36); | |
const getId = () => { |