Earlier today I tweeted about something I've been thinking about on and off for years:
So here we go: Meeting accounter...
Customise your counter via the URL: http://ouseful.open.ac.uk/clock/mtgAcct.php?num=7&sal=25000&expenses=100
Earlier today I tweeted about something I've been thinking about on and off for years:
So here we go: Meeting accounter...
Customise your counter via the URL: http://ouseful.open.ac.uk/clock/mtgAcct.php?num=7&sal=25000&expenses=100
The Isle of Wight: its towns, antiquities, and objects of interest 1915 Thomas Nelson Publishers https://books.google.co.uk/books?id=4nB8CxCiZHYC
Legends and Lays of the Wight Percy Stone 1912 https://archive.org/details/legendslaysofwig00ston
#! /usr/bin/env python3 | |
# Via: https://github.com/python/cpython/blob/main/Tools/scripts/pindent.py | |
# See also: https://stackoverflow.com/a/118744/454773 | |
# This file contains a class and a main program that perform three | |
# related (though complimentary) formatting operations on Python | |
# programs. When called as "pindent -c", it takes a valid Python | |
# program as input and outputs a version augmented with block-closing | |
# comments. When called as "pindent -d", it assumes its input is a |