This is an anchor-linked version of the excellent, amazing original opus magnum by Michael Tandy.
Counterexample: Royal Opera House, Covent Garden, London, WC2E 9DD, United Kingdom.
Counterexample: 1A Egmont Road, Middlesbrough, TS4 2HT
This is an anchor-linked version of the excellent, amazing original opus magnum by Michael Tandy.
Counterexample: Royal Opera House, Covent Garden, London, WC2E 9DD, United Kingdom.
Counterexample: 1A Egmont Road, Middlesbrough, TS4 2HT
#!/bin/bash | |
# This script requires 3 environment variables defined: | |
# IP_CHANGE_DOMAIN the domain to check for an IP address change | |
# PUSHOVER_TOKEN the application token for PushOver | |
# PUSHOVER_USER the user key to send notification to | |
echo $(date) "Checking IP of $IP_CHANGE_DOMAIN from DNS..." | |
DOMAIN_IP=$(dig +short ${IP_CHANGE_DOMAIN}) | |
echo $(date) $DOMAIN_IP |
[gcode_macro PRINT_START] | |
# Use PRINT_START for the slicer starting script - please customize for your slicer of choice | |
gcode: | |
{% set BED = params.BED|default(100)|float %} | |
{% set EXTRUDER = params.EXTRUDER|default(240)|float %} | |
{% set CHAMBER = params.CHAMBER|default(15)|float %} | |
{% set SOAK = params.SOAK|default(15)|float %} | |
# Set bed temperature and partial nozzle temperature, turn on part cooling for heating chamber | |
{% if EXTRUDER >= 230 %} |
#!/bin/bash | |
# IPMI SETTINGS: | |
# Modify to suit your needs. | |
IPMIHOST=10.0.0.1 | |
IPMIUSER=root | |
IPMIPW=calvin | |
IPMIEK=0000000000000000000000000000000000000000 | |
# TEMPERATURE |
"schemes": [ | |
{ | |
"name" : "GitHub Dark", | |
"background" : "#24292e", | |
"black" : "#24292e", | |
"blue" : "#044289", | |
"cyan" : "#79b8ff", | |
"foreground" : "#fafbfc", | |
"green" : "#28a745", | |
"purple" : "#6f42c1", |
# For MacOS and Linux | |
find . -maxdepth 1 -mindepth 1 -type d -exec du -hs {} \; | |
# For Linux | |
du -h --max-depth=1 |
def init(initial_state) do | |
state = %{ | |
ip_address: initial_state.host_ip_address, | |
current_status: initial_state.host_status, | |
previous_stuatus: initial_state.host_status, | |
latency: 0, | |
status_changes: 0 | |
} | |
schedule_work() |
{ | |
"scripts": { | |
"start": "nodemon server.js", | |
"test": "echo \"Error: no test specified\" && exit 1" | |
}, | |
"dependencies": { | |
"h2o2": "^5.4.0", | |
"hapi": "^16.1.1", | |
"joi": "^10.3.4", | |
"wreck": "^12.0.0" |
<input class="nav-toggle" id="nav-toggle" type="checkbox"> | |
<label for="nav-toggle"></label> | |
<nav class="nav"> | |
<ul class="nav-items"> | |
<li class="nav-item-primary"> | |
<span>Live the RezLife</span> | |
</li> | |
<ul class="sub-nav-items first"> | |
<li class="sub-nav-item">Live here in First-Year</li> |