-----BEGIN PGP MESSAGE-----
Version: GnuPG v1.4.15 (Darwin)
owNCWmg2MUFZJlNZsy1gUgAB6P//////7//f//P/v7b//////vd//////7//vv/7
99/v///AAwccN2HHAMqfok080p+qbCgbUaPU8UGjyhtRp6RtTQeo9R6jygNqeoeo
aMjNQyD0mh5QepoyM0T1DyR6I8UyeoekHoR6DU2QmhspoaZPUepp6Rpp5T1Ngnqh
lMgZAAAAAAADQAABoNAAAAAaAZDQaAAAAAAAAAAAAAAAADQAip4p6Gmk9JmkmnpT
01MmhpoAGgAAaAA0aAAAANGgPUNANA0AAADQAABpoAAaAAAAAA1MkJkm00k9QekN
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
#!/bin/bash | |
set -o nounset # Treat unset variables as an error when performing parameter expansion | |
set -o errexit # Halt script on error | |
set -o xtrace # Print a trace of simple commands and their arguments after expansion and before execution | |
HOSTED_ZONE_ID=YOUR_HOSTED_ZONE_ID | |
DNS_NAME=WWW.EXAMPLE.COM | |
IP=$(curl -s https://checkip.amazonaws.com) | |
CHANGE_ID=$(aws route53 change-resource-record-sets \ |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
#!/bin/sh | |
RSYNC_EXIT_CODE=1 | |
SKIP_COMPRESSION=7z/avi/bz2/deb/gz/iso/jpeg/jpg/mov/mp3/mp4/m4a/m4v/mkv/ogg/rpm/tbz/tgz/z/zip/xz/txz | |
while [ $RSYNC_EXIT_CODE -ne 0 ]; | |
do | |
echo `date -u "+%Y-%m-%d %H:%M:%S"` " Resuming rsync. Last exit code=$RSYNC_EXIT_CODE"; | |
rsync -avzchP \ | |
--timeout=120 \ | |
--bwlimit=10 \ | |
--compress-level=9 \ |
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 python3 | |
import simplekml | |
import urllib.request | |
try: | |
import simplejson as json | |
except ImportError: | |
import json | |
fr24_flight_code = "" |
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 python3 | |
# -*- coding: utf-8 -*- | |
""" | |
Calculate local sunrise and sunset times for Rothera. | |
""" | |
import ephem | |
from datetime import date, datetime | |
import argparse |
Two circuits: 12 stations in each (including 2 rest stations in each circuit, and one prep station in each circuit before the comm skills stations) i.e. 18 actual assessment stations in total.
Start on one circuit, complete the circuit, and then break of around 10-15mins before moving to the second circuit.
Each station is 9 minutes: 6 minutes history/exam, 3 minutes viva (warning bell at this time). One minute to get between stations and read rubric outside each station.
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
\documentclass[10pt]{article} | |
\usepackage[a4paper,landscape,top=2cm, bottom=1.5cm, left=1.5cm, right=1.5cm]{geometry} | |
\usepackage{fontspec} | |
\setmainfont{Calibri} | |
\usepackage{array} | |
\pagestyle{myheadings} | |
\markright{Patient List \hfill Strictly Confidential \hfill} | |
\begin{document} | |
\section*{Patient List - \today} | |
\begin{tabular}{ | m{1.5cm} | m{3cm} | m{3cm} | m{3cm} | m{3cm} | m{2.5cm} | m{3cm} | m{4cm} | } |